| 1 | [ Feb 28 02:09:46 Enabled. ] | ||
| 2 | [ Feb 28 02:09:46 Rereading configuration. ] | ||
| 3 | [ Feb 28 02:09:49 Rereading configuration. ] | ||
| 4 | [ Feb 28 02:09:53 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Feb 28 02:09:53 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.02.28 02:09:54.454685 [ 1 ] {} <Information> Application: Will watch for the process with pid 23068 | ||
| 29 | 2025.02.28 02:09:54.455139 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.28 02:09:54.838675 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23068 | ||
| 31 | 2025.02.28 02:09:54.839637 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.28 02:09:54.840403 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.28 02:09:54.933219 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.28 02:09:54.981389 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.28 02:09:54.981493 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.28 02:09:54.981507 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.28 02:09:54.981594 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.28 02:09:54.982393 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.28 02:09:54.984066 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.02.28 02:09:54.984911 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.28 02:09:54.985263 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.02.28 02:09:54.985322 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.02.28 02:09:54.985377 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.28 02:09:54.985552 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.28 02:09:54.986605 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.28 02:09:54.992695 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.28 02:09:54.993491 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.28 02:09:54.995040 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.28 02:09:54.995140 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.28 02:09:54.996866 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.02.28 02:09:54.997497 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.28 02:09:55.002670 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.28 02:09:55.003254 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.28 02:09:55.004864 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.28 02:09:55.005243 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.28 02:09:55.005773 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.28 02:09:55.006192 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.28 02:09:55.007955 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.28 02:09:55.007986 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.28 02:09:55.008059 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.28 02:09:55.008196 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.28 02:09:55.023096 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.28 02:09:55.023138 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000194973 sec | ||
| 68 | 2025.02.28 02:09:55.023240 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.28 02:09:55.023292 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.28 02:09:55.024714 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.28 02:09:55.025984 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.28 02:09:55.042281 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.28 02:09:55.042336 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.28 02:09:55.042438 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.28 02:09:55.042456 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.28 02:09:55.042497 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.28 02:09:55.042597 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.28 02:09:55.049142 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.28 02:09:55.049206 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.28 02:09:55.049292 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.28 02:09:55.049595 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.28 02:09:55.049624 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.28 02:09:55.049676 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.28 02:09:55.049790 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.28 02:09:55.049812 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.28 02:09:55.049863 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.28 02:09:55.049955 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.28 02:09:55.079281 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.28 02:09:55.083256 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.28 02:09:55.083365 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137682 sec | ||
| 91 | 2025.02.28 02:09:55.083381 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.28 02:09:55.083393 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.28 02:09:55.083417 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.28 02:09:55.083673 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.28 02:09:55.083778 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.28 02:09:55.083794 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.28 02:09:55.083806 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.02.28 02:09:55.083818 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.28 02:09:55.097701 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.28 02:09:55.097920 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.02.28 02:09:55.099016 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.359e-05 sec. | ||
| 102 | 2025.02.28 02:09:55.100426 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.28 02:09:55.100533 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.28 02:09:55.100553 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.28 02:09:55.131744 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37580 | ||
| 106 | 2025.02.28 02:09:55.132372 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.28 02:09:55.132430 [ 3 ] {} <Debug> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Authenticating user 'default' from [fd00:1122:3344:101::d]:37580 | ||
| 108 | 2025.02.28 02:09:55.132464 [ 3 ] {} <Debug> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.28 02:09:55.132487 [ 3 ] {} <Debug> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.28 02:09:55.132575 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.28 02:09:55.132604 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.02.28 02:09:55.132629 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.02.28 02:09:55.135239 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62951 | ||
| 114 | 2025.02.28 02:09:55.135305 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44370 | ||
| 115 | 2025.02.28 02:09:55.135389 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.28 02:09:55.135437 [ 4 ] {} <Debug> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Authenticating user 'default' from [fd00:1122:3344:101::d]:62951 | ||
| 117 | 2025.02.28 02:09:55.135447 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.02.28 02:09:55.135490 [ 4 ] {} <Debug> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.02.28 02:09:55.135506 [ 5 ] {} <Debug> TCP-Session: b930b080-bd04-4dc0-b54c-966fb674d541 Authenticating user 'default' from [fd00:1122:3344:101::d]:44370 | ||
| 120 | 2025.02.28 02:09:55.135520 [ 4 ] {} <Debug> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.28 02:09:55.135571 [ 5 ] {} <Debug> TCP-Session: b930b080-bd04-4dc0-b54c-966fb674d541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.28 02:09:55.135602 [ 5 ] {} <Debug> TCP-Session: b930b080-bd04-4dc0-b54c-966fb674d541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.28 02:09:55.136129 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56287 | ||
| 124 | 2025.02.28 02:09:55.136195 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53775 | ||
| 125 | 2025.02.28 02:09:55.136403 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.02.28 02:09:55.136410 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35834 | ||
| 127 | 2025.02.28 02:09:55.136537 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.02.28 02:09:55.136556 [ 253 ] {} <Debug> TCP-Session: 9cf30d00-9e77-4eb5-ae4d-33cb2f375032 Authenticating user 'default' from [fd00:1122:3344:101::d]:56287 | ||
| 129 | 2025.02.28 02:09:55.136675 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58176 | ||
| 130 | 2025.02.28 02:09:55.136749 [ 253 ] {} <Debug> TCP-Session: 9cf30d00-9e77-4eb5-ae4d-33cb2f375032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.02.28 02:09:55.136763 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2025.02.28 02:09:55.136801 [ 254 ] {} <Debug> TCP-Session: a541ef33-fc4c-48e2-8e7c-14a92af3e53c Authenticating user 'default' from [fd00:1122:3344:101::d]:53775 | ||
| 133 | 2025.02.28 02:09:55.136935 [ 255 ] {} <Debug> TCP-Session: 41cf907d-363f-431c-b241-c0a679a0df88 Authenticating user 'default' from [fd00:1122:3344:101::d]:35834 | ||
| 134 | 2025.02.28 02:09:55.136954 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55410 | ||
| 135 | 2025.02.28 02:09:55.136981 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.02.28 02:09:55.137002 [ 253 ] {} <Debug> TCP-Session: 9cf30d00-9e77-4eb5-ae4d-33cb2f375032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.02.28 02:09:55.136978 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48042 | ||
| 138 | 2025.02.28 02:09:55.137028 [ 255 ] {} <Debug> TCP-Session: 41cf907d-363f-431c-b241-c0a679a0df88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.02.28 02:09:55.136992 [ 254 ] {} <Debug> TCP-Session: a541ef33-fc4c-48e2-8e7c-14a92af3e53c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.02.28 02:09:55.137216 [ 256 ] {} <Debug> TCP-Session: 76eb3a8b-ada8-47c5-8515-92785bea83bd Authenticating user 'default' from [fd00:1122:3344:101::d]:58176 | ||
| 141 | 2025.02.28 02:09:55.137235 [ 254 ] {} <Debug> TCP-Session: a541ef33-fc4c-48e2-8e7c-14a92af3e53c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.02.28 02:09:55.137247 [ 255 ] {} <Debug> TCP-Session: 41cf907d-363f-431c-b241-c0a679a0df88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.02.28 02:09:55.137448 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.02.28 02:09:55.137476 [ 256 ] {} <Debug> TCP-Session: 76eb3a8b-ada8-47c5-8515-92785bea83bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.28 02:09:55.137530 [ 258 ] {} <Debug> TCP-Session: 00fe43c6-c1cd-4634-9014-e44231460a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:48042 | ||
| 146 | 2025.02.28 02:09:55.137540 [ 256 ] {} <Debug> TCP-Session: 76eb3a8b-ada8-47c5-8515-92785bea83bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.28 02:09:55.137553 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.02.28 02:09:55.137575 [ 258 ] {} <Debug> TCP-Session: 00fe43c6-c1cd-4634-9014-e44231460a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.28 02:09:55.137625 [ 258 ] {} <Debug> TCP-Session: 00fe43c6-c1cd-4634-9014-e44231460a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.28 02:09:55.137634 [ 257 ] {} <Debug> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Authenticating user 'default' from [fd00:1122:3344:101::d]:55410 | ||
| 151 | 2025.02.28 02:09:55.137709 [ 257 ] {} <Debug> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.28 02:09:55.137740 [ 257 ] {} <Debug> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.28 02:09:55.139277 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.02.28 02:09:55.140721 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57133 | ||
| 155 | 2025.02.28 02:09:55.141300 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 156 | 2025.02.28 02:09:55.141343 [ 259 ] {} <Debug> TCP-Session: d18273da-c4f3-40ce-b5ad-c9739bbfb9f4 Authenticating user 'default' from [fd00:1122:3344:101::c]:57133 | ||
| 157 | 2025.02.28 02:09:55.141360 [ 259 ] {} <Debug> TCP-Session: d18273da-c4f3-40ce-b5ad-c9739bbfb9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 158 | 2025.02.28 02:09:55.141374 [ 259 ] {} <Debug> TCP-Session: d18273da-c4f3-40ce-b5ad-c9739bbfb9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 159 | 2025.02.28 02:09:55.141890 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 160 | 2025.02.28 02:09:55.141918 [ 259 ] {} <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 | ||
| 161 | 2025.02.28 02:09:55.141948 [ 259 ] {} <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 | ||
| 162 | 2025.02.28 02:09:55.142662 [ 3 ] {932a4b08-c701-4515-87e4-261ce17a1a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 163 | 2025.02.28 02:09:55.142940 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56809 | ||
| 164 | 2025.02.28 02:09:55.143148 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2025.02.28 02:09:55.143150 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50434 | ||
| 166 | 2025.02.28 02:09:55.143217 [ 260 ] {} <Debug> TCP-Session: aea60b0a-d83f-47e5-be27-b37ad4f2e823 Authenticating user 'default' from [fd00:1122:3344:101::c]:56809 | ||
| 167 | 2025.02.28 02:09:55.144451 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58474 | ||
| 168 | 2025.02.28 02:09:55.144477 [ 260 ] {} <Debug> TCP-Session: aea60b0a-d83f-47e5-be27-b37ad4f2e823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2025.02.28 02:09:55.144456 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 170 | 2025.02.28 02:09:55.144520 [ 260 ] {} <Debug> TCP-Session: aea60b0a-d83f-47e5-be27-b37ad4f2e823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2025.02.28 02:09:55.147234 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63027 | ||
| 172 | 2025.02.28 02:09:55.147253 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2025.02.28 02:09:55.147296 [ 261 ] {} <Debug> TCP-Session: 13a8086c-5d67-454b-9de4-de1e42bbe17f Authenticating user 'default' from [fd00:1122:3344:101::c]:50434 | ||
| 174 | 2025.02.28 02:09:55.147329 [ 262 ] {} <Debug> TCP-Session: 35199d6b-bb75-42d3-976f-b8be3c7f9932 Authenticating user 'default' from [fd00:1122:3344:101::c]:58474 | ||
| 175 | 2025.02.28 02:09:55.148958 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51013 | ||
| 176 | 2025.02.28 02:09:55.148983 [ 262 ] {} <Debug> TCP-Session: 35199d6b-bb75-42d3-976f-b8be3c7f9932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.02.28 02:09:55.148928 [ 261 ] {} <Debug> TCP-Session: 13a8086c-5d67-454b-9de4-de1e42bbe17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.02.28 02:09:55.148931 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2025.02.28 02:09:55.151088 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57934 | ||
| 180 | 2025.02.28 02:09:55.151123 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.02.28 02:09:55.151129 [ 262 ] {} <Debug> TCP-Session: 35199d6b-bb75-42d3-976f-b8be3c7f9932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.02.28 02:09:55.151172 [ 263 ] {} <Debug> TCP-Session: 1252159a-eb47-4f41-a397-7ff4c786ca80 Authenticating user 'default' from [fd00:1122:3344:101::c]:63027 | ||
| 183 | 2025.02.28 02:09:55.151188 [ 261 ] {} <Debug> TCP-Session: 13a8086c-5d67-454b-9de4-de1e42bbe17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.02.28 02:09:55.153820 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44788 | ||
| 185 | 2025.02.28 02:09:55.153812 [ 264 ] {} <Debug> TCP-Session: aeace222-d744-40e9-85d1-cc50f77c540c Authenticating user 'default' from [fd00:1122:3344:101::c]:51013 | ||
| 186 | 2025.02.28 02:09:55.153846 [ 263 ] {} <Debug> TCP-Session: 1252159a-eb47-4f41-a397-7ff4c786ca80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.02.28 02:09:55.153808 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 188 | 2025.02.28 02:09:55.154869 [ 264 ] {} <Debug> TCP-Session: aeace222-d744-40e9-85d1-cc50f77c540c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.02.28 02:09:55.154883 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 190 | 2025.02.28 02:09:55.154920 [ 264 ] {} <Debug> TCP-Session: aeace222-d744-40e9-85d1-cc50f77c540c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.02.28 02:09:55.154909 [ 265 ] {} <Debug> TCP-Session: 0c1c8c26-e795-4da1-96aa-7938ac15210d Authenticating user 'default' from [fd00:1122:3344:101::c]:57934 | ||
| 192 | 2025.02.28 02:09:55.154887 [ 263 ] {} <Debug> TCP-Session: 1252159a-eb47-4f41-a397-7ff4c786ca80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.02.28 02:09:55.155451 [ 266 ] {} <Debug> TCP-Session: bdcf3f9a-0c43-46d6-9514-6d69d4bf0da6 Authenticating user 'default' from [fd00:1122:3344:101::c]:44788 | ||
| 194 | 2025.02.28 02:09:55.155481 [ 265 ] {} <Debug> TCP-Session: 0c1c8c26-e795-4da1-96aa-7938ac15210d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.02.28 02:09:55.156015 [ 266 ] {} <Debug> TCP-Session: bdcf3f9a-0c43-46d6-9514-6d69d4bf0da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.02.28 02:09:55.156054 [ 265 ] {} <Debug> TCP-Session: 0c1c8c26-e795-4da1-96aa-7938ac15210d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.02.28 02:09:55.156079 [ 266 ] {} <Debug> TCP-Session: bdcf3f9a-0c43-46d6-9514-6d69d4bf0da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2025.02.28 02:09:55.199624 [ 3 ] {932a4b08-c701-4515-87e4-261ce17a1a8d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37580) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2025.02.28 02:09:55.201024 [ 3 ] {932a4b08-c701-4515-87e4-261ce17a1a8d} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2025.02.28 02:09:55.201156 [ 3 ] {932a4b08-c701-4515-87e4-261ce17a1a8d} <Debug> TCPHandler: Processed in 0.063500059 sec. | ||
| 247 | 2025.02.28 02:09:55.201552 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.02.28 02:09:55.201792 [ 4 ] {3a94531d-df90-44fd-8313-0778c64a2ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.02.28 02:09:55.202225 [ 4 ] {3a94531d-df90-44fd-8313-0778c64a2ec9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62951) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2025.02.28 02:09:55.202377 [ 4 ] {3a94531d-df90-44fd-8313-0778c64a2ec9} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2025.02.28 02:09:55.202476 [ 4 ] {3a94531d-df90-44fd-8313-0778c64a2ec9} <Debug> TCPHandler: Processed in 0.001089025 sec. | ||
| 298 | 2025.02.28 02:09:55.202750 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.02.28 02:09:55.204026 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.02.28 02:09:55.204125 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 301 | 2025.02.28 02:09:55.208198 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 302 | 2025.02.28 02:09:55.208234 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0361e-05 sec | ||
| 303 | 2025.02.28 02:09:55.208252 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Trace> ReferentialDeps: No tables | ||
| 304 | 2025.02.28 02:09:55.208267 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Trace> LoadingDeps: No tables | ||
| 305 | 2025.02.28 02:09:55.208295 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 306 | 2025.02.28 02:09:55.208901 [ 3 ] {2150d0e6-e17f-40c7-bedc-73eb5a20373e} <Debug> TCPHandler: Processed in 0.006266059 sec. | ||
| 307 | 2025.02.28 02:09:55.209094 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 308 | 2025.02.28 02:09:55.209293 [ 4 ] {4f741458-d875-4d97-858c-d2be3bbd9524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) /* The version table contains metadata about the `oximeter` database */ | ||
| 309 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 310 | 2025.02.28 02:09:55.209376 [ 4 ] {4f741458-d875-4d97-858c-d2be3bbd9524} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 311 | 2025.02.28 02:09:55.218393 [ 4 ] {4f741458-d875-4d97-858c-d2be3bbd9524} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 312 | 2025.02.28 02:09:55.222411 [ 4 ] {4f741458-d875-4d97-858c-d2be3bbd9524} <Debug> oximeter.version (05a003c5-6014-47df-a6f1-09b6f38fdd96): Loading data parts | ||
| 313 | 2025.02.28 02:09:55.222931 [ 4 ] {4f741458-d875-4d97-858c-d2be3bbd9524} <Debug> oximeter.version (05a003c5-6014-47df-a6f1-09b6f38fdd96): There are no data parts | ||
| 314 | 2025.02.28 02:09:55.228920 [ 4 ] {4f741458-d875-4d97-858c-d2be3bbd9524} <Debug> TCPHandler: Processed in 0.019886641 sec. | ||
| 315 | 2025.02.28 02:09:55.229183 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2025.02.28 02:09:55.229464 [ 3 ] {365cad47-5290-45b9-b461-42c2643f1db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) /* The measurement tables contain all individual samples from each timeseries. | ||
| 317 | * | ||
| 318 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 319 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 320 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 321 | * by all samples from the same timeseries. | ||
| 322 | * | ||
| 323 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 324 | * and then uses that to index quickly into the measurements tables. | ||
| 325 | */ | ||
| 326 | 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) | ||
| 327 | 2025.02.28 02:09:55.229602 [ 3 ] {365cad47-5290-45b9-b461-42c2643f1db3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 328 | 2025.02.28 02:09:55.244150 [ 3 ] {365cad47-5290-45b9-b461-42c2643f1db3} <Debug> oximeter.measurements_bool (48716d9a-4d0a-4e40-a70c-3fefdde8b01c): Loading data parts | ||
| 329 | 2025.02.28 02:09:55.244461 [ 3 ] {365cad47-5290-45b9-b461-42c2643f1db3} <Debug> oximeter.measurements_bool (48716d9a-4d0a-4e40-a70c-3fefdde8b01c): There are no data parts | ||
| 330 | 2025.02.28 02:09:55.249168 [ 3 ] {365cad47-5290-45b9-b461-42c2643f1db3} <Debug> TCPHandler: Processed in 0.020058144 sec. | ||
| 331 | 2025.02.28 02:09:55.249427 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.02.28 02:09:55.249690 [ 4 ] {bdee8744-15ce-4ffa-9169-00f94e8f42d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 333 | 2025.02.28 02:09:55.249759 [ 4 ] {bdee8744-15ce-4ffa-9169-00f94e8f42d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 334 | 2025.02.28 02:09:55.260616 [ 4 ] {bdee8744-15ce-4ffa-9169-00f94e8f42d5} <Debug> oximeter.measurements_i8 (efb716d8-a377-4e03-868c-3953b186b4b1): Loading data parts | ||
| 335 | 2025.02.28 02:09:55.260810 [ 4 ] {bdee8744-15ce-4ffa-9169-00f94e8f42d5} <Debug> oximeter.measurements_i8 (efb716d8-a377-4e03-868c-3953b186b4b1): There are no data parts | ||
| 336 | 2025.02.28 02:09:55.268631 [ 4 ] {bdee8744-15ce-4ffa-9169-00f94e8f42d5} <Debug> TCPHandler: Processed in 0.019302344 sec. | ||
| 337 | 2025.02.28 02:09:55.268906 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.02.28 02:09:55.269145 [ 3 ] {b10c2961-c95b-4502-b0c3-85623c8088ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 339 | 2025.02.28 02:09:55.269231 [ 3 ] {b10c2961-c95b-4502-b0c3-85623c8088ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 340 | 2025.02.28 02:09:55.275808 [ 3 ] {b10c2961-c95b-4502-b0c3-85623c8088ba} <Debug> oximeter.measurements_u8 (8e080ec3-788e-476e-8a9b-1eb8b2f60a2d): Loading data parts | ||
| 341 | 2025.02.28 02:09:55.276024 [ 3 ] {b10c2961-c95b-4502-b0c3-85623c8088ba} <Debug> oximeter.measurements_u8 (8e080ec3-788e-476e-8a9b-1eb8b2f60a2d): There are no data parts | ||
| 342 | 2025.02.28 02:09:55.280234 [ 3 ] {b10c2961-c95b-4502-b0c3-85623c8088ba} <Debug> TCPHandler: Processed in 0.011416522 sec. | ||
| 343 | 2025.02.28 02:09:55.280460 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.02.28 02:09:55.280687 [ 4 ] {cd77382d-08ef-4bba-9352-38582bace6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 345 | 2025.02.28 02:09:55.280769 [ 4 ] {cd77382d-08ef-4bba-9352-38582bace6b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 346 | 2025.02.28 02:09:55.290988 [ 4 ] {cd77382d-08ef-4bba-9352-38582bace6b9} <Debug> oximeter.measurements_i16 (1393e52f-465e-4515-bfbd-baa5880a94ad): Loading data parts | ||
| 347 | 2025.02.28 02:09:55.291189 [ 4 ] {cd77382d-08ef-4bba-9352-38582bace6b9} <Debug> oximeter.measurements_i16 (1393e52f-465e-4515-bfbd-baa5880a94ad): There are no data parts | ||
| 348 | 2025.02.28 02:09:55.296098 [ 4 ] {cd77382d-08ef-4bba-9352-38582bace6b9} <Debug> TCPHandler: Processed in 0.015704732 sec. | ||
| 349 | 2025.02.28 02:09:55.296315 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.02.28 02:09:55.296633 [ 3 ] {f04b3612-e820-4299-99fd-6d4f395a768b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 351 | 2025.02.28 02:09:55.296713 [ 3 ] {f04b3612-e820-4299-99fd-6d4f395a768b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 352 | 2025.02.28 02:09:55.301181 [ 3 ] {f04b3612-e820-4299-99fd-6d4f395a768b} <Debug> oximeter.measurements_u16 (8c0d387b-020e-4d77-bba6-e1d0efad6261): Loading data parts | ||
| 353 | 2025.02.28 02:09:55.301340 [ 3 ] {f04b3612-e820-4299-99fd-6d4f395a768b} <Debug> oximeter.measurements_u16 (8c0d387b-020e-4d77-bba6-e1d0efad6261): There are no data parts | ||
| 354 | 2025.02.28 02:09:55.303818 [ 3 ] {f04b3612-e820-4299-99fd-6d4f395a768b} <Debug> TCPHandler: Processed in 0.007582268 sec. | ||
| 355 | 2025.02.28 02:09:55.304025 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.02.28 02:09:55.304241 [ 4 ] {147d75fd-4d19-47a0-a0ee-990617985ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 357 | 2025.02.28 02:09:55.304324 [ 4 ] {147d75fd-4d19-47a0-a0ee-990617985ff8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 358 | 2025.02.28 02:09:55.310650 [ 4 ] {147d75fd-4d19-47a0-a0ee-990617985ff8} <Debug> oximeter.measurements_i32 (2ff83c2e-e0d3-443e-a64c-8c567bb60419): Loading data parts | ||
| 359 | 2025.02.28 02:09:55.310859 [ 4 ] {147d75fd-4d19-47a0-a0ee-990617985ff8} <Debug> oximeter.measurements_i32 (2ff83c2e-e0d3-443e-a64c-8c567bb60419): There are no data parts | ||
| 360 | 2025.02.28 02:09:55.315073 [ 4 ] {147d75fd-4d19-47a0-a0ee-990617985ff8} <Debug> TCPHandler: Processed in 0.011108567 sec. | ||
| 361 | 2025.02.28 02:09:55.315280 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2025.02.28 02:09:55.315598 [ 3 ] {e1997e08-96de-4dda-8bf0-c929c95926ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.02.28 02:09:55.315684 [ 3 ] {e1997e08-96de-4dda-8bf0-c929c95926ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 364 | 2025.02.28 02:09:55.343374 [ 3 ] {e1997e08-96de-4dda-8bf0-c929c95926ba} <Debug> oximeter.measurements_u32 (ff286b75-3b45-421b-83f3-b4337c6ab065): Loading data parts | ||
| 365 | 2025.02.28 02:09:55.343588 [ 3 ] {e1997e08-96de-4dda-8bf0-c929c95926ba} <Debug> oximeter.measurements_u32 (ff286b75-3b45-421b-83f3-b4337c6ab065): There are no data parts | ||
| 366 | 2025.02.28 02:09:55.352596 [ 3 ] {e1997e08-96de-4dda-8bf0-c929c95926ba} <Debug> TCPHandler: Processed in 0.037381499 sec. | ||
| 367 | 2025.02.28 02:09:55.352818 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.02.28 02:09:55.353040 [ 4 ] {50550f74-c451-4edb-bea6-43e5ce49f089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 369 | 2025.02.28 02:09:55.353118 [ 4 ] {50550f74-c451-4edb-bea6-43e5ce49f089} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 370 | 2025.02.28 02:09:55.364219 [ 4 ] {50550f74-c451-4edb-bea6-43e5ce49f089} <Debug> oximeter.measurements_i64 (e4dcad02-48c9-4492-9148-14798bc59025): Loading data parts | ||
| 371 | 2025.02.28 02:09:55.364425 [ 4 ] {50550f74-c451-4edb-bea6-43e5ce49f089} <Debug> oximeter.measurements_i64 (e4dcad02-48c9-4492-9148-14798bc59025): There are no data parts | ||
| 372 | 2025.02.28 02:09:55.369827 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49869 | ||
| 373 | 2025.02.28 02:09:55.370038 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 374 | 2025.02.28 02:09:55.370204 [ 269 ] {} <Debug> TCP-Session: dd25dc28-02d1-4540-b6f5-fe46a2b7855e Authenticating user 'default' from [fd00:1122:3344:101::b]:49869 | ||
| 375 | 2025.02.28 02:09:55.370258 [ 4 ] {50550f74-c451-4edb-bea6-43e5ce49f089} <Debug> TCPHandler: Processed in 0.017509788 sec. | ||
| 376 | 2025.02.28 02:09:55.370268 [ 269 ] {} <Debug> TCP-Session: dd25dc28-02d1-4540-b6f5-fe46a2b7855e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 377 | 2025.02.28 02:09:55.370308 [ 269 ] {} <Debug> TCP-Session: dd25dc28-02d1-4540-b6f5-fe46a2b7855e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 378 | 2025.02.28 02:09:55.370444 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 379 | 2025.02.28 02:09:55.370527 [ 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 | ||
| 380 | 2025.02.28 02:09:55.370541 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.02.28 02:09:55.370616 [ 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 | ||
| 382 | 2025.02.28 02:09:55.370877 [ 3 ] {ce023fa3-b521-4255-9209-50637b1442f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 383 | 2025.02.28 02:09:55.370983 [ 3 ] {ce023fa3-b521-4255-9209-50637b1442f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 384 | 2025.02.28 02:09:55.371958 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34771 | ||
| 385 | 2025.02.28 02:09:55.372174 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 386 | 2025.02.28 02:09:55.372185 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58757 | ||
| 387 | 2025.02.28 02:09:55.372325 [ 270 ] {} <Debug> TCP-Session: 772b1b20-8e7f-4be7-a1a0-227526b440a6 Authenticating user 'default' from [fd00:1122:3344:101::b]:34771 | ||
| 388 | 2025.02.28 02:09:55.372329 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35431 | ||
| 389 | 2025.02.28 02:09:55.372372 [ 270 ] {} <Debug> TCP-Session: 772b1b20-8e7f-4be7-a1a0-227526b440a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 390 | 2025.02.28 02:09:55.372586 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62813 | ||
| 391 | 2025.02.28 02:09:55.372593 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 392 | 2025.02.28 02:09:55.372751 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 393 | 2025.02.28 02:09:55.372746 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40109 | ||
| 394 | 2025.02.28 02:09:55.372777 [ 271 ] {} <Debug> TCP-Session: 834657c1-4a94-4413-893e-aab3254b07b6 Authenticating user 'default' from [fd00:1122:3344:101::b]:58757 | ||
| 395 | 2025.02.28 02:09:55.372980 [ 270 ] {} <Debug> TCP-Session: 772b1b20-8e7f-4be7-a1a0-227526b440a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2025.02.28 02:09:55.372983 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 397 | 2025.02.28 02:09:55.373219 [ 272 ] {} <Debug> TCP-Session: 57a7dbc5-2422-486c-a60e-7aa77de8551b Authenticating user 'default' from [fd00:1122:3344:101::b]:35431 | ||
| 398 | 2025.02.28 02:09:55.373241 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65465 | ||
| 399 | 2025.02.28 02:09:55.373259 [ 271 ] {} <Debug> TCP-Session: 834657c1-4a94-4413-893e-aab3254b07b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 400 | 2025.02.28 02:09:55.373308 [ 273 ] {} <Debug> TCP-Session: 3765d069-4a0b-41a0-9dc3-a38302867e05 Authenticating user 'default' from [fd00:1122:3344:101::b]:62813 | ||
| 401 | 2025.02.28 02:09:55.373324 [ 272 ] {} <Debug> TCP-Session: 57a7dbc5-2422-486c-a60e-7aa77de8551b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 402 | 2025.02.28 02:09:55.373496 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60137 | ||
| 403 | 2025.02.28 02:09:55.373541 [ 272 ] {} <Debug> TCP-Session: 57a7dbc5-2422-486c-a60e-7aa77de8551b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2025.02.28 02:09:55.373527 [ 271 ] {} <Debug> TCP-Session: 834657c1-4a94-4413-893e-aab3254b07b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 405 | 2025.02.28 02:09:55.373514 [ 273 ] {} <Debug> TCP-Session: 3765d069-4a0b-41a0-9dc3-a38302867e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 406 | 2025.02.28 02:09:55.373772 [ 273 ] {} <Debug> TCP-Session: 3765d069-4a0b-41a0-9dc3-a38302867e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2025.02.28 02:09:55.373779 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 408 | 2025.02.28 02:09:55.373914 [ 276 ] {} <Debug> TCP-Session: 9c864927-b48c-4d65-a074-8bbec1547de0 Authenticating user 'default' from [fd00:1122:3344:101::b]:60137 | ||
| 409 | 2025.02.28 02:09:55.373960 [ 276 ] {} <Debug> TCP-Session: 9c864927-b48c-4d65-a074-8bbec1547de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 410 | 2025.02.28 02:09:55.374008 [ 276 ] {} <Debug> TCP-Session: 9c864927-b48c-4d65-a074-8bbec1547de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 411 | 2025.02.28 02:09:55.376171 [ 3 ] {ce023fa3-b521-4255-9209-50637b1442f0} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Loading data parts | ||
| 412 | 2025.02.28 02:09:55.376379 [ 3 ] {ce023fa3-b521-4255-9209-50637b1442f0} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): There are no data parts | ||
| 413 | 2025.02.28 02:09:55.376901 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 414 | 2025.02.28 02:09:55.376945 [ 275 ] {} <Debug> TCP-Session: 1af48554-645a-4c3e-a606-8093da36e6d1 Authenticating user 'default' from [fd00:1122:3344:101::b]:65465 | ||
| 415 | 2025.02.28 02:09:55.376971 [ 275 ] {} <Debug> TCP-Session: 1af48554-645a-4c3e-a606-8093da36e6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2025.02.28 02:09:55.377078 [ 275 ] {} <Debug> TCP-Session: 1af48554-645a-4c3e-a606-8093da36e6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 417 | 2025.02.28 02:09:55.377823 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 418 | 2025.02.28 02:09:55.377860 [ 274 ] {} <Debug> TCP-Session: 69c26c69-f623-4395-8bcc-8b3936e035f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:40109 | ||
| 419 | 2025.02.28 02:09:55.378602 [ 274 ] {} <Debug> TCP-Session: 69c26c69-f623-4395-8bcc-8b3936e035f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2025.02.28 02:09:55.378644 [ 274 ] {} <Debug> TCP-Session: 69c26c69-f623-4395-8bcc-8b3936e035f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2025.02.28 02:09:55.378696 [ 3 ] {ce023fa3-b521-4255-9209-50637b1442f0} <Debug> TCPHandler: Processed in 0.008287917 sec. | ||
| 422 | 2025.02.28 02:09:55.378999 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2025.02.28 02:09:55.379244 [ 4 ] {0aa2dc98-a09f-4d89-ae59-dc03f93c5e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 424 | 2025.02.28 02:09:55.379373 [ 4 ] {0aa2dc98-a09f-4d89-ae59-dc03f93c5e3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 425 | 2025.02.28 02:09:55.386798 [ 4 ] {0aa2dc98-a09f-4d89-ae59-dc03f93c5e3e} <Debug> oximeter.measurements_f32 (0b7b2b59-d7e4-44a4-ac70-30ddfa8f0e40): Loading data parts | ||
| 426 | 2025.02.28 02:09:55.386984 [ 4 ] {0aa2dc98-a09f-4d89-ae59-dc03f93c5e3e} <Debug> oximeter.measurements_f32 (0b7b2b59-d7e4-44a4-ac70-30ddfa8f0e40): There are no data parts | ||
| 427 | 2025.02.28 02:09:55.390274 [ 4 ] {0aa2dc98-a09f-4d89-ae59-dc03f93c5e3e} <Debug> TCPHandler: Processed in 0.01134102 sec. | ||
| 428 | 2025.02.28 02:09:55.390485 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2025.02.28 02:09:55.390715 [ 3 ] {3f4b127c-9b92-45bb-b874-5bdf92fb53d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 430 | 2025.02.28 02:09:55.390967 [ 3 ] {3f4b127c-9b92-45bb-b874-5bdf92fb53d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 431 | 2025.02.28 02:09:55.395826 [ 3 ] {3f4b127c-9b92-45bb-b874-5bdf92fb53d1} <Debug> oximeter.measurements_f64 (13d3d227-f064-4f54-8726-e23c9336f511): Loading data parts | ||
| 432 | 2025.02.28 02:09:55.396010 [ 3 ] {3f4b127c-9b92-45bb-b874-5bdf92fb53d1} <Debug> oximeter.measurements_f64 (13d3d227-f064-4f54-8726-e23c9336f511): There are no data parts | ||
| 433 | 2025.02.28 02:09:55.400903 [ 3 ] {3f4b127c-9b92-45bb-b874-5bdf92fb53d1} <Debug> TCPHandler: Processed in 0.010488219 sec. | ||
| 434 | 2025.02.28 02:09:55.401175 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2025.02.28 02:09:55.401438 [ 4 ] {06a67ff8-013c-4d0a-8825-1a2d0f782b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 436 | 2025.02.28 02:09:55.401580 [ 4 ] {06a67ff8-013c-4d0a-8825-1a2d0f782b46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 437 | 2025.02.28 02:09:55.405525 [ 4 ] {06a67ff8-013c-4d0a-8825-1a2d0f782b46} <Debug> oximeter.measurements_string (f5e19435-b70a-4cb9-981f-9c44d6adae0f): Loading data parts | ||
| 438 | 2025.02.28 02:09:55.405705 [ 4 ] {06a67ff8-013c-4d0a-8825-1a2d0f782b46} <Debug> oximeter.measurements_string (f5e19435-b70a-4cb9-981f-9c44d6adae0f): There are no data parts | ||
| 439 | 2025.02.28 02:09:55.409052 [ 4 ] {06a67ff8-013c-4d0a-8825-1a2d0f782b46} <Debug> TCPHandler: Processed in 0.007942693 sec. | ||
| 440 | 2025.02.28 02:09:55.409267 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2025.02.28 02:09:55.409493 [ 3 ] {91b35b96-19fc-4fcc-920a-4145bbb42b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 442 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 443 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 444 | * a string isn't palatable for a few reasons. | ||
| 445 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 446 | * details. | ||
| 447 | */ | ||
| 448 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 449 | 2025.02.28 02:09:55.409654 [ 3 ] {91b35b96-19fc-4fcc-920a-4145bbb42b2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 450 | 2025.02.28 02:09:55.416068 [ 3 ] {91b35b96-19fc-4fcc-920a-4145bbb42b2d} <Debug> oximeter.measurements_bytes (8584cabe-2475-4888-a1dc-96ff1a129a96): Loading data parts | ||
| 451 | 2025.02.28 02:09:55.416300 [ 3 ] {91b35b96-19fc-4fcc-920a-4145bbb42b2d} <Debug> oximeter.measurements_bytes (8584cabe-2475-4888-a1dc-96ff1a129a96): There are no data parts | ||
| 452 | 2025.02.28 02:09:55.421726 [ 3 ] {91b35b96-19fc-4fcc-920a-4145bbb42b2d} <Debug> TCPHandler: Processed in 0.012531807 sec. | ||
| 453 | 2025.02.28 02:09:55.421973 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2025.02.28 02:09:55.422274 [ 4 ] {b9c1c507-a594-4f40-9b59-1584c563aa76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 455 | 2025.02.28 02:09:55.422396 [ 4 ] {b9c1c507-a594-4f40-9b59-1584c563aa76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 456 | 2025.02.28 02:09:55.427549 [ 4 ] {b9c1c507-a594-4f40-9b59-1584c563aa76} <Debug> oximeter.measurements_cumulativei64 (de695d1e-cec1-4430-b655-201c5cd15001): Loading data parts | ||
| 457 | 2025.02.28 02:09:55.427744 [ 4 ] {b9c1c507-a594-4f40-9b59-1584c563aa76} <Debug> oximeter.measurements_cumulativei64 (de695d1e-cec1-4430-b655-201c5cd15001): There are no data parts | ||
| 458 | 2025.02.28 02:09:55.435985 [ 4 ] {b9c1c507-a594-4f40-9b59-1584c563aa76} <Debug> TCPHandler: Processed in 0.014083509 sec. | ||
| 459 | 2025.02.28 02:09:55.436292 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2025.02.28 02:09:55.436577 [ 3 ] {4e57610e-927f-49ee-a5a9-b4512fe4d073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 461 | 2025.02.28 02:09:55.436764 [ 3 ] {4e57610e-927f-49ee-a5a9-b4512fe4d073} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 462 | 2025.02.28 02:09:55.440994 [ 3 ] {4e57610e-927f-49ee-a5a9-b4512fe4d073} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Loading data parts | ||
| 463 | 2025.02.28 02:09:55.441291 [ 3 ] {4e57610e-927f-49ee-a5a9-b4512fe4d073} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): There are no data parts | ||
| 464 | 2025.02.28 02:09:55.447534 [ 3 ] {4e57610e-927f-49ee-a5a9-b4512fe4d073} <Debug> TCPHandler: Processed in 0.01132069 sec. | ||
| 465 | 2025.02.28 02:09:55.447770 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2025.02.28 02:09:55.448180 [ 4 ] {28f24438-d894-466f-889b-1f5e03e6a93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 467 | 2025.02.28 02:09:55.448340 [ 4 ] {28f24438-d894-466f-889b-1f5e03e6a93f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 468 | 2025.02.28 02:09:55.452500 [ 4 ] {28f24438-d894-466f-889b-1f5e03e6a93f} <Debug> oximeter.measurements_cumulativef32 (771297ce-6d43-4a47-931b-b9b5219f187f): Loading data parts | ||
| 469 | 2025.02.28 02:09:55.452787 [ 4 ] {28f24438-d894-466f-889b-1f5e03e6a93f} <Debug> oximeter.measurements_cumulativef32 (771297ce-6d43-4a47-931b-b9b5219f187f): There are no data parts | ||
| 470 | 2025.02.28 02:09:55.460865 [ 4 ] {28f24438-d894-466f-889b-1f5e03e6a93f} <Debug> TCPHandler: Processed in 0.013180977 sec. | ||
| 471 | 2025.02.28 02:09:55.461075 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 472 | 2025.02.28 02:09:55.461305 [ 3 ] {1e52aa91-7428-4732-b0eb-ebbcac7d2c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 473 | 2025.02.28 02:09:55.461561 [ 3 ] {1e52aa91-7428-4732-b0eb-ebbcac7d2c31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 474 | 2025.02.28 02:09:55.467165 [ 3 ] {1e52aa91-7428-4732-b0eb-ebbcac7d2c31} <Debug> oximeter.measurements_cumulativef64 (28afc7eb-039c-4963-b775-671bf765e86b): Loading data parts | ||
| 475 | 2025.02.28 02:09:55.467420 [ 3 ] {1e52aa91-7428-4732-b0eb-ebbcac7d2c31} <Debug> oximeter.measurements_cumulativef64 (28afc7eb-039c-4963-b775-671bf765e86b): There are no data parts | ||
| 476 | 2025.02.28 02:09:55.469987 [ 3 ] {1e52aa91-7428-4732-b0eb-ebbcac7d2c31} <Debug> TCPHandler: Processed in 0.008971147 sec. | ||
| 477 | 2025.02.28 02:09:55.470319 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 478 | 2025.02.28 02:09:55.470629 [ 4 ] {328e547c-749a-4400-bd0c-5b71c9994a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 479 | * NOTE: Array types cannot be Nullable, see | ||
| 480 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 481 | * for more details. | ||
| 482 | * | ||
| 483 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 484 | * is unfortunate, and at this point relies on the fact that an | ||
| 485 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 486 | * to figure out another way to represent missing samples here. | ||
| 487 | */ | ||
| 488 | 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) | ||
| 489 | 2025.02.28 02:09:55.470799 [ 4 ] {328e547c-749a-4400-bd0c-5b71c9994a2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 490 | 2025.02.28 02:09:55.473219 [ 4 ] {328e547c-749a-4400-bd0c-5b71c9994a2b} <Debug> oximeter.measurements_histogrami8 (a0d7b599-649c-4704-b0ac-c90ba93d5030): Loading data parts | ||
| 491 | 2025.02.28 02:09:55.473419 [ 4 ] {328e547c-749a-4400-bd0c-5b71c9994a2b} <Debug> oximeter.measurements_histogrami8 (a0d7b599-649c-4704-b0ac-c90ba93d5030): There are no data parts | ||
| 492 | 2025.02.28 02:09:55.475938 [ 4 ] {328e547c-749a-4400-bd0c-5b71c9994a2b} <Debug> TCPHandler: Processed in 0.00568713 sec. | ||
| 493 | 2025.02.28 02:09:55.476146 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.02.28 02:09:55.476512 [ 3 ] {62fd86e9-3865-4503-b42a-f32f3c0e1133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 495 | 2025.02.28 02:09:55.476751 [ 3 ] {62fd86e9-3865-4503-b42a-f32f3c0e1133} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 496 | 2025.02.28 02:09:55.480967 [ 3 ] {62fd86e9-3865-4503-b42a-f32f3c0e1133} <Debug> oximeter.measurements_histogramu8 (05299262-794c-4cd8-84cf-6e29b0d24536): Loading data parts | ||
| 497 | 2025.02.28 02:09:55.481216 [ 3 ] {62fd86e9-3865-4503-b42a-f32f3c0e1133} <Debug> oximeter.measurements_histogramu8 (05299262-794c-4cd8-84cf-6e29b0d24536): There are no data parts | ||
| 498 | 2025.02.28 02:09:55.486706 [ 3 ] {62fd86e9-3865-4503-b42a-f32f3c0e1133} <Debug> TCPHandler: Processed in 0.010629571 sec. | ||
| 499 | 2025.02.28 02:09:55.486934 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.02.28 02:09:55.487403 [ 4 ] {497a97b3-4a33-433a-83e5-0a3176dfd219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 501 | 2025.02.28 02:09:55.487562 [ 4 ] {497a97b3-4a33-433a-83e5-0a3176dfd219} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 502 | 2025.02.28 02:09:55.491420 [ 4 ] {497a97b3-4a33-433a-83e5-0a3176dfd219} <Debug> oximeter.measurements_histogrami16 (e1381ce5-6d0d-40ec-94a9-b2516d402082): Loading data parts | ||
| 503 | 2025.02.28 02:09:55.491602 [ 4 ] {497a97b3-4a33-433a-83e5-0a3176dfd219} <Debug> oximeter.measurements_histogrami16 (e1381ce5-6d0d-40ec-94a9-b2516d402082): There are no data parts | ||
| 504 | 2025.02.28 02:09:55.497565 [ 4 ] {497a97b3-4a33-433a-83e5-0a3176dfd219} <Debug> TCPHandler: Processed in 0.010695031 sec. | ||
| 505 | 2025.02.28 02:09:55.497798 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.02.28 02:09:55.498166 [ 3 ] {2ef2ad54-c46c-44bd-8bea-e57fe3205bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 507 | 2025.02.28 02:09:55.498341 [ 3 ] {2ef2ad54-c46c-44bd-8bea-e57fe3205bba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 508 | 2025.02.28 02:09:55.506020 [ 3 ] {2ef2ad54-c46c-44bd-8bea-e57fe3205bba} <Debug> oximeter.measurements_histogramu16 (f6d2bd9c-3202-4ec1-aa1f-0ff2d77c9245): Loading data parts | ||
| 509 | 2025.02.28 02:09:55.506282 [ 3 ] {2ef2ad54-c46c-44bd-8bea-e57fe3205bba} <Debug> oximeter.measurements_histogramu16 (f6d2bd9c-3202-4ec1-aa1f-0ff2d77c9245): There are no data parts | ||
| 510 | 2025.02.28 02:09:55.508480 [ 3 ] {2ef2ad54-c46c-44bd-8bea-e57fe3205bba} <Debug> TCPHandler: Processed in 0.010751882 sec. | ||
| 511 | 2025.02.28 02:09:55.508718 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2025.02.28 02:09:55.509172 [ 4 ] {9b29fe57-204d-414c-8812-f8774b5601c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 513 | 2025.02.28 02:09:55.509328 [ 4 ] {9b29fe57-204d-414c-8812-f8774b5601c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 514 | 2025.02.28 02:09:55.514120 [ 4 ] {9b29fe57-204d-414c-8812-f8774b5601c8} <Debug> oximeter.measurements_histogrami32 (c48632a3-ed42-43b1-82e4-9daf81026f60): Loading data parts | ||
| 515 | 2025.02.28 02:09:55.514309 [ 4 ] {9b29fe57-204d-414c-8812-f8774b5601c8} <Debug> oximeter.measurements_histogrami32 (c48632a3-ed42-43b1-82e4-9daf81026f60): There are no data parts | ||
| 516 | 2025.02.28 02:09:55.519611 [ 4 ] {9b29fe57-204d-414c-8812-f8774b5601c8} <Debug> TCPHandler: Processed in 0.010967665 sec. | ||
| 517 | 2025.02.28 02:09:55.519825 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.02.28 02:09:55.520182 [ 3 ] {e786f5ce-fbc9-49f4-a6cc-4fc1e041bf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 519 | 2025.02.28 02:09:55.520453 [ 3 ] {e786f5ce-fbc9-49f4-a6cc-4fc1e041bf21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 520 | 2025.02.28 02:09:55.524117 [ 3 ] {e786f5ce-fbc9-49f4-a6cc-4fc1e041bf21} <Debug> oximeter.measurements_histogramu32 (314165d0-303c-4e99-9f3a-861431addcb1): Loading data parts | ||
| 521 | 2025.02.28 02:09:55.524447 [ 3 ] {e786f5ce-fbc9-49f4-a6cc-4fc1e041bf21} <Debug> oximeter.measurements_histogramu32 (314165d0-303c-4e99-9f3a-861431addcb1): There are no data parts | ||
| 522 | 2025.02.28 02:09:55.529387 [ 3 ] {e786f5ce-fbc9-49f4-a6cc-4fc1e041bf21} <Debug> TCPHandler: Processed in 0.009629926 sec. | ||
| 523 | 2025.02.28 02:09:55.529637 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.02.28 02:09:55.530204 [ 4 ] {3aa34c60-1c5d-4c89-b9ed-b549a807efeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 525 | 2025.02.28 02:09:55.530421 [ 4 ] {3aa34c60-1c5d-4c89-b9ed-b549a807efeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 526 | 2025.02.28 02:09:55.536943 [ 4 ] {3aa34c60-1c5d-4c89-b9ed-b549a807efeb} <Debug> oximeter.measurements_histogrami64 (69c5987d-b6d5-4c75-91a7-ff0e52b0b143): Loading data parts | ||
| 527 | 2025.02.28 02:09:55.537179 [ 4 ] {3aa34c60-1c5d-4c89-b9ed-b549a807efeb} <Debug> oximeter.measurements_histogrami64 (69c5987d-b6d5-4c75-91a7-ff0e52b0b143): There are no data parts | ||
| 528 | 2025.02.28 02:09:55.541192 [ 4 ] {3aa34c60-1c5d-4c89-b9ed-b549a807efeb} <Debug> TCPHandler: Processed in 0.011654505 sec. | ||
| 529 | 2025.02.28 02:09:55.541488 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.02.28 02:09:55.541802 [ 3 ] {36c30e07-5389-4e0d-9be9-e5a9dece84fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 531 | 2025.02.28 02:09:55.542026 [ 3 ] {36c30e07-5389-4e0d-9be9-e5a9dece84fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 532 | 2025.02.28 02:09:55.544973 [ 3 ] {36c30e07-5389-4e0d-9be9-e5a9dece84fc} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Loading data parts | ||
| 533 | 2025.02.28 02:09:55.545304 [ 3 ] {36c30e07-5389-4e0d-9be9-e5a9dece84fc} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): There are no data parts | ||
| 534 | 2025.02.28 02:09:55.550346 [ 3 ] {36c30e07-5389-4e0d-9be9-e5a9dece84fc} <Debug> TCPHandler: Processed in 0.008925666 sec. | ||
| 535 | 2025.02.28 02:09:55.550577 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.02.28 02:09:55.551092 [ 4 ] {bd59c0f7-600b-4931-9b42-61deb230c593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 537 | 2025.02.28 02:09:55.551246 [ 4 ] {bd59c0f7-600b-4931-9b42-61deb230c593} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 538 | 2025.02.28 02:09:55.554882 [ 4 ] {bd59c0f7-600b-4931-9b42-61deb230c593} <Debug> oximeter.measurements_histogramf32 (d727447c-26e8-437e-a721-83972caee36a): Loading data parts | ||
| 539 | 2025.02.28 02:09:55.555065 [ 4 ] {bd59c0f7-600b-4931-9b42-61deb230c593} <Debug> oximeter.measurements_histogramf32 (d727447c-26e8-437e-a721-83972caee36a): There are no data parts | ||
| 540 | 2025.02.28 02:09:55.563011 [ 4 ] {bd59c0f7-600b-4931-9b42-61deb230c593} <Debug> TCPHandler: Processed in 0.012504077 sec. | ||
| 541 | 2025.02.28 02:09:55.563410 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.02.28 02:09:55.563716 [ 3 ] {27609067-64ff-4c93-b52b-c549588beaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 543 | 2025.02.28 02:09:55.563890 [ 3 ] {27609067-64ff-4c93-b52b-c549588beaf8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 544 | 2025.02.28 02:09:55.572782 [ 3 ] {27609067-64ff-4c93-b52b-c549588beaf8} <Debug> oximeter.measurements_histogramf64 (c797575d-ca8a-4b1d-8d73-a8698cac0e34): Loading data parts | ||
| 545 | 2025.02.28 02:09:55.573119 [ 3 ] {27609067-64ff-4c93-b52b-c549588beaf8} <Debug> oximeter.measurements_histogramf64 (c797575d-ca8a-4b1d-8d73-a8698cac0e34): There are no data parts | ||
| 546 | 2025.02.28 02:09:55.577665 [ 3 ] {27609067-64ff-4c93-b52b-c549588beaf8} <Debug> TCPHandler: Processed in 0.014324883 sec. | ||
| 547 | 2025.02.28 02:09:55.577904 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.02.28 02:09:55.578275 [ 4 ] {6bc92760-4358-46b8-9371-adb8200437e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) /* The field tables store named dimensions of each timeseries. | ||
| 549 | * | ||
| 550 | * As with the measurement tables, there is one field table for each field data | ||
| 551 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 552 | * this behavior **must not** be relied upon for query correctness. | ||
| 553 | * | ||
| 554 | * The index for the fields differs from the measurements, however. Rows are | ||
| 555 | * sorted by timeseries name, then field name, field value, and finally | ||
| 556 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 557 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 558 | * usually then used to look up measurements. | ||
| 559 | * | ||
| 560 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 561 | * timeseries name and then key, since it would improve lookups where one | ||
| 562 | * already has the key. Realistically though, these tables are quite small and | ||
| 563 | * so performance benefits will be low in absolute terms. | ||
| 564 | * | ||
| 565 | * TTL: We use a materialized column to expire old field table records. This | ||
| 566 | * column is generated automatically by the database whenever a new row is | ||
| 567 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 568 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 569 | * record will remain during a deduplication, which will have the last | ||
| 570 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 571 | * measurement tables. | ||
| 572 | */ | ||
| 573 | 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) | ||
| 574 | 2025.02.28 02:09:55.578458 [ 4 ] {6bc92760-4358-46b8-9371-adb8200437e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 575 | 2025.02.28 02:09:55.585565 [ 4 ] {6bc92760-4358-46b8-9371-adb8200437e5} <Debug> oximeter.fields_bool (b1fff47b-e3d4-4265-bdf1-c5ff928f5106): Loading data parts | ||
| 576 | 2025.02.28 02:09:55.585882 [ 4 ] {6bc92760-4358-46b8-9371-adb8200437e5} <Debug> oximeter.fields_bool (b1fff47b-e3d4-4265-bdf1-c5ff928f5106): There are no data parts | ||
| 577 | 2025.02.28 02:09:55.589201 [ 4 ] {6bc92760-4358-46b8-9371-adb8200437e5} <Debug> TCPHandler: Processed in 0.011371161 sec. | ||
| 578 | 2025.02.28 02:09:55.589541 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.02.28 02:09:55.589868 [ 3 ] {3ba09542-a4aa-45cd-b7f0-50f7abc096af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 580 | 2025.02.28 02:09:55.590038 [ 3 ] {3ba09542-a4aa-45cd-b7f0-50f7abc096af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 581 | 2025.02.28 02:09:55.598249 [ 3 ] {3ba09542-a4aa-45cd-b7f0-50f7abc096af} <Debug> oximeter.fields_i8 (958da518-c778-4446-ae6d-676a67c81bc7): Loading data parts | ||
| 582 | 2025.02.28 02:09:55.598435 [ 3 ] {3ba09542-a4aa-45cd-b7f0-50f7abc096af} <Debug> oximeter.fields_i8 (958da518-c778-4446-ae6d-676a67c81bc7): There are no data parts | ||
| 583 | 2025.02.28 02:09:55.601753 [ 3 ] {3ba09542-a4aa-45cd-b7f0-50f7abc096af} <Debug> TCPHandler: Processed in 0.012275004 sec. | ||
| 584 | 2025.02.28 02:09:55.602007 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.02.28 02:09:55.602223 [ 4 ] {b7709840-d596-46d2-bbb7-ae6e568b4ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 586 | 2025.02.28 02:09:55.602435 [ 4 ] {b7709840-d596-46d2-bbb7-ae6e568b4ab3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 587 | 2025.02.28 02:09:55.604917 [ 4 ] {b7709840-d596-46d2-bbb7-ae6e568b4ab3} <Debug> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Loading data parts | ||
| 588 | 2025.02.28 02:09:55.605166 [ 4 ] {b7709840-d596-46d2-bbb7-ae6e568b4ab3} <Debug> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): There are no data parts | ||
| 589 | 2025.02.28 02:09:55.611423 [ 4 ] {b7709840-d596-46d2-bbb7-ae6e568b4ab3} <Debug> TCPHandler: Processed in 0.009495525 sec. | ||
| 590 | 2025.02.28 02:09:55.611613 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.02.28 02:09:55.612060 [ 3 ] {820d79b3-836c-433c-aa54-f8aae7de8272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 592 | 2025.02.28 02:09:55.612207 [ 3 ] {820d79b3-836c-433c-aa54-f8aae7de8272} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 593 | 2025.02.28 02:09:55.621841 [ 3 ] {820d79b3-836c-433c-aa54-f8aae7de8272} <Debug> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Loading data parts | ||
| 594 | 2025.02.28 02:09:55.622056 [ 3 ] {820d79b3-836c-433c-aa54-f8aae7de8272} <Debug> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): There are no data parts | ||
| 595 | 2025.02.28 02:09:55.628353 [ 3 ] {820d79b3-836c-433c-aa54-f8aae7de8272} <Debug> TCPHandler: Processed in 0.016797618 sec. | ||
| 596 | 2025.02.28 02:09:55.628591 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2025.02.28 02:09:55.628822 [ 4 ] {fe92cc99-1edc-439d-b0d3-dedd557ee862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 598 | 2025.02.28 02:09:55.628985 [ 4 ] {fe92cc99-1edc-439d-b0d3-dedd557ee862} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 599 | 2025.02.28 02:09:55.632555 [ 4 ] {fe92cc99-1edc-439d-b0d3-dedd557ee862} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Loading data parts | ||
| 600 | 2025.02.28 02:09:55.632803 [ 4 ] {fe92cc99-1edc-439d-b0d3-dedd557ee862} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): There are no data parts | ||
| 601 | 2025.02.28 02:09:55.638197 [ 4 ] {fe92cc99-1edc-439d-b0d3-dedd557ee862} <Debug> TCPHandler: Processed in 0.009686057 sec. | ||
| 602 | 2025.02.28 02:09:55.638470 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.02.28 02:09:55.638795 [ 3 ] {b20ec5d0-54f4-49c4-8845-7db77679dd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 604 | 2025.02.28 02:09:55.638951 [ 3 ] {b20ec5d0-54f4-49c4-8845-7db77679dd23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 605 | 2025.02.28 02:09:55.643870 [ 3 ] {b20ec5d0-54f4-49c4-8845-7db77679dd23} <Debug> oximeter.fields_i32 (5a1ed4e3-a117-4c2f-9b88-420bb3ec7e23): Loading data parts | ||
| 606 | 2025.02.28 02:09:55.644049 [ 3 ] {b20ec5d0-54f4-49c4-8845-7db77679dd23} <Debug> oximeter.fields_i32 (5a1ed4e3-a117-4c2f-9b88-420bb3ec7e23): There are no data parts | ||
| 607 | 2025.02.28 02:09:55.645757 [ 3 ] {b20ec5d0-54f4-49c4-8845-7db77679dd23} <Debug> TCPHandler: Processed in 0.007358024 sec. | ||
| 608 | 2025.02.28 02:09:55.645985 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 609 | 2025.02.28 02:09:55.646238 [ 4 ] {463ab682-4a49-49c9-bcca-5f0c79761de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 610 | 2025.02.28 02:09:55.646414 [ 4 ] {463ab682-4a49-49c9-bcca-5f0c79761de5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 611 | 2025.02.28 02:09:55.649201 [ 4 ] {463ab682-4a49-49c9-bcca-5f0c79761de5} <Debug> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Loading data parts | ||
| 612 | 2025.02.28 02:09:55.649395 [ 4 ] {463ab682-4a49-49c9-bcca-5f0c79761de5} <Debug> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): There are no data parts | ||
| 613 | 2025.02.28 02:09:55.651196 [ 4 ] {463ab682-4a49-49c9-bcca-5f0c79761de5} <Debug> TCPHandler: Processed in 0.005285344 sec. | ||
| 614 | 2025.02.28 02:09:55.651590 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2025.02.28 02:09:55.651917 [ 3 ] {1218a3cd-a3d2-4d97-9c1b-a2b0fa3bc8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 616 | 2025.02.28 02:09:55.652086 [ 3 ] {1218a3cd-a3d2-4d97-9c1b-a2b0fa3bc8fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 617 | 2025.02.28 02:09:55.657591 [ 3 ] {1218a3cd-a3d2-4d97-9c1b-a2b0fa3bc8fc} <Debug> oximeter.fields_i64 (46deb672-c664-4361-9871-3259acad898c): Loading data parts | ||
| 618 | 2025.02.28 02:09:55.657775 [ 3 ] {1218a3cd-a3d2-4d97-9c1b-a2b0fa3bc8fc} <Debug> oximeter.fields_i64 (46deb672-c664-4361-9871-3259acad898c): There are no data parts | ||
| 619 | 2025.02.28 02:09:55.662404 [ 3 ] {1218a3cd-a3d2-4d97-9c1b-a2b0fa3bc8fc} <Debug> TCPHandler: Processed in 0.010872724 sec. | ||
| 620 | 2025.02.28 02:09:55.662612 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 621 | 2025.02.28 02:09:55.662836 [ 4 ] {f8a7f925-7699-477e-a535-86eb63a7b8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 622 | 2025.02.28 02:09:55.663007 [ 4 ] {f8a7f925-7699-477e-a535-86eb63a7b8b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 623 | 2025.02.28 02:09:55.665660 [ 4 ] {f8a7f925-7699-477e-a535-86eb63a7b8b9} <Debug> oximeter.fields_u64 (91eb49fc-0a03-476d-b27a-2643615f3b6d): Loading data parts | ||
| 624 | 2025.02.28 02:09:55.665876 [ 4 ] {f8a7f925-7699-477e-a535-86eb63a7b8b9} <Debug> oximeter.fields_u64 (91eb49fc-0a03-476d-b27a-2643615f3b6d): There are no data parts | ||
| 625 | 2025.02.28 02:09:55.668177 [ 4 ] {f8a7f925-7699-477e-a535-86eb63a7b8b9} <Debug> TCPHandler: Processed in 0.00562773 sec. | ||
| 626 | 2025.02.28 02:09:55.668463 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 627 | 2025.02.28 02:09:55.668853 [ 3 ] {39012f35-1841-497a-a23c-d5ba1666b9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 628 | 2025.02.28 02:09:55.669050 [ 3 ] {39012f35-1841-497a-a23c-d5ba1666b9be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 629 | 2025.02.28 02:09:55.676453 [ 3 ] {39012f35-1841-497a-a23c-d5ba1666b9be} <Debug> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Loading data parts | ||
| 630 | 2025.02.28 02:09:55.676747 [ 3 ] {39012f35-1841-497a-a23c-d5ba1666b9be} <Debug> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): There are no data parts | ||
| 631 | 2025.02.28 02:09:55.681209 [ 3 ] {39012f35-1841-497a-a23c-d5ba1666b9be} <Debug> TCPHandler: Processed in 0.012808431 sec. | ||
| 632 | 2025.02.28 02:09:55.681432 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 633 | 2025.02.28 02:09:55.681685 [ 4 ] {98c5f4e8-b3c9-4992-91a4-b3dc5cba58b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 634 | 2025.02.28 02:09:55.681863 [ 4 ] {98c5f4e8-b3c9-4992-91a4-b3dc5cba58b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 635 | 2025.02.28 02:09:55.685762 [ 4 ] {98c5f4e8-b3c9-4992-91a4-b3dc5cba58b7} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Loading data parts | ||
| 636 | 2025.02.28 02:09:55.685975 [ 4 ] {98c5f4e8-b3c9-4992-91a4-b3dc5cba58b7} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): There are no data parts | ||
| 637 | 2025.02.28 02:09:55.688585 [ 4 ] {98c5f4e8-b3c9-4992-91a4-b3dc5cba58b7} <Debug> TCPHandler: Processed in 0.007222562 sec. | ||
| 638 | 2025.02.28 02:09:55.688938 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 639 | 2025.02.28 02:09:55.689152 [ 3 ] {66711c03-ec55-4be0-8841-81a1f6485a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 640 | 2025.02.28 02:09:55.689363 [ 3 ] {66711c03-ec55-4be0-8841-81a1f6485a39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 641 | 2025.02.28 02:09:55.693783 [ 3 ] {66711c03-ec55-4be0-8841-81a1f6485a39} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Loading data parts | ||
| 642 | 2025.02.28 02:09:55.694077 [ 3 ] {66711c03-ec55-4be0-8841-81a1f6485a39} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): There are no data parts | ||
| 643 | 2025.02.28 02:09:55.699440 [ 3 ] {66711c03-ec55-4be0-8841-81a1f6485a39} <Debug> TCPHandler: Processed in 0.010561179 sec. | ||
| 644 | 2025.02.28 02:09:55.699696 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 645 | 2025.02.28 02:09:55.700128 [ 4 ] {da3cacdd-2afd-4fa6-b1ad-6285261381a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) /* The timeseries schema table stores the extracted schema for the samples | ||
| 646 | * oximeter collects. | ||
| 647 | */ | ||
| 648 | 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) | ||
| 649 | 2025.02.28 02:09:55.700329 [ 4 ] {da3cacdd-2afd-4fa6-b1ad-6285261381a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 650 | 2025.02.28 02:09:55.705160 [ 4 ] {da3cacdd-2afd-4fa6-b1ad-6285261381a6} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Loading data parts | ||
| 651 | 2025.02.28 02:09:55.705347 [ 4 ] {da3cacdd-2afd-4fa6-b1ad-6285261381a6} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): There are no data parts | ||
| 652 | 2025.02.28 02:09:55.711477 [ 4 ] {da3cacdd-2afd-4fa6-b1ad-6285261381a6} <Debug> TCPHandler: Processed in 0.011854308 sec. | ||
| 653 | 2025.02.28 02:09:55.711721 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 654 | 2025.02.28 02:09:55.711996 [ 3 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 655 | 2025.02.28 02:09:55.713824 [ 3 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 656 | 2025.02.28 02:09:55.723829 [ 268 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Trace> oximeter.version (05a003c5-6014-47df-a6f1-09b6f38fdd96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 657 | 2025.02.28 02:09:55.723893 [ 268 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 658 | 2025.02.28 02:09:55.729910 [ 268 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 659 | 2025.02.28 02:09:55.730608 [ 268 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Trace> oximeter.version (05a003c5-6014-47df-a6f1-09b6f38fdd96): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 660 | 2025.02.28 02:09:55.731066 [ 3 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.019205 sec., 52.06977349648529 rows/sec., 833.12 B/sec. | ||
| 661 | 2025.02.28 02:09:55.731402 [ 3 ] {5e62dded-1399-4666-a787-1c4bf9bfce80} <Debug> TCPHandler: Processed in 0.019747139 sec. | ||
| 662 | 2025.02.28 02:09:56.000278 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.57 MiB, peak 124.57 MiB, free memory in arenas 0.00 B, will set to 140.39 MiB (RSS), difference: 15.82 MiB | ||
| 663 | 2025.02.28 02:09:57.231797 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47785 | ||
| 664 | 2025.02.28 02:09:57.231985 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.02.28 02:09:57.232028 [ 277 ] {} <Debug> TCP-Session: 04fd1697-a7d8-4720-b438-01abe9b1cdd8 Authenticating user 'default' from [fd00:1122:3344:101::a]:47785 | ||
| 666 | 2025.02.28 02:09:57.232058 [ 277 ] {} <Debug> TCP-Session: 04fd1697-a7d8-4720-b438-01abe9b1cdd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.02.28 02:09:57.232163 [ 277 ] {} <Debug> TCP-Session: 04fd1697-a7d8-4720-b438-01abe9b1cdd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.28 02:09:57.232222 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.02.28 02:09:57.232249 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 670 | 2025.02.28 02:09:57.232348 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.02.28 02:09:57.233394 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53184 | ||
| 672 | 2025.02.28 02:09:57.233476 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45626 | ||
| 673 | 2025.02.28 02:09:57.233572 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.02.28 02:09:57.233596 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40914 | ||
| 675 | 2025.02.28 02:09:57.233713 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.02.28 02:09:57.233721 [ 278 ] {} <Debug> TCP-Session: 2c4584d7-3930-43f9-b2ba-d8f135f65b35 Authenticating user 'default' from [fd00:1122:3344:101::a]:53184 | ||
| 677 | 2025.02.28 02:09:57.233740 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46268 | ||
| 678 | 2025.02.28 02:09:57.233792 [ 279 ] {} <Debug> TCP-Session: f6e30b7a-2392-4b42-ad2b-5d418f6317e5 Authenticating user 'default' from [fd00:1122:3344:101::a]:45626 | ||
| 679 | 2025.02.28 02:09:57.233832 [ 278 ] {} <Debug> TCP-Session: 2c4584d7-3930-43f9-b2ba-d8f135f65b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.02.28 02:09:57.233845 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54565 | ||
| 681 | 2025.02.28 02:09:57.233970 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.02.28 02:09:57.233987 [ 278 ] {} <Debug> TCP-Session: 2c4584d7-3930-43f9-b2ba-d8f135f65b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.02.28 02:09:57.234225 [ 279 ] {} <Debug> TCP-Session: f6e30b7a-2392-4b42-ad2b-5d418f6317e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.02.28 02:09:57.234301 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48846 | ||
| 685 | 2025.02.28 02:09:57.234338 [ 279 ] {} <Debug> TCP-Session: f6e30b7a-2392-4b42-ad2b-5d418f6317e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.02.28 02:09:57.234322 [ 280 ] {} <Debug> TCP-Session: e97b5ee5-7e8f-430e-a9bb-4ea3bf7e0730 Authenticating user 'default' from [fd00:1122:3344:101::a]:40914 | ||
| 687 | 2025.02.28 02:09:57.234324 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.02.28 02:09:57.234477 [ 280 ] {} <Debug> TCP-Session: e97b5ee5-7e8f-430e-a9bb-4ea3bf7e0730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.02.28 02:09:57.234436 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50449 | ||
| 690 | 2025.02.28 02:09:57.234706 [ 280 ] {} <Debug> TCP-Session: e97b5ee5-7e8f-430e-a9bb-4ea3bf7e0730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.02.28 02:09:57.234759 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.02.28 02:09:57.234771 [ 281 ] {} <Debug> TCP-Session: 76e6c50e-d6ac-4f47-9358-0eeaf7dc3316 Authenticating user 'default' from [fd00:1122:3344:101::a]:46268 | ||
| 693 | 2025.02.28 02:09:57.234904 [ 284 ] {} <Debug> TCP-Session: d04c70af-2299-48cf-8b9d-a6ea4acda630 Authenticating user 'default' from [fd00:1122:3344:101::a]:50449 | ||
| 694 | 2025.02.28 02:09:57.234914 [ 281 ] {} <Debug> TCP-Session: 76e6c50e-d6ac-4f47-9358-0eeaf7dc3316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.02.28 02:09:57.234931 [ 284 ] {} <Debug> TCP-Session: d04c70af-2299-48cf-8b9d-a6ea4acda630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.02.28 02:09:57.235041 [ 281 ] {} <Debug> TCP-Session: 76e6c50e-d6ac-4f47-9358-0eeaf7dc3316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.02.28 02:09:57.235053 [ 284 ] {} <Debug> TCP-Session: d04c70af-2299-48cf-8b9d-a6ea4acda630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.02.28 02:09:57.244131 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.02.28 02:09:57.244175 [ 282 ] {} <Debug> TCP-Session: fa87b0b0-84f5-4621-963a-5e67efc6c689 Authenticating user 'default' from [fd00:1122:3344:101::a]:54565 | ||
| 700 | 2025.02.28 02:09:57.244198 [ 282 ] {} <Debug> TCP-Session: fa87b0b0-84f5-4621-963a-5e67efc6c689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.02.28 02:09:57.244330 [ 282 ] {} <Debug> TCP-Session: fa87b0b0-84f5-4621-963a-5e67efc6c689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.28 02:09:57.253986 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.02.28 02:09:57.254029 [ 283 ] {} <Debug> TCP-Session: eaa6f46d-d277-42ef-8798-03e7c2a7b9a6 Authenticating user 'default' from [fd00:1122:3344:101::a]:48846 | ||
| 704 | 2025.02.28 02:09:57.254147 [ 283 ] {} <Debug> TCP-Session: eaa6f46d-d277-42ef-8798-03e7c2a7b9a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.28 02:09:57.254163 [ 283 ] {} <Debug> TCP-Session: eaa6f46d-d277-42ef-8798-03e7c2a7b9a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.28 02:10:02.550340 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 707 | 2025.02.28 02:10:02.550411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 708 | 2025.02.28 02:10:02.550536 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 709 | 2025.02.28 02:10:02.550624 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.02.28 02:10:02.557366 [ 244 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Loading data parts | ||
| 711 | 2025.02.28 02:10:02.557835 [ 244 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): There are no data parts | ||
| 712 | 2025.02.28 02:10:02.564375 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 713 | 2025.02.28 02:10:02.564476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 714 | 2025.02.28 02:10:02.568054 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 715 | 2025.02.28 02:10:02.569072 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 716 | 2025.02.28 02:10:02.569983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 717 | 2025.02.28 02:10:02.576502 [ 242 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Loading data parts | ||
| 718 | 2025.02.28 02:10:02.576767 [ 242 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): There are no data parts | ||
| 719 | 2025.02.28 02:10:02.601483 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.02.28 02:10:02.601523 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 721 | 2025.02.28 02:10:02.608934 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.02.28 02:10:02.610132 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2025.02.28 02:10:02.612489 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.02.28 02:10:03.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.86 MiB, peak 149.86 MiB, free memory in arenas 0.00 B, will set to 150.65 MiB (RSS), difference: 4.78 MiB | ||
| 725 | 2025.02.28 02:10:05.050390 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.02.28 02:10:05.050512 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.02.28 02:10:05.056087 [ 243 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Loading data parts | ||
| 728 | 2025.02.28 02:10:05.056425 [ 243 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): There are no data parts | ||
| 729 | 2025.02.28 02:10:05.062495 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.02.28 02:10:05.062537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 731 | 2025.02.28 02:10:05.064275 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.02.28 02:10:05.064987 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 733 | 2025.02.28 02:10:05.065527 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.02.28 02:10:06.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.83 MiB, peak 154.83 MiB, free memory in arenas 0.00 B, will set to 151.01 MiB (RSS), difference: -3.82 MiB | ||
| 735 | 2025.02.28 02:10:10.008249 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.02.28 02:10:10.008321 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.02.28 02:10:10.070404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 738 | 2025.02.28 02:10:10.071297 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.02.28 02:10:10.071449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 740 | 2025.02.28 02:10:10.072225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.02.28 02:10:10.072767 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 742 | 2025.02.28 02:10:10.073078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.02.28 02:10:10.112615 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.02.28 02:10:10.133831 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.02.28 02:10:10.133893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 746 | 2025.02.28 02:10:10.141350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.02.28 02:10:10.142752 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 748 | 2025.02.28 02:10:10.145853 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.02.28 02:10:11.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.68 MiB, peak 155.68 MiB, free memory in arenas 0.00 B, will set to 153.73 MiB (RSS), difference: 2.04 MiB | ||
| 750 | 2025.02.28 02:10:15.744592 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 751 | 2025.02.28 02:10:15.744816 [ 3 ] {d05b9689-7a60-41c0-aa6c-82f2e940f696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 752 | 2025.02.28 02:10:15.745329 [ 3 ] {d05b9689-7a60-41c0-aa6c-82f2e940f696} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 753 | 2025.02.28 02:10:15.751824 [ 3 ] {d05b9689-7a60-41c0-aa6c-82f2e940f696} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 754 | 2025.02.28 02:10:15.760506 [ 3 ] {d05b9689-7a60-41c0-aa6c-82f2e940f696} <Debug> TCPHandler: Processed in 0.016041367 sec. | ||
| 755 | 2025.02.28 02:10:15.767195 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2025.02.28 02:10:15.767467 [ 4 ] {e2fd89fb-4d83-4dc6-90c4-47ee19597e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 757 | 2025.02.28 02:10:15.769333 [ 4 ] {e2fd89fb-4d83-4dc6-90c4-47ee19597e40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 758 | 2025.02.28 02:10:15.769401 [ 4 ] {e2fd89fb-4d83-4dc6-90c4-47ee19597e40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 759 | 2025.02.28 02:10:15.770020 [ 4 ] {e2fd89fb-4d83-4dc6-90c4-47ee19597e40} <Debug> TCPHandler: Processed in 0.002966392 sec. | ||
| 760 | 2025.02.28 02:10:15.770373 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 761 | 2025.02.28 02:10:15.770570 [ 3 ] {af7598e6-9ba4-453f-8e46-79fcccc62f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 762 | 2025.02.28 02:10:15.771031 [ 3 ] {af7598e6-9ba4-453f-8e46-79fcccc62f44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 763 | 2025.02.28 02:10:15.771090 [ 3 ] {af7598e6-9ba4-453f-8e46-79fcccc62f44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 764 | 2025.02.28 02:10:15.771612 [ 3 ] {af7598e6-9ba4-453f-8e46-79fcccc62f44} <Debug> TCPHandler: Processed in 0.001308569 sec. | ||
| 765 | 2025.02.28 02:10:15.771959 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2025.02.28 02:10:15.772141 [ 4 ] {d2acc988-6c50-4245-afe1-5e7b154ec0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 767 | 2025.02.28 02:10:15.772574 [ 4 ] {d2acc988-6c50-4245-afe1-5e7b154ec0ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2025.02.28 02:10:15.772642 [ 4 ] {d2acc988-6c50-4245-afe1-5e7b154ec0ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2025.02.28 02:10:15.773146 [ 4 ] {d2acc988-6c50-4245-afe1-5e7b154ec0ad} <Debug> TCPHandler: Processed in 0.001252778 sec. | ||
| 770 | 2025.02.28 02:10:15.773405 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2025.02.28 02:10:15.773560 [ 3 ] {021b2fc9-ab31-477c-ab6c-a14ba6ae275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 772 | 2025.02.28 02:10:15.773928 [ 3 ] {021b2fc9-ab31-477c-ab6c-a14ba6ae275c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2025.02.28 02:10:15.773991 [ 3 ] {021b2fc9-ab31-477c-ab6c-a14ba6ae275c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2025.02.28 02:10:15.774495 [ 3 ] {021b2fc9-ab31-477c-ab6c-a14ba6ae275c} <Debug> TCPHandler: Processed in 0.001145536 sec. | ||
| 775 | 2025.02.28 02:10:15.774748 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2025.02.28 02:10:15.774901 [ 4 ] {3da8c47d-3152-49af-8ae3-d3745c109e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 777 | 2025.02.28 02:10:15.775260 [ 4 ] {3da8c47d-3152-49af-8ae3-d3745c109e0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 778 | 2025.02.28 02:10:15.775316 [ 4 ] {3da8c47d-3152-49af-8ae3-d3745c109e0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 779 | 2025.02.28 02:10:15.775805 [ 4 ] {3da8c47d-3152-49af-8ae3-d3745c109e0e} <Debug> TCPHandler: Processed in 0.001112496 sec. | ||
| 780 | 2025.02.28 02:10:15.776046 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 781 | 2025.02.28 02:10:15.776197 [ 3 ] {b415130a-9644-4433-8bf8-53dd473c8ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 782 | 2025.02.28 02:10:15.776565 [ 3 ] {b415130a-9644-4433-8bf8-53dd473c8ea5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 783 | 2025.02.28 02:10:15.776621 [ 3 ] {b415130a-9644-4433-8bf8-53dd473c8ea5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 784 | 2025.02.28 02:10:15.777118 [ 3 ] {b415130a-9644-4433-8bf8-53dd473c8ea5} <Debug> TCPHandler: Processed in 0.001127647 sec. | ||
| 785 | 2025.02.28 02:10:15.777430 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 786 | 2025.02.28 02:10:15.777583 [ 4 ] {448f31a6-e866-484c-b23d-b34e2449291d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 787 | 2025.02.28 02:10:15.777948 [ 4 ] {448f31a6-e866-484c-b23d-b34e2449291d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 788 | 2025.02.28 02:10:15.778003 [ 4 ] {448f31a6-e866-484c-b23d-b34e2449291d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 789 | 2025.02.28 02:10:15.778501 [ 4 ] {448f31a6-e866-484c-b23d-b34e2449291d} <Debug> TCPHandler: Processed in 0.001126286 sec. | ||
| 790 | 2025.02.28 02:10:15.778755 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2025.02.28 02:10:15.778937 [ 3 ] {cc657106-f072-412c-b5a3-174d5578683a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 792 | 2025.02.28 02:10:15.779385 [ 3 ] {cc657106-f072-412c-b5a3-174d5578683a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 793 | 2025.02.28 02:10:15.779451 [ 3 ] {cc657106-f072-412c-b5a3-174d5578683a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 794 | 2025.02.28 02:10:15.780002 [ 3 ] {cc657106-f072-412c-b5a3-174d5578683a} <Debug> TCPHandler: Processed in 0.001309808 sec. | ||
| 795 | 2025.02.28 02:10:15.780252 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 796 | 2025.02.28 02:10:15.780408 [ 4 ] {72062a17-8f25-43a8-a51d-28289865b813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 797 | 2025.02.28 02:10:15.780779 [ 4 ] {72062a17-8f25-43a8-a51d-28289865b813} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 798 | 2025.02.28 02:10:15.780834 [ 4 ] {72062a17-8f25-43a8-a51d-28289865b813} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 799 | 2025.02.28 02:10:15.781330 [ 4 ] {72062a17-8f25-43a8-a51d-28289865b813} <Debug> TCPHandler: Processed in 0.001130916 sec. | ||
| 800 | 2025.02.28 02:10:15.781581 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 801 | 2025.02.28 02:10:15.781744 [ 3 ] {22489b5c-7281-4923-b606-4fcda55e53bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 802 | 2025.02.28 02:10:15.782203 [ 3 ] {22489b5c-7281-4923-b606-4fcda55e53bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 803 | 2025.02.28 02:10:15.782272 [ 3 ] {22489b5c-7281-4923-b606-4fcda55e53bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 804 | 2025.02.28 02:10:15.782829 [ 3 ] {22489b5c-7281-4923-b606-4fcda55e53bb} <Debug> TCPHandler: Processed in 0.001302938 sec. | ||
| 805 | 2025.02.28 02:10:15.783069 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2025.02.28 02:10:15.783226 [ 4 ] {92661a9b-239e-49e8-a2f7-d20678d35b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 807 | 2025.02.28 02:10:15.783604 [ 4 ] {92661a9b-239e-49e8-a2f7-d20678d35b0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 808 | 2025.02.28 02:10:15.783659 [ 4 ] {92661a9b-239e-49e8-a2f7-d20678d35b0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 809 | 2025.02.28 02:10:15.784148 [ 4 ] {92661a9b-239e-49e8-a2f7-d20678d35b0d} <Debug> TCPHandler: Processed in 0.001131376 sec. | ||
| 810 | 2025.02.28 02:10:15.784404 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2025.02.28 02:10:15.784565 [ 3 ] {e7ac6bee-2294-404f-966f-e5841afbcb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 812 | 2025.02.28 02:10:15.784950 [ 3 ] {e7ac6bee-2294-404f-966f-e5841afbcb9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2025.02.28 02:10:15.785006 [ 3 ] {e7ac6bee-2294-404f-966f-e5841afbcb9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2025.02.28 02:10:15.785496 [ 3 ] {e7ac6bee-2294-404f-966f-e5841afbcb9c} <Debug> TCPHandler: Processed in 0.001148696 sec. | ||
| 815 | 2025.02.28 02:10:15.785741 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2025.02.28 02:10:15.785932 [ 4 ] {c7278ab6-d064-4538-bc80-6e1f4e473a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 817 | 2025.02.28 02:10:15.786397 [ 4 ] {c7278ab6-d064-4538-bc80-6e1f4e473a1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2025.02.28 02:10:15.786463 [ 4 ] {c7278ab6-d064-4538-bc80-6e1f4e473a1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2025.02.28 02:10:15.787064 [ 4 ] {c7278ab6-d064-4538-bc80-6e1f4e473a1c} <Debug> TCPHandler: Processed in 0.001384579 sec. | ||
| 820 | 2025.02.28 02:10:15.787311 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2025.02.28 02:10:15.787469 [ 3 ] {7c5c5847-4dae-4379-afc5-c9ca6857022d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 822 | 2025.02.28 02:10:15.787860 [ 3 ] {7c5c5847-4dae-4379-afc5-c9ca6857022d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2025.02.28 02:10:15.787916 [ 3 ] {7c5c5847-4dae-4379-afc5-c9ca6857022d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 824 | 2025.02.28 02:10:15.788451 [ 3 ] {7c5c5847-4dae-4379-afc5-c9ca6857022d} <Debug> TCPHandler: Processed in 0.001192587 sec. | ||
| 825 | 2025.02.28 02:10:15.788673 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2025.02.28 02:10:15.788835 [ 4 ] {84626f8b-8b54-4fc4-8e34-0a3fe327327d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 827 | 2025.02.28 02:10:15.789228 [ 4 ] {84626f8b-8b54-4fc4-8e34-0a3fe327327d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2025.02.28 02:10:15.789283 [ 4 ] {84626f8b-8b54-4fc4-8e34-0a3fe327327d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2025.02.28 02:10:15.789780 [ 4 ] {84626f8b-8b54-4fc4-8e34-0a3fe327327d} <Debug> TCPHandler: Processed in 0.001159677 sec. | ||
| 830 | 2025.02.28 02:10:15.790045 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2025.02.28 02:10:15.790205 [ 3 ] {7340af70-f92f-4588-aadd-6aadc597ccdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 832 | 2025.02.28 02:10:15.790603 [ 3 ] {7340af70-f92f-4588-aadd-6aadc597ccdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2025.02.28 02:10:15.790660 [ 3 ] {7340af70-f92f-4588-aadd-6aadc597ccdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2025.02.28 02:10:15.791155 [ 3 ] {7340af70-f92f-4588-aadd-6aadc597ccdd} <Debug> TCPHandler: Processed in 0.001185796 sec. | ||
| 835 | 2025.02.28 02:10:15.791403 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2025.02.28 02:10:15.791568 [ 4 ] {1c2e0044-8907-4d27-8bfc-a5c3f8bc1ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 837 | 2025.02.28 02:10:15.792038 [ 4 ] {1c2e0044-8907-4d27-8bfc-a5c3f8bc1ce3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2025.02.28 02:10:15.792095 [ 4 ] {1c2e0044-8907-4d27-8bfc-a5c3f8bc1ce3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2025.02.28 02:10:15.792610 [ 4 ] {1c2e0044-8907-4d27-8bfc-a5c3f8bc1ce3} <Debug> TCPHandler: Processed in 0.001222638 sec. | ||
| 840 | 2025.02.28 02:10:15.796577 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2025.02.28 02:10:15.796702 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 842 | 2025.02.28 02:10:15.796755 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 843 | 2025.02.28 02:10:15.797549 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 844 | 2025.02.28 02:10:15.797592 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 845 | 2025.02.28 02:10:15.800203 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 846 | 2025.02.28 02:10:15.800445 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 847 | 2025.02.28 02:10:15.800635 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.003969 sec., 4535.147392290249 rows/sec., 634.31 KiB/sec. | ||
| 848 | 2025.02.28 02:10:15.800690 [ 3 ] {cb0e1686-0708-433c-a485-f56009cf93ea} <Debug> TCPHandler: Processed in 0.004169219 sec. | ||
| 849 | 2025.02.28 02:10:15.800831 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.02.28 02:10:15.800965 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 851 | 2025.02.28 02:10:15.801016 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 852 | 2025.02.28 02:10:15.802294 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 853 | 2025.02.28 02:10:15.802343 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 854 | 2025.02.28 02:10:15.802804 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 855 | 2025.02.28 02:10:15.803054 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 856 | 2025.02.28 02:10:15.803240 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002313 sec., 12970.16861219196 rows/sec., 1013.29 KiB/sec. | ||
| 857 | 2025.02.28 02:10:15.803291 [ 4 ] {38af00f3-c28b-41a5-b985-041a3efc3b59} <Debug> TCPHandler: Processed in 0.002520046 sec. | ||
| 858 | 2025.02.28 02:10:15.803439 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.02.28 02:10:15.803572 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 860 | 2025.02.28 02:10:15.803624 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 861 | 2025.02.28 02:10:15.804227 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2025.02.28 02:10:15.804266 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 863 | 2025.02.28 02:10:15.804643 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 864 | 2025.02.28 02:10:15.804892 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2025.02.28 02:10:15.805129 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001573 sec., 22886.204704386524 rows/sec., 1.79 MiB/sec. | ||
| 866 | 2025.02.28 02:10:15.805275 [ 3 ] {69b82292-bffa-403f-bb85-54d8666ad4c0} <Debug> TCPHandler: Processed in 0.001894157 sec. | ||
| 867 | 2025.02.28 02:10:15.805417 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.02.28 02:10:15.805534 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 869 | 2025.02.28 02:10:15.805586 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 870 | 2025.02.28 02:10:15.806791 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 871 | 2025.02.28 02:10:15.806825 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 872 | 2025.02.28 02:10:15.807255 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 873 | 2025.02.28 02:10:15.807504 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 874 | 2025.02.28 02:10:15.807719 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.002197 sec., 40054.61993627674 rows/sec., 2.80 MiB/sec. | ||
| 875 | 2025.02.28 02:10:15.807850 [ 4 ] {b84e51c8-c606-472f-bdf1-481b366f5a41} <Debug> TCPHandler: Processed in 0.002485565 sec. | ||
| 876 | 2025.02.28 02:10:15.808003 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 877 | 2025.02.28 02:10:15.808142 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 878 | 2025.02.28 02:10:15.808201 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 879 | 2025.02.28 02:10:15.808757 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 880 | 2025.02.28 02:10:15.808798 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 881 | 2025.02.28 02:10:15.809178 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 882 | 2025.02.28 02:10:15.809446 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 883 | 2025.02.28 02:10:15.809674 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.001554 sec., 20592.02059202059 rows/sec., 1.37 MiB/sec. | ||
| 884 | 2025.02.28 02:10:15.809839 [ 3 ] {d203c481-2abd-42de-93f7-e59625daee2b} <Debug> TCPHandler: Processed in 0.001903717 sec. | ||
| 885 | 2025.02.28 02:10:16.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.73 MiB, peak 155.68 MiB, free memory in arenas 0.00 B, will set to 155.05 MiB (RSS), difference: 4.33 MiB | ||
| 886 | 2025.02.28 02:10:17.573242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 887 | 2025.02.28 02:10:17.573908 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.02.28 02:10:17.573963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 889 | 2025.02.28 02:10:17.574609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.02.28 02:10:17.574881 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.02.28 02:10:17.575157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 892 | 2025.02.28 02:10:17.646074 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.02.28 02:10:17.664233 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.02.28 02:10:17.664300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 895 | 2025.02.28 02:10:17.670790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.02.28 02:10:17.671549 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.02.28 02:10:17.674586 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.02.28 02:10:20.747586 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.02.28 02:10:20.747772 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.02.28 02:10:20.747841 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.02.28 02:10:20.748564 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.02.28 02:10:20.748605 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 903 | 2025.02.28 02:10:20.749050 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.02.28 02:10:20.749308 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.02.28 02:10:20.749558 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.00182 sec., 16483.516483516483 rows/sec., 1.26 MiB/sec. | ||
| 906 | 2025.02.28 02:10:20.749695 [ 3 ] {1de96df7-395d-4b56-af0d-8b55dabf6d0a} <Debug> TCPHandler: Processed in 0.002235782 sec. | ||
| 907 | 2025.02.28 02:10:20.749964 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.02.28 02:10:20.750199 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.02.28 02:10:20.750280 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.02.28 02:10:20.751098 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.02.28 02:10:20.751153 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 912 | 2025.02.28 02:10:20.751607 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.02.28 02:10:20.751867 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.02.28 02:10:20.752095 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001959 sec., 18376.722817764166 rows/sec., 1.44 MiB/sec. | ||
| 915 | 2025.02.28 02:10:20.752163 [ 4 ] {86d625ab-b3f8-44bc-a4b5-cb402d9e4b3b} <Debug> TCPHandler: Processed in 0.002347834 sec. | ||
| 916 | 2025.02.28 02:10:20.752306 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.02.28 02:10:20.752429 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.02.28 02:10:20.752483 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.02.28 02:10:20.753063 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.02.28 02:10:20.753100 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 921 | 2025.02.28 02:10:20.753499 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.02.28 02:10:20.753741 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.02.28 02:10:20.753945 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001536 sec., 71614.58333333333 rows/sec., 5.00 MiB/sec. | ||
| 924 | 2025.02.28 02:10:20.754001 [ 3 ] {c418ad1c-d014-49c5-bf63-02e9bba51b4e} <Debug> TCPHandler: Processed in 0.001754495 sec. | ||
| 925 | 2025.02.28 02:10:20.754183 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.02.28 02:10:20.754328 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.02.28 02:10:20.754393 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.02.28 02:10:20.754959 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.02.28 02:10:20.754999 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 930 | 2025.02.28 02:10:20.755405 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.02.28 02:10:20.755649 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.02.28 02:10:20.755917 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001611 sec., 24829.298572315332 rows/sec., 1.66 MiB/sec. | ||
| 933 | 2025.02.28 02:10:20.755988 [ 4 ] {34e13150-4b7c-4bad-9210-561db93744b4} <Debug> TCPHandler: Processed in 0.001874707 sec. | ||
| 934 | 2025.02.28 02:10:25.008574 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.02.28 02:10:25.008647 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.02.28 02:10:25.066051 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 937 | 2025.02.28 02:10:25.070162 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.02.28 02:10:25.070202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 939 | 2025.02.28 02:10:25.071739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.02.28 02:10:25.072040 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.02.28 02:10:25.072497 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 942 | 2025.02.28 02:10:25.075319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 943 | 2025.02.28 02:10:25.076065 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.02.28 02:10:25.076109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 945 | 2025.02.28 02:10:25.076796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 946 | 2025.02.28 02:10:25.077055 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.02.28 02:10:25.077262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 948 | 2025.02.28 02:10:25.174716 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.02.28 02:10:25.193713 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.02.28 02:10:25.193774 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 951 | 2025.02.28 02:10:25.200364 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.02.28 02:10:25.201129 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.02.28 02:10:25.203727 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.02.28 02:10:25.747947 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.02.28 02:10:25.748139 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 956 | 2025.02.28 02:10:25.748212 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 957 | 2025.02.28 02:10:25.748937 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2025.02.28 02:10:25.748986 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 959 | 2025.02.28 02:10:25.749427 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 960 | 2025.02.28 02:10:25.749692 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2025.02.28 02:10:25.749883 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001798 sec., 16685.205784204674 rows/sec., 1.27 MiB/sec. | ||
| 962 | 2025.02.28 02:10:25.749946 [ 3 ] {09583f50-dd9e-42d0-8971-272608e36f5a} <Debug> TCPHandler: Processed in 0.0021272 sec. | ||
| 963 | 2025.02.28 02:10:25.750195 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2025.02.28 02:10:25.750408 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 965 | 2025.02.28 02:10:25.750487 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 966 | 2025.02.28 02:10:25.751273 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2025.02.28 02:10:25.751325 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 968 | 2025.02.28 02:10:25.751771 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 969 | 2025.02.28 02:10:25.752020 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2025.02.28 02:10:25.752255 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001908 sec., 18867.924528301886 rows/sec., 1.47 MiB/sec. | ||
| 971 | 2025.02.28 02:10:25.752312 [ 4 ] {83a40944-9661-40f8-b92a-24633bf277fb} <Debug> TCPHandler: Processed in 0.002255762 sec. | ||
| 972 | 2025.02.28 02:10:25.752461 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2025.02.28 02:10:25.752607 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 974 | 2025.02.28 02:10:25.752673 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 975 | 2025.02.28 02:10:25.753280 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2025.02.28 02:10:25.753317 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 977 | 2025.02.28 02:10:25.753708 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 978 | 2025.02.28 02:10:25.753956 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2025.02.28 02:10:25.754130 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001561 sec., 70467.64894298527 rows/sec., 4.92 MiB/sec. | ||
| 980 | 2025.02.28 02:10:25.754183 [ 3 ] {1dc37ece-e144-488f-a728-fdfece59437f} <Debug> TCPHandler: Processed in 0.001790686 sec. | ||
| 981 | 2025.02.28 02:10:25.754330 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.02.28 02:10:25.754450 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 983 | 2025.02.28 02:10:25.754501 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 984 | 2025.02.28 02:10:25.755034 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2025.02.28 02:10:25.755073 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 986 | 2025.02.28 02:10:25.755444 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 987 | 2025.02.28 02:10:25.755685 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2025.02.28 02:10:25.755935 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.00151 sec., 26490.066225165563 rows/sec., 1.77 MiB/sec. | ||
| 989 | 2025.02.28 02:10:25.756075 [ 4 ] {a5e17479-d348-46b5-a538-f3f5462237fe} <Debug> TCPHandler: Processed in 0.001801725 sec. | ||
| 990 | 2025.02.28 02:10:30.750169 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2025.02.28 02:10:30.750368 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 992 | 2025.02.28 02:10:30.750440 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 993 | 2025.02.28 02:10:30.751224 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 994 | 2025.02.28 02:10:30.751275 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 995 | 2025.02.28 02:10:30.751702 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 996 | 2025.02.28 02:10:30.751953 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 997 | 2025.02.28 02:10:30.752180 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.31 MiB/sec. | ||
| 998 | 2025.02.28 02:10:30.752281 [ 3 ] {f4c1011c-acd0-46b0-9311-86d11d9ceba1} <Debug> TCPHandler: Processed in 0.002239742 sec. | ||
| 999 | 2025.02.28 02:10:30.752552 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1000 | 2025.02.28 02:10:30.752770 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1001 | 2025.02.28 02:10:30.752854 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1002 | 2025.02.28 02:10:30.753688 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2025.02.28 02:10:30.753733 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1004 | 2025.02.28 02:10:30.754185 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1005 | 2025.02.28 02:10:30.754451 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1006 | 2025.02.28 02:10:30.754656 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 1007 | 2025.02.28 02:10:30.754719 [ 4 ] {91e5c0f7-154a-4934-b6b4-02d1bb93fc5e} <Debug> TCPHandler: Processed in 0.002307243 sec. | ||
| 1008 | 2025.02.28 02:10:30.754884 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2025.02.28 02:10:30.755021 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1010 | 2025.02.28 02:10:30.755084 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1011 | 2025.02.28 02:10:30.755692 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1012 | 2025.02.28 02:10:30.755731 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1013 | 2025.02.28 02:10:30.756121 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1014 | 2025.02.28 02:10:30.756363 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1015 | 2025.02.28 02:10:30.756570 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001579 sec., 94996.83343888537 rows/sec., 6.62 MiB/sec. | ||
| 1016 | 2025.02.28 02:10:30.756620 [ 3 ] {15b3443b-8d4f-4b2a-a63c-55dbd0a011e7} <Debug> TCPHandler: Processed in 0.001801775 sec. | ||
| 1017 | 2025.02.28 02:10:30.756774 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1018 | 2025.02.28 02:10:30.756924 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1019 | 2025.02.28 02:10:30.756995 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1020 | 2025.02.28 02:10:30.757546 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1021 | 2025.02.28 02:10:30.757586 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1022 | 2025.02.28 02:10:30.757983 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1023 | 2025.02.28 02:10:30.758227 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1024 | 2025.02.28 02:10:30.758406 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.00152 sec., 36842.10526315789 rows/sec., 2.48 MiB/sec. | ||
| 1025 | 2025.02.28 02:10:30.758459 [ 4 ] {65eb9766-bb14-4b35-9312-b697bfe17afa} <Debug> TCPHandler: Processed in 0.001756396 sec. | ||
| 1026 | 2025.02.28 02:10:32.577440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1027 | 2025.02.28 02:10:32.578151 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1028 | 2025.02.28 02:10:32.578203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1029 | 2025.02.28 02:10:32.578797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1030 | 2025.02.28 02:10:32.579051 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1031 | 2025.02.28 02:10:32.579292 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1032 | 2025.02.28 02:10:32.703857 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1033 | 2025.02.28 02:10:32.722900 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1034 | 2025.02.28 02:10:32.722949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1035 | 2025.02.28 02:10:32.729621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1036 | 2025.02.28 02:10:32.730367 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1037 | 2025.02.28 02:10:32.733241 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1038 | 2025.02.28 02:10:35.072865 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 158 | ||
| 1039 | 2025.02.28 02:10:35.075579 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1040 | 2025.02.28 02:10:35.075629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1041 | 2025.02.28 02:10:35.077078 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1042 | 2025.02.28 02:10:35.077384 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1043 | 2025.02.28 02:10:35.077892 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 158 | ||
| 1044 | 2025.02.28 02:10:35.750670 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2025.02.28 02:10:35.750881 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1046 | 2025.02.28 02:10:35.750961 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1047 | 2025.02.28 02:10:35.751776 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1048 | 2025.02.28 02:10:35.751821 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1049 | 2025.02.28 02:10:35.752253 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1050 | 2025.02.28 02:10:35.752515 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1051 | 2025.02.28 02:10:35.752734 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec. | ||
| 1052 | 2025.02.28 02:10:35.752914 [ 3 ] {e7da6b8b-fbc4-4dc5-b48e-cec5475e2a5c} <Debug> TCPHandler: Processed in 0.002376903 sec. | ||
| 1053 | 2025.02.28 02:10:35.753185 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.02.28 02:10:35.753396 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1055 | 2025.02.28 02:10:35.753471 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1056 | 2025.02.28 02:10:35.754196 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2025.02.28 02:10:35.754241 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1058 | 2025.02.28 02:10:35.754680 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1059 | 2025.02.28 02:10:35.754932 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2025.02.28 02:10:35.755179 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.71 MiB/sec. | ||
| 1061 | 2025.02.28 02:10:35.755235 [ 4 ] {a4d4c260-32ae-443c-89d1-4fa5aeca8ec9} <Debug> TCPHandler: Processed in 0.002188891 sec. | ||
| 1062 | 2025.02.28 02:10:35.755381 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1063 | 2025.02.28 02:10:35.755526 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1064 | 2025.02.28 02:10:35.755590 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1065 | 2025.02.28 02:10:35.756269 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1066 | 2025.02.28 02:10:35.756313 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1067 | 2025.02.28 02:10:35.756722 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1068 | 2025.02.28 02:10:35.756966 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1069 | 2025.02.28 02:10:35.757199 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 1070 | 2025.02.28 02:10:35.757346 [ 3 ] {17ed7c6a-9841-452d-84c7-fe8bd12c0ade} <Debug> TCPHandler: Processed in 0.002024539 sec. | ||
| 1071 | 2025.02.28 02:10:35.757516 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.02.28 02:10:35.757656 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1073 | 2025.02.28 02:10:35.757716 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1074 | 2025.02.28 02:10:35.758309 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1075 | 2025.02.28 02:10:35.758357 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1076 | 2025.02.28 02:10:35.758751 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1077 | 2025.02.28 02:10:35.758993 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1078 | 2025.02.28 02:10:35.759214 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. | ||
| 1079 | 2025.02.28 02:10:35.759262 [ 4 ] {1c1e33a1-cc03-489f-927e-32f25aa7e863} <Debug> TCPHandler: Processed in 0.001812815 sec. | ||
| 1080 | 2025.02.28 02:10:40.008901 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1081 | 2025.02.28 02:10:40.008996 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1082 | 2025.02.28 02:10:40.079455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1083 | 2025.02.28 02:10:40.080483 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1084 | 2025.02.28 02:10:40.080554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1085 | 2025.02.28 02:10:40.081161 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1086 | 2025.02.28 02:10:40.081424 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1087 | 2025.02.28 02:10:40.081584 [ 84 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1088 | 2025.02.28 02:10:40.081608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1089 | 2025.02.28 02:10:40.081663 [ 84 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1090 | 2025.02.28 02:10:40.081691 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1091 | 2025.02.28 02:10:40.085733 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 1092 | 2025.02.28 02:10:40.086093 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1093 | 2025.02.28 02:10:40.086934 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 1094 | 2025.02.28 02:10:40.087217 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 1095 | 2025.02.28 02:10:40.087310 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1096 | 2025.02.28 02:10:40.087461 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1097 | 2025.02.28 02:10:40.087619 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1098 | 2025.02.28 02:10:40.088252 [ 198 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1099 | 2025.02.28 02:10:40.109485 [ 187 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.027687892 sec., 101343.93763165502 rows/sec., 1.45 MiB/sec. | ||
| 1100 | 2025.02.28 02:10:40.110295 [ 187 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1101 | 2025.02.28 02:10:40.110678 [ 187 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2025.02.28 02:10:40.110766 [ 187 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_6_1} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1103 | 2025.02.28 02:10:40.110895 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 1104 | 2025.02.28 02:10:40.233364 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1105 | 2025.02.28 02:10:40.252823 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1106 | 2025.02.28 02:10:40.252866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1107 | 2025.02.28 02:10:40.259581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1108 | 2025.02.28 02:10:40.260361 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1109 | 2025.02.28 02:10:40.260800 [ 84 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1110 | 2025.02.28 02:10:40.260966 [ 84 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1111 | 2025.02.28 02:10:40.261066 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1112 | 2025.02.28 02:10:40.261642 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1113 | 2025.02.28 02:10:40.277600 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1114 | 2025.02.28 02:10:40.278851 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1115 | 2025.02.28 02:10:40.280012 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1116 | 2025.02.28 02:10:40.285154 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1117 | 2025.02.28 02:10:40.290325 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1118 | 2025.02.28 02:10:40.295412 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1119 | 2025.02.28 02:10:40.304440 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1120 | 2025.02.28 02:10:40.308954 [ 187 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 1121 | 2025.02.28 02:10:40.373271 [ 198 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.111977645 sec., 410.7962799181926 rows/sec., 2.12 MiB/sec. | ||
| 1122 | 2025.02.28 02:10:40.375926 [ 192 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1123 | 2025.02.28 02:10:40.378830 [ 192 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_6_1} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1124 | 2025.02.28 02:10:40.378953 [ 192 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_6_1} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1125 | 2025.02.28 02:10:40.381410 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1126 | 2025.02.28 02:10:40.744229 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2025.02.28 02:10:40.744485 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) 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) | ||
| 1128 | 2025.02.28 02:10:40.746796 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1129 | 2025.02.28 02:10:40.750841 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <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 | ||
| 1130 | 2025.02.28 02:10:40.751244 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1131 | 2025.02.28 02:10:40.752124 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1132 | 2025.02.28 02:10:40.752556 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1133 | 2025.02.28 02:10:40.756090 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1134 | 2025.02.28 02:10:40.756189 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1135 | 2025.02.28 02:10:40.756211 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1136 | 2025.02.28 02:10:40.756305 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <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'))" | ||
| 1137 | 2025.02.28 02:10:40.756331 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1138 | 2025.02.28 02:10:40.766060 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.021687 sec., 829.9903167796375 rows/sec., 33.95 KiB/sec. | ||
| 1139 | 2025.02.28 02:10:40.766196 [ 3 ] {529027c3-2465-445e-a638-ea4b656882d8} <Debug> TCPHandler: Processed in 0.022096522 sec. | ||
| 1140 | 2025.02.28 02:10:40.768805 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2025.02.28 02:10:40.769221 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) 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) | ||
| 1142 | 2025.02.28 02:10:40.769761 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1143 | 2025.02.28 02:10:40.769806 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <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 | ||
| 1144 | 2025.02.28 02:10:40.770104 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1145 | 2025.02.28 02:10:40.770186 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1146 | 2025.02.28 02:10:40.770362 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1147 | 2025.02.28 02:10:40.770401 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1148 | 2025.02.28 02:10:40.770428 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1149 | 2025.02.28 02:10:40.770446 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1150 | 2025.02.28 02:10:40.770493 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <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'))" | ||
| 1151 | 2025.02.28 02:10:40.770520 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1152 | 2025.02.28 02:10:40.771182 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00216 sec., 8333.333333333334 rows/sec., 340.89 KiB/sec. | ||
| 1153 | 2025.02.28 02:10:40.771271 [ 4 ] {22b31483-c469-4cab-8e48-4cd9be196fa7} <Debug> TCPHandler: Processed in 0.002654127 sec. | ||
| 1154 | 2025.02.28 02:10:40.771650 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.02.28 02:10:40.771860 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1156 | 2025.02.28 02:10:40.772190 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1157 | 2025.02.28 02:10:40.772235 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1158 | 2025.02.28 02:10:40.772507 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1159 | 2025.02.28 02:10:40.772576 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1160 | 2025.02.28 02:10:40.772725 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1161 | 2025.02.28 02:10:40.772759 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1162 | 2025.02.28 02:10:40.772782 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1163 | 2025.02.28 02:10:40.772799 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1164 | 2025.02.28 02:10:40.772842 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1165 | 2025.02.28 02:10:40.772865 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1166 | 2025.02.28 02:10:40.773456 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001688 sec., 10663.507109004739 rows/sec., 436.21 KiB/sec. | ||
| 1167 | 2025.02.28 02:10:40.773575 [ 3 ] {af2bb4a4-726f-43ad-9d63-2899a0a73446} <Debug> TCPHandler: Processed in 0.002034719 sec. | ||
| 1168 | 2025.02.28 02:10:40.773878 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2025.02.28 02:10:40.774088 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1170 | 2025.02.28 02:10:40.774461 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1171 | 2025.02.28 02:10:40.774514 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1172 | 2025.02.28 02:10:40.774798 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1173 | 2025.02.28 02:10:40.774866 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1174 | 2025.02.28 02:10:40.775018 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1175 | 2025.02.28 02:10:40.775051 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1176 | 2025.02.28 02:10:40.775076 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1177 | 2025.02.28 02:10:40.775093 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1178 | 2025.02.28 02:10:40.775135 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1179 | 2025.02.28 02:10:40.775157 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1180 | 2025.02.28 02:10:40.775621 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001669 sec., 10784.901138406232 rows/sec., 441.18 KiB/sec. | ||
| 1181 | 2025.02.28 02:10:40.775702 [ 4 ] {1baffb64-cd8b-408d-beaf-1f7f312e6707} <Debug> TCPHandler: Processed in 0.001930908 sec. | ||
| 1182 | 2025.02.28 02:10:40.783066 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.02.28 02:10:40.783202 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1184 | 2025.02.28 02:10:40.783256 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1185 | 2025.02.28 02:10:40.784016 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.02.28 02:10:40.784062 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1187 | 2025.02.28 02:10:40.784570 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1188 | 2025.02.28 02:10:40.784794 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.02.28 02:10:40.785024 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 227.58 KiB/sec. | ||
| 1190 | 2025.02.28 02:10:40.785080 [ 3 ] {f385f2f5-a4c2-4e35-be0c-dd807e206392} <Debug> TCPHandler: Processed in 0.00207309 sec. | ||
| 1191 | 2025.02.28 02:10:40.785220 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.02.28 02:10:40.785353 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1193 | 2025.02.28 02:10:40.785404 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1194 | 2025.02.28 02:10:40.786075 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.02.28 02:10:40.786124 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1196 | 2025.02.28 02:10:40.786552 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1197 | 2025.02.28 02:10:40.786821 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.02.28 02:10:40.787009 [ 82 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1199 | 2025.02.28 02:10:40.787078 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001756 sec., 69476.0820045558 rows/sec., 5.93 MiB/sec. | ||
| 1200 | 2025.02.28 02:10:40.787094 [ 82 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1201 | 2025.02.28 02:10:40.787193 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1202 | 2025.02.28 02:10:40.787210 [ 4 ] {1336aa83-1f8c-424b-9337-4b4f53e9c4e0} <Debug> TCPHandler: Processed in 0.002041519 sec. | ||
| 1203 | 2025.02.28 02:10:40.787393 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 1204 | 2025.02.28 02:10:40.787402 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1205 | 2025.02.28 02:10:40.787575 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1206 | 2025.02.28 02:10:40.787581 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1207 | 2025.02.28 02:10:40.787634 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1208 | 2025.02.28 02:10:40.787631 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 1209 | 2025.02.28 02:10:40.787821 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 1210 | 2025.02.28 02:10:40.788178 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1211 | 2025.02.28 02:10:40.788294 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 1212 | 2025.02.28 02:10:40.788623 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1213 | 2025.02.28 02:10:40.788900 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 122 rows starting from the beginning of the part | ||
| 1214 | 2025.02.28 02:10:40.790532 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1215 | 2025.02.28 02:10:40.790574 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1216 | 2025.02.28 02:10:40.790876 [ 198 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 5 columns (5 merged, 0 gathered) in 0.00355664 sec., 91097.21534931846 rows/sec., 7.62 MiB/sec. | ||
| 1217 | 2025.02.28 02:10:40.791241 [ 198 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1218 | 2025.02.28 02:10:40.791379 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1219 | 2025.02.28 02:10:40.791772 [ 198 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1220 | 2025.02.28 02:10:40.791812 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1221 | 2025.02.28 02:10:40.791963 [ 198 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_6_1} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1222 | 2025.02.28 02:10:40.792234 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1223 | 2025.02.28 02:10:40.792353 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004813 sec., 6856.430500727198 rows/sec., 515.57 KiB/sec. | ||
| 1224 | 2025.02.28 02:10:40.792422 [ 3 ] {4ee12060-3e49-40cc-a083-9f67cf762244} <Debug> TCPHandler: Processed in 0.005088082 sec. | ||
| 1225 | 2025.02.28 02:10:40.792594 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1226 | 2025.02.28 02:10:40.792726 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1227 | 2025.02.28 02:10:40.792777 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1228 | 2025.02.28 02:10:40.793441 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1229 | 2025.02.28 02:10:40.793485 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1230 | 2025.02.28 02:10:40.793877 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1231 | 2025.02.28 02:10:40.794137 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1232 | 2025.02.28 02:10:40.794309 [ 82 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1233 | 2025.02.28 02:10:40.794369 [ 82 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1234 | 2025.02.28 02:10:40.794392 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001691 sec., 63276.16794795979 rows/sec., 4.95 MiB/sec. | ||
| 1235 | 2025.02.28 02:10:40.794407 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1236 | 2025.02.28 02:10:40.794536 [ 4 ] {8a8d7106-99a8-49eb-a51d-2b3eb0a7d603} <Debug> TCPHandler: Processed in 0.002003648 sec. | ||
| 1237 | 2025.02.28 02:10:40.794637 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 1238 | 2025.02.28 02:10:40.794731 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2025.02.28 02:10:40.794805 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1240 | 2025.02.28 02:10:40.794890 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 1241 | 2025.02.28 02:10:40.794936 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1242 | 2025.02.28 02:10:40.795123 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1243 | 2025.02.28 02:10:40.795163 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 1244 | 2025.02.28 02:10:40.795544 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
| 1245 | 2025.02.28 02:10:40.795971 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 1246 | 2025.02.28 02:10:40.796326 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1247 | 2025.02.28 02:10:40.796685 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 107 rows starting from the beginning of the part | ||
| 1248 | 2025.02.28 02:10:40.797836 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.02.28 02:10:40.797915 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1250 | 2025.02.28 02:10:40.799030 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1251 | 2025.02.28 02:10:40.799346 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 343 rows, containing 5 columns (5 merged, 0 gathered) in 0.004803488 sec., 71406.44465022084 rows/sec., 5.85 MiB/sec. | ||
| 1252 | 2025.02.28 02:10:40.799518 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2025.02.28 02:10:40.799684 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1254 | 2025.02.28 02:10:40.799749 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1255 | 2025.02.28 02:10:40.799858 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1256 | 2025.02.28 02:10:40.799927 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1257 | 2025.02.28 02:10:40.800121 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005217 sec., 30668.966839179604 rows/sec., 2.14 MiB/sec. | ||
| 1258 | 2025.02.28 02:10:40.800229 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 1259 | 2025.02.28 02:10:40.800485 [ 3 ] {4727d0b4-9277-4a58-935a-0c78799a190c} <Debug> TCPHandler: Processed in 0.005824463 sec. | ||
| 1260 | 2025.02.28 02:10:40.800726 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1261 | 2025.02.28 02:10:40.800811 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.02.28 02:10:40.800818 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 1263 | 2025.02.28 02:10:40.800857 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.02.28 02:10:40.801175 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1265 | 2025.02.28 02:10:40.801207 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_6_1} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1266 | 2025.02.28 02:10:40.801571 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part | ||
| 1267 | 2025.02.28 02:10:40.801662 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1268 | 2025.02.28 02:10:40.801703 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1269 | 2025.02.28 02:10:40.801899 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
| 1270 | 2025.02.28 02:10:40.802183 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1271 | 2025.02.28 02:10:40.802248 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1272 | 2025.02.28 02:10:40.802765 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 1273 | 2025.02.28 02:10:40.806255 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 5 columns (5 merged, 0 gathered) in 0.006201887 sec., 125445.69096470156 rows/sec., 8.74 MiB/sec. | ||
| 1274 | 2025.02.28 02:10:40.806543 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1275 | 2025.02.28 02:10:40.806890 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.02.28 02:10:40.806968 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1277 | 2025.02.28 02:10:40.807298 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.02.28 02:10:40.807504 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1279 | 2025.02.28 02:10:40.807701 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1280 | 2025.02.28 02:10:40.810183 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1281 | 2025.02.28 02:10:40.810523 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1282 | 2025.02.28 02:10:40.810795 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.009503 sec., 3472.5876039145537 rows/sec., 6.22 MiB/sec. | ||
| 1283 | 2025.02.28 02:10:40.810914 [ 4 ] {3a5e4935-ece8-4dd8-96ba-650ed12ac181} <Debug> TCPHandler: Processed in 0.010291755 sec. | ||
| 1284 | 2025.02.28 02:10:40.811086 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1285 | 2025.02.28 02:10:40.811208 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1286 | 2025.02.28 02:10:40.811260 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1287 | 2025.02.28 02:10:40.811754 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Trace> oximeter.measurements_i64 (e4dcad02-48c9-4492-9148-14798bc59025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2025.02.28 02:10:40.811794 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1289 | 2025.02.28 02:10:40.812173 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1290 | 2025.02.28 02:10:40.812410 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Trace> oximeter.measurements_i64 (e4dcad02-48c9-4492-9148-14798bc59025): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2025.02.28 02:10:40.812609 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001426 sec., 12622.720897615709 rows/sec., 951.22 KiB/sec. | ||
| 1292 | 2025.02.28 02:10:40.812660 [ 3 ] {8fce0dec-566f-49c7-9684-d0c3a5329265} <Debug> TCPHandler: Processed in 0.001634243 sec. | ||
| 1293 | 2025.02.28 02:10:40.812807 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1294 | 2025.02.28 02:10:40.812925 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1295 | 2025.02.28 02:10:40.812976 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1296 | 2025.02.28 02:10:40.813483 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1297 | 2025.02.28 02:10:40.813521 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1298 | 2025.02.28 02:10:40.813899 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1299 | 2025.02.28 02:10:40.814143 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1300 | 2025.02.28 02:10:40.814311 [ 82 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1301 | 2025.02.28 02:10:40.814378 [ 82 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1302 | 2025.02.28 02:10:40.814398 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
| 1303 | 2025.02.28 02:10:40.814417 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 1304 | 2025.02.28 02:10:40.814551 [ 4 ] {1d9b79ae-4d1c-4b3d-92c7-1c14cb345d27} <Debug> TCPHandler: Processed in 0.001796866 sec. | ||
| 1305 | 2025.02.28 02:10:40.814657 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1306 | 2025.02.28 02:10:40.814794 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1307 | 2025.02.28 02:10:40.814831 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 1308 | 2025.02.28 02:10:40.814958 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1309 | 2025.02.28 02:10:40.815132 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part | ||
| 1310 | 2025.02.28 02:10:40.815256 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1311 | 2025.02.28 02:10:40.815431 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1312 | 2025.02.28 02:10:40.815605 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1313 | 2025.02.28 02:10:40.816851 [ 195 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002301792 sec., 125119.90657713643 rows/sec., 8.40 MiB/sec. | ||
| 1314 | 2025.02.28 02:10:40.817000 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1315 | 2025.02.28 02:10:40.817287 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.02.28 02:10:40.817361 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_6_1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1317 | 2025.02.28 02:10:40.817430 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1318 | 2025.02.28 02:10:41.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.87 MiB, peak 168.51 MiB, free memory in arenas 0.00 B, will set to 163.07 MiB (RSS), difference: 3.19 MiB | ||
| 1319 | 2025.02.28 02:10:41.263254 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1320 | 2025.02.28 02:10:41.263555 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1321 | 2025.02.28 02:10:41.263965 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1322 | 2025.02.28 02:10:41.264012 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1323 | 2025.02.28 02:10:41.264336 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1324 | 2025.02.28 02:10:41.264418 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1325 | 2025.02.28 02:10:41.264594 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1326 | 2025.02.28 02:10:41.264834 [ 291 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1327 | 2025.02.28 02:10:41.264860 [ 289 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1328 | 2025.02.28 02:10:41.265013 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1329 | 2025.02.28 02:10:41.265045 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1330 | 2025.02.28 02:10:41.269322 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1331 | 2025.02.28 02:10:41.269352 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1332 | 2025.02.28 02:10:41.269412 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1333 | 2025.02.28 02:10:41.269459 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1334 | 2025.02.28 02:10:41.270853 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.007425 sec., 2962.962962962963 rows/sec., 124.03 KiB/sec. | ||
| 1335 | 2025.02.28 02:10:41.271020 [ 3 ] {1fe85747-80cc-4434-9e1a-da23303b05d6} <Debug> TCPHandler: Processed in 0.007909552 sec. | ||
| 1336 | 2025.02.28 02:10:41.273474 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1337 | 2025.02.28 02:10:41.273729 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1338 | 2025.02.28 02:10:41.274146 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1339 | 2025.02.28 02:10:41.274193 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1340 | 2025.02.28 02:10:41.274513 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1341 | 2025.02.28 02:10:41.274594 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1342 | 2025.02.28 02:10:41.274770 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1343 | 2025.02.28 02:10:41.274956 [ 292 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1344 | 2025.02.28 02:10:41.274964 [ 289 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1345 | 2025.02.28 02:10:41.275113 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1346 | 2025.02.28 02:10:41.275140 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1347 | 2025.02.28 02:10:41.275233 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1348 | 2025.02.28 02:10:41.275256 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1349 | 2025.02.28 02:10:41.275299 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1350 | 2025.02.28 02:10:41.275439 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1351 | 2025.02.28 02:10:41.276595 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002982 sec., 7377.598926894702 rows/sec., 308.82 KiB/sec. | ||
| 1352 | 2025.02.28 02:10:41.276737 [ 4 ] {c88505ef-802a-4ae6-975c-9dbf90f3fcf9} <Debug> TCPHandler: Processed in 0.003398018 sec. | ||
| 1353 | 2025.02.28 02:10:41.277009 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.02.28 02:10:41.277229 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1355 | 2025.02.28 02:10:41.277619 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1356 | 2025.02.28 02:10:41.277663 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1357 | 2025.02.28 02:10:41.277949 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1358 | 2025.02.28 02:10:41.278017 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1359 | 2025.02.28 02:10:41.278169 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1360 | 2025.02.28 02:10:41.278281 [ 292 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1361 | 2025.02.28 02:10:41.278286 [ 289 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.02.28 02:10:41.278405 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1363 | 2025.02.28 02:10:41.278433 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1364 | 2025.02.28 02:10:41.278515 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1365 | 2025.02.28 02:10:41.278536 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1366 | 2025.02.28 02:10:41.278578 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1367 | 2025.02.28 02:10:41.278623 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1368 | 2025.02.28 02:10:41.279652 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002527 sec., 8705.975464978235 rows/sec., 364.42 KiB/sec. | ||
| 1369 | 2025.02.28 02:10:41.279809 [ 3 ] {c56f9967-eac9-4d8b-8030-a6f59e0b17b0} <Debug> TCPHandler: Processed in 0.00287136 sec. | ||
| 1370 | 2025.02.28 02:10:41.280105 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1371 | 2025.02.28 02:10:41.280284 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1372 | 2025.02.28 02:10:41.280602 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1373 | 2025.02.28 02:10:41.280647 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes')" moved to PREWHERE | ||
| 1374 | 2025.02.28 02:10:41.280930 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1375 | 2025.02.28 02:10:41.280997 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1376 | 2025.02.28 02:10:41.281144 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1377 | 2025.02.28 02:10:41.281242 [ 289 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1378 | 2025.02.28 02:10:41.281255 [ 292 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1379 | 2025.02.28 02:10:41.281354 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1380 | 2025.02.28 02:10:41.281383 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1381 | 2025.02.28 02:10:41.281461 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1382 | 2025.02.28 02:10:41.281481 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1383 | 2025.02.28 02:10:41.281520 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes'))" | ||
| 1384 | 2025.02.28 02:10:41.281566 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes'))" | ||
| 1385 | 2025.02.28 02:10:41.282594 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002393 sec., 9193.480986209777 rows/sec., 384.83 KiB/sec. | ||
| 1386 | 2025.02.28 02:10:41.282733 [ 4 ] {6f11f505-75d5-4bbe-8917-4b0ffcb5bcd3} <Debug> TCPHandler: Processed in 0.002684498 sec. | ||
| 1387 | 2025.02.28 02:10:41.282997 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1388 | 2025.02.28 02:10:41.283210 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1389 | 2025.02.28 02:10:41.283591 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1390 | 2025.02.28 02:10:41.283635 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes')" moved to PREWHERE | ||
| 1391 | 2025.02.28 02:10:41.283928 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1392 | 2025.02.28 02:10:41.283993 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1393 | 2025.02.28 02:10:41.284141 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1394 | 2025.02.28 02:10:41.284251 [ 289 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1395 | 2025.02.28 02:10:41.284256 [ 292 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1396 | 2025.02.28 02:10:41.284369 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1397 | 2025.02.28 02:10:41.284398 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1398 | 2025.02.28 02:10:41.284479 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1399 | 2025.02.28 02:10:41.284499 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1400 | 2025.02.28 02:10:41.284538 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes'))" | ||
| 1401 | 2025.02.28 02:10:41.284582 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_rib:active_routes'))" | ||
| 1402 | 2025.02.28 02:10:41.285661 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002553 sec., 8617.312965139052 rows/sec., 360.71 KiB/sec. | ||
| 1403 | 2025.02.28 02:10:41.285814 [ 3 ] {35f2a2ad-ed7e-4fe0-9eff-0e82e23f5ad7} <Debug> TCPHandler: Processed in 0.0028859 sec. | ||
| 1404 | 2025.02.28 02:10:41.286084 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1405 | 2025.02.28 02:10:41.286305 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1406 | 2025.02.28 02:10:41.286669 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1407 | 2025.02.28 02:10:41.286715 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_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_rib:active_routes')" moved to PREWHERE | ||
| 1408 | 2025.02.28 02:10:41.287008 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1409 | 2025.02.28 02:10:41.287074 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1410 | 2025.02.28 02:10:41.287226 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1411 | 2025.02.28 02:10:41.287333 [ 289 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1412 | 2025.02.28 02:10:41.287346 [ 292 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1413 | 2025.02.28 02:10:41.287446 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1414 | 2025.02.28 02:10:41.287475 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1415 | 2025.02.28 02:10:41.287555 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1416 | 2025.02.28 02:10:41.287576 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1417 | 2025.02.28 02:10:41.287617 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_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_rib:active_routes'))" | ||
| 1418 | 2025.02.28 02:10:41.287662 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_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_rib:active_routes'))" | ||
| 1419 | 2025.02.28 02:10:41.288657 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002459 sec., 8946.726311508744 rows/sec., 374.50 KiB/sec. | ||
| 1420 | 2025.02.28 02:10:41.288791 [ 4 ] {cdbe7de7-bb57-4606-bc83-70af76ebacc0} <Debug> TCPHandler: Processed in 0.002774099 sec. | ||
| 1421 | 2025.02.28 02:10:41.379408 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1422 | 2025.02.28 02:10:41.379599 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1423 | 2025.02.28 02:10:41.379681 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1424 | 2025.02.28 02:10:41.380637 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1425 | 2025.02.28 02:10:41.380682 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1426 | 2025.02.28 02:10:41.381226 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1427 | 2025.02.28 02:10:41.381448 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1428 | 2025.02.28 02:10:41.381734 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002175 sec., 2758.6206896551726 rows/sec., 614.22 KiB/sec. | ||
| 1429 | 2025.02.28 02:10:41.381881 [ 3 ] {e311865c-0a04-459f-9ad4-83de85d22c42} <Debug> TCPHandler: Processed in 0.002592537 sec. | ||
| 1430 | 2025.02.28 02:10:41.382094 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1431 | 2025.02.28 02:10:41.382281 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1432 | 2025.02.28 02:10:41.382351 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1433 | 2025.02.28 02:10:41.383750 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1434 | 2025.02.28 02:10:41.383800 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1435 | 2025.02.28 02:10:41.384315 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1436 | 2025.02.28 02:10:41.384571 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1437 | 2025.02.28 02:10:41.384881 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002627 sec., 455272.17358203273 rows/sec., 37.53 MiB/sec. | ||
| 1438 | 2025.02.28 02:10:41.385020 [ 4 ] {02518e2b-795f-4cc6-acee-70c2872872b6} <Debug> TCPHandler: Processed in 0.003029773 sec. | ||
| 1439 | 2025.02.28 02:10:41.385173 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1440 | 2025.02.28 02:10:41.385316 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1441 | 2025.02.28 02:10:41.385376 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1442 | 2025.02.28 02:10:41.386110 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1443 | 2025.02.28 02:10:41.386149 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1444 | 2025.02.28 02:10:41.386529 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1445 | 2025.02.28 02:10:41.386775 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1446 | 2025.02.28 02:10:41.386983 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001702 sec., 133960.04700352528 rows/sec., 9.07 MiB/sec. | ||
| 1447 | 2025.02.28 02:10:41.387036 [ 3 ] {0bcbc72d-6500-45ec-938f-fc0b1d2d7f58} <Debug> TCPHandler: Processed in 0.001931177 sec. | ||
| 1448 | 2025.02.28 02:10:41.387197 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1449 | 2025.02.28 02:10:41.387336 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1450 | 2025.02.28 02:10:41.387395 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1451 | 2025.02.28 02:10:41.388240 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1452 | 2025.02.28 02:10:41.388279 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1453 | 2025.02.28 02:10:41.388657 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1454 | 2025.02.28 02:10:41.388897 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1455 | 2025.02.28 02:10:41.389205 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001879 sec., 276742.94837679615 rows/sec., 20.48 MiB/sec. | ||
| 1456 | 2025.02.28 02:10:41.389332 [ 4 ] {c8af23cd-79ee-4e0c-8286-1468b1823446} <Debug> TCPHandler: Processed in 0.002203251 sec. | ||
| 1457 | 2025.02.28 02:10:41.389506 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1458 | 2025.02.28 02:10:41.389647 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1459 | 2025.02.28 02:10:41.389708 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1460 | 2025.02.28 02:10:41.391183 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1461 | 2025.02.28 02:10:41.391219 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1462 | 2025.02.28 02:10:41.391792 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1463 | 2025.02.28 02:10:41.392038 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1464 | 2025.02.28 02:10:41.392231 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Debug> executeQuery: Read 2414 rows, 165.11 KiB in 0.002616 sec., 922782.874617737 rows/sec., 61.64 MiB/sec. | ||
| 1465 | 2025.02.28 02:10:41.392353 [ 3 ] {de9d3e8a-1eb5-4464-b05f-91c7023bd971} <Debug> TCPHandler: Processed in 0.002912531 sec. | ||
| 1466 | 2025.02.28 02:10:41.392539 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2025.02.28 02:10:41.392669 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1468 | 2025.02.28 02:10:41.392718 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1469 | 2025.02.28 02:10:41.393205 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.02.28 02:10:41.393243 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1471 | 2025.02.28 02:10:41.393607 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1472 | 2025.02.28 02:10:41.393849 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.02.28 02:10:41.394078 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001433 sec., 8374.04047452896 rows/sec., 577.90 KiB/sec. | ||
| 1474 | 2025.02.28 02:10:41.394132 [ 4 ] {51f2b084-bdc2-4027-9904-78ce934d61f1} <Debug> TCPHandler: Processed in 0.001664293 sec. | ||
| 1475 | 2025.02.28 02:10:45.078174 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 214 | ||
| 1476 | 2025.02.28 02:10:45.081758 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2025.02.28 02:10:45.081814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1478 | 2025.02.28 02:10:45.083358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1479 | 2025.02.28 02:10:45.083682 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1480 | 2025.02.28 02:10:45.084305 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 214 | ||
| 1481 | 2025.02.28 02:10:45.749409 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1482 | 2025.02.28 02:10:45.749603 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1483 | 2025.02.28 02:10:45.749673 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1484 | 2025.02.28 02:10:45.750448 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1485 | 2025.02.28 02:10:45.750493 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1486 | 2025.02.28 02:10:45.750921 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1487 | 2025.02.28 02:10:45.751179 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.02.28 02:10:45.751402 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.32 MiB/sec. | ||
| 1489 | 2025.02.28 02:10:45.751457 [ 3 ] {b4a01b21-14af-4526-bd30-313242b66678} <Debug> TCPHandler: Processed in 0.002176061 sec. | ||
| 1490 | 2025.02.28 02:10:45.751697 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1491 | 2025.02.28 02:10:45.751890 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1492 | 2025.02.28 02:10:45.751967 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1493 | 2025.02.28 02:10:45.752780 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2025.02.28 02:10:45.752817 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1495 | 2025.02.28 02:10:45.753278 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1496 | 2025.02.28 02:10:45.753528 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1497 | 2025.02.28 02:10:45.753718 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec. | ||
| 1498 | 2025.02.28 02:10:45.753771 [ 4 ] {48394229-b879-4da1-ad0e-446b95fa0e3f} <Debug> TCPHandler: Processed in 0.002192001 sec. | ||
| 1499 | 2025.02.28 02:10:45.753941 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2025.02.28 02:10:45.754079 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1501 | 2025.02.28 02:10:45.754139 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1502 | 2025.02.28 02:10:45.754853 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2025.02.28 02:10:45.754891 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1504 | 2025.02.28 02:10:45.755278 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1505 | 2025.02.28 02:10:45.755516 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.02.28 02:10:45.755729 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001682 sec., 76099.8810939358 rows/sec., 5.30 MiB/sec. | ||
| 1507 | 2025.02.28 02:10:45.755782 [ 3 ] {71bcab9b-ad5e-4149-8d2a-0045e8417853} <Debug> TCPHandler: Processed in 0.001911376 sec. | ||
| 1508 | 2025.02.28 02:10:45.755961 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.02.28 02:10:45.756097 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1510 | 2025.02.28 02:10:45.756158 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1511 | 2025.02.28 02:10:45.756749 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1512 | 2025.02.28 02:10:45.756793 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1513 | 2025.02.28 02:10:45.757166 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1514 | 2025.02.28 02:10:45.757403 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2025.02.28 02:10:45.757590 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001523 sec., 31516.743269862112 rows/sec., 2.12 MiB/sec. | ||
| 1516 | 2025.02.28 02:10:45.757667 [ 4 ] {444554cd-ffcf-4078-be52-e9ce90169e33} <Debug> TCPHandler: Processed in 0.001771265 sec. | ||
| 1517 | 2025.02.28 02:10:47.581907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1518 | 2025.02.28 02:10:47.582537 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.02.28 02:10:47.582578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1520 | 2025.02.28 02:10:47.583107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1521 | 2025.02.28 02:10:47.583365 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.02.28 02:10:47.583641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1523 | 2025.02.28 02:10:47.777876 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1524 | 2025.02.28 02:10:47.796318 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.02.28 02:10:47.796385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1526 | 2025.02.28 02:10:47.803395 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1527 | 2025.02.28 02:10:47.804131 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2025.02.28 02:10:47.806822 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1529 | 2025.02.28 02:10:48.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.90 MiB, peak 168.51 MiB, free memory in arenas 0.00 B, will set to 165.18 MiB (RSS), difference: 1.28 MiB | ||
| 1530 | 2025.02.28 02:10:50.752389 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1531 | 2025.02.28 02:10:50.752609 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1532 | 2025.02.28 02:10:50.752697 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1533 | 2025.02.28 02:10:50.753617 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1534 | 2025.02.28 02:10:50.753672 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1535 | 2025.02.28 02:10:50.754181 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1536 | 2025.02.28 02:10:50.754443 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1537 | 2025.02.28 02:10:50.754694 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.002141 sec., 56982.71835590845 rows/sec., 4.86 MiB/sec. | ||
| 1538 | 2025.02.28 02:10:50.754764 [ 3 ] {e565bbe9-a774-44c0-ac80-3067e45bf0b2} <Debug> TCPHandler: Processed in 0.002524035 sec. | ||
| 1539 | 2025.02.28 02:10:50.755026 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1540 | 2025.02.28 02:10:50.755253 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1541 | 2025.02.28 02:10:50.755333 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1542 | 2025.02.28 02:10:50.756088 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1543 | 2025.02.28 02:10:50.756157 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1544 | 2025.02.28 02:10:50.756594 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1545 | 2025.02.28 02:10:50.756853 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1546 | 2025.02.28 02:10:50.757127 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001943 sec., 16984.045290787442 rows/sec., 1.25 MiB/sec. | ||
| 1547 | 2025.02.28 02:10:50.757237 [ 4 ] {10bd60ff-bcee-4c14-b06c-236687421787} <Debug> TCPHandler: Processed in 0.002347223 sec. | ||
| 1548 | 2025.02.28 02:10:50.757406 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1549 | 2025.02.28 02:10:50.757539 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1550 | 2025.02.28 02:10:50.757593 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1551 | 2025.02.28 02:10:50.758256 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1552 | 2025.02.28 02:10:50.758296 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1553 | 2025.02.28 02:10:50.758678 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1554 | 2025.02.28 02:10:50.758960 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1555 | 2025.02.28 02:10:50.759233 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001718 sec., 56461.001164144356 rows/sec., 4.41 MiB/sec. | ||
| 1556 | 2025.02.28 02:10:50.759371 [ 3 ] {e806edbf-6c7a-4d81-b2d9-9ffcbefd6ba0} <Debug> TCPHandler: Processed in 0.002029729 sec. | ||
| 1557 | 2025.02.28 02:10:50.759578 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2025.02.28 02:10:50.759709 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1559 | 2025.02.28 02:10:50.759768 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1560 | 2025.02.28 02:10:50.760654 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1561 | 2025.02.28 02:10:50.760694 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1562 | 2025.02.28 02:10:50.761092 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1563 | 2025.02.28 02:10:50.761334 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2025.02.28 02:10:50.761580 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001872 sec., 85470.08547008547 rows/sec., 5.95 MiB/sec. | ||
| 1565 | 2025.02.28 02:10:50.761639 [ 4 ] {00c4cfb0-871e-4af1-8089-d9048680ea11} <Debug> TCPHandler: Processed in 0.002128571 sec. | ||
| 1566 | 2025.02.28 02:10:50.761794 [ 3 ] {} <Trace> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1567 | 2025.02.28 02:10:50.761932 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37580) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1568 | 2025.02.28 02:10:50.762026 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1569 | 2025.02.28 02:10:50.763260 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.02.28 02:10:50.763298 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1571 | 2025.02.28 02:10:50.763971 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1572 | 2025.02.28 02:10:50.764237 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1573 | 2025.02.28 02:10:50.764474 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002573 sec., 12825.495530509132 rows/sec., 22.98 MiB/sec. | ||
| 1574 | 2025.02.28 02:10:50.764567 [ 3 ] {2e5cc20f-3379-44b7-8759-134b7fa0358c} <Debug> TCPHandler: Processed in 0.00283986 sec. | ||
| 1575 | 2025.02.28 02:10:50.764753 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1576 | 2025.02.28 02:10:50.764893 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1577 | 2025.02.28 02:10:50.764952 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1578 | 2025.02.28 02:10:50.765457 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1579 | 2025.02.28 02:10:50.765518 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1580 | 2025.02.28 02:10:50.765919 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1581 | 2025.02.28 02:10:50.766159 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1582 | 2025.02.28 02:10:50.766436 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 1583 | 2025.02.28 02:10:50.766557 [ 4 ] {7d55a522-4a87-4592-9ad4-8389feb7d614} <Debug> TCPHandler: Processed in 0.001896307 sec. | ||
| 1584 | 2025.02.28 02:10:55.009263 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1585 | 2025.02.28 02:10:55.009382 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1586 | 2025.02.28 02:10:55.083899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1587 | 2025.02.28 02:10:55.085375 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1588 | 2025.02.28 02:10:55.085373 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 234 | ||
| 1589 | 2025.02.28 02:10:55.085421 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1590 | 2025.02.28 02:10:55.086784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1591 | 2025.02.28 02:10:55.087323 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1592 | 2025.02.28 02:10:55.088120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1593 | 2025.02.28 02:10:55.090342 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1594 | 2025.02.28 02:10:55.090406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1595 | 2025.02.28 02:10:55.091934 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1596 | 2025.02.28 02:10:55.092255 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1597 | 2025.02.28 02:10:55.093012 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234 | ||
| 1598 | 2025.02.28 02:10:55.137472 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1599 | 2025.02.28 02:10:55.137582 [ 3 ] {} <Debug> TCP-Session: 143308ac-a0ec-4841-9cec-7b3539b02722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1600 | 2025.02.28 02:10:55.306998 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1601 | 2025.02.28 02:10:55.325699 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1602 | 2025.02.28 02:10:55.325753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1603 | 2025.02.28 02:10:55.332818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1604 | 2025.02.28 02:10:55.333584 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1605 | 2025.02.28 02:10:55.335980 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1606 | 2025.02.28 02:10:55.751710 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1607 | 2025.02.28 02:10:55.751931 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1608 | 2025.02.28 02:10:55.752018 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1609 | 2025.02.28 02:10:55.752851 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1610 | 2025.02.28 02:10:55.752903 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1611 | 2025.02.28 02:10:55.753355 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1612 | 2025.02.28 02:10:55.753623 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1613 | 2025.02.28 02:10:55.753890 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec. | ||
| 1614 | 2025.02.28 02:10:55.754088 [ 4 ] {40076f0d-c932-443b-a091-eef927bd32e3} <Debug> TCPHandler: Processed in 0.002522106 sec. | ||
| 1615 | 2025.02.28 02:10:55.754387 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1616 | 2025.02.28 02:10:55.754593 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1617 | 2025.02.28 02:10:55.754703 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1618 | 2025.02.28 02:10:55.755558 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2025.02.28 02:10:55.755601 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1620 | 2025.02.28 02:10:55.756046 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1621 | 2025.02.28 02:10:55.756323 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1622 | 2025.02.28 02:10:55.756610 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002062 sec., 31037.827352085355 rows/sec., 2.42 MiB/sec. | ||
| 1623 | 2025.02.28 02:10:55.756962 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1624 | 2025.02.28 02:10:55.756993 [ 257 ] {6a91635b-b4c0-41d6-b5ec-351a61a47dc6} <Debug> TCPHandler: Processed in 0.002774489 sec. | ||
| 1625 | 2025.02.28 02:10:55.757171 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2025.02.28 02:10:55.757323 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1627 | 2025.02.28 02:10:55.757391 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1628 | 2025.02.28 02:10:55.758127 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1629 | 2025.02.28 02:10:55.758175 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1630 | 2025.02.28 02:10:55.758614 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1631 | 2025.02.28 02:10:55.758867 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1632 | 2025.02.28 02:10:55.759101 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001809 sec., 88446.65561083471 rows/sec., 6.16 MiB/sec. | ||
| 1633 | 2025.02.28 02:10:55.759270 [ 4 ] {80450b39-15a3-45e5-ae4c-85e8e78af91a} <Debug> TCPHandler: Processed in 0.00216415 sec. | ||
| 1634 | 2025.02.28 02:10:55.759459 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1635 | 2025.02.28 02:10:55.759607 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1636 | 2025.02.28 02:10:55.759670 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1637 | 2025.02.28 02:10:55.760280 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1638 | 2025.02.28 02:10:55.760320 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1639 | 2025.02.28 02:10:55.760710 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1640 | 2025.02.28 02:10:55.760961 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1641 | 2025.02.28 02:10:55.761174 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 1642 | 2025.02.28 02:10:55.761228 [ 257 ] {3582fcb0-c55e-4ec3-abcb-600b1367d3ae} <Debug> TCPHandler: Processed in 0.001849856 sec. | ||
| 1643 | 2025.02.28 02:11:00.745737 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2025.02.28 02:11:00.746021 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1645 | 2025.02.28 02:11:00.746466 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1646 | 2025.02.28 02:11:00.746517 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1647 | 2025.02.28 02:11:00.746864 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1648 | 2025.02.28 02:11:00.746945 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1649 | 2025.02.28 02:11:00.747126 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1650 | 2025.02.28 02:11:00.747317 [ 289 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1651 | 2025.02.28 02:11:00.747339 [ 291 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1652 | 2025.02.28 02:11:00.747343 [ 292 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1653 | 2025.02.28 02:11:00.747586 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1654 | 2025.02.28 02:11:00.747623 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1655 | 2025.02.28 02:11:00.747749 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1656 | 2025.02.28 02:11:00.747774 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 1657 | 2025.02.28 02:11:00.747819 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1658 | 2025.02.28 02:11:00.747868 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1659 | 2025.02.28 02:11:00.747912 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1660 | 2025.02.28 02:11:00.749771 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> executeQuery: Read 28 rows, 1.14 KiB in 0.003874 sec., 7227.671657201859 rows/sec., 293.67 KiB/sec. | ||
| 1661 | 2025.02.28 02:11:00.749979 [ 4 ] {b5ff918d-5bff-4de5-8708-a6f027266123} <Debug> TCPHandler: Processed in 0.004376702 sec. | ||
| 1662 | 2025.02.28 02:11:00.752748 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1663 | 2025.02.28 02:11:00.752951 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1664 | 2025.02.28 02:11:00.753373 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1665 | 2025.02.28 02:11:00.753445 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1666 | 2025.02.28 02:11:00.753790 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1667 | 2025.02.28 02:11:00.753866 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1668 | 2025.02.28 02:11:00.754026 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1669 | 2025.02.28 02:11:00.754192 [ 292 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1670 | 2025.02.28 02:11:00.754203 [ 291 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1671 | 2025.02.28 02:11:00.754212 [ 289 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1672 | 2025.02.28 02:11:00.754402 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1673 | 2025.02.28 02:11:00.754452 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1674 | 2025.02.28 02:11:00.754629 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1675 | 2025.02.28 02:11:00.754660 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 1676 | 2025.02.28 02:11:00.754722 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 1677 | 2025.02.28 02:11:00.754787 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 1678 | 2025.02.28 02:11:00.754847 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 1679 | 2025.02.28 02:11:00.756644 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> executeQuery: Read 28 rows, 1.14 KiB in 0.003794 sec., 7380.073800738007 rows/sec., 299.87 KiB/sec. | ||
| 1680 | 2025.02.28 02:11:00.756860 [ 257 ] {7f6b7bc9-3a35-4457-b538-e914c1d796ff} <Debug> TCPHandler: Processed in 0.004173879 sec. | ||
| 1681 | 2025.02.28 02:11:00.757276 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1682 | 2025.02.28 02:11:00.757468 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1683 | 2025.02.28 02:11:00.757847 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1684 | 2025.02.28 02:11:00.757899 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1685 | 2025.02.28 02:11:00.758242 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1686 | 2025.02.28 02:11:00.758310 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1687 | 2025.02.28 02:11:00.758462 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1688 | 2025.02.28 02:11:00.758624 [ 289 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1689 | 2025.02.28 02:11:00.758642 [ 291 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1690 | 2025.02.28 02:11:00.758662 [ 294 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1691 | 2025.02.28 02:11:00.758815 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1692 | 2025.02.28 02:11:00.758845 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1693 | 2025.02.28 02:11:00.758959 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1694 | 2025.02.28 02:11:00.758982 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 1695 | 2025.02.28 02:11:00.759025 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1696 | 2025.02.28 02:11:00.759073 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1697 | 2025.02.28 02:11:00.759118 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1698 | 2025.02.28 02:11:00.760546 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> executeQuery: Read 28 rows, 1.14 KiB in 0.00317 sec., 8832.807570977919 rows/sec., 358.89 KiB/sec. | ||
| 1699 | 2025.02.28 02:11:00.760746 [ 4 ] {83ea7b81-e3a9-4639-adb6-db5dd20b61af} <Debug> TCPHandler: Processed in 0.00353223 sec. | ||
| 1700 | 2025.02.28 02:11:00.761219 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.02.28 02:11:00.761447 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1702 | 2025.02.28 02:11:00.761857 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1703 | 2025.02.28 02:11:00.761908 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1704 | 2025.02.28 02:11:00.762261 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1705 | 2025.02.28 02:11:00.762340 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1706 | 2025.02.28 02:11:00.762518 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1707 | 2025.02.28 02:11:00.762635 [ 291 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1708 | 2025.02.28 02:11:00.762661 [ 294 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1709 | 2025.02.28 02:11:00.762675 [ 289 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1710 | 2025.02.28 02:11:00.762795 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1711 | 2025.02.28 02:11:00.762833 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1712 | 2025.02.28 02:11:00.762947 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1713 | 2025.02.28 02:11:00.762972 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 1714 | 2025.02.28 02:11:00.763018 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1715 | 2025.02.28 02:11:00.763068 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1716 | 2025.02.28 02:11:00.763113 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1717 | 2025.02.28 02:11:00.764619 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> executeQuery: Read 28 rows, 1.14 KiB in 0.003284 sec., 8526.187576126675 rows/sec., 346.44 KiB/sec. | ||
| 1718 | 2025.02.28 02:11:00.764832 [ 257 ] {787302a0-49a2-4b77-bb80-fb812d0b6c91} <Debug> TCPHandler: Processed in 0.003734973 sec. | ||
| 1719 | 2025.02.28 02:11:00.765212 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2025.02.28 02:11:00.765434 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1721 | 2025.02.28 02:11:00.765788 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1722 | 2025.02.28 02:11:00.765836 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1723 | 2025.02.28 02:11:00.766164 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1724 | 2025.02.28 02:11:00.766232 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1725 | 2025.02.28 02:11:00.766385 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1726 | 2025.02.28 02:11:00.766529 [ 294 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1727 | 2025.02.28 02:11:00.766557 [ 289 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1728 | 2025.02.28 02:11:00.766589 [ 291 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1729 | 2025.02.28 02:11:00.766700 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1730 | 2025.02.28 02:11:00.766730 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1731 | 2025.02.28 02:11:00.766839 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1732 | 2025.02.28 02:11:00.766862 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 1733 | 2025.02.28 02:11:00.766904 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1734 | 2025.02.28 02:11:00.766951 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1735 | 2025.02.28 02:11:00.766995 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1736 | 2025.02.28 02:11:00.768422 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> executeQuery: Read 28 rows, 1.14 KiB in 0.003088 sec., 9067.357512953367 rows/sec., 368.42 KiB/sec. | ||
| 1737 | 2025.02.28 02:11:00.768635 [ 4 ] {3de7dbea-58bb-411c-8d5d-14f95eda6dfb} <Debug> TCPHandler: Processed in 0.00348457 sec. | ||
| 1738 | 2025.02.28 02:11:00.768982 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.02.28 02:11:00.769187 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1740 | 2025.02.28 02:11:00.769556 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1741 | 2025.02.28 02:11:00.769606 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1742 | 2025.02.28 02:11:00.769937 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1743 | 2025.02.28 02:11:00.770006 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1744 | 2025.02.28 02:11:00.770161 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1745 | 2025.02.28 02:11:00.770236 [ 291 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1746 | 2025.02.28 02:11:00.770327 [ 292 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1747 | 2025.02.28 02:11:00.770331 [ 289 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1748 | 2025.02.28 02:11:00.770485 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 1749 | 2025.02.28 02:11:00.770514 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1750 | 2025.02.28 02:11:00.770624 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1751 | 2025.02.28 02:11:00.770650 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 1752 | 2025.02.28 02:11:00.770693 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1753 | 2025.02.28 02:11:00.770742 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1754 | 2025.02.28 02:11:00.770787 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1755 | 2025.02.28 02:11:00.772277 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> executeQuery: Read 28 rows, 1.14 KiB in 0.003192 sec., 8771.929824561405 rows/sec., 356.42 KiB/sec. | ||
| 1756 | 2025.02.28 02:11:00.772458 [ 257 ] {8f217fe3-5b4e-4225-b7d1-2db1acd2b80b} <Debug> TCPHandler: Processed in 0.003538631 sec. | ||
| 1757 | 2025.02.28 02:11:00.787889 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2025.02.28 02:11:00.788063 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1759 | 2025.02.28 02:11:00.788142 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1760 | 2025.02.28 02:11:00.789057 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1761 | 2025.02.28 02:11:00.789107 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1762 | 2025.02.28 02:11:00.789643 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1763 | 2025.02.28 02:11:00.789894 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1764 | 2025.02.28 02:11:00.790126 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.002113 sec., 2839.564600094652 rows/sec., 1.31 MiB/sec. | ||
| 1765 | 2025.02.28 02:11:00.790186 [ 4 ] {0b64d012-c674-4c81-9056-8f4c23d2a696} <Debug> TCPHandler: Processed in 0.002415854 sec. | ||
| 1766 | 2025.02.28 02:11:00.790368 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2025.02.28 02:11:00.790516 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1768 | 2025.02.28 02:11:00.790766 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1769 | 2025.02.28 02:11:00.792085 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1770 | 2025.02.28 02:11:00.792124 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1771 | 2025.02.28 02:11:00.792557 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1772 | 2025.02.28 02:11:00.792810 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1773 | 2025.02.28 02:11:00.793110 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002613 sec., 9184.845005740528 rows/sec., 780.35 KiB/sec. | ||
| 1774 | 2025.02.28 02:11:00.793210 [ 257 ] {2059242f-2a4e-4834-9ce0-c9bd77952771} <Debug> TCPHandler: Processed in 0.002913401 sec. | ||
| 1775 | 2025.02.28 02:11:00.793398 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1776 | 2025.02.28 02:11:00.793527 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1777 | 2025.02.28 02:11:00.793579 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1778 | 2025.02.28 02:11:00.794325 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1779 | 2025.02.28 02:11:00.794366 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1780 | 2025.02.28 02:11:00.794749 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1781 | 2025.02.28 02:11:00.794992 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1782 | 2025.02.28 02:11:00.795151 [ 54 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1783 | 2025.02.28 02:11:00.795215 [ 54 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1784 | 2025.02.28 02:11:00.795241 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Debug> executeQuery: Read 242 rows, 22.12 KiB in 0.001736 sec., 139400.9216589862 rows/sec., 12.44 MiB/sec. | ||
| 1785 | 2025.02.28 02:11:00.795256 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1786 | 2025.02.28 02:11:00.795392 [ 4 ] {06485c9a-5b2d-45c5-b64f-93ff9db73428} <Debug> TCPHandler: Processed in 0.002060209 sec. | ||
| 1787 | 2025.02.28 02:11:00.795511 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 1788 | 2025.02.28 02:11:00.795576 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.02.28 02:11:00.795765 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1790 | 2025.02.28 02:11:00.795824 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1791 | 2025.02.28 02:11:00.795842 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 122 rows starting from the beginning of the part | ||
| 1792 | 2025.02.28 02:11:00.795920 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1793 | 2025.02.28 02:11:00.796122 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1196 rows starting from the beginning of the part | ||
| 1794 | 2025.02.28 02:11:00.796503 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 1795 | 2025.02.28 02:11:00.796810 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 122 rows starting from the beginning of the part | ||
| 1796 | 2025.02.28 02:11:00.797165 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 1797 | 2025.02.28 02:11:00.797502 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
| 1798 | 2025.02.28 02:11:00.798941 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.02.28 02:11:00.799014 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1800 | 2025.02.28 02:11:00.800136 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1801 | 2025.02.28 02:11:00.800608 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2025.02.28 02:11:00.800882 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 5 columns (5 merged, 0 gathered) in 0.005465227 sec., 328257.1794364626 rows/sec., 28.63 MiB/sec. | ||
| 1803 | 2025.02.28 02:11:00.801127 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Debug> executeQuery: Read 45 rows, 3.44 KiB in 0.005367 sec., 8384.572386808273 rows/sec., 641.40 KiB/sec. | ||
| 1804 | 2025.02.28 02:11:00.801263 [ 257 ] {760cb63b-19b3-485b-9b60-ccc402cd7d07} <Debug> TCPHandler: Processed in 0.005754311 sec. | ||
| 1805 | 2025.02.28 02:11:00.801305 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1806 | 2025.02.28 02:11:00.801460 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2025.02.28 02:11:00.801597 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1808 | 2025.02.28 02:11:00.801665 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1809 | 2025.02.28 02:11:00.801672 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1810 | 2025.02.28 02:11:00.801799 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_11_2} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1811 | 2025.02.28 02:11:00.801902 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 1812 | 2025.02.28 02:11:00.802361 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1813 | 2025.02.28 02:11:00.802398 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1814 | 2025.02.28 02:11:00.802746 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1815 | 2025.02.28 02:11:00.802987 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1816 | 2025.02.28 02:11:00.803261 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001677 sec., 14311.270125223613 rows/sec., 1.19 MiB/sec. | ||
| 1817 | 2025.02.28 02:11:00.803356 [ 4 ] {f8fb34c0-1c49-41d1-b2ec-06ceebcbbe47} <Debug> TCPHandler: Processed in 0.001982538 sec. | ||
| 1818 | 2025.02.28 02:11:00.803514 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1819 | 2025.02.28 02:11:00.803637 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1820 | 2025.02.28 02:11:00.803687 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1821 | 2025.02.28 02:11:00.804275 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1822 | 2025.02.28 02:11:00.804313 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1823 | 2025.02.28 02:11:00.804682 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1824 | 2025.02.28 02:11:00.804962 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1825 | 2025.02.28 02:11:00.805207 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001572 sec., 7633.587786259542 rows/sec., 596.37 KiB/sec. | ||
| 1826 | 2025.02.28 02:11:00.805268 [ 257 ] {856c91d3-1da9-43b4-a56c-69b3c99f4dc6} <Debug> TCPHandler: Processed in 0.001814566 sec. | ||
| 1827 | 2025.02.28 02:11:00.805422 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1828 | 2025.02.28 02:11:00.805545 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1829 | 2025.02.28 02:11:00.805595 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1830 | 2025.02.28 02:11:00.806265 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2025.02.28 02:11:00.806305 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1832 | 2025.02.28 02:11:00.806681 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1833 | 2025.02.28 02:11:00.806923 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2025.02.28 02:11:00.807089 [ 54 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1835 | 2025.02.28 02:11:00.807141 [ 54 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1836 | 2025.02.28 02:11:00.807161 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Debug> executeQuery: Read 133 rows, 11.02 KiB in 0.001623 sec., 81947.01170671596 rows/sec., 6.63 MiB/sec. | ||
| 1837 | 2025.02.28 02:11:00.807179 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1838 | 2025.02.28 02:11:00.807310 [ 4 ] {54ef1121-dcba-425c-a857-5863706ea1d7} <Debug> TCPHandler: Processed in 0.001941958 sec. | ||
| 1839 | 2025.02.28 02:11:00.807425 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 1840 | 2025.02.28 02:11:00.807497 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2025.02.28 02:11:00.807705 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1842 | 2025.02.28 02:11:00.807716 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1843 | 2025.02.28 02:11:00.807765 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 107 rows starting from the beginning of the part | ||
| 1844 | 2025.02.28 02:11:00.807814 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1845 | 2025.02.28 02:11:00.808119 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 520 rows starting from the beginning of the part | ||
| 1846 | 2025.02.28 02:11:00.808450 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 1847 | 2025.02.28 02:11:00.808843 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 97 rows starting from the beginning of the part | ||
| 1848 | 2025.02.28 02:11:00.809164 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 1849 | 2025.02.28 02:11:00.809380 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 133 rows starting from the beginning of the part | ||
| 1850 | 2025.02.28 02:11:00.810303 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2025.02.28 02:11:00.810370 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1852 | 2025.02.28 02:11:00.811361 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1853 | 2025.02.28 02:11:00.811802 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.02.28 02:11:00.812121 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1855 | 2025.02.28 02:11:00.812218 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.02.28 02:11:00.812300 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1857 | 2025.02.28 02:11:00.812539 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Debug> executeQuery: Read 364 rows, 28.34 KiB in 0.004877 sec., 74636.04675005126 rows/sec., 5.68 MiB/sec. | ||
| 1858 | 2025.02.28 02:11:00.812622 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 985 rows, containing 5 columns (5 merged, 0 gathered) in 0.005292655 sec., 186106.97277642318 rows/sec., 14.91 MiB/sec. | ||
| 1859 | 2025.02.28 02:11:00.812852 [ 257 ] {db1d27ce-ed30-4d2c-ad11-5d8a4e78b021} <Debug> TCPHandler: Processed in 0.005421957 sec. | ||
| 1860 | 2025.02.28 02:11:00.812901 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 1861 | 2025.02.28 02:11:00.813017 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1862 | 2025.02.28 02:11:00.813187 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2025.02.28 02:11:00.813339 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1864 | 2025.02.28 02:11:00.813477 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 778 rows starting from the beginning of the part | ||
| 1865 | 2025.02.28 02:11:00.813606 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1866 | 2025.02.28 02:11:00.813760 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2025.02.28 02:11:00.813952 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2414 rows starting from the beginning of the part | ||
| 1868 | 2025.02.28 02:11:00.814073 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_11_2} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1869 | 2025.02.28 02:11:00.814437 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 1870 | 2025.02.28 02:11:00.814448 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1871 | 2025.02.28 02:11:00.814573 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1872 | 2025.02.28 02:11:00.814743 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 1873 | 2025.02.28 02:11:00.815269 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 1874 | 2025.02.28 02:11:00.815610 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 364 rows starting from the beginning of the part | ||
| 1875 | 2025.02.28 02:11:00.820218 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1876 | 2025.02.28 02:11:00.820339 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1877 | 2025.02.28 02:11:00.820834 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4004 rows, containing 5 columns (5 merged, 0 gathered) in 0.008295568 sec., 482667.371299952 rows/sec., 33.07 MiB/sec. | ||
| 1878 | 2025.02.28 02:11:00.821237 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1879 | 2025.02.28 02:11:00.821916 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1880 | 2025.02.28 02:11:00.822032 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1881 | 2025.02.28 02:11:00.822066 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1882 | 2025.02.28 02:11:00.822218 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 1883 | 2025.02.28 02:11:00.822451 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2025.02.28 02:11:00.822815 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.009347 sec., 3530.5445597517923 rows/sec., 6.33 MiB/sec. | ||
| 1885 | 2025.02.28 02:11:00.823062 [ 4 ] {6c510304-c634-4d79-b367-a173893545a7} <Debug> TCPHandler: Processed in 0.010066723 sec. | ||
| 1886 | 2025.02.28 02:11:00.823295 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2025.02.28 02:11:00.823447 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1888 | 2025.02.28 02:11:00.823506 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1889 | 2025.02.28 02:11:00.824081 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2025.02.28 02:11:00.824126 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1891 | 2025.02.28 02:11:00.824583 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1892 | 2025.02.28 02:11:00.824837 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2025.02.28 02:11:00.824983 [ 54 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1894 | 2025.02.28 02:11:00.825027 [ 54 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1895 | 2025.02.28 02:11:00.825051 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001642 sec., 36540.80389768575 rows/sec., 2.46 MiB/sec. | ||
| 1896 | 2025.02.28 02:11:00.825054 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1897 | 2025.02.28 02:11:00.825180 [ 257 ] {48e38c97-b7cc-4827-a932-8fa40dd467f1} <Debug> TCPHandler: Processed in 0.001973338 sec. | ||
| 1898 | 2025.02.28 02:11:00.825494 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1899 | 2025.02.28 02:11:00.825654 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1900 | 2025.02.28 02:11:00.825687 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 288 rows starting from the beginning of the part | ||
| 1901 | 2025.02.28 02:11:00.825795 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 1902 | 2025.02.28 02:11:00.825997 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1903 | 2025.02.28 02:11:00.826131 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1904 | 2025.02.28 02:11:00.826288 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 1905 | 2025.02.28 02:11:00.826426 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 1906 | 2025.02.28 02:11:00.827493 [ 193 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.002326362 sec., 226963.8173250767 rows/sec., 15.26 MiB/sec. | ||
| 1907 | 2025.02.28 02:11:00.827690 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1908 | 2025.02.28 02:11:00.827997 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1909 | 2025.02.28 02:11:00.828082 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_11_2} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1910 | 2025.02.28 02:11:00.828167 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1911 | 2025.02.28 02:11:01.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.18 MiB, peak 170.94 MiB, free memory in arenas 0.00 B, will set to 166.11 MiB (RSS), difference: -1.07 MiB | ||
| 1912 | 2025.02.28 02:11:02.588354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1913 | 2025.02.28 02:11:02.589014 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2025.02.28 02:11:02.589056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1915 | 2025.02.28 02:11:02.589576 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1916 | 2025.02.28 02:11:02.589831 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2025.02.28 02:11:02.590096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1918 | 2025.02.28 02:11:02.836128 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1919 | 2025.02.28 02:11:02.855171 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1920 | 2025.02.28 02:11:02.855227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1921 | 2025.02.28 02:11:02.862435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1922 | 2025.02.28 02:11:02.863186 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1923 | 2025.02.28 02:11:02.866432 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1924 | 2025.02.28 02:11:05.093266 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 274 | ||
| 1925 | 2025.02.28 02:11:05.096528 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1926 | 2025.02.28 02:11:05.096581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1927 | 2025.02.28 02:11:05.098184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1928 | 2025.02.28 02:11:05.098520 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1929 | 2025.02.28 02:11:05.098679 [ 47 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1930 | 2025.02.28 02:11:05.098735 [ 47 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1931 | 2025.02.28 02:11:05.098769 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1932 | 2025.02.28 02:11:05.099343 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 1933 | 2025.02.28 02:11:05.100186 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274 | ||
| 1934 | 2025.02.28 02:11:05.100641 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1935 | 2025.02.28 02:11:05.100816 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 1936 | 2025.02.28 02:11:05.101336 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 1937 | 2025.02.28 02:11:05.101852 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 1938 | 2025.02.28 02:11:05.102351 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 1939 | 2025.02.28 02:11:05.102836 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 1940 | 2025.02.28 02:11:05.103317 [ 196 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 1941 | 2025.02.28 02:11:05.111243 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 72 columns (72 merged, 0 gathered) in 0.012361895 sec., 22164.886532364173 rows/sec., 22.55 MiB/sec. | ||
| 1942 | 2025.02.28 02:11:05.112285 [ 199 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1943 | 2025.02.28 02:11:05.113069 [ 199 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2025.02.28 02:11:05.113146 [ 199 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_6_1} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1945 | 2025.02.28 02:11:05.113437 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. | ||
| 1946 | 2025.02.28 02:11:05.750503 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2025.02.28 02:11:05.750707 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1948 | 2025.02.28 02:11:05.750787 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1949 | 2025.02.28 02:11:05.751673 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2025.02.28 02:11:05.751718 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1951 | 2025.02.28 02:11:05.752150 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1952 | 2025.02.28 02:11:05.752413 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2025.02.28 02:11:05.752662 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec. | ||
| 1954 | 2025.02.28 02:11:05.752781 [ 4 ] {88d21efa-b12b-4f2e-b7f7-b21830ab1188} <Debug> TCPHandler: Processed in 0.002403524 sec. | ||
| 1955 | 2025.02.28 02:11:05.753064 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2025.02.28 02:11:05.753266 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1957 | 2025.02.28 02:11:05.753342 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1958 | 2025.02.28 02:11:05.754088 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1959 | 2025.02.28 02:11:05.754133 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1960 | 2025.02.28 02:11:05.754599 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1961 | 2025.02.28 02:11:05.754850 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2025.02.28 02:11:05.755165 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 1963 | 2025.02.28 02:11:05.755326 [ 257 ] {3f25bb39-bd7c-40c5-a969-21463c107c8b} <Debug> TCPHandler: Processed in 0.002403684 sec. | ||
| 1964 | 2025.02.28 02:11:05.755480 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1965 | 2025.02.28 02:11:05.755625 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1966 | 2025.02.28 02:11:05.755684 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1967 | 2025.02.28 02:11:05.756262 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2025.02.28 02:11:05.756300 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1969 | 2025.02.28 02:11:05.756701 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1970 | 2025.02.28 02:11:05.756938 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1971 | 2025.02.28 02:11:05.757152 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
| 1972 | 2025.02.28 02:11:05.757205 [ 4 ] {741468bd-93b2-4bf5-8f9e-0cffa84f3e11} <Debug> TCPHandler: Processed in 0.001794185 sec. | ||
| 1973 | 2025.02.28 02:11:05.757371 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2025.02.28 02:11:05.757494 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1975 | 2025.02.28 02:11:05.757555 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1976 | 2025.02.28 02:11:05.758081 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2025.02.28 02:11:05.758121 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1978 | 2025.02.28 02:11:05.758507 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1979 | 2025.02.28 02:11:05.758759 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2025.02.28 02:11:05.758971 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 1981 | 2025.02.28 02:11:05.759021 [ 257 ] {efad05af-9091-4486-ad9a-b99b837fa2db} <Debug> TCPHandler: Processed in 0.001707915 sec. | ||
| 1982 | 2025.02.28 02:11:10.009648 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1983 | 2025.02.28 02:11:10.009714 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1984 | 2025.02.28 02:11:10.090312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1985 | 2025.02.28 02:11:10.091052 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2025.02.28 02:11:10.091103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1987 | 2025.02.28 02:11:10.091632 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1988 | 2025.02.28 02:11:10.091888 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2025.02.28 02:11:10.092160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1990 | 2025.02.28 02:11:10.366584 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1991 | 2025.02.28 02:11:10.385983 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2025.02.28 02:11:10.386036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 1993 | 2025.02.28 02:11:10.393162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1994 | 2025.02.28 02:11:10.393919 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.02.28 02:11:10.396515 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1996 | 2025.02.28 02:11:10.752990 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1997 | 2025.02.28 02:11:10.753208 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1998 | 2025.02.28 02:11:10.753291 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1999 | 2025.02.28 02:11:10.754193 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2000 | 2025.02.28 02:11:10.754246 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2001 | 2025.02.28 02:11:10.754727 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2002 | 2025.02.28 02:11:10.754989 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2003 | 2025.02.28 02:11:10.755222 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.002078 sec., 58710.29836381136 rows/sec., 5.01 MiB/sec. | ||
| 2004 | 2025.02.28 02:11:10.755284 [ 4 ] {cc2b0e2d-8502-4dd9-9941-960fb2d6f24c} <Debug> TCPHandler: Processed in 0.002438954 sec. | ||
| 2005 | 2025.02.28 02:11:10.755567 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2006 | 2025.02.28 02:11:10.755755 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2007 | 2025.02.28 02:11:10.755826 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2008 | 2025.02.28 02:11:10.756577 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2009 | 2025.02.28 02:11:10.756619 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2010 | 2025.02.28 02:11:10.757059 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2011 | 2025.02.28 02:11:10.757326 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2025.02.28 02:11:10.757577 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001847 sec., 17866.81104493774 rows/sec., 1.31 MiB/sec. | ||
| 2013 | 2025.02.28 02:11:10.757695 [ 257 ] {75c016ea-d676-4ad0-a4af-3572ebbd8f81} <Debug> TCPHandler: Processed in 0.002260612 sec. | ||
| 2014 | 2025.02.28 02:11:10.757864 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2015 | 2025.02.28 02:11:10.757992 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2016 | 2025.02.28 02:11:10.758044 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2017 | 2025.02.28 02:11:10.758705 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.02.28 02:11:10.758749 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2019 | 2025.02.28 02:11:10.759147 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2020 | 2025.02.28 02:11:10.759394 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2021 | 2025.02.28 02:11:10.759607 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001646 sec., 58930.7411907655 rows/sec., 4.60 MiB/sec. | ||
| 2022 | 2025.02.28 02:11:10.759660 [ 4 ] {38b11453-d925-4c0d-83b9-afb6ae3ae315} <Debug> TCPHandler: Processed in 0.001856586 sec. | ||
| 2023 | 2025.02.28 02:11:10.759819 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2024 | 2025.02.28 02:11:10.759967 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2025 | 2025.02.28 02:11:10.760032 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2026 | 2025.02.28 02:11:10.760721 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2027 | 2025.02.28 02:11:10.760769 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2028 | 2025.02.28 02:11:10.761189 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2029 | 2025.02.28 02:11:10.761426 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2025.02.28 02:11:10.761638 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001705 sec., 93841.642228739 rows/sec., 6.54 MiB/sec. | ||
| 2031 | 2025.02.28 02:11:10.761692 [ 257 ] {1bc8b0e9-0943-4b74-8f96-4f6f0f53ef78} <Debug> TCPHandler: Processed in 0.001934258 sec. | ||
| 2032 | 2025.02.28 02:11:10.761856 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2033 | 2025.02.28 02:11:10.761995 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2034 | 2025.02.28 02:11:10.762086 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2035 | 2025.02.28 02:11:10.763382 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2036 | 2025.02.28 02:11:10.763421 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2037 | 2025.02.28 02:11:10.764112 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2038 | 2025.02.28 02:11:10.764371 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2039 | 2025.02.28 02:11:10.764618 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002655 sec., 12429.378531073447 rows/sec., 22.27 MiB/sec. | ||
| 2040 | 2025.02.28 02:11:10.764713 [ 4 ] {ab5171ae-96fe-4f94-a047-f0198a91da04} <Debug> TCPHandler: Processed in 0.002928102 sec. | ||
| 2041 | 2025.02.28 02:11:10.764892 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2042 | 2025.02.28 02:11:10.765033 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2043 | 2025.02.28 02:11:10.765094 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2044 | 2025.02.28 02:11:10.765785 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2025.02.28 02:11:10.765841 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2046 | 2025.02.28 02:11:10.766337 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2047 | 2025.02.28 02:11:10.766586 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2025.02.28 02:11:10.766832 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00183 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec. | ||
| 2049 | 2025.02.28 02:11:10.766934 [ 257 ] {6c665849-6968-4353-a3fc-b2f6016b1695} <Debug> TCPHandler: Processed in 0.00210447 sec. | ||
| 2050 | 2025.02.28 02:11:14.073365 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2025.02.28 02:11:14.073805 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2052 | 2025.02.28 02:11:14.074289 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2053 | 2025.02.28 02:11:14.074340 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2054 | 2025.02.28 02:11:14.074702 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2055 | 2025.02.28 02:11:14.074778 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2056 | 2025.02.28 02:11:14.074951 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2057 | 2025.02.28 02:11:14.075179 [ 289 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2058 | 2025.02.28 02:11:14.075180 [ 294 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2059 | 2025.02.28 02:11:14.075292 [ 292 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2060 | 2025.02.28 02:11:14.075296 [ 291 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2061 | 2025.02.28 02:11:14.075529 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (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 | ||
| 2062 | 2025.02.28 02:11:14.075561 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2063 | 2025.02.28 02:11:14.075700 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2064 | 2025.02.28 02:11:14.075725 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2065 | 2025.02.28 02:11:14.075768 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2066 | 2025.02.28 02:11:14.075813 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2067 | 2025.02.28 02:11:14.075854 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2068 | 2025.02.28 02:11:14.075893 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2069 | 2025.02.28 02:11:14.077873 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.004296 sec., 7914.338919925512 rows/sec., 335.75 KiB/sec. | ||
| 2070 | 2025.02.28 02:11:14.078105 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> MemoryTracker: Peak memory usage (for query): 143.10 KiB. | ||
| 2071 | 2025.02.28 02:11:14.078124 [ 4 ] {79723b85-df70-493b-9212-439895fa14e0} <Debug> TCPHandler: Processed in 0.004974631 sec. | ||
| 2072 | 2025.02.28 02:11:14.118561 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2025.02.28 02:11:14.118751 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2074 | 2025.02.28 02:11:14.118828 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2075 | 2025.02.28 02:11:14.119599 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2025.02.28 02:11:14.119650 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2077 | 2025.02.28 02:11:14.120158 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2078 | 2025.02.28 02:11:14.120379 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2025.02.28 02:11:14.120628 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001929 sec., 518.4033177812338 rows/sec., 117.45 KiB/sec. | ||
| 2080 | 2025.02.28 02:11:14.120686 [ 4 ] {9fcf802d-e4ce-4976-94d7-df3a85c9e61f} <Debug> TCPHandler: Processed in 0.002234681 sec. | ||
| 2081 | 2025.02.28 02:11:14.120913 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2025.02.28 02:11:14.121108 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2083 | 2025.02.28 02:11:14.121185 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2084 | 2025.02.28 02:11:14.122000 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2025.02.28 02:11:14.122045 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2086 | 2025.02.28 02:11:14.122459 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2087 | 2025.02.28 02:11:14.122711 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2025.02.28 02:11:14.122983 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00191 sec., 3141.361256544503 rows/sec., 256.16 KiB/sec. | ||
| 2089 | 2025.02.28 02:11:14.123070 [ 257 ] {1bc2313f-4de5-4fd8-9d2e-6773f8b2f073} <Debug> TCPHandler: Processed in 0.002284862 sec. | ||
| 2090 | 2025.02.28 02:11:14.123241 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2025.02.28 02:11:14.123359 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2092 | 2025.02.28 02:11:14.123407 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2093 | 2025.02.28 02:11:14.124630 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2025.02.28 02:11:14.124672 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2095 | 2025.02.28 02:11:14.125138 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2096 | 2025.02.28 02:11:14.125388 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2097 | 2025.02.28 02:11:14.125608 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002273 sec., 527496.7003959526 rows/sec., 43.47 MiB/sec. | ||
| 2098 | 2025.02.28 02:11:14.125663 [ 4 ] {77b17b56-9b43-4d29-b65c-46351d6a3259} <Debug> TCPHandler: Processed in 0.002480315 sec. | ||
| 2099 | 2025.02.28 02:11:14.125925 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2100 | 2025.02.28 02:11:14.126062 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2101 | 2025.02.28 02:11:14.126120 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2102 | 2025.02.28 02:11:14.126774 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2025.02.28 02:11:14.126817 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2104 | 2025.02.28 02:11:14.127197 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2105 | 2025.02.28 02:11:14.127474 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2025.02.28 02:11:14.127711 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001676 sec., 3579.952267303103 rows/sec., 249.97 KiB/sec. | ||
| 2107 | 2025.02.28 02:11:14.127776 [ 257 ] {f8e8537d-dcb3-4ef7-865d-3ae85c36d16c} <Debug> TCPHandler: Processed in 0.001918917 sec. | ||
| 2108 | 2025.02.28 02:11:14.127962 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2109 | 2025.02.28 02:11:14.128109 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2110 | 2025.02.28 02:11:14.128172 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2111 | 2025.02.28 02:11:14.128948 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2025.02.28 02:11:14.128994 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2113 | 2025.02.28 02:11:14.129436 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2114 | 2025.02.28 02:11:14.129713 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2115 | 2025.02.28 02:11:14.129955 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001877 sec., 121470.431539691 rows/sec., 8.22 MiB/sec. | ||
| 2116 | 2025.02.28 02:11:14.130020 [ 4 ] {e33b1423-4abf-4309-a5dd-26c03e7a13b1} <Debug> TCPHandler: Processed in 0.00212003 sec. | ||
| 2117 | 2025.02.28 02:11:14.130184 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2118 | 2025.02.28 02:11:14.130301 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2119 | 2025.02.28 02:11:14.130352 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2120 | 2025.02.28 02:11:14.131281 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2121 | 2025.02.28 02:11:14.131322 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2122 | 2025.02.28 02:11:14.131758 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2123 | 2025.02.28 02:11:14.132062 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2025.02.28 02:11:14.132291 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.002014 sec., 261171.79741807346 rows/sec., 19.34 MiB/sec. | ||
| 2125 | 2025.02.28 02:11:14.132344 [ 257 ] {0fabd8da-ee26-43e4-b0f1-18a821300bb6} <Debug> TCPHandler: Processed in 0.002223561 sec. | ||
| 2126 | 2025.02.28 02:11:14.132505 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2127 | 2025.02.28 02:11:14.132627 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2128 | 2025.02.28 02:11:14.132686 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2129 | 2025.02.28 02:11:14.133577 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2025.02.28 02:11:14.133613 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2131 | 2025.02.28 02:11:14.134105 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2132 | 2025.02.28 02:11:14.134396 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2025.02.28 02:11:14.134636 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Debug> executeQuery: Read 977 rows, 67.17 KiB in 0.002034 sec., 480334.3166175025 rows/sec., 32.25 MiB/sec. | ||
| 2134 | 2025.02.28 02:11:14.134701 [ 4 ] {3a7e61f1-6aa6-4cb2-8e60-9d3bf2dd87ac} <Debug> TCPHandler: Processed in 0.002255372 sec. | ||
| 2135 | 2025.02.28 02:11:14.134882 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2025.02.28 02:11:14.135003 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2137 | 2025.02.28 02:11:14.135055 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2138 | 2025.02.28 02:11:14.135559 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2025.02.28 02:11:14.135599 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2140 | 2025.02.28 02:11:14.135977 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2141 | 2025.02.28 02:11:14.136259 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.02.28 02:11:14.136469 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001492 sec., 32171.581769436994 rows/sec., 2.17 MiB/sec. | ||
| 2143 | 2025.02.28 02:11:14.136534 [ 257 ] {fe08fe86-d2e5-4b36-9b56-7c5eeed95e98} <Debug> TCPHandler: Processed in 0.001725105 sec. | ||
| 2144 | 2025.02.28 02:11:15.100535 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 312 | ||
| 2145 | 2025.02.28 02:11:15.103720 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2025.02.28 02:11:15.103790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2147 | 2025.02.28 02:11:15.105432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2148 | 2025.02.28 02:11:15.105755 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2025.02.28 02:11:15.106389 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 312 | ||
| 2150 | 2025.02.28 02:11:15.744764 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2025.02.28 02:11:15.745045 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2152 | 2025.02.28 02:11:15.745118 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2153 | 2025.02.28 02:11:15.745902 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.02.28 02:11:15.745955 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2155 | 2025.02.28 02:11:15.746384 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2156 | 2025.02.28 02:11:15.746648 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.02.28 02:11:15.746897 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 2158 | 2025.02.28 02:11:15.746963 [ 4 ] {a4139e20-e169-4fc6-b8fb-793953ff2b00} <Debug> TCPHandler: Processed in 0.002387754 sec. | ||
| 2159 | 2025.02.28 02:11:15.747226 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2160 | 2025.02.28 02:11:15.747440 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2161 | 2025.02.28 02:11:15.747521 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2162 | 2025.02.28 02:11:15.748357 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2163 | 2025.02.28 02:11:15.748404 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2164 | 2025.02.28 02:11:15.748837 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2165 | 2025.02.28 02:11:15.749091 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2166 | 2025.02.28 02:11:15.749351 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001963 sec., 32603.158430973002 rows/sec., 2.54 MiB/sec. | ||
| 2167 | 2025.02.28 02:11:15.749438 [ 257 ] {b61bd4cf-4294-4c24-b775-3421cf9cd29f} <Debug> TCPHandler: Processed in 0.002350113 sec. | ||
| 2168 | 2025.02.28 02:11:15.749604 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2169 | 2025.02.28 02:11:15.749752 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2170 | 2025.02.28 02:11:15.749817 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2171 | 2025.02.28 02:11:15.750393 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2025.02.28 02:11:15.750434 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2173 | 2025.02.28 02:11:15.750835 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2174 | 2025.02.28 02:11:15.751081 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.02.28 02:11:15.751304 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001589 sec., 20138.451856513533 rows/sec., 1.40 MiB/sec. | ||
| 2176 | 2025.02.28 02:11:15.751361 [ 4 ] {105afd38-2d42-4f88-a6b5-9603fec03b91} <Debug> TCPHandler: Processed in 0.001823976 sec. | ||
| 2177 | 2025.02.28 02:11:15.751516 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.02.28 02:11:15.751658 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2179 | 2025.02.28 02:11:15.751719 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2180 | 2025.02.28 02:11:15.752241 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2181 | 2025.02.28 02:11:15.752280 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2182 | 2025.02.28 02:11:15.752648 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2183 | 2025.02.28 02:11:15.752897 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2184 | 2025.02.28 02:11:15.753071 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001447 sec., 8293.0200414651 rows/sec., 572.30 KiB/sec. | ||
| 2185 | 2025.02.28 02:11:15.753119 [ 257 ] {9fb6aefa-9b8e-4510-a984-1140f331e0cf} <Debug> TCPHandler: Processed in 0.001668834 sec. | ||
| 2186 | 2025.02.28 02:11:17.592354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2187 | 2025.02.28 02:11:17.593079 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2025.02.28 02:11:17.593120 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2189 | 2025.02.28 02:11:17.593635 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2190 | 2025.02.28 02:11:17.593927 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2025.02.28 02:11:17.594165 [ 31 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2192 | 2025.02.28 02:11:17.594201 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2193 | 2025.02.28 02:11:17.594296 [ 31 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2194 | 2025.02.28 02:11:17.594343 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2195 | 2025.02.28 02:11:17.594548 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2196 | 2025.02.28 02:11:17.594723 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2197 | 2025.02.28 02:11:17.594771 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 2198 | 2025.02.28 02:11:17.594861 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2199 | 2025.02.28 02:11:17.595037 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2200 | 2025.02.28 02:11:17.595292 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2201 | 2025.02.28 02:11:17.595572 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2202 | 2025.02.28 02:11:17.595753 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2203 | 2025.02.28 02:11:17.597616 [ 197 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003175616 sec., 1594336.3429331507 rows/sec., 22.81 MiB/sec. | ||
| 2204 | 2025.02.28 02:11:17.597948 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2205 | 2025.02.28 02:11:17.598243 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2206 | 2025.02.28 02:11:17.598325 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_11_2} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2207 | 2025.02.28 02:11:17.598416 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2208 | 2025.02.28 02:11:17.896653 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2209 | 2025.02.28 02:11:17.917099 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2025.02.28 02:11:17.917162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2211 | 2025.02.28 02:11:17.924503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2212 | 2025.02.28 02:11:17.925261 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2025.02.28 02:11:17.925604 [ 32 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2214 | 2025.02.28 02:11:17.925728 [ 32 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.02.28 02:11:17.925795 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2216 | 2025.02.28 02:11:17.926254 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2217 | 2025.02.28 02:11:17.941768 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2218 | 2025.02.28 02:11:17.943129 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2219 | 2025.02.28 02:11:17.944416 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2220 | 2025.02.28 02:11:17.949974 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2221 | 2025.02.28 02:11:17.955471 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2222 | 2025.02.28 02:11:17.961264 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2223 | 2025.02.28 02:11:17.967139 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2224 | 2025.02.28 02:11:17.971703 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 2225 | 2025.02.28 02:11:18.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.30 MiB, peak 177.30 MiB, free memory in arenas 0.00 B, will set to 168.63 MiB (RSS), difference: -8.66 MiB | ||
| 2226 | 2025.02.28 02:11:18.028065 [ 193 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102113005 sec., 812.8249677893623 rows/sec., 4.20 MiB/sec. | ||
| 2227 | 2025.02.28 02:11:18.030479 [ 194 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2228 | 2025.02.28 02:11:18.033338 [ 194 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_11_2} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2229 | 2025.02.28 02:11:18.033431 [ 194 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_11_2} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2230 | 2025.02.28 02:11:18.035723 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2231 | 2025.02.28 02:11:19.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.22 MiB, peak 177.30 MiB, free memory in arenas 0.00 B, will set to 169.16 MiB (RSS), difference: 9.94 MiB | ||
| 2232 | 2025.02.28 02:11:20.754028 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2233 | 2025.02.28 02:11:20.754221 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2234 | 2025.02.28 02:11:20.754295 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2235 | 2025.02.28 02:11:20.755137 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2236 | 2025.02.28 02:11:20.755181 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2237 | 2025.02.28 02:11:20.755659 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2238 | 2025.02.28 02:11:20.755923 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2025.02.28 02:11:20.756107 [ 27 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2240 | 2025.02.28 02:11:20.756158 [ 27 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2025.02.28 02:11:20.756171 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.002001 sec., 60969.5152423788 rows/sec., 5.20 MiB/sec. | ||
| 2242 | 2025.02.28 02:11:20.756187 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2243 | 2025.02.28 02:11:20.756294 [ 4 ] {24e2fcf0-e21c-4c32-953e-f906134a19ed} <Debug> TCPHandler: Processed in 0.002389624 sec. | ||
| 2244 | 2025.02.28 02:11:20.756481 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 2245 | 2025.02.28 02:11:20.756577 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2246 | 2025.02.28 02:11:20.756647 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2247 | 2025.02.28 02:11:20.756697 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1382 rows starting from the beginning of the part | ||
| 2248 | 2025.02.28 02:11:20.756766 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2249 | 2025.02.28 02:11:20.756829 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2250 | 2025.02.28 02:11:20.756886 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2251 | 2025.02.28 02:11:20.756995 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 122 rows starting from the beginning of the part | ||
| 2252 | 2025.02.28 02:11:20.757391 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1199 rows starting from the beginning of the part | ||
| 2253 | 2025.02.28 02:11:20.757670 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 2254 | 2025.02.28 02:11:20.757995 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 122 rows starting from the beginning of the part | ||
| 2255 | 2025.02.28 02:11:20.759019 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.02.28 02:11:20.759069 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2257 | 2025.02.28 02:11:20.759727 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2258 | 2025.02.28 02:11:20.760088 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2025.02.28 02:11:20.760289 [ 27 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2260 | 2025.02.28 02:11:20.760364 [ 27 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2261 | 2025.02.28 02:11:20.760414 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2262 | 2025.02.28 02:11:20.760475 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.003749 sec., 8802.347292611363 rows/sec., 661.90 KiB/sec. | ||
| 2263 | 2025.02.28 02:11:20.760705 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 2264 | 2025.02.28 02:11:20.760721 [ 257 ] {abb8d0a1-e10d-460a-b54b-0a9d8fcb9d8e} <Debug> TCPHandler: Processed in 0.004288211 sec. | ||
| 2265 | 2025.02.28 02:11:20.761108 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2266 | 2025.02.28 02:11:20.761150 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2267 | 2025.02.28 02:11:20.761172 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2937 rows, containing 5 columns (5 merged, 0 gathered) in 0.004858199 sec., 604545.0176083772 rows/sec., 52.56 MiB/sec. | ||
| 2268 | 2025.02.28 02:11:20.761209 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part | ||
| 2269 | 2025.02.28 02:11:20.761515 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
| 2270 | 2025.02.28 02:11:20.761517 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2271 | 2025.02.28 02:11:20.761863 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 45 rows starting from the beginning of the part | ||
| 2272 | 2025.02.28 02:11:20.761713 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2273 | 2025.02.28 02:11:20.762290 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
| 2274 | 2025.02.28 02:11:20.762690 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2025.02.28 02:11:20.762545 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2276 | 2025.02.28 02:11:20.762708 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 2277 | 2025.02.28 02:11:20.763105 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_16_3} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2278 | 2025.02.28 02:11:20.763162 [ 194 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part | ||
| 2279 | 2025.02.28 02:11:20.763447 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2280 | 2025.02.28 02:11:20.765623 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2025.02.28 02:11:20.765714 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2282 | 2025.02.28 02:11:20.766377 [ 202 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005853333 sec., 31264.23868247373 rows/sec., 2.42 MiB/sec. | ||
| 2283 | 2025.02.28 02:11:20.766637 [ 202 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2284 | 2025.02.28 02:11:20.766692 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2285 | 2025.02.28 02:11:20.767175 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2286 | 2025.02.28 02:11:20.767213 [ 202 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.02.28 02:11:20.767408 [ 202 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_6_1} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2288 | 2025.02.28 02:11:20.767450 [ 27 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2289 | 2025.02.28 02:11:20.767539 [ 27 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2025.02.28 02:11:20.767602 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2291 | 2025.02.28 02:11:20.767686 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2292 | 2025.02.28 02:11:20.767739 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.006445 sec., 15050.426687354538 rows/sec., 1.18 MiB/sec. | ||
| 2293 | 2025.02.28 02:11:20.767971 [ 4 ] {e5d5f0d6-f4f2-4e10-b5b1-1c8dc38116fa} <Debug> TCPHandler: Processed in 0.007104061 sec. | ||
| 2294 | 2025.02.28 02:11:20.767972 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 2295 | 2025.02.28 02:11:20.768154 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2025.02.28 02:11:20.768167 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2297 | 2025.02.28 02:11:20.768201 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 599 rows starting from the beginning of the part | ||
| 2298 | 2025.02.28 02:11:20.768342 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2299 | 2025.02.28 02:11:20.768413 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2300 | 2025.02.28 02:11:20.768513 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2301 | 2025.02.28 02:11:20.768785 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 97 rows starting from the beginning of the part | ||
| 2302 | 2025.02.28 02:11:20.769158 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 526 rows starting from the beginning of the part | ||
| 2303 | 2025.02.28 02:11:20.769569 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 2304 | 2025.02.28 02:11:20.769816 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 97 rows starting from the beginning of the part | ||
| 2305 | 2025.02.28 02:11:20.770622 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2025.02.28 02:11:20.770733 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2307 | 2025.02.28 02:11:20.771386 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2308 | 2025.02.28 02:11:20.771741 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2309 | 2025.02.28 02:11:20.771754 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1447 rows, containing 5 columns (5 merged, 0 gathered) in 0.003986506 sec., 362974.49445705087 rows/sec., 28.76 MiB/sec. | ||
| 2310 | 2025.02.28 02:11:20.771938 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2311 | 2025.02.28 02:11:20.771964 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2312 | 2025.02.28 02:11:20.772044 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003787 sec., 42249.80195405334 rows/sec., 2.94 MiB/sec. | ||
| 2313 | 2025.02.28 02:11:20.772064 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2314 | 2025.02.28 02:11:20.772181 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2315 | 2025.02.28 02:11:20.772266 [ 257 ] {ad0e1863-9414-48d7-9018-a7cf31172159} <Debug> TCPHandler: Processed in 0.00419027 sec. | ||
| 2316 | 2025.02.28 02:11:20.772578 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2317 | 2025.02.28 02:11:20.772671 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 2318 | 2025.02.28 02:11:20.772681 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2025.02.28 02:11:20.772977 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2320 | 2025.02.28 02:11:20.772998 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_16_3} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2321 | 2025.02.28 02:11:20.773067 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2322 | 2025.02.28 02:11:20.773228 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4004 rows starting from the beginning of the part | ||
| 2323 | 2025.02.28 02:11:20.773294 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 2324 | 2025.02.28 02:11:20.773369 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2325 | 2025.02.28 02:11:20.773613 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2326 | 2025.02.28 02:11:20.774023 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 2327 | 2025.02.28 02:11:20.774394 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 977 rows starting from the beginning of the part | ||
| 2328 | 2025.02.28 02:11:20.774724 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 2329 | 2025.02.28 02:11:20.775093 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 2330 | 2025.02.28 02:11:20.779061 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2025.02.28 02:11:20.779121 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2332 | 2025.02.28 02:11:20.780877 [ 202 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5493 rows, containing 5 columns (5 merged, 0 gathered) in 0.008544081 sec., 642901.2084506222 rows/sec., 43.96 MiB/sec. | ||
| 2333 | 2025.02.28 02:11:20.780946 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2334 | 2025.02.28 02:11:20.781275 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2025.02.28 02:11:20.781400 [ 202 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2336 | 2025.02.28 02:11:20.782009 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.009206 sec., 3584.618726917228 rows/sec., 6.42 MiB/sec. | ||
| 2337 | 2025.02.28 02:11:20.782331 [ 202 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2025.02.28 02:11:20.782393 [ 4 ] {c09eb2d0-961a-4d60-a886-e6bfd90b337c} <Debug> TCPHandler: Processed in 0.010018532 sec. | ||
| 2339 | 2025.02.28 02:11:20.782491 [ 202 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2340 | 2025.02.28 02:11:20.782639 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2025.02.28 02:11:20.782649 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 2342 | 2025.02.28 02:11:20.782779 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2343 | 2025.02.28 02:11:20.782839 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2344 | 2025.02.28 02:11:20.783365 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2345 | 2025.02.28 02:11:20.783403 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2346 | 2025.02.28 02:11:20.783773 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2347 | 2025.02.28 02:11:20.784016 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2025.02.28 02:11:20.784167 [ 48 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2349 | 2025.02.28 02:11:20.784220 [ 48 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2350 | 2025.02.28 02:11:20.784253 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 2351 | 2025.02.28 02:11:20.784257 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2352 | 2025.02.28 02:11:20.784413 [ 257 ] {dab67b69-fa08-4030-9740-367b5dfe5de2} <Debug> TCPHandler: Processed in 0.001904667 sec. | ||
| 2353 | 2025.02.28 02:11:20.784556 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 2354 | 2025.02.28 02:11:20.784695 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2355 | 2025.02.28 02:11:20.784730 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part | ||
| 2356 | 2025.02.28 02:11:20.784852 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2357 | 2025.02.28 02:11:20.785042 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 2358 | 2025.02.28 02:11:20.785185 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 2359 | 2025.02.28 02:11:20.785351 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 2360 | 2025.02.28 02:11:20.785465 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 2361 | 2025.02.28 02:11:20.786605 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.002208862 sec., 347690.3491481134 rows/sec., 23.40 MiB/sec. | ||
| 2362 | 2025.02.28 02:11:20.786767 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2363 | 2025.02.28 02:11:20.787086 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2025.02.28 02:11:20.787167 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_16_3} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2365 | 2025.02.28 02:11:20.787229 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2366 | 2025.02.28 02:11:25.009956 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2367 | 2025.02.28 02:11:25.010027 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2368 | 2025.02.28 02:11:25.094450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2369 | 2025.02.28 02:11:25.095226 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.02.28 02:11:25.095285 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2371 | 2025.02.28 02:11:25.095831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2372 | 2025.02.28 02:11:25.096104 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2373 | 2025.02.28 02:11:25.096371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2374 | 2025.02.28 02:11:25.106702 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 332 | ||
| 2375 | 2025.02.28 02:11:25.109513 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2025.02.28 02:11:25.109562 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2377 | 2025.02.28 02:11:25.111059 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2378 | 2025.02.28 02:11:25.111382 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2025.02.28 02:11:25.111944 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332 | ||
| 2380 | 2025.02.28 02:11:25.441923 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2381 | 2025.02.28 02:11:25.460204 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2382 | 2025.02.28 02:11:25.460261 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2383 | 2025.02.28 02:11:25.467341 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2384 | 2025.02.28 02:11:25.468111 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2385 | 2025.02.28 02:11:25.471052 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2386 | 2025.02.28 02:11:25.743609 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2387 | 2025.02.28 02:11:25.744064 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2388 | 2025.02.28 02:11:25.744640 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2389 | 2025.02.28 02:11:25.744696 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2390 | 2025.02.28 02:11:25.745077 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2391 | 2025.02.28 02:11:25.745194 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2392 | 2025.02.28 02:11:25.745378 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2393 | 2025.02.28 02:11:25.745525 [ 294 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2394 | 2025.02.28 02:11:25.745682 [ 289 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2395 | 2025.02.28 02:11:25.745771 [ 296 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2396 | 2025.02.28 02:11:25.745819 [ 292 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2397 | 2025.02.28 02:11:25.745839 [ 291 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2398 | 2025.02.28 02:11:25.746139 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2399 | 2025.02.28 02:11:25.746174 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2400 | 2025.02.28 02:11:25.746325 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2401 | 2025.02.28 02:11:25.746352 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2402 | 2025.02.28 02:11:25.746399 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2403 | 2025.02.28 02:11:25.746452 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2404 | 2025.02.28 02:11:25.746499 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2405 | 2025.02.28 02:11:25.746545 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2406 | 2025.02.28 02:11:25.748543 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.004708 sec., 7221.750212404418 rows/sec., 306.37 KiB/sec. | ||
| 2407 | 2025.02.28 02:11:25.748812 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> MemoryTracker: Peak memory usage (for query): 144.51 KiB. | ||
| 2408 | 2025.02.28 02:11:25.748833 [ 4 ] {c539e993-e992-439d-b32c-027b7ee713fa} <Debug> TCPHandler: Processed in 0.005413736 sec. | ||
| 2409 | 2025.02.28 02:11:25.758168 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2410 | 2025.02.28 02:11:25.758385 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2411 | 2025.02.28 02:11:25.758438 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2412 | 2025.02.28 02:11:25.759226 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.02.28 02:11:25.759278 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2414 | 2025.02.28 02:11:25.759774 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2415 | 2025.02.28 02:11:25.760007 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.02.28 02:11:25.760191 [ 102 ] {} <Debug> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2417 | 2025.02.28 02:11:25.760252 [ 102 ] {} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2418 | 2025.02.28 02:11:25.760261 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001922 sec., 520.2913631633714 rows/sec., 53.86 KiB/sec. | ||
| 2419 | 2025.02.28 02:11:25.760289 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2420 | 2025.02.28 02:11:25.760421 [ 4 ] {b9e57626-74dd-417c-ac5b-81fd98ccffd8} <Debug> TCPHandler: Processed in 0.002354113 sec. | ||
| 2421 | 2025.02.28 02:11:25.760793 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2025.02.28 02:11:25.760818 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::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 | ||
| 2423 | 2025.02.28 02:11:25.761019 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2424 | 2025.02.28 02:11:25.761115 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2425 | 2025.02.28 02:11:25.761308 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2426 | 2025.02.28 02:11:25.761369 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2427 | 2025.02.28 02:11:25.761582 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2428 | 2025.02.28 02:11:25.761811 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::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 | ||
| 2429 | 2025.02.28 02:11:25.762018 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::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 | ||
| 2430 | 2025.02.28 02:11:25.762181 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2431 | 2025.02.28 02:11:25.762449 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2432 | 2025.02.28 02:11:25.763097 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2025.02.28 02:11:25.763137 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2434 | 2025.02.28 02:11:25.763783 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2435 | 2025.02.28 02:11:25.764157 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2025.02.28 02:11:25.764508 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Debug> executeQuery: Read 67 rows, 5.47 KiB in 0.003554 sec., 18851.997749015194 rows/sec., 1.50 MiB/sec. | ||
| 2437 | 2025.02.28 02:11:25.764599 [ 257 ] {a52c5496-def9-4e42-9fc9-3f5fad82e9e8} <Debug> TCPHandler: Processed in 0.004043157 sec. | ||
| 2438 | 2025.02.28 02:11:25.764903 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2439 | 2025.02.28 02:11:25.765334 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2440 | 2025.02.28 02:11:25.765505 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2441 | 2025.02.28 02:11:25.768027 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2025.02.28 02:11:25.768108 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2443 | 2025.02.28 02:11:25.769263 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2444 | 2025.02.28 02:11:25.769976 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2025.02.28 02:11:25.770089 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.009646507 sec., 3731.920787493338 rows/sec., 772.12 KiB/sec. | ||
| 2446 | 2025.02.28 02:11:25.770411 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2447 | 2025.02.28 02:11:25.770487 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00527 sec., 948.7666034155598 rows/sec., 71.34 KiB/sec. | ||
| 2448 | 2025.02.28 02:11:25.770798 [ 4 ] {0e3b8050-4557-4c62-9079-46dafb6d38ad} <Debug> TCPHandler: Processed in 0.006064606 sec. | ||
| 2449 | 2025.02.28 02:11:25.771009 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2450 | 2025.02.28 02:11:25.771172 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2451 | 2025.02.28 02:11:25.771240 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2452 | 2025.02.28 02:11:25.771307 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2025.02.28 02:11:25.771405 [ 198 ] {710989a7-97ea-4f49-9bec-e20707ac2572::all_1_6_1} <Trace> oximeter.timeseries_schema (710989a7-97ea-4f49-9bec-e20707ac2572) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2454 | 2025.02.28 02:11:25.771520 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2455 | 2025.02.28 02:11:25.771899 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2025.02.28 02:11:25.771938 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2457 | 2025.02.28 02:11:25.772277 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2458 | 2025.02.28 02:11:25.772513 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2025.02.28 02:11:25.772707 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.22 KiB/sec. | ||
| 2460 | 2025.02.28 02:11:25.772850 [ 257 ] {9876239f-840d-49ef-bfe1-08fec525c902} <Debug> TCPHandler: Processed in 0.001940927 sec. | ||
| 2461 | 2025.02.28 02:11:25.772987 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2462 | 2025.02.28 02:11:25.773102 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2463 | 2025.02.28 02:11:25.773150 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2464 | 2025.02.28 02:11:25.773762 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2025.02.28 02:11:25.773800 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2466 | 2025.02.28 02:11:25.774164 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2467 | 2025.02.28 02:11:25.774409 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2025.02.28 02:11:25.774640 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001555 sec., 50160.771704180064 rows/sec., 3.92 MiB/sec. | ||
| 2469 | 2025.02.28 02:11:25.774749 [ 4 ] {bf610b98-f691-4ac5-baab-ebf6e0554b2a} <Debug> TCPHandler: Processed in 0.001814756 sec. | ||
| 2470 | 2025.02.28 02:11:25.774910 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2025.02.28 02:11:25.775048 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2472 | 2025.02.28 02:11:25.775111 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2473 | 2025.02.28 02:11:25.775707 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2474 | 2025.02.28 02:11:25.775745 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2475 | 2025.02.28 02:11:25.776139 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2476 | 2025.02.28 02:11:25.776382 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2477 | 2025.02.28 02:11:25.776560 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
| 2478 | 2025.02.28 02:11:25.776610 [ 257 ] {042fd432-5b13-4cae-aa65-fc67ff56a2ca} <Debug> TCPHandler: Processed in 0.001773585 sec. | ||
| 2479 | 2025.02.28 02:11:25.776803 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2480 | 2025.02.28 02:11:25.777022 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2481 | 2025.02.28 02:11:25.777113 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2482 | 2025.02.28 02:11:25.777689 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Trace> oximeter.measurements_f64 (13d3d227-f064-4f54-8726-e23c9336f511): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.02.28 02:11:25.777727 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2484 | 2025.02.28 02:11:25.778083 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2485 | 2025.02.28 02:11:25.778330 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Trace> oximeter.measurements_f64 (13d3d227-f064-4f54-8726-e23c9336f511): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2025.02.28 02:11:25.778595 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 39.48 KiB/sec. | ||
| 2487 | 2025.02.28 02:11:25.778682 [ 4 ] {49374290-60f1-4fde-a7d6-0b11bde112ec} <Debug> TCPHandler: Processed in 0.001991009 sec. | ||
| 2488 | 2025.02.28 02:11:25.778855 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2025.02.28 02:11:25.778996 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2490 | 2025.02.28 02:11:25.779089 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2491 | 2025.02.28 02:11:25.780168 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.02.28 02:11:25.780207 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2493 | 2025.02.28 02:11:25.780809 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2494 | 2025.02.28 02:11:25.781063 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2025.02.28 02:11:25.781243 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2496 | 2025.02.28 02:11:25.781300 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002329 sec., 2146.8441391155 rows/sec., 3.85 MiB/sec. | ||
| 2497 | 2025.02.28 02:11:25.781310 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2025.02.28 02:11:25.781408 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2499 | 2025.02.28 02:11:25.781605 [ 257 ] {7df829ba-eb99-43d2-8279-9425e268988e} <Debug> TCPHandler: Processed in 0.00281577 sec. | ||
| 2500 | 2025.02.28 02:11:25.781989 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 2501 | 2025.02.28 02:11:25.782089 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2502 | 2025.02.28 02:11:25.782502 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2503 | 2025.02.28 02:11:25.782621 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2504 | 2025.02.28 02:11:25.783188 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2505 | 2025.02.28 02:11:25.783416 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part | ||
| 2506 | 2025.02.28 02:11:25.784057 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
| 2507 | 2025.02.28 02:11:25.784709 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Trace> oximeter.measurements_i64 (e4dcad02-48c9-4492-9148-14798bc59025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2508 | 2025.02.28 02:11:25.784791 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2509 | 2025.02.28 02:11:25.784830 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 33 rows starting from the beginning of the part | ||
| 2510 | 2025.02.28 02:11:25.785526 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
| 2511 | 2025.02.28 02:11:25.786143 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
| 2512 | 2025.02.28 02:11:25.786178 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2513 | 2025.02.28 02:11:25.786632 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part | ||
| 2514 | 2025.02.28 02:11:25.786816 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Trace> oximeter.measurements_i64 (e4dcad02-48c9-4492-9148-14798bc59025): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2515 | 2025.02.28 02:11:25.787655 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005226 sec., 1722.158438576349 rows/sec., 121.65 KiB/sec. | ||
| 2516 | 2025.02.28 02:11:25.787963 [ 4 ] {0b37b2c8-dd6d-460a-a284-7d1319a20bda} <Debug> TCPHandler: Processed in 0.006174447 sec. | ||
| 2517 | 2025.02.28 02:11:25.788290 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2518 | 2025.02.28 02:11:25.788462 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2519 | 2025.02.28 02:11:25.788536 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2520 | 2025.02.28 02:11:25.789551 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.02.28 02:11:25.789601 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 2522 | 2025.02.28 02:11:25.790158 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2523 | 2025.02.28 02:11:25.790501 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2524 | 2025.02.28 02:11:25.790980 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002553 sec., 23501.762632197413 rows/sec., 1.58 MiB/sec. | ||
| 2525 | 2025.02.28 02:11:25.791451 [ 257 ] {f59e9365-e1ae-4d48-b05a-40c13561a537} <Debug> TCPHandler: Processed in 0.003316117 sec. | ||
| 2526 | 2025.02.28 02:11:25.792660 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 19 columns (19 merged, 0 gathered) in 0.011076636 sec., 15347.619981373406 rows/sec., 27.50 MiB/sec. | ||
| 2527 | 2025.02.28 02:11:25.793104 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2528 | 2025.02.28 02:11:25.793569 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2025.02.28 02:11:25.793647 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2530 | 2025.02.28 02:11:25.793794 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 2531 | 2025.02.28 02:11:30.754753 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2025.02.28 02:11:30.754980 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2533 | 2025.02.28 02:11:30.755060 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2534 | 2025.02.28 02:11:30.755832 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2535 | 2025.02.28 02:11:30.755876 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2536 | 2025.02.28 02:11:30.756317 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2537 | 2025.02.28 02:11:30.756571 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2025.02.28 02:11:30.756819 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00189 sec., 12698.412698412698 rows/sec., 1.05 MiB/sec. | ||
| 2539 | 2025.02.28 02:11:30.756880 [ 4 ] {9f2ae2e9-1d9f-4565-8d3f-f37c38ed5f6a} <Debug> TCPHandler: Processed in 0.002255462 sec. | ||
| 2540 | 2025.02.28 02:11:30.757125 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2025.02.28 02:11:30.757334 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2542 | 2025.02.28 02:11:30.757415 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2543 | 2025.02.28 02:11:30.758166 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.02.28 02:11:30.758213 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2545 | 2025.02.28 02:11:30.758627 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2546 | 2025.02.28 02:11:30.758881 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.02.28 02:11:30.759096 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001814 sec., 4410.143329658214 rows/sec., 359.62 KiB/sec. | ||
| 2548 | 2025.02.28 02:11:30.759159 [ 257 ] {cb2da56b-4b10-4cac-a688-fed659d4c67f} <Debug> TCPHandler: Processed in 0.002176551 sec. | ||
| 2549 | 2025.02.28 02:11:30.759299 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2025.02.28 02:11:30.759417 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2551 | 2025.02.28 02:11:30.759465 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2552 | 2025.02.28 02:11:30.760192 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.02.28 02:11:30.760231 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2554 | 2025.02.28 02:11:30.760637 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2555 | 2025.02.28 02:11:30.760879 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2025.02.28 02:11:30.761100 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Debug> executeQuery: Read 246 rows, 22.41 KiB in 0.001708 sec., 144028.10304449647 rows/sec., 12.81 MiB/sec. | ||
| 2557 | 2025.02.28 02:11:30.761154 [ 4 ] {45f095b8-abf7-41ee-a52b-2eaa13999556} <Debug> TCPHandler: Processed in 0.001917147 sec. | ||
| 2558 | 2025.02.28 02:11:30.761318 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2025.02.28 02:11:30.761436 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2560 | 2025.02.28 02:11:30.761485 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2561 | 2025.02.28 02:11:30.762184 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2025.02.28 02:11:30.762230 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2563 | 2025.02.28 02:11:30.762636 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2564 | 2025.02.28 02:11:30.762905 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2025.02.28 02:11:30.763075 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Debug> executeQuery: Read 53 rows, 4.00 KiB in 0.001664 sec., 31850.96153846154 rows/sec., 2.35 MiB/sec. | ||
| 2566 | 2025.02.28 02:11:30.763125 [ 257 ] {5c66f705-b366-439f-8c67-a2996712e156} <Debug> TCPHandler: Processed in 0.001863687 sec. | ||
| 2567 | 2025.02.28 02:11:30.763271 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2568 | 2025.02.28 02:11:30.763386 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2569 | 2025.02.28 02:11:30.763433 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2570 | 2025.02.28 02:11:30.764115 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2571 | 2025.02.28 02:11:30.764161 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2572 | 2025.02.28 02:11:30.764564 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2573 | 2025.02.28 02:11:30.764805 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2025.02.28 02:11:30.765047 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001678 sec., 14302.74135876043 rows/sec., 1.19 MiB/sec. | ||
| 2575 | 2025.02.28 02:11:30.765124 [ 4 ] {09e7b6b5-04d6-4790-966e-60b772ad2023} <Debug> TCPHandler: Processed in 0.001909377 sec. | ||
| 2576 | 2025.02.28 02:11:30.765260 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2577 | 2025.02.28 02:11:30.765378 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2578 | 2025.02.28 02:11:30.765426 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2579 | 2025.02.28 02:11:30.766084 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2580 | 2025.02.28 02:11:30.766130 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2581 | 2025.02.28 02:11:30.766544 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2582 | 2025.02.28 02:11:30.766789 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2583 | 2025.02.28 02:11:30.766955 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001602 sec., 7490.636704119851 rows/sec., 585.21 KiB/sec. | ||
| 2584 | 2025.02.28 02:11:30.767005 [ 257 ] {7878da5b-fbfe-471f-b34f-6803398cee7a} <Debug> TCPHandler: Processed in 0.001800665 sec. | ||
| 2585 | 2025.02.28 02:11:30.767145 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2586 | 2025.02.28 02:11:30.767259 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2587 | 2025.02.28 02:11:30.767308 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2588 | 2025.02.28 02:11:30.767934 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2589 | 2025.02.28 02:11:30.767973 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2590 | 2025.02.28 02:11:30.768338 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2591 | 2025.02.28 02:11:30.768570 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2592 | 2025.02.28 02:11:30.768843 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Debug> executeQuery: Read 141 rows, 11.67 KiB in 0.001607 sec., 87741.13254511512 rows/sec., 7.09 MiB/sec. | ||
| 2593 | 2025.02.28 02:11:30.769058 [ 4 ] {2048af22-638f-4380-93c5-a58cce1d06b2} <Debug> TCPHandler: Processed in 0.001968458 sec. | ||
| 2594 | 2025.02.28 02:11:30.769224 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2595 | 2025.02.28 02:11:30.769362 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2596 | 2025.02.28 02:11:30.769423 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2597 | 2025.02.28 02:11:30.769990 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2598 | 2025.02.28 02:11:30.770027 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2599 | 2025.02.28 02:11:30.770427 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2600 | 2025.02.28 02:11:30.770669 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2601 | 2025.02.28 02:11:30.770864 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.001534 sec., 130378.09647979139 rows/sec., 9.35 MiB/sec. | ||
| 2602 | 2025.02.28 02:11:30.770914 [ 257 ] {770ec811-7597-4cde-8ec9-f6f32a72c852} <Debug> TCPHandler: Processed in 0.001760895 sec. | ||
| 2603 | 2025.02.28 02:11:30.771063 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2604 | 2025.02.28 02:11:30.771199 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2605 | 2025.02.28 02:11:30.771290 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2606 | 2025.02.28 02:11:30.772451 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2025.02.28 02:11:30.772491 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2608 | 2025.02.28 02:11:30.773165 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2609 | 2025.02.28 02:11:30.773424 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2610 | 2025.02.28 02:11:30.773656 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002487 sec., 13268.998793727382 rows/sec., 23.78 MiB/sec. | ||
| 2611 | 2025.02.28 02:11:30.773748 [ 4 ] {4fc7d641-11c1-4e78-8105-2bbcf8ac3f91} <Debug> TCPHandler: Processed in 0.002753469 sec. | ||
| 2612 | 2025.02.28 02:11:30.773897 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2613 | 2025.02.28 02:11:30.774035 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2614 | 2025.02.28 02:11:30.774095 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2615 | 2025.02.28 02:11:30.774644 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2025.02.28 02:11:30.774681 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2617 | 2025.02.28 02:11:30.775050 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2618 | 2025.02.28 02:11:30.775304 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2025.02.28 02:11:30.775487 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 2620 | 2025.02.28 02:11:30.775535 [ 257 ] {f8c28584-fa60-4c8e-a286-5205f8e9044d} <Debug> TCPHandler: Processed in 0.001704444 sec. | ||
| 2621 | 2025.02.28 02:11:32.596578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2622 | 2025.02.28 02:11:32.597217 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.02.28 02:11:32.597253 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2624 | 2025.02.28 02:11:32.597764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2625 | 2025.02.28 02:11:32.598022 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2025.02.28 02:11:32.598198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2627 | 2025.02.28 02:11:32.971190 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2628 | 2025.02.28 02:11:32.991236 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2629 | 2025.02.28 02:11:32.991299 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2630 | 2025.02.28 02:11:32.998981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2631 | 2025.02.28 02:11:32.999766 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2025.02.28 02:11:33.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.43 MiB, peak 177.30 MiB, free memory in arenas 0.00 B, will set to 172.11 MiB (RSS), difference: -3.32 MiB | ||
| 2633 | 2025.02.28 02:11:33.003252 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2634 | 2025.02.28 02:11:34.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.11 MiB, peak 177.30 MiB, free memory in arenas 0.00 B, will set to 172.11 MiB (RSS), difference: 4.00 MiB | ||
| 2635 | 2025.02.28 02:11:35.112200 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 374 | ||
| 2636 | 2025.02.28 02:11:35.115539 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2025.02.28 02:11:35.115588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2638 | 2025.02.28 02:11:35.117115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2639 | 2025.02.28 02:11:35.117437 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2025.02.28 02:11:35.118381 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374 | ||
| 2641 | 2025.02.28 02:11:35.752094 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2642 | 2025.02.28 02:11:35.752404 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2643 | 2025.02.28 02:11:35.752520 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2644 | 2025.02.28 02:11:35.753395 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2025.02.28 02:11:35.753445 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2646 | 2025.02.28 02:11:35.753886 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2647 | 2025.02.28 02:11:35.754144 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2025.02.28 02:11:35.754386 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.00207 sec., 31884.057971014496 rows/sec., 2.54 MiB/sec. | ||
| 2649 | 2025.02.28 02:11:35.754442 [ 4 ] {5879c16a-8249-4bce-a6c0-92a2ccb91d0b} <Debug> TCPHandler: Processed in 0.002540766 sec. | ||
| 2650 | 2025.02.28 02:11:35.754695 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2651 | 2025.02.28 02:11:35.754900 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2652 | 2025.02.28 02:11:35.754979 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2653 | 2025.02.28 02:11:35.755798 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.02.28 02:11:35.755841 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2655 | 2025.02.28 02:11:35.756266 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2656 | 2025.02.28 02:11:35.756513 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.02.28 02:11:35.756722 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001872 sec., 2670.940170940171 rows/sec., 200.84 KiB/sec. | ||
| 2658 | 2025.02.28 02:11:35.756914 [ 257 ] {e07432cc-4366-40f0-b72d-4bc0fbfd8044} <Debug> TCPHandler: Processed in 0.002342133 sec. | ||
| 2659 | 2025.02.28 02:11:35.757072 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2025.02.28 02:11:35.757192 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2661 | 2025.02.28 02:11:35.757241 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2662 | 2025.02.28 02:11:35.757861 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2663 | 2025.02.28 02:11:35.757905 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2664 | 2025.02.28 02:11:35.758264 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2665 | 2025.02.28 02:11:35.758502 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2666 | 2025.02.28 02:11:35.758707 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00154 sec., 44805.194805194806 rows/sec., 3.50 MiB/sec. | ||
| 2667 | 2025.02.28 02:11:35.758760 [ 4 ] {d92c4adb-61c9-4930-8698-b4fc5fd65452} <Debug> TCPHandler: Processed in 0.001747414 sec. | ||
| 2668 | 2025.02.28 02:11:35.758934 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2669 | 2025.02.28 02:11:35.759053 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2670 | 2025.02.28 02:11:35.759107 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2671 | 2025.02.28 02:11:35.759693 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2672 | 2025.02.28 02:11:35.759732 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2673 | 2025.02.28 02:11:35.760131 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2674 | 2025.02.28 02:11:35.760367 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2675 | 2025.02.28 02:11:35.760559 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
| 2676 | 2025.02.28 02:11:35.760683 [ 257 ] {d0ce7992-2b4c-4448-82ec-045fda630a87} <Debug> TCPHandler: Processed in 0.001804365 sec. | ||
| 2677 | 2025.02.28 02:11:35.760899 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2025.02.28 02:11:35.761121 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2679 | 2025.02.28 02:11:35.761261 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2680 | 2025.02.28 02:11:35.762567 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2025.02.28 02:11:35.762606 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2682 | 2025.02.28 02:11:35.763209 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2683 | 2025.02.28 02:11:35.763481 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2025.02.28 02:11:35.763811 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002724 sec., 1835.5359765051396 rows/sec., 3.29 MiB/sec. | ||
| 2685 | 2025.02.28 02:11:35.763991 [ 4 ] {2a698840-d26c-4de5-abf7-715b5c000cef} <Debug> TCPHandler: Processed in 0.003203045 sec. | ||
| 2686 | 2025.02.28 02:11:35.764142 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2025.02.28 02:11:35.764260 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2688 | 2025.02.28 02:11:35.764312 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2689 | 2025.02.28 02:11:35.764804 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.02.28 02:11:35.764842 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2691 | 2025.02.28 02:11:35.765234 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2692 | 2025.02.28 02:11:35.765466 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.02.28 02:11:35.765672 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
| 2694 | 2025.02.28 02:11:35.765744 [ 257 ] {ef916f0c-f43f-45f8-8377-b287749f5dd0} <Debug> TCPHandler: Processed in 0.001656643 sec. | ||
| 2695 | 2025.02.28 02:11:40.010091 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2696 | 2025.02.28 02:11:40.010190 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2697 | 2025.02.28 02:11:40.098391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2698 | 2025.02.28 02:11:40.099058 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2699 | 2025.02.28 02:11:40.099103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2700 | 2025.02.28 02:11:40.099694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2701 | 2025.02.28 02:11:40.099971 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2025.02.28 02:11:40.100273 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2703 | 2025.02.28 02:11:40.503414 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2704 | 2025.02.28 02:11:40.523194 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2025.02.28 02:11:40.523253 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2706 | 2025.02.28 02:11:40.530812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2707 | 2025.02.28 02:11:40.531570 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.02.28 02:11:40.534510 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2709 | 2025.02.28 02:11:40.753207 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2710 | 2025.02.28 02:11:40.753413 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2711 | 2025.02.28 02:11:40.753495 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2712 | 2025.02.28 02:11:40.754352 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2025.02.28 02:11:40.754394 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2714 | 2025.02.28 02:11:40.754831 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2715 | 2025.02.28 02:11:40.755087 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2025.02.28 02:11:40.755326 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001974 sec., 61803.44478216818 rows/sec., 5.27 MiB/sec. | ||
| 2717 | 2025.02.28 02:11:40.755383 [ 4 ] {c0eaf700-324b-4b7f-91a2-6ea455c97077} <Debug> TCPHandler: Processed in 0.002317403 sec. | ||
| 2718 | 2025.02.28 02:11:40.755626 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2719 | 2025.02.28 02:11:40.755814 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2720 | 2025.02.28 02:11:40.755884 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2721 | 2025.02.28 02:11:40.756630 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2722 | 2025.02.28 02:11:40.756670 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2723 | 2025.02.28 02:11:40.757107 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2724 | 2025.02.28 02:11:40.757367 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2725 | 2025.02.28 02:11:40.757562 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001801 sec., 18323.153803442532 rows/sec., 1.35 MiB/sec. | ||
| 2726 | 2025.02.28 02:11:40.757618 [ 257 ] {2684aa26-bc50-453d-a722-717df28ac7a4} <Debug> TCPHandler: Processed in 0.00211937 sec. | ||
| 2727 | 2025.02.28 02:11:40.757797 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2728 | 2025.02.28 02:11:40.757937 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2729 | 2025.02.28 02:11:40.757998 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2730 | 2025.02.28 02:11:40.758815 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2731 | 2025.02.28 02:11:40.758866 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2732 | 2025.02.28 02:11:40.759360 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2733 | 2025.02.28 02:11:40.759615 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2734 | 2025.02.28 02:11:40.759867 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001951 sec., 49718.093285494615 rows/sec., 3.88 MiB/sec. | ||
| 2735 | 2025.02.28 02:11:40.759997 [ 4 ] {27f14adb-40d3-45f5-847a-8683a235ff3f} <Debug> TCPHandler: Processed in 0.002269722 sec. | ||
| 2736 | 2025.02.28 02:11:40.760190 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2737 | 2025.02.28 02:11:40.760330 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2738 | 2025.02.28 02:11:40.760393 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2739 | 2025.02.28 02:11:40.761140 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2025.02.28 02:11:40.761187 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2741 | 2025.02.28 02:11:40.761690 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2742 | 2025.02.28 02:11:40.762004 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2743 | 2025.02.28 02:11:40.762213 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001915 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec. | ||
| 2744 | 2025.02.28 02:11:40.762265 [ 257 ] {3afe4d42-c003-4130-b0b0-a39523d87b3f} <Debug> TCPHandler: Processed in 0.002148581 sec. | ||
| 2745 | 2025.02.28 02:11:40.762464 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2746 | 2025.02.28 02:11:40.762582 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2747 | 2025.02.28 02:11:40.762663 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2748 | 2025.02.28 02:11:40.763854 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2749 | 2025.02.28 02:11:40.763894 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2750 | 2025.02.28 02:11:40.764573 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2751 | 2025.02.28 02:11:40.764841 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2752 | 2025.02.28 02:11:40.765081 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002524 sec., 13074.484944532487 rows/sec., 23.43 MiB/sec. | ||
| 2753 | 2025.02.28 02:11:40.765174 [ 4 ] {1ecd23e0-84a6-4857-a0f6-7d60521ad9ea} <Debug> TCPHandler: Processed in 0.002769949 sec. | ||
| 2754 | 2025.02.28 02:11:40.765325 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2755 | 2025.02.28 02:11:40.765445 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2756 | 2025.02.28 02:11:40.765495 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2757 | 2025.02.28 02:11:40.766000 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2758 | 2025.02.28 02:11:40.766037 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2759 | 2025.02.28 02:11:40.766419 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2760 | 2025.02.28 02:11:40.766653 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2025.02.28 02:11:40.766829 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 2762 | 2025.02.28 02:11:40.766877 [ 257 ] {62b5c354-5540-4b96-be2f-c45039fe2be1} <Debug> TCPHandler: Processed in 0.001609963 sec. | ||
| 2763 | 2025.02.28 02:11:42.179710 [ 141 ] {} <Debug> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2764 | 2025.02.28 02:11:42.179809 [ 141 ] {} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.02.28 02:11:42.179838 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2766 | 2025.02.28 02:11:42.180123 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::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 | ||
| 2767 | 2025.02.28 02:11:42.180293 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2768 | 2025.02.28 02:11:42.180334 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 2769 | 2025.02.28 02:11:42.180424 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 2770 | 2025.02.28 02:11:42.180738 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 2771 | 2025.02.28 02:11:42.180912 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::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 | ||
| 2772 | 2025.02.28 02:11:42.181022 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 2773 | 2025.02.28 02:11:42.182154 [ 188 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 505 rows, containing 5 columns (5 merged, 0 gathered) in 0.002216101 sec., 227877.7005199673 rows/sec., 16.63 MiB/sec. | ||
| 2774 | 2025.02.28 02:11:42.182469 [ 188 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2775 | 2025.02.28 02:11:42.183004 [ 188 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2776 | 2025.02.28 02:11:42.183089 [ 188 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_5_1} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2777 | 2025.02.28 02:11:42.183186 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2778 | 2025.02.28 02:11:44.109872 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2779 | 2025.02.28 02:11:44.110065 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2780 | 2025.02.28 02:11:44.110138 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2781 | 2025.02.28 02:11:44.111649 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2782 | 2025.02.28 02:11:44.111689 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2783 | 2025.02.28 02:11:44.112213 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2784 | 2025.02.28 02:11:44.112464 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2785 | 2025.02.28 02:11:44.112605 [ 135 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2786 | 2025.02.28 02:11:44.112649 [ 135 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.02.28 02:11:44.112672 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Debug> executeQuery: Read 1206 rows, 101.94 KiB in 0.002659 sec., 453553.9676570139 rows/sec., 37.44 MiB/sec. | ||
| 2788 | 2025.02.28 02:11:44.112677 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2789 | 2025.02.28 02:11:44.112765 [ 4 ] {d5b5673f-8990-439c-b433-5c997757a76c} <Debug> TCPHandler: Processed in 0.003022823 sec. | ||
| 2790 | 2025.02.28 02:11:44.112844 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 2791 | 2025.02.28 02:11:44.112984 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2792 | 2025.02.28 02:11:44.113021 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1385 rows starting from the beginning of the part | ||
| 2793 | 2025.02.28 02:11:44.113095 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2794 | 2025.02.28 02:11:44.113165 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 67 rows starting from the beginning of the part | ||
| 2795 | 2025.02.28 02:11:44.113510 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2796 | 2025.02.28 02:11:44.113544 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 246 rows starting from the beginning of the part | ||
| 2797 | 2025.02.28 02:11:44.113692 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2798 | 2025.02.28 02:11:44.113961 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part | ||
| 2799 | 2025.02.28 02:11:44.114254 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 122 rows starting from the beginning of the part | ||
| 2800 | 2025.02.28 02:11:44.114578 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1206 rows starting from the beginning of the part | ||
| 2801 | 2025.02.28 02:11:44.116379 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2025.02.28 02:11:44.116458 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2803 | 2025.02.28 02:11:44.117418 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2804 | 2025.02.28 02:11:44.117825 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.02.28 02:11:44.118262 [ 187 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3092 rows, containing 5 columns (5 merged, 0 gathered) in 0.005450627 sec., 567274.186988029 rows/sec., 49.60 MiB/sec. | ||
| 2806 | 2025.02.28 02:11:44.118273 [ 135 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2807 | 2025.02.28 02:11:44.118388 [ 135 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2025.02.28 02:11:44.118447 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2809 | 2025.02.28 02:11:44.118488 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005136 sec., 973.5202492211838 rows/sec., 73.20 KiB/sec. | ||
| 2810 | 2025.02.28 02:11:44.118735 [ 187 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2811 | 2025.02.28 02:11:44.118741 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 2812 | 2025.02.28 02:11:44.118798 [ 257 ] {84e0a7c1-a1ea-4d76-80d8-6ddcd7a0322b} <Debug> TCPHandler: Processed in 0.005862603 sec. | ||
| 2813 | 2025.02.28 02:11:44.119096 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2814 | 2025.02.28 02:11:44.119120 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2815 | 2025.02.28 02:11:44.119158 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 51 rows starting from the beginning of the part | ||
| 2816 | 2025.02.28 02:11:44.119390 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2817 | 2025.02.28 02:11:44.119509 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 5 rows starting from the beginning of the part | ||
| 2818 | 2025.02.28 02:11:44.119581 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2819 | 2025.02.28 02:11:44.119636 [ 187 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2025.02.28 02:11:44.120087 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 53 rows starting from the beginning of the part | ||
| 2821 | 2025.02.28 02:11:44.120159 [ 187 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_21_4} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2822 | 2025.02.28 02:11:44.120466 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 5 rows starting from the beginning of the part | ||
| 2823 | 2025.02.28 02:11:44.120607 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2824 | 2025.02.28 02:11:44.120901 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part | ||
| 2825 | 2025.02.28 02:11:44.121249 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 5 rows starting from the beginning of the part | ||
| 2826 | 2025.02.28 02:11:44.122503 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2827 | 2025.02.28 02:11:44.122551 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2828 | 2025.02.28 02:11:44.123152 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2829 | 2025.02.28 02:11:44.123155 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 5 columns (5 merged, 0 gathered) in 0.004642246 sec., 32742.771494660126 rows/sec., 2.54 MiB/sec. | ||
| 2830 | 2025.02.28 02:11:44.123395 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2831 | 2025.02.28 02:11:44.123487 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.02.28 02:11:44.123892 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004664 sec., 48885.07718696398 rows/sec., 3.31 MiB/sec. | ||
| 2833 | 2025.02.28 02:11:44.124036 [ 4 ] {e9d9de33-fa9b-4ab3-b500-4809a5beabe9} <Debug> TCPHandler: Processed in 0.005083042 sec. | ||
| 2834 | 2025.02.28 02:11:44.124173 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2025.02.28 02:11:44.124252 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2836 | 2025.02.28 02:11:44.124316 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_11_2} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2837 | 2025.02.28 02:11:44.124437 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2838 | 2025.02.28 02:11:44.124482 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2839 | 2025.02.28 02:11:44.124540 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2840 | 2025.02.28 02:11:44.125370 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2025.02.28 02:11:44.125411 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2842 | 2025.02.28 02:11:44.125813 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2843 | 2025.02.28 02:11:44.126197 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2844 | 2025.02.28 02:11:44.126435 [ 135 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2845 | 2025.02.28 02:11:44.126520 [ 135 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.02.28 02:11:44.126558 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2847 | 2025.02.28 02:11:44.126601 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.002216 sec., 236913.35740072202 rows/sec., 17.54 MiB/sec. | ||
| 2848 | 2025.02.28 02:11:44.126838 [ 257 ] {42a92b4f-7bd0-4c59-b625-2c2dd2910cfe} <Debug> TCPHandler: Processed in 0.002690568 sec. | ||
| 2849 | 2025.02.28 02:11:44.126882 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 2850 | 2025.02.28 02:11:44.127077 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2851 | 2025.02.28 02:11:44.127099 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2852 | 2025.02.28 02:11:44.127154 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 605 rows starting from the beginning of the part | ||
| 2853 | 2025.02.28 02:11:44.127325 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2854 | 2025.02.28 02:11:44.127416 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 78 rows starting from the beginning of the part | ||
| 2855 | 2025.02.28 02:11:44.127475 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2856 | 2025.02.28 02:11:44.127811 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 141 rows starting from the beginning of the part | ||
| 2857 | 2025.02.28 02:11:44.128176 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 69 rows starting from the beginning of the part | ||
| 2858 | 2025.02.28 02:11:44.128538 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 97 rows starting from the beginning of the part | ||
| 2859 | 2025.02.28 02:11:44.128894 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 525 rows starting from the beginning of the part | ||
| 2860 | 2025.02.28 02:11:44.130760 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2025.02.28 02:11:44.130861 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2862 | 2025.02.28 02:11:44.131761 [ 187 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1515 rows, containing 5 columns (5 merged, 0 gathered) in 0.005079051 sec., 298284.069208992 rows/sec., 23.75 MiB/sec. | ||
| 2863 | 2025.02.28 02:11:44.131767 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2864 | 2025.02.28 02:11:44.132039 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2865 | 2025.02.28 02:11:44.132227 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2025.02.28 02:11:44.132447 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2867 | 2025.02.28 02:11:44.132550 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2025.02.28 02:11:44.132633 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2869 | 2025.02.28 02:11:44.132802 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Debug> executeQuery: Read 954 rows, 65.54 KiB in 0.00554 sec., 172202.16606498195 rows/sec., 11.55 MiB/sec. | ||
| 2870 | 2025.02.28 02:11:44.132916 [ 187 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2025.02.28 02:11:44.133092 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 2872 | 2025.02.28 02:11:44.133147 [ 4 ] {0cba4691-7a0e-4935-86c3-1e70a65735b7} <Debug> TCPHandler: Processed in 0.006162037 sec. | ||
| 2873 | 2025.02.28 02:11:44.133333 [ 187 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_21_4} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2874 | 2025.02.28 02:11:44.133420 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2025.02.28 02:11:44.133627 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2876 | 2025.02.28 02:11:44.133659 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2877 | 2025.02.28 02:11:44.133740 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5493 rows starting from the beginning of the part | ||
| 2878 | 2025.02.28 02:11:44.133769 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2879 | 2025.02.28 02:11:44.134020 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 2880 | 2025.02.28 02:11:44.134112 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2881 | 2025.02.28 02:11:44.134284 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 200 rows starting from the beginning of the part | ||
| 2882 | 2025.02.28 02:11:44.134719 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 2883 | 2025.02.28 02:11:44.135053 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 2884 | 2025.02.28 02:11:44.135387 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 954 rows starting from the beginning of the part | ||
| 2885 | 2025.02.28 02:11:44.138923 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2025.02.28 02:11:44.138968 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2887 | 2025.02.28 02:11:44.139890 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2888 | 2025.02.28 02:11:44.140273 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7127 rows, containing 5 columns (5 merged, 0 gathered) in 0.007504826 sec., 949655.594946505 rows/sec., 64.94 MiB/sec. | ||
| 2889 | 2025.02.28 02:11:44.140409 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2025.02.28 02:11:44.140632 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00698 sec., 716.3323782234957 rows/sec., 1.28 MiB/sec. | ||
| 2891 | 2025.02.28 02:11:44.140772 [ 257 ] {832bb6d2-5b5e-4548-89ee-227ddc18281b} <Debug> TCPHandler: Processed in 0.007480256 sec. | ||
| 2892 | 2025.02.28 02:11:44.141023 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2025.02.28 02:11:44.141036 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2894 | 2025.02.28 02:11:44.141248 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2895 | 2025.02.28 02:11:44.141341 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2896 | 2025.02.28 02:11:44.141626 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2897 | 2025.02.28 02:11:44.141877 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2898 | 2025.02.28 02:11:44.142006 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 2899 | 2025.02.28 02:11:44.142269 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2025.02.28 02:11:44.142312 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2901 | 2025.02.28 02:11:44.142696 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2902 | 2025.02.28 02:11:44.142937 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2025.02.28 02:11:44.143095 [ 134 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2904 | 2025.02.28 02:11:44.143166 [ 134 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.02.28 02:11:44.143189 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001978 sec., 21233.569261880686 rows/sec., 1.43 MiB/sec. | ||
| 2906 | 2025.02.28 02:11:44.143205 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2907 | 2025.02.28 02:11:44.143374 [ 4 ] {65232e10-7aa1-452b-8349-1c66f10ed8e1} <Debug> TCPHandler: Processed in 0.002492815 sec. | ||
| 2908 | 2025.02.28 02:11:44.143425 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 2909 | 2025.02.28 02:11:44.143525 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2910 | 2025.02.28 02:11:44.143553 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 768 rows starting from the beginning of the part | ||
| 2911 | 2025.02.28 02:11:44.143612 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 2912 | 2025.02.28 02:11:44.143808 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 2913 | 2025.02.28 02:11:44.143977 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 2914 | 2025.02.28 02:11:44.144095 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 2915 | 2025.02.28 02:11:44.144292 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 2916 | 2025.02.28 02:11:44.145531 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 4 columns (4 merged, 0 gathered) in 0.002194912 sec., 478379.0876354041 rows/sec., 32.20 MiB/sec. | ||
| 2917 | 2025.02.28 02:11:44.145715 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2918 | 2025.02.28 02:11:44.146019 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2919 | 2025.02.28 02:11:44.146100 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_21_4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2920 | 2025.02.28 02:11:44.146185 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2921 | 2025.02.28 02:11:45.118763 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 412 | ||
| 2922 | 2025.02.28 02:11:45.121933 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2025.02.28 02:11:45.121971 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2924 | 2025.02.28 02:11:45.123453 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2925 | 2025.02.28 02:11:45.123763 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2025.02.28 02:11:45.124239 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
| 2927 | 2025.02.28 02:11:45.746311 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2928 | 2025.02.28 02:11:45.746534 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2929 | 2025.02.28 02:11:45.746614 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2930 | 2025.02.28 02:11:45.747442 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2025.02.28 02:11:45.747495 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2932 | 2025.02.28 02:11:45.747935 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2933 | 2025.02.28 02:11:45.748202 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2025.02.28 02:11:45.748439 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.19 MiB/sec. | ||
| 2935 | 2025.02.28 02:11:45.748496 [ 4 ] {389344d4-aed7-459e-a4bb-aff112f277be} <Debug> TCPHandler: Processed in 0.002331543 sec. | ||
| 2936 | 2025.02.28 02:11:45.748756 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2937 | 2025.02.28 02:11:45.748947 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2938 | 2025.02.28 02:11:45.749020 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2939 | 2025.02.28 02:11:45.749805 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2025.02.28 02:11:45.749854 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2941 | 2025.02.28 02:11:45.750291 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2942 | 2025.02.28 02:11:45.750549 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2943 | 2025.02.28 02:11:45.750776 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001882 sec., 34006.376195536664 rows/sec., 2.65 MiB/sec. | ||
| 2944 | 2025.02.28 02:11:45.750833 [ 257 ] {ca9c9ca0-7124-4908-ba86-dcaf445957f4} <Debug> TCPHandler: Processed in 0.002207952 sec. | ||
| 2945 | 2025.02.28 02:11:45.751013 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2946 | 2025.02.28 02:11:45.751153 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2947 | 2025.02.28 02:11:45.751215 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2948 | 2025.02.28 02:11:45.751857 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2025.02.28 02:11:45.751904 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2950 | 2025.02.28 02:11:45.752327 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2951 | 2025.02.28 02:11:45.752568 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2025.02.28 02:11:45.752773 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001651 sec., 31496.062992125986 rows/sec., 2.19 MiB/sec. | ||
| 2953 | 2025.02.28 02:11:45.752824 [ 4 ] {fe4e8aa9-73fb-4772-9cdb-db41df2e5382} <Debug> TCPHandler: Processed in 0.001879207 sec. | ||
| 2954 | 2025.02.28 02:11:45.752981 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2025.02.28 02:11:45.753102 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2956 | 2025.02.28 02:11:45.753164 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2957 | 2025.02.28 02:11:45.753746 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2025.02.28 02:11:45.753793 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2959 | 2025.02.28 02:11:45.754226 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2960 | 2025.02.28 02:11:45.754471 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2961 | 2025.02.28 02:11:45.754689 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001613 sec., 11159.33044017359 rows/sec., 774.35 KiB/sec. | ||
| 2962 | 2025.02.28 02:11:45.754807 [ 257 ] {3ddcefae-cc75-46ad-b82f-d0483d309a4e} <Debug> TCPHandler: Processed in 0.001883317 sec. | ||
| 2963 | 2025.02.28 02:11:47.600550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 2964 | 2025.02.28 02:11:47.601350 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2025.02.28 02:11:47.601395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2966 | 2025.02.28 02:11:47.601912 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2967 | 2025.02.28 02:11:47.602168 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2025.02.28 02:11:47.602380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 2969 | 2025.02.28 02:11:48.034706 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 2970 | 2025.02.28 02:11:48.055182 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2971 | 2025.02.28 02:11:48.055238 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2972 | 2025.02.28 02:11:48.062699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2973 | 2025.02.28 02:11:48.063477 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2974 | 2025.02.28 02:11:48.066058 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 2975 | 2025.02.28 02:11:50.752960 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2976 | 2025.02.28 02:11:50.753185 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2977 | 2025.02.28 02:11:50.753274 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2978 | 2025.02.28 02:11:50.754221 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2025.02.28 02:11:50.754271 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2980 | 2025.02.28 02:11:50.754713 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 2981 | 2025.02.28 02:11:50.754979 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2025.02.28 02:11:50.755193 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.002077 sec., 58738.56523832451 rows/sec., 5.01 MiB/sec. | ||
| 2983 | 2025.02.28 02:11:50.755251 [ 4 ] {b8a52f1b-55cb-445b-9f26-0ab5710c1e32} <Debug> TCPHandler: Processed in 0.002480795 sec. | ||
| 2984 | 2025.02.28 02:11:50.755512 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2985 | 2025.02.28 02:11:50.755697 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2986 | 2025.02.28 02:11:50.755772 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2987 | 2025.02.28 02:11:50.756529 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2025.02.28 02:11:50.756569 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2989 | 2025.02.28 02:11:50.756999 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2990 | 2025.02.28 02:11:50.757266 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.02.28 02:11:50.757457 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001811 sec., 18221.976808393156 rows/sec., 1.34 MiB/sec. | ||
| 2992 | 2025.02.28 02:11:50.757512 [ 257 ] {399e2de5-5689-434e-bc33-f14a491d2cc8} <Debug> TCPHandler: Processed in 0.00213274 sec. | ||
| 2993 | 2025.02.28 02:11:50.757679 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2994 | 2025.02.28 02:11:50.757821 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2995 | 2025.02.28 02:11:50.757880 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2996 | 2025.02.28 02:11:50.758581 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2997 | 2025.02.28 02:11:50.758620 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 2998 | 2025.02.28 02:11:50.758984 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 2999 | 2025.02.28 02:11:50.759219 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3000 | 2025.02.28 02:11:50.759425 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001637 sec., 59254.734270006105 rows/sec., 4.63 MiB/sec. | ||
| 3001 | 2025.02.28 02:11:50.759477 [ 4 ] {2bfbf88c-a556-4568-be7d-086b230c37d6} <Debug> TCPHandler: Processed in 0.001866297 sec. | ||
| 3002 | 2025.02.28 02:11:50.759655 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3003 | 2025.02.28 02:11:50.759793 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3004 | 2025.02.28 02:11:50.759856 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3005 | 2025.02.28 02:11:50.760481 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2025.02.28 02:11:50.760518 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 3007 | 2025.02.28 02:11:50.760910 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3008 | 2025.02.28 02:11:50.761171 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2025.02.28 02:11:50.761350 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
| 3010 | 2025.02.28 02:11:50.761400 [ 257 ] {672462d2-1296-44af-bc01-cb154936c297} <Debug> TCPHandler: Processed in 0.001812716 sec. | ||
| 3011 | 2025.02.28 02:11:50.761559 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3012 | 2025.02.28 02:11:50.761682 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3013 | 2025.02.28 02:11:50.761762 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3014 | 2025.02.28 02:11:50.762973 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2025.02.28 02:11:50.763013 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 3016 | 2025.02.28 02:11:50.763677 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3017 | 2025.02.28 02:11:50.763954 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3018 | 2025.02.28 02:11:50.764138 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3019 | 2025.02.28 02:11:50.764211 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3020 | 2025.02.28 02:11:50.764237 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 3021 | 2025.02.28 02:11:50.764262 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.0026 sec., 12692.307692307693 rows/sec., 22.74 MiB/sec. | ||
| 3022 | 2025.02.28 02:11:50.764671 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 3023 | 2025.02.28 02:11:50.765059 [ 4 ] {211eeea9-81b9-4bfb-9e72-f5e38e84ece5} <Debug> TCPHandler: Processed in 0.003561131 sec. | ||
| 3024 | 2025.02.28 02:11:50.765285 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2025.02.28 02:11:50.765353 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3026 | 2025.02.28 02:11:50.765515 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 170 rows starting from the beginning of the part | ||
| 3027 | 2025.02.28 02:11:50.765537 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3028 | 2025.02.28 02:11:50.765661 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3029 | 2025.02.28 02:11:50.766335 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
| 3030 | 2025.02.28 02:11:50.767101 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part | ||
| 3031 | 2025.02.28 02:11:50.767835 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
| 3032 | 2025.02.28 02:11:50.767992 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3033 | 2025.02.28 02:11:50.768109 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 3034 | 2025.02.28 02:11:50.768539 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part | ||
| 3035 | 2025.02.28 02:11:50.769212 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
| 3036 | 2025.02.28 02:11:50.769911 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3037 | 2025.02.28 02:11:50.770451 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2025.02.28 02:11:50.771069 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005585 sec., 10743.061772605193 rows/sec., 741.38 KiB/sec. | ||
| 3039 | 2025.02.28 02:11:50.771223 [ 257 ] {000a04cb-47a7-488d-aec8-f2f5a5a92ab9} <Debug> TCPHandler: Processed in 0.006064066 sec. | ||
| 3040 | 2025.02.28 02:11:50.773374 [ 196 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 19 columns (19 merged, 0 gathered) in 0.009027298 sec., 30906.257885803705 rows/sec., 55.38 MiB/sec. | ||
| 3041 | 2025.02.28 02:11:50.773901 [ 199 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3042 | 2025.02.28 02:11:50.774322 [ 199 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3043 | 2025.02.28 02:11:50.774400 [ 199 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3044 | 2025.02.28 02:11:50.774497 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 3045 | 2025.02.28 02:11:55.010444 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3046 | 2025.02.28 02:11:55.010522 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3047 | 2025.02.28 02:11:55.102643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3048 | 2025.02.28 02:11:55.103841 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3049 | 2025.02.28 02:11:55.103899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3050 | 2025.02.28 02:11:55.104450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3051 | 2025.02.28 02:11:55.104716 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3052 | 2025.02.28 02:11:55.105028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3053 | 2025.02.28 02:11:55.105029 [ 59 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3054 | 2025.02.28 02:11:55.105124 [ 59 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2025.02.28 02:11:55.105167 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3056 | 2025.02.28 02:11:55.105410 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 3057 | 2025.02.28 02:11:55.105591 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3058 | 2025.02.28 02:11:55.105632 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3059 | 2025.02.28 02:11:55.105729 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3060 | 2025.02.28 02:11:55.105966 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3061 | 2025.02.28 02:11:55.106205 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3062 | 2025.02.28 02:11:55.106411 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3063 | 2025.02.28 02:11:55.106482 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3064 | 2025.02.28 02:11:55.108237 [ 196 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002971162 sec., 2484213.2472076584 rows/sec., 35.54 MiB/sec. | ||
| 3065 | 2025.02.28 02:11:55.109094 [ 196 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3066 | 2025.02.28 02:11:55.109392 [ 196 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2025.02.28 02:11:55.109468 [ 196 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_16_3} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3068 | 2025.02.28 02:11:55.109568 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3069 | 2025.02.28 02:11:55.124601 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 432 | ||
| 3070 | 2025.02.28 02:11:55.127663 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2025.02.28 02:11:55.127705 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3072 | 2025.02.28 02:11:55.129141 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3073 | 2025.02.28 02:11:55.129456 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3074 | 2025.02.28 02:11:55.129616 [ 63 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3075 | 2025.02.28 02:11:55.129673 [ 63 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.02.28 02:11:55.129709 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3077 | 2025.02.28 02:11:55.130201 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 3078 | 2025.02.28 02:11:55.131185 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432 | ||
| 3079 | 2025.02.28 02:11:55.131629 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3080 | 2025.02.28 02:11:55.131804 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 274 rows starting from the beginning of the part | ||
| 3081 | 2025.02.28 02:11:55.132418 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 3082 | 2025.02.28 02:11:55.133030 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3083 | 2025.02.28 02:11:55.133658 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
| 3084 | 2025.02.28 02:11:55.134278 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part | ||
| 3085 | 2025.02.28 02:11:55.134877 [ 193 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3086 | 2025.02.28 02:11:55.142631 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 72 columns (72 merged, 0 gathered) in 0.012828832 sec., 33674.148979423844 rows/sec., 30.87 MiB/sec. | ||
| 3087 | 2025.02.28 02:11:55.143585 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3088 | 2025.02.28 02:11:55.144262 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2025.02.28 02:11:55.144349 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_11_2} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3090 | 2025.02.28 02:11:55.144546 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 3091 | 2025.02.28 02:11:55.566222 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3092 | 2025.02.28 02:11:55.586661 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2025.02.28 02:11:55.586713 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3094 | 2025.02.28 02:11:55.594049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3095 | 2025.02.28 02:11:55.594810 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2025.02.28 02:11:55.595238 [ 63 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3097 | 2025.02.28 02:11:55.595379 [ 63 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2025.02.28 02:11:55.595452 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3099 | 2025.02.28 02:11:55.595898 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3100 | 2025.02.28 02:11:55.603884 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3101 | 2025.02.28 02:11:55.605258 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3102 | 2025.02.28 02:11:55.606123 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3103 | 2025.02.28 02:11:55.610674 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3104 | 2025.02.28 02:11:55.615278 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 3105 | 2025.02.28 02:11:55.620198 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 3106 | 2025.02.28 02:11:55.625485 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3107 | 2025.02.28 02:11:55.630276 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3108 | 2025.02.28 02:11:55.686364 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.090776105 sec., 1332.949899095142 rows/sec., 6.89 MiB/sec. | ||
| 3109 | 2025.02.28 02:11:55.689194 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3110 | 2025.02.28 02:11:55.692059 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2025.02.28 02:11:55.692184 [ 197 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_16_3} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3112 | 2025.02.28 02:11:55.694830 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3113 | 2025.02.28 02:11:55.752367 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2025.02.28 02:11:55.752608 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3115 | 2025.02.28 02:11:55.752678 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3116 | 2025.02.28 02:11:55.753461 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.02.28 02:11:55.753503 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3118 | 2025.02.28 02:11:55.753951 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3119 | 2025.02.28 02:11:55.754225 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2025.02.28 02:11:55.754453 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001891 sec., 34902.168164992065 rows/sec., 2.78 MiB/sec. | ||
| 3121 | 2025.02.28 02:11:55.754549 [ 4 ] {6ccec747-78f7-441b-a419-bd1f35881848} <Debug> TCPHandler: Processed in 0.002361313 sec. | ||
| 3122 | 2025.02.28 02:11:55.754865 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.02.28 02:11:55.755045 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3124 | 2025.02.28 02:11:55.755112 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3125 | 2025.02.28 02:11:55.755795 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.02.28 02:11:55.755840 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3127 | 2025.02.28 02:11:55.756244 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3128 | 2025.02.28 02:11:55.756506 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.02.28 02:11:55.756753 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001752 sec., 2853.8812785388127 rows/sec., 214.60 KiB/sec. | ||
| 3130 | 2025.02.28 02:11:55.756812 [ 257 ] {0f628e5a-62d3-43e5-92a0-043a9faa5d35} <Debug> TCPHandler: Processed in 0.00212474 sec. | ||
| 3131 | 2025.02.28 02:11:55.757008 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2025.02.28 02:11:55.757228 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3133 | 2025.02.28 02:11:55.757316 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3134 | 2025.02.28 02:11:55.758030 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2025.02.28 02:11:55.758066 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3136 | 2025.02.28 02:11:55.758434 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3137 | 2025.02.28 02:11:55.758670 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2025.02.28 02:11:55.758871 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001699 sec., 40612.124779281934 rows/sec., 3.17 MiB/sec. | ||
| 3139 | 2025.02.28 02:11:55.759081 [ 4 ] {3e01a74f-bc64-4732-a833-c3a5be49fab5} <Debug> TCPHandler: Processed in 0.002175991 sec. | ||
| 3140 | 2025.02.28 02:11:55.759254 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.02.28 02:11:55.759372 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3142 | 2025.02.28 02:11:55.759426 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3143 | 2025.02.28 02:11:55.760015 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.02.28 02:11:55.760054 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3145 | 2025.02.28 02:11:55.760457 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3146 | 2025.02.28 02:11:55.760701 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.02.28 02:11:55.761086 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 3148 | 2025.02.28 02:11:55.761474 [ 257 ] {18eee0ba-7c41-41b4-b6d3-1393beb8fb41} <Debug> TCPHandler: Processed in 0.002273902 sec. | ||
| 3149 | 2025.02.28 02:11:55.761663 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.02.28 02:11:55.761801 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3151 | 2025.02.28 02:11:55.761891 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3152 | 2025.02.28 02:11:55.763090 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2025.02.28 02:11:55.763127 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3154 | 2025.02.28 02:11:55.763750 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3155 | 2025.02.28 02:11:55.764001 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.02.28 02:11:55.764197 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002428 sec., 2059.308072487644 rows/sec., 3.69 MiB/sec. | ||
| 3157 | 2025.02.28 02:11:55.764288 [ 4 ] {0ecef797-d1b5-4d43-9068-726dc00e6adb} <Debug> TCPHandler: Processed in 0.002693318 sec. | ||
| 3158 | 2025.02.28 02:11:55.764448 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2025.02.28 02:11:55.764654 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3160 | 2025.02.28 02:11:55.764748 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3161 | 2025.02.28 02:11:55.765603 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2025.02.28 02:11:55.765642 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3163 | 2025.02.28 02:11:55.766019 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3164 | 2025.02.28 02:11:55.766257 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.02.28 02:11:55.766499 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001895 sec., 31662.2691292876 rows/sec., 2.13 MiB/sec. | ||
| 3166 | 2025.02.28 02:11:55.766711 [ 257 ] {fae1a57d-550d-4122-9378-873367b9d136} <Debug> TCPHandler: Processed in 0.002327663 sec. | ||
| 3167 | 2025.02.28 02:11:56.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.63 MiB, peak 185.16 MiB, free memory in arenas 0.00 B, will set to 176.65 MiB (RSS), difference: 1.02 MiB | ||
| 3168 | 2025.02.28 02:11:56.001423 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000937253 sec. | ||
| 3169 | 2025.02.28 02:12:00.755837 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2025.02.28 02:12:00.756051 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3171 | 2025.02.28 02:12:00.756125 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3172 | 2025.02.28 02:12:00.756878 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2025.02.28 02:12:00.756930 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3174 | 2025.02.28 02:12:00.757411 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3175 | 2025.02.28 02:12:00.757720 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.02.28 02:12:00.757941 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001948 sec., 12320.328542094456 rows/sec., 1.02 MiB/sec. | ||
| 3177 | 2025.02.28 02:12:00.758110 [ 4 ] {6e51a277-7ca4-4a65-ab12-a951c9c412c1} <Debug> TCPHandler: Processed in 0.002403794 sec. | ||
| 3178 | 2025.02.28 02:12:00.758390 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3179 | 2025.02.28 02:12:00.758582 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3180 | 2025.02.28 02:12:00.758657 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3181 | 2025.02.28 02:12:00.759509 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2025.02.28 02:12:00.759562 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3183 | 2025.02.28 02:12:00.760040 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3184 | 2025.02.28 02:12:00.760315 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3185 | 2025.02.28 02:12:00.760569 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Debug> executeQuery: Read 244 rows, 22.32 KiB in 0.002042 sec., 119490.69539666994 rows/sec., 10.67 MiB/sec. | ||
| 3186 | 2025.02.28 02:12:00.760628 [ 257 ] {8a81c9bc-1668-4b4c-8ac0-6acf0493afc7} <Debug> TCPHandler: Processed in 0.002381914 sec. | ||
| 3187 | 2025.02.28 02:12:00.760794 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2025.02.28 02:12:00.760926 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3189 | 2025.02.28 02:12:00.760976 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3190 | 2025.02.28 02:12:00.761614 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2025.02.28 02:12:00.761652 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3192 | 2025.02.28 02:12:00.762028 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3193 | 2025.02.28 02:12:00.762277 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2025.02.28 02:12:00.762459 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Debug> executeQuery: Read 46 rows, 3.52 KiB in 0.001558 sec., 29525.03209242619 rows/sec., 2.20 MiB/sec. | ||
| 3195 | 2025.02.28 02:12:00.762566 [ 4 ] {270bc60d-2ffa-4a4c-92b4-8a0ac01a4889} <Debug> TCPHandler: Processed in 0.001843876 sec. | ||
| 3196 | 2025.02.28 02:12:00.762716 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2025.02.28 02:12:00.762835 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3198 | 2025.02.28 02:12:00.762888 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3199 | 2025.02.28 02:12:00.763567 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2025.02.28 02:12:00.763609 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3201 | 2025.02.28 02:12:00.763970 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3202 | 2025.02.28 02:12:00.764215 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2025.02.28 02:12:00.764472 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001653 sec., 14519.056261343014 rows/sec., 1.20 MiB/sec. | ||
| 3204 | 2025.02.28 02:12:00.764605 [ 257 ] {5f3f2cf7-b252-4f30-ae21-71d8d799eb84} <Debug> TCPHandler: Processed in 0.001948488 sec. | ||
| 3205 | 2025.02.28 02:12:00.764774 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3206 | 2025.02.28 02:12:00.764890 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3207 | 2025.02.28 02:12:00.764940 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3208 | 2025.02.28 02:12:00.765519 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2025.02.28 02:12:00.765557 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3210 | 2025.02.28 02:12:00.765911 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3211 | 2025.02.28 02:12:00.766176 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2025.02.28 02:12:00.766472 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001578 sec., 7604.5627376425855 rows/sec., 594.11 KiB/sec. | ||
| 3213 | 2025.02.28 02:12:00.766625 [ 4 ] {e425a055-5b63-4b3e-8390-9a9ae8b6bd34} <Debug> TCPHandler: Processed in 0.001905637 sec. | ||
| 3214 | 2025.02.28 02:12:00.766779 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3215 | 2025.02.28 02:12:00.766898 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3216 | 2025.02.28 02:12:00.766947 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3217 | 2025.02.28 02:12:00.767595 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2025.02.28 02:12:00.767635 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3219 | 2025.02.28 02:12:00.768010 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3220 | 2025.02.28 02:12:00.768263 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.02.28 02:12:00.768488 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Debug> executeQuery: Read 134 rows, 11.10 KiB in 0.001614 sec., 83023.54399008673 rows/sec., 6.71 MiB/sec. | ||
| 3222 | 2025.02.28 02:12:00.768541 [ 257 ] {86424135-9371-440a-af01-e338906a529f} <Debug> TCPHandler: Processed in 0.001818516 sec. | ||
| 3223 | 2025.02.28 02:12:00.768686 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3224 | 2025.02.28 02:12:00.768823 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3225 | 2025.02.28 02:12:00.768885 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3226 | 2025.02.28 02:12:00.769666 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2025.02.28 02:12:00.769716 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3228 | 2025.02.28 02:12:00.770229 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3229 | 2025.02.28 02:12:00.770576 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2025.02.28 02:12:00.770847 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.002052 sec., 95516.56920077973 rows/sec., 6.85 MiB/sec. | ||
| 3231 | 2025.02.28 02:12:00.771113 [ 4 ] {fc43c815-7d8f-4553-862f-dab6ae012462} <Debug> TCPHandler: Processed in 0.002477265 sec. | ||
| 3232 | 2025.02.28 02:12:00.771296 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3233 | 2025.02.28 02:12:00.771411 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3234 | 2025.02.28 02:12:00.771490 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3235 | 2025.02.28 02:12:00.772730 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2025.02.28 02:12:00.772769 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3237 | 2025.02.28 02:12:00.773430 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3238 | 2025.02.28 02:12:00.773690 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.02.28 02:12:00.773933 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002544 sec., 13364.779874213837 rows/sec., 23.95 MiB/sec. | ||
| 3240 | 2025.02.28 02:12:00.774028 [ 257 ] {5ef502d6-57b5-4724-931e-9a505c76cae9} <Debug> TCPHandler: Processed in 0.002787169 sec. | ||
| 3241 | 2025.02.28 02:12:00.774183 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2025.02.28 02:12:00.774313 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3243 | 2025.02.28 02:12:00.774367 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3244 | 2025.02.28 02:12:00.774877 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.02.28 02:12:00.774914 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3246 | 2025.02.28 02:12:00.775300 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3247 | 2025.02.28 02:12:00.775544 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2025.02.28 02:12:00.775730 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
| 3249 | 2025.02.28 02:12:00.775781 [ 4 ] {fabb7d30-ded1-4cf0-a7ff-e782a1a3f6ab} <Debug> TCPHandler: Processed in 0.001662003 sec. | ||
| 3250 | 2025.02.28 02:12:02.605297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3251 | 2025.02.28 02:12:02.606010 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2025.02.28 02:12:02.606057 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3253 | 2025.02.28 02:12:02.606640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3254 | 2025.02.28 02:12:02.606904 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3255 | 2025.02.28 02:12:02.607194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3256 | 2025.02.28 02:12:03.104097 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3257 | 2025.02.28 02:12:03.122725 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3258 | 2025.02.28 02:12:03.122773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3259 | 2025.02.28 02:12:03.129864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3260 | 2025.02.28 02:12:03.130604 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3261 | 2025.02.28 02:12:03.133475 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3262 | 2025.02.28 02:12:05.131523 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 462 | ||
| 3263 | 2025.02.28 02:12:05.134545 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2025.02.28 02:12:05.134595 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3265 | 2025.02.28 02:12:05.136080 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3266 | 2025.02.28 02:12:05.136392 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2025.02.28 02:12:05.137381 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462 | ||
| 3268 | 2025.02.28 02:12:05.752631 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3269 | 2025.02.28 02:12:05.752911 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3270 | 2025.02.28 02:12:05.753000 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3271 | 2025.02.28 02:12:05.753796 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3272 | 2025.02.28 02:12:05.753840 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3273 | 2025.02.28 02:12:05.754279 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3274 | 2025.02.28 02:12:05.754541 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3275 | 2025.02.28 02:12:05.754748 [ 46 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3276 | 2025.02.28 02:12:05.754818 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001983 sec., 33282.90468986384 rows/sec., 2.65 MiB/sec. | ||
| 3277 | 2025.02.28 02:12:05.754845 [ 46 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2025.02.28 02:12:05.754921 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3279 | 2025.02.28 02:12:05.754943 [ 4 ] {839c1294-226f-4897-bce4-d71d1b818379} <Debug> TCPHandler: Processed in 0.002476345 sec. | ||
| 3280 | 2025.02.28 02:12:05.755216 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 3281 | 2025.02.28 02:12:05.755314 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3282 | 2025.02.28 02:12:05.755762 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3283 | 2025.02.28 02:12:05.755777 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3284 | 2025.02.28 02:12:05.755823 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1400 rows starting from the beginning of the part | ||
| 3285 | 2025.02.28 02:12:05.755885 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3286 | 2025.02.28 02:12:05.756127 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 3287 | 2025.02.28 02:12:05.756471 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 122 rows starting from the beginning of the part | ||
| 3288 | 2025.02.28 02:12:05.756746 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part | ||
| 3289 | 2025.02.28 02:12:05.757157 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 244 rows starting from the beginning of the part | ||
| 3290 | 2025.02.28 02:12:05.757497 [ 191 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 66 rows starting from the beginning of the part | ||
| 3291 | 2025.02.28 02:12:05.759005 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2025.02.28 02:12:05.759074 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3293 | 2025.02.28 02:12:05.760203 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3294 | 2025.02.28 02:12:05.760839 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2025.02.28 02:12:05.760904 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.005867953 sec., 332995.16884337686 rows/sec., 29.30 MiB/sec. | ||
| 3296 | 2025.02.28 02:12:05.761154 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00553 sec., 904.1591320072332 rows/sec., 67.99 KiB/sec. | ||
| 3297 | 2025.02.28 02:12:05.761285 [ 257 ] {b20a4c47-221a-41fb-9a41-e977d62f3970} <Debug> TCPHandler: Processed in 0.006195148 sec. | ||
| 3298 | 2025.02.28 02:12:05.761350 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3299 | 2025.02.28 02:12:05.761524 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3300 | 2025.02.28 02:12:05.761735 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3301 | 2025.02.28 02:12:05.761828 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3302 | 2025.02.28 02:12:05.761840 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3303 | 2025.02.28 02:12:05.762087 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_26_5} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3304 | 2025.02.28 02:12:05.762312 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3305 | 2025.02.28 02:12:05.762809 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2025.02.28 02:12:05.762853 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3307 | 2025.02.28 02:12:05.763230 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3308 | 2025.02.28 02:12:05.763476 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.02.28 02:12:05.763637 [ 46 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3310 | 2025.02.28 02:12:05.763705 [ 46 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.02.28 02:12:05.763742 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3312 | 2025.02.28 02:12:05.763747 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002069 sec., 33349.4441759304 rows/sec., 2.60 MiB/sec. | ||
| 3313 | 2025.02.28 02:12:05.763982 [ 4 ] {b66321c4-bee4-4a3d-8d80-d29fe0bc9b1c} <Debug> TCPHandler: Processed in 0.002542816 sec. | ||
| 3314 | 2025.02.28 02:12:05.764041 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 3315 | 2025.02.28 02:12:05.764348 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3316 | 2025.02.28 02:12:05.764405 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3317 | 2025.02.28 02:12:05.764462 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 626 rows starting from the beginning of the part | ||
| 3318 | 2025.02.28 02:12:05.764746 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 3319 | 2025.02.28 02:12:05.764964 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3320 | 2025.02.28 02:12:05.765159 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 97 rows starting from the beginning of the part | ||
| 3321 | 2025.02.28 02:12:05.765184 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3322 | 2025.02.28 02:12:05.765477 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 69 rows starting from the beginning of the part | ||
| 3323 | 2025.02.28 02:12:05.765810 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 134 rows starting from the beginning of the part | ||
| 3324 | 2025.02.28 02:12:05.766188 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 69 rows starting from the beginning of the part | ||
| 3325 | 2025.02.28 02:12:05.767988 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2025.02.28 02:12:05.768066 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3327 | 2025.02.28 02:12:05.769022 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3328 | 2025.02.28 02:12:05.769167 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1059 rows, containing 5 columns (5 merged, 0 gathered) in 0.005345205 sec., 198121.49393708943 rows/sec., 15.97 MiB/sec. | ||
| 3329 | 2025.02.28 02:12:05.769373 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3330 | 2025.02.28 02:12:05.769394 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3331 | 2025.02.28 02:12:05.769548 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3332 | 2025.02.28 02:12:05.769597 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2025.02.28 02:12:05.769641 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3334 | 2025.02.28 02:12:05.769652 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004921 sec., 32513.71672424304 rows/sec., 2.26 MiB/sec. | ||
| 3335 | 2025.02.28 02:12:05.770083 [ 257 ] {c0cdfe39-1130-4a7c-842c-4d82b378c07a} <Debug> TCPHandler: Processed in 0.005989734 sec. | ||
| 3336 | 2025.02.28 02:12:05.770091 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 3337 | 2025.02.28 02:12:05.770248 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.02.28 02:12:05.770341 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2025.02.28 02:12:05.770593 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3340 | 2025.02.28 02:12:05.770608 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_26_5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3341 | 2025.02.28 02:12:05.770671 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3342 | 2025.02.28 02:12:05.770676 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7127 rows starting from the beginning of the part | ||
| 3343 | 2025.02.28 02:12:05.770966 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3344 | 2025.02.28 02:12:05.771180 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 3345 | 2025.02.28 02:12:05.771180 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3346 | 2025.02.28 02:12:05.771491 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 3347 | 2025.02.28 02:12:05.771907 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3348 | 2025.02.28 02:12:05.772258 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 196 rows starting from the beginning of the part | ||
| 3349 | 2025.02.28 02:12:05.772615 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3350 | 2025.02.28 02:12:05.774831 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2025.02.28 02:12:05.774879 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3352 | 2025.02.28 02:12:05.775584 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3353 | 2025.02.28 02:12:05.775898 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2025.02.28 02:12:05.776108 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7855 rows, containing 5 columns (5 merged, 0 gathered) in 0.00633973 sec., 1239011.7560211555 rows/sec., 84.94 MiB/sec. | ||
| 3355 | 2025.02.28 02:12:05.776374 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.005797 sec., 862.5150940141452 rows/sec., 1.55 MiB/sec. | ||
| 3356 | 2025.02.28 02:12:05.776491 [ 4 ] {bc0b1f8c-d239-41b7-9c5f-f8c30d12b9ed} <Debug> TCPHandler: Processed in 0.006296759 sec. | ||
| 3357 | 2025.02.28 02:12:05.776742 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3358 | 2025.02.28 02:12:05.776997 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3359 | 2025.02.28 02:12:05.777084 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3360 | 2025.02.28 02:12:05.777175 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3361 | 2025.02.28 02:12:05.777592 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2025.02.28 02:12:05.777714 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3363 | 2025.02.28 02:12:05.777821 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3364 | 2025.02.28 02:12:05.777904 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3365 | 2025.02.28 02:12:05.777942 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3366 | 2025.02.28 02:12:05.778298 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3367 | 2025.02.28 02:12:05.778535 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3368 | 2025.02.28 02:12:05.778660 [ 46 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3369 | 2025.02.28 02:12:05.778705 [ 46 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3370 | 2025.02.28 02:12:05.778721 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001793 sec., 33463.46904629113 rows/sec., 2.26 MiB/sec. | ||
| 3371 | 2025.02.28 02:12:05.778731 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3372 | 2025.02.28 02:12:05.778844 [ 257 ] {c4af7f57-e4fd-4c73-98d1-6951e84e3183} <Debug> TCPHandler: Processed in 0.002212131 sec. | ||
| 3373 | 2025.02.28 02:12:05.778967 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 3374 | 2025.02.28 02:12:05.779082 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3375 | 2025.02.28 02:12:05.779109 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1050 rows starting from the beginning of the part | ||
| 3376 | 2025.02.28 02:12:05.779190 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 18 rows starting from the beginning of the part | ||
| 3377 | 2025.02.28 02:12:05.779399 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 3378 | 2025.02.28 02:12:05.779519 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3379 | 2025.02.28 02:12:05.779733 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 3380 | 2025.02.28 02:12:05.779843 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3381 | 2025.02.28 02:12:05.781093 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254282 sec., 580229.0928996461 rows/sec., 39.07 MiB/sec. | ||
| 3382 | 2025.02.28 02:12:05.781265 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3383 | 2025.02.28 02:12:05.781555 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2025.02.28 02:12:05.781632 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_26_5} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3385 | 2025.02.28 02:12:05.781703 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3386 | 2025.02.28 02:12:10.010586 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3387 | 2025.02.28 02:12:10.010681 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3388 | 2025.02.28 02:12:10.107438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3389 | 2025.02.28 02:12:10.108193 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3390 | 2025.02.28 02:12:10.108242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3391 | 2025.02.28 02:12:10.108780 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3392 | 2025.02.28 02:12:10.109040 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3393 | 2025.02.28 02:12:10.109274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3394 | 2025.02.28 02:12:10.633651 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3395 | 2025.02.28 02:12:10.653541 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.02.28 02:12:10.653596 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3397 | 2025.02.28 02:12:10.661229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3398 | 2025.02.28 02:12:10.661975 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.02.28 02:12:10.664481 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3400 | 2025.02.28 02:12:10.753940 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3401 | 2025.02.28 02:12:10.754138 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3402 | 2025.02.28 02:12:10.754215 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3403 | 2025.02.28 02:12:10.755092 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2025.02.28 02:12:10.755150 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3405 | 2025.02.28 02:12:10.755638 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3406 | 2025.02.28 02:12:10.755912 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3407 | 2025.02.28 02:12:10.756139 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.002056 sec., 60311.284046692606 rows/sec., 5.16 MiB/sec. | ||
| 3408 | 2025.02.28 02:12:10.756211 [ 4 ] {cc5cf474-6f52-4487-8b01-65b55a07698d} <Debug> TCPHandler: Processed in 0.002406304 sec. | ||
| 3409 | 2025.02.28 02:12:10.756480 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3410 | 2025.02.28 02:12:10.756659 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3411 | 2025.02.28 02:12:10.756730 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3412 | 2025.02.28 02:12:10.757480 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3413 | 2025.02.28 02:12:10.757548 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3414 | 2025.02.28 02:12:10.758172 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3415 | 2025.02.28 02:12:10.758478 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3416 | 2025.02.28 02:12:10.758646 [ 71 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3417 | 2025.02.28 02:12:10.758712 [ 71 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2025.02.28 02:12:10.758746 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3419 | 2025.02.28 02:12:10.758758 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00214 sec., 15887.85046728972 rows/sec., 1.17 MiB/sec. | ||
| 3420 | 2025.02.28 02:12:10.759027 [ 257 ] {e043510c-fb80-4754-a729-4fde16fc261b} <Debug> TCPHandler: Processed in 0.002669098 sec. | ||
| 3421 | 2025.02.28 02:12:10.759227 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 3422 | 2025.02.28 02:12:10.759367 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3423 | 2025.02.28 02:12:10.759636 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3424 | 2025.02.28 02:12:10.759672 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3425 | 2025.02.28 02:12:10.759695 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 64 rows starting from the beginning of the part | ||
| 3426 | 2025.02.28 02:12:10.759787 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3427 | 2025.02.28 02:12:10.759877 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part | ||
| 3428 | 2025.02.28 02:12:10.760232 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 5 rows starting from the beginning of the part | ||
| 3429 | 2025.02.28 02:12:10.760557 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 3430 | 2025.02.28 02:12:10.760796 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 5 rows starting from the beginning of the part | ||
| 3431 | 2025.02.28 02:12:10.761097 [ 198 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 3432 | 2025.02.28 02:12:10.762911 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.02.28 02:12:10.762996 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3434 | 2025.02.28 02:12:10.764123 [ 191 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295745 sec., 35311.36790007827 rows/sec., 2.74 MiB/sec. | ||
| 3435 | 2025.02.28 02:12:10.764138 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3436 | 2025.02.28 02:12:10.764296 [ 186 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3437 | 2025.02.28 02:12:10.764581 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.02.28 02:12:10.764904 [ 186 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2025.02.28 02:12:10.764935 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005332 sec., 18379.59489872468 rows/sec., 1.44 MiB/sec. | ||
| 3440 | 2025.02.28 02:12:10.765090 [ 186 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_16_3} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3441 | 2025.02.28 02:12:10.765106 [ 4 ] {c8ff369b-9cd2-4a1b-b649-2e7cd326a627} <Debug> TCPHandler: Processed in 0.005934544 sec. | ||
| 3442 | 2025.02.28 02:12:10.765303 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3443 | 2025.02.28 02:12:10.765340 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3444 | 2025.02.28 02:12:10.765475 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3445 | 2025.02.28 02:12:10.765537 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3446 | 2025.02.28 02:12:10.766194 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.02.28 02:12:10.766235 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3448 | 2025.02.28 02:12:10.766637 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3449 | 2025.02.28 02:12:10.766884 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2025.02.28 02:12:10.767152 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001708 sec., 93676.8149882904 rows/sec., 6.52 MiB/sec. | ||
| 3451 | 2025.02.28 02:12:10.767390 [ 257 ] {c10065e3-8bc3-4c49-b2cd-ca366255253f} <Debug> TCPHandler: Processed in 0.002171361 sec. | ||
| 3452 | 2025.02.28 02:12:10.767641 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3453 | 2025.02.28 02:12:10.767846 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3454 | 2025.02.28 02:12:10.767972 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3455 | 2025.02.28 02:12:10.769216 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3456 | 2025.02.28 02:12:10.769253 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3457 | 2025.02.28 02:12:10.769920 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3458 | 2025.02.28 02:12:10.770186 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3459 | 2025.02.28 02:12:10.770418 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002619 sec., 12982.054219167621 rows/sec., 23.26 MiB/sec. | ||
| 3460 | 2025.02.28 02:12:10.770559 [ 4 ] {6672f234-80f0-472e-a694-2b03fc1efafc} <Debug> TCPHandler: Processed in 0.003054193 sec. | ||
| 3461 | 2025.02.28 02:12:10.770708 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3462 | 2025.02.28 02:12:10.770845 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3463 | 2025.02.28 02:12:10.770905 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3464 | 2025.02.28 02:12:10.771427 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3465 | 2025.02.28 02:12:10.771467 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3466 | 2025.02.28 02:12:10.771840 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3467 | 2025.02.28 02:12:10.772074 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3468 | 2025.02.28 02:12:10.772285 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. | ||
| 3469 | 2025.02.28 02:12:10.772335 [ 257 ] {d06dfdf7-84c5-4c64-bbb1-3aa9a7e7e2dc} <Debug> TCPHandler: Processed in 0.001694044 sec. | ||
| 3470 | 2025.02.28 02:12:14.109166 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3471 | 2025.02.28 02:12:14.109412 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3472 | 2025.02.28 02:12:14.109492 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3473 | 2025.02.28 02:12:14.110257 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2025.02.28 02:12:14.110305 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3475 | 2025.02.28 02:12:14.110735 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3476 | 2025.02.28 02:12:14.110996 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2025.02.28 02:12:14.111255 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001888 sec., 5296.610169491526 rows/sec., 431.90 KiB/sec. | ||
| 3478 | 2025.02.28 02:12:14.111443 [ 4 ] {0adf1882-bbc0-4570-bb8c-429a1c0173ae} <Debug> TCPHandler: Processed in 0.002462755 sec. | ||
| 3479 | 2025.02.28 02:12:14.111703 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3480 | 2025.02.28 02:12:14.111899 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3481 | 2025.02.28 02:12:14.111976 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3482 | 2025.02.28 02:12:14.113216 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3483 | 2025.02.28 02:12:14.113268 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3484 | 2025.02.28 02:12:14.113775 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3485 | 2025.02.28 02:12:14.114045 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2025.02.28 02:12:14.114290 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Debug> executeQuery: Read 1211 rows, 102.31 KiB in 0.002421 sec., 500206.5262288311 rows/sec., 41.27 MiB/sec. | ||
| 3487 | 2025.02.28 02:12:14.114349 [ 257 ] {46e1f5a5-2237-4a19-bbc2-592ad5f50085} <Debug> TCPHandler: Processed in 0.002772559 sec. | ||
| 3488 | 2025.02.28 02:12:14.114595 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2025.02.28 02:12:14.114826 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3490 | 2025.02.28 02:12:14.114921 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3491 | 2025.02.28 02:12:14.115692 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2025.02.28 02:12:14.115734 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3493 | 2025.02.28 02:12:14.116104 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3494 | 2025.02.28 02:12:14.116349 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2025.02.28 02:12:14.116621 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Debug> executeQuery: Read 15 rows, 1.07 KiB in 0.001849 sec., 8112.493239588967 rows/sec., 580.97 KiB/sec. | ||
| 3496 | 2025.02.28 02:12:14.116834 [ 4 ] {c4d4880d-dfde-480b-bea0-9e3aee04b453} <Debug> TCPHandler: Processed in 0.002346954 sec. | ||
| 3497 | 2025.02.28 02:12:14.117018 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3498 | 2025.02.28 02:12:14.117157 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3499 | 2025.02.28 02:12:14.117218 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3500 | 2025.02.28 02:12:14.117994 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3501 | 2025.02.28 02:12:14.118041 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3502 | 2025.02.28 02:12:14.118429 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3503 | 2025.02.28 02:12:14.118662 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3504 | 2025.02.28 02:12:14.118954 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001805 sec., 126315.78947368421 rows/sec., 8.55 MiB/sec. | ||
| 3505 | 2025.02.28 02:12:14.119060 [ 257 ] {ccc19fce-6000-4297-961c-f19adf67dd7e} <Debug> TCPHandler: Processed in 0.00211324 sec. | ||
| 3506 | 2025.02.28 02:12:14.119194 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3507 | 2025.02.28 02:12:14.119399 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3508 | 2025.02.28 02:12:14.119497 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3509 | 2025.02.28 02:12:14.120582 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2025.02.28 02:12:14.120623 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3511 | 2025.02.28 02:12:14.121013 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3512 | 2025.02.28 02:12:14.121264 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2025.02.28 02:12:14.121479 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Debug> executeQuery: Read 535 rows, 40.62 KiB in 0.002135 sec., 250585.4800936768 rows/sec., 18.58 MiB/sec. | ||
| 3514 | 2025.02.28 02:12:14.121538 [ 4 ] {78d49940-06a7-435e-96c7-2980275d4847} <Debug> TCPHandler: Processed in 0.002402164 sec. | ||
| 3515 | 2025.02.28 02:12:14.121688 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3516 | 2025.02.28 02:12:14.121825 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3517 | 2025.02.28 02:12:14.121889 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3518 | 2025.02.28 02:12:14.122687 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3519 | 2025.02.28 02:12:14.122732 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3520 | 2025.02.28 02:12:14.123176 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3521 | 2025.02.28 02:12:14.123421 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3522 | 2025.02.28 02:12:14.123657 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.001856 sec., 515625 rows/sec., 34.59 MiB/sec. | ||
| 3523 | 2025.02.28 02:12:14.123834 [ 257 ] {0e6cf198-e4a1-4131-b5ee-b18b2ecbfec5} <Debug> TCPHandler: Processed in 0.002209652 sec. | ||
| 3524 | 2025.02.28 02:12:14.124020 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3525 | 2025.02.28 02:12:14.124140 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3526 | 2025.02.28 02:12:14.124226 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3527 | 2025.02.28 02:12:14.125345 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3528 | 2025.02.28 02:12:14.125386 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3529 | 2025.02.28 02:12:14.126016 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3530 | 2025.02.28 02:12:14.126280 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3531 | 2025.02.28 02:12:14.126466 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3532 | 2025.02.28 02:12:14.126553 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2025.02.28 02:12:14.126561 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002439 sec., 2050.020500205002 rows/sec., 3.67 MiB/sec. | ||
| 3534 | 2025.02.28 02:12:14.126589 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3535 | 2025.02.28 02:12:14.127011 [ 4 ] {faf95aa1-ac2f-4ac2-a8dc-036fd18a47b5} <Debug> TCPHandler: Processed in 0.003069484 sec. | ||
| 3536 | 2025.02.28 02:12:14.127030 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 3537 | 2025.02.28 02:12:14.127217 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.02.28 02:12:14.127366 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3539 | 2025.02.28 02:12:14.127451 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3540 | 2025.02.28 02:12:14.127500 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3541 | 2025.02.28 02:12:14.127620 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 279 rows starting from the beginning of the part | ||
| 3542 | 2025.02.28 02:12:14.128262 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part | ||
| 3543 | 2025.02.28 02:12:14.128890 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 3544 | 2025.02.28 02:12:14.128900 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3545 | 2025.02.28 02:12:14.128948 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3546 | 2025.02.28 02:12:14.129412 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part | ||
| 3547 | 2025.02.28 02:12:14.130017 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 3548 | 2025.02.28 02:12:14.130040 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3549 | 2025.02.28 02:12:14.130491 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part | ||
| 3550 | 2025.02.28 02:12:14.130588 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3551 | 2025.02.28 02:12:14.131294 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.003961 sec., 10098.45998485231 rows/sec., 698.21 KiB/sec. | ||
| 3552 | 2025.02.28 02:12:14.131655 [ 257 ] {21a3e807-e863-40bf-8d2e-7e92327b36af} <Debug> TCPHandler: Processed in 0.004542405 sec. | ||
| 3553 | 2025.02.28 02:12:14.135073 [ 191 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 19 columns (19 merged, 0 gathered) in 0.008330118 sec., 43456.767359117846 rows/sec., 77.87 MiB/sec. | ||
| 3554 | 2025.02.28 02:12:14.135627 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3555 | 2025.02.28 02:12:14.136106 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2025.02.28 02:12:14.136195 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3557 | 2025.02.28 02:12:14.136356 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 3558 | 2025.02.28 02:12:15.137704 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 502 | ||
| 3559 | 2025.02.28 02:12:15.140931 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.02.28 02:12:15.140983 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3561 | 2025.02.28 02:12:15.142455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3562 | 2025.02.28 02:12:15.142760 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2025.02.28 02:12:15.143282 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3564 | 2025.02.28 02:12:15.746448 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2025.02.28 02:12:15.746665 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3566 | 2025.02.28 02:12:15.746750 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3567 | 2025.02.28 02:12:15.747641 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.02.28 02:12:15.747697 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3569 | 2025.02.28 02:12:15.748137 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3570 | 2025.02.28 02:12:15.748399 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2025.02.28 02:12:15.748639 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.11 MiB/sec. | ||
| 3572 | 2025.02.28 02:12:15.748706 [ 4 ] {20854313-8404-4e63-96e5-c52d54599891} <Debug> TCPHandler: Processed in 0.002399804 sec. | ||
| 3573 | 2025.02.28 02:12:15.748978 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2025.02.28 02:12:15.749208 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3575 | 2025.02.28 02:12:15.749292 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3576 | 2025.02.28 02:12:15.750080 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2025.02.28 02:12:15.750133 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3578 | 2025.02.28 02:12:15.750585 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3579 | 2025.02.28 02:12:15.750850 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.02.28 02:12:15.751087 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.58 MiB/sec. | ||
| 3581 | 2025.02.28 02:12:15.751143 [ 257 ] {5e438c41-01cd-4f17-b88d-c75bc5fd27b5} <Debug> TCPHandler: Processed in 0.002313112 sec. | ||
| 3582 | 2025.02.28 02:12:15.751317 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2025.02.28 02:12:15.751546 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3584 | 2025.02.28 02:12:15.751648 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3585 | 2025.02.28 02:12:15.752493 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.02.28 02:12:15.752536 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3587 | 2025.02.28 02:12:15.752930 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3588 | 2025.02.28 02:12:15.753176 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.02.28 02:12:15.753395 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001908 sec., 28301.88679245283 rows/sec., 1.97 MiB/sec. | ||
| 3590 | 2025.02.28 02:12:15.753452 [ 4 ] {99717145-cfbd-42cc-ae3e-70240d107c0b} <Debug> TCPHandler: Processed in 0.002211812 sec. | ||
| 3591 | 2025.02.28 02:12:15.753601 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3592 | 2025.02.28 02:12:15.753721 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3593 | 2025.02.28 02:12:15.753775 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3594 | 2025.02.28 02:12:15.754277 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.02.28 02:12:15.754315 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 3596 | 2025.02.28 02:12:15.754703 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3597 | 2025.02.28 02:12:15.754949 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.02.28 02:12:15.755154 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001459 sec., 13708.019191226867 rows/sec., 942.43 KiB/sec. | ||
| 3599 | 2025.02.28 02:12:15.755202 [ 257 ] {3222adc4-6360-4ee5-974a-eb41ea1ff2d2} <Debug> TCPHandler: Processed in 0.001660314 sec. | ||
| 3600 | 2025.02.28 02:12:17.609537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3601 | 2025.02.28 02:12:17.610558 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.02.28 02:12:17.610597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3603 | 2025.02.28 02:12:17.611109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3604 | 2025.02.28 02:12:17.611373 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3605 | 2025.02.28 02:12:17.611549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3606 | 2025.02.28 02:12:18.164656 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3607 | 2025.02.28 02:12:18.184949 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3608 | 2025.02.28 02:12:18.185009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3609 | 2025.02.28 02:12:18.192719 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3610 | 2025.02.28 02:12:18.193462 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3611 | 2025.02.28 02:12:18.196085 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3612 | 2025.02.28 02:12:20.754012 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.02.28 02:12:20.754210 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3614 | 2025.02.28 02:12:20.754284 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3615 | 2025.02.28 02:12:20.755118 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.02.28 02:12:20.755169 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3617 | 2025.02.28 02:12:20.755612 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3618 | 2025.02.28 02:12:20.755876 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.02.28 02:12:20.756117 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001964 sec., 63136.45621181263 rows/sec., 5.40 MiB/sec. | ||
| 3620 | 2025.02.28 02:12:20.756175 [ 4 ] {4475149d-0e4d-4baf-a0f2-971b5eb4c844} <Debug> TCPHandler: Processed in 0.002303282 sec. | ||
| 3621 | 2025.02.28 02:12:20.756467 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2025.02.28 02:12:20.756667 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3623 | 2025.02.28 02:12:20.756742 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3624 | 2025.02.28 02:12:20.757510 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.02.28 02:12:20.757561 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3626 | 2025.02.28 02:12:20.757986 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3627 | 2025.02.28 02:12:20.758260 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.02.28 02:12:20.758497 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001887 sec., 18018.018018018018 rows/sec., 1.32 MiB/sec. | ||
| 3629 | 2025.02.28 02:12:20.758552 [ 257 ] {8af21e99-542e-45dc-ba64-578bc9638acc} <Debug> TCPHandler: Processed in 0.002231202 sec. | ||
| 3630 | 2025.02.28 02:12:20.758727 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2025.02.28 02:12:20.758867 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3632 | 2025.02.28 02:12:20.758925 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3633 | 2025.02.28 02:12:20.759632 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.02.28 02:12:20.759671 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3635 | 2025.02.28 02:12:20.760033 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3636 | 2025.02.28 02:12:20.760273 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.02.28 02:12:20.760521 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00168 sec., 58333.33333333333 rows/sec., 4.56 MiB/sec. | ||
| 3638 | 2025.02.28 02:12:20.760623 [ 4 ] {c9f80015-1511-4049-8329-5926e78ae3c3} <Debug> TCPHandler: Processed in 0.001960288 sec. | ||
| 3639 | 2025.02.28 02:12:20.760845 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.02.28 02:12:20.760958 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3641 | 2025.02.28 02:12:20.761010 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3642 | 2025.02.28 02:12:20.761596 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.02.28 02:12:20.761633 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3644 | 2025.02.28 02:12:20.762021 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3645 | 2025.02.28 02:12:20.762260 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.02.28 02:12:20.762457 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. | ||
| 3647 | 2025.02.28 02:12:20.762555 [ 257 ] {a85a4646-2c48-46f8-8cc4-913fc5cc0534} <Debug> TCPHandler: Processed in 0.001810775 sec. | ||
| 3648 | 2025.02.28 02:12:20.762783 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2025.02.28 02:12:20.762935 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3650 | 2025.02.28 02:12:20.763028 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3651 | 2025.02.28 02:12:20.764281 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.02.28 02:12:20.764319 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3653 | 2025.02.28 02:12:20.764971 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3654 | 2025.02.28 02:12:20.765222 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2025.02.28 02:12:20.765532 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002626 sec., 12947.448591012948 rows/sec., 23.20 MiB/sec. | ||
| 3656 | 2025.02.28 02:12:20.765866 [ 4 ] {3aead785-3ecb-4175-8c10-378f02eee0be} <Debug> TCPHandler: Processed in 0.003214155 sec. | ||
| 3657 | 2025.02.28 02:12:20.766033 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2025.02.28 02:12:20.766170 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3659 | 2025.02.28 02:12:20.766229 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3660 | 2025.02.28 02:12:20.766766 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3661 | 2025.02.28 02:12:20.766804 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3662 | 2025.02.28 02:12:20.767172 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3663 | 2025.02.28 02:12:20.767409 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2025.02.28 02:12:20.767661 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 3665 | 2025.02.28 02:12:20.767845 [ 257 ] {a121d62e-8140-4b72-8492-34f29a761420} <Debug> TCPHandler: Processed in 0.001876886 sec. | ||
| 3666 | 2025.02.28 02:12:25.010755 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3667 | 2025.02.28 02:12:25.010860 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3668 | 2025.02.28 02:12:25.111786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 3669 | 2025.02.28 02:12:25.112819 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.02.28 02:12:25.112862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3671 | 2025.02.28 02:12:25.113498 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3672 | 2025.02.28 02:12:25.113767 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2025.02.28 02:12:25.114039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3674 | 2025.02.28 02:12:25.143702 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 522 | ||
| 3675 | 2025.02.28 02:12:25.146967 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.02.28 02:12:25.147018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3677 | 2025.02.28 02:12:25.148537 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3678 | 2025.02.28 02:12:25.148856 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.02.28 02:12:25.149911 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3680 | 2025.02.28 02:12:25.696246 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3681 | 2025.02.28 02:12:25.716978 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2025.02.28 02:12:25.717027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3683 | 2025.02.28 02:12:25.724486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3684 | 2025.02.28 02:12:25.725261 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2025.02.28 02:12:25.727877 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3686 | 2025.02.28 02:12:25.752354 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3687 | 2025.02.28 02:12:25.752572 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3688 | 2025.02.28 02:12:25.752654 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3689 | 2025.02.28 02:12:25.753460 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2025.02.28 02:12:25.753514 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3691 | 2025.02.28 02:12:25.753966 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3692 | 2025.02.28 02:12:25.754224 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2025.02.28 02:12:25.754435 [ 121 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3694 | 2025.02.28 02:12:25.754462 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001944 sec., 33950.61728395062 rows/sec., 2.70 MiB/sec. | ||
| 3695 | 2025.02.28 02:12:25.754526 [ 121 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2025.02.28 02:12:25.754603 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3697 | 2025.02.28 02:12:25.754611 [ 4 ] {232bed6c-b5d9-42f9-bab0-c36446d5bffa} <Debug> TCPHandler: Processed in 0.002396994 sec. | ||
| 3698 | 2025.02.28 02:12:25.754926 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 3699 | 2025.02.28 02:12:25.754965 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3700 | 2025.02.28 02:12:25.755428 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3701 | 2025.02.28 02:12:25.755435 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3702 | 2025.02.28 02:12:25.755514 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1402 rows starting from the beginning of the part | ||
| 3703 | 2025.02.28 02:12:25.755543 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3704 | 2025.02.28 02:12:25.755866 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 124 rows starting from the beginning of the part | ||
| 3705 | 2025.02.28 02:12:25.756277 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1211 rows starting from the beginning of the part | ||
| 3706 | 2025.02.28 02:12:25.756610 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 3707 | 2025.02.28 02:12:25.756969 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 124 rows starting from the beginning of the part | ||
| 3708 | 2025.02.28 02:12:25.757306 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part | ||
| 3709 | 2025.02.28 02:12:25.758557 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.02.28 02:12:25.758636 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3711 | 2025.02.28 02:12:25.759803 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3712 | 2025.02.28 02:12:25.760098 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.02.28 02:12:25.760471 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005193 sec., 962.8345850182939 rows/sec., 72.40 KiB/sec. | ||
| 3714 | 2025.02.28 02:12:25.760754 [ 257 ] {5d4d3ae0-1eb4-4c31-824f-1edf24cd583c} <Debug> TCPHandler: Processed in 0.005990375 sec. | ||
| 3715 | 2025.02.28 02:12:25.761041 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3716 | 2025.02.28 02:12:25.761079 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2983 rows, containing 5 columns (5 merged, 0 gathered) in 0.006360539 sec., 468985.4114564819 rows/sec., 40.83 MiB/sec. | ||
| 3717 | 2025.02.28 02:12:25.761221 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3718 | 2025.02.28 02:12:25.761288 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3719 | 2025.02.28 02:12:25.761471 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3720 | 2025.02.28 02:12:25.762141 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2025.02.28 02:12:25.762349 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_31_6} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3722 | 2025.02.28 02:12:25.762566 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3723 | 2025.02.28 02:12:25.762627 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.02.28 02:12:25.762673 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3725 | 2025.02.28 02:12:25.763042 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3726 | 2025.02.28 02:12:25.763280 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2025.02.28 02:12:25.763444 [ 121 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3728 | 2025.02.28 02:12:25.763516 [ 121 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.02.28 02:12:25.763536 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002356 sec., 29286.926994906622 rows/sec., 2.29 MiB/sec. | ||
| 3730 | 2025.02.28 02:12:25.763584 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3731 | 2025.02.28 02:12:25.763744 [ 4 ] {46da97be-fe7d-4a01-a353-fcc44ac0e370} <Debug> TCPHandler: Processed in 0.0028495 sec. | ||
| 3732 | 2025.02.28 02:12:25.763792 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 3733 | 2025.02.28 02:12:25.763924 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3734 | 2025.02.28 02:12:25.763953 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 627 rows starting from the beginning of the part | ||
| 3735 | 2025.02.28 02:12:25.764088 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.02.28 02:12:25.764124 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 98 rows starting from the beginning of the part | ||
| 3737 | 2025.02.28 02:12:25.764326 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 535 rows starting from the beginning of the part | ||
| 3738 | 2025.02.28 02:12:25.764650 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 3739 | 2025.02.28 02:12:25.764735 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3740 | 2025.02.28 02:12:25.765033 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 98 rows starting from the beginning of the part | ||
| 3741 | 2025.02.28 02:12:25.765042 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3742 | 2025.02.28 02:12:25.765279 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 69 rows starting from the beginning of the part | ||
| 3743 | 2025.02.28 02:12:25.767285 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3744 | 2025.02.28 02:12:25.767359 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3745 | 2025.02.28 02:12:25.768293 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3746 | 2025.02.28 02:12:25.768377 [ 191 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 5 columns (5 merged, 0 gathered) in 0.004668706 sec., 319360.4394879438 rows/sec., 25.34 MiB/sec. | ||
| 3747 | 2025.02.28 02:12:25.768627 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3748 | 2025.02.28 02:12:25.768749 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2025.02.28 02:12:25.769100 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3750 | 2025.02.28 02:12:25.769199 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004684 sec., 34158.838599487615 rows/sec., 2.38 MiB/sec. | ||
| 3751 | 2025.02.28 02:12:25.769201 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3752 | 2025.02.28 02:12:25.769306 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3753 | 2025.02.28 02:12:25.769325 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.02.28 02:12:25.769515 [ 257 ] {001f8920-2bc7-4a0f-b503-fdcfc30a3249} <Debug> TCPHandler: Processed in 0.00563014 sec. | ||
| 3755 | 2025.02.28 02:12:25.769668 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_31_6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3756 | 2025.02.28 02:12:25.769768 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.02.28 02:12:25.769880 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 3758 | 2025.02.28 02:12:25.769947 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3759 | 2025.02.28 02:12:25.770051 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3760 | 2025.02.28 02:12:25.770127 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3761 | 2025.02.28 02:12:25.770175 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3762 | 2025.02.28 02:12:25.770178 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7855 rows starting from the beginning of the part | ||
| 3763 | 2025.02.28 02:12:25.770488 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 3764 | 2025.02.28 02:12:25.770913 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 957 rows starting from the beginning of the part | ||
| 3765 | 2025.02.28 02:12:25.771367 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 54 rows starting from the beginning of the part | ||
| 3766 | 2025.02.28 02:12:25.771688 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 3767 | 2025.02.28 02:12:25.772078 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 3768 | 2025.02.28 02:12:25.774032 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2025.02.28 02:12:25.774077 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3770 | 2025.02.28 02:12:25.775015 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3771 | 2025.02.28 02:12:25.775328 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.02.28 02:12:25.775684 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.005711 sec., 875.5034144633164 rows/sec., 1.57 MiB/sec. | ||
| 3773 | 2025.02.28 02:12:25.776182 [ 4 ] {650a3457-54e4-45ae-b6b2-3312072f7775} <Debug> TCPHandler: Processed in 0.006550252 sec. | ||
| 3774 | 2025.02.28 02:12:25.776503 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2025.02.28 02:12:25.776566 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9346 rows, containing 5 columns (5 merged, 0 gathered) in 0.006975729 sec., 1339788.2859268186 rows/sec., 91.73 MiB/sec. | ||
| 3776 | 2025.02.28 02:12:25.776686 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3777 | 2025.02.28 02:12:25.776752 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3778 | 2025.02.28 02:12:25.776908 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3779 | 2025.02.28 02:12:25.777621 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2025.02.28 02:12:25.777833 [ 189 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3781 | 2025.02.28 02:12:25.777877 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3782 | 2025.02.28 02:12:25.777963 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3783 | 2025.02.28 02:12:25.778011 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 3784 | 2025.02.28 02:12:25.778401 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3785 | 2025.02.28 02:12:25.778645 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.02.28 02:12:25.778819 [ 121 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3787 | 2025.02.28 02:12:25.778878 [ 121 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.02.28 02:12:25.778912 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002256 sec., 26595.74468085106 rows/sec., 1.79 MiB/sec. | ||
| 3789 | 2025.02.28 02:12:25.778920 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3790 | 2025.02.28 02:12:25.779080 [ 257 ] {52145772-97ec-4acd-80ab-c31c61dbcb83} <Debug> TCPHandler: Processed in 0.002778429 sec. | ||
| 3791 | 2025.02.28 02:12:25.779163 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 3792 | 2025.02.28 02:12:25.779295 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3793 | 2025.02.28 02:12:25.779328 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1308 rows starting from the beginning of the part | ||
| 3794 | 2025.02.28 02:12:25.779462 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 3795 | 2025.02.28 02:12:25.779584 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 3796 | 2025.02.28 02:12:25.779801 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 3797 | 2025.02.28 02:12:25.779955 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 3798 | 2025.02.28 02:12:25.780109 [ 189 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 3799 | 2025.02.28 02:12:25.781453 [ 187 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1548 rows, containing 4 columns (4 merged, 0 gathered) in 0.002404634 sec., 643757.0125016946 rows/sec., 43.35 MiB/sec. | ||
| 3800 | 2025.02.28 02:12:25.781710 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3801 | 2025.02.28 02:12:25.782079 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2025.02.28 02:12:25.782182 [ 196 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_31_6} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3803 | 2025.02.28 02:12:25.782282 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3804 | 2025.02.28 02:12:26.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.49 MiB, peak 185.91 MiB, free memory in arenas 0.00 B, will set to 180.48 MiB (RSS), difference: -1.01 MiB | ||
| 3805 | 2025.02.28 02:12:30.756705 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2025.02.28 02:12:30.756935 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3807 | 2025.02.28 02:12:30.757031 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3808 | 2025.02.28 02:12:30.757831 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2025.02.28 02:12:30.757883 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3810 | 2025.02.28 02:12:30.758311 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3811 | 2025.02.28 02:12:30.758562 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3812 | 2025.02.28 02:12:30.758869 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001997 sec., 12018.02704056084 rows/sec., 1021.06 KiB/sec. | ||
| 3813 | 2025.02.28 02:12:30.758998 [ 4 ] {b5a91d7a-0c2a-44d6-8dd0-91d1150ed8e3} <Debug> TCPHandler: Processed in 0.002443605 sec. | ||
| 3814 | 2025.02.28 02:12:30.759240 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3815 | 2025.02.28 02:12:30.759414 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3816 | 2025.02.28 02:12:30.759480 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3817 | 2025.02.28 02:12:30.760270 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2025.02.28 02:12:30.760311 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3819 | 2025.02.28 02:12:30.760730 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3820 | 2025.02.28 02:12:30.760984 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2025.02.28 02:12:30.761218 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001795 sec., 4456.824512534819 rows/sec., 363.42 KiB/sec. | ||
| 3822 | 2025.02.28 02:12:30.761344 [ 257 ] {c5ee7539-e32c-43e6-b9fc-52788d246b5f} <Debug> TCPHandler: Processed in 0.002203531 sec. | ||
| 3823 | 2025.02.28 02:12:30.761514 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2025.02.28 02:12:30.761652 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3825 | 2025.02.28 02:12:30.761708 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3826 | 2025.02.28 02:12:30.762529 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3827 | 2025.02.28 02:12:30.762569 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3828 | 2025.02.28 02:12:30.762945 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3829 | 2025.02.28 02:12:30.763180 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2025.02.28 02:12:30.763401 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Debug> executeQuery: Read 248 rows, 22.61 KiB in 0.00178 sec., 139325.84269662923 rows/sec., 12.41 MiB/sec. | ||
| 3831 | 2025.02.28 02:12:30.763452 [ 4 ] {5ceb9421-ea1b-4f7c-b2f2-24cb76bf3c19} <Debug> TCPHandler: Processed in 0.002005298 sec. | ||
| 3832 | 2025.02.28 02:12:30.763630 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3833 | 2025.02.28 02:12:30.763768 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3834 | 2025.02.28 02:12:30.763826 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3835 | 2025.02.28 02:12:30.764435 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2025.02.28 02:12:30.764472 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3837 | 2025.02.28 02:12:30.764848 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3838 | 2025.02.28 02:12:30.765088 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.02.28 02:12:30.765295 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Debug> executeQuery: Read 54 rows, 4.08 KiB in 0.001545 sec., 34951.45631067961 rows/sec., 2.58 MiB/sec. | ||
| 3840 | 2025.02.28 02:12:30.765497 [ 257 ] {b2826ca1-99f4-4c62-914a-f8e219943c28} <Debug> TCPHandler: Processed in 0.001930647 sec. | ||
| 3841 | 2025.02.28 02:12:30.765716 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3842 | 2025.02.28 02:12:30.765840 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3843 | 2025.02.28 02:12:30.765893 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3844 | 2025.02.28 02:12:30.766593 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.02.28 02:12:30.766640 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3846 | 2025.02.28 02:12:30.767037 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3847 | 2025.02.28 02:12:30.767268 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2025.02.28 02:12:30.767509 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001687 sec., 14226.437462951986 rows/sec., 1.18 MiB/sec. | ||
| 3849 | 2025.02.28 02:12:30.767699 [ 4 ] {055cd0c9-0ce1-4e72-a3e4-bcadc3813cd6} <Debug> TCPHandler: Processed in 0.002030009 sec. | ||
| 3850 | 2025.02.28 02:12:30.767851 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3851 | 2025.02.28 02:12:30.767988 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3852 | 2025.02.28 02:12:30.768046 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3853 | 2025.02.28 02:12:30.768745 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2025.02.28 02:12:30.768791 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3855 | 2025.02.28 02:12:30.769161 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3856 | 2025.02.28 02:12:30.769399 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.02.28 02:12:30.769629 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001658 sec., 7237.6357056694815 rows/sec., 565.44 KiB/sec. | ||
| 3858 | 2025.02.28 02:12:30.769692 [ 257 ] {8ba06a33-01c5-4cb9-91de-67dd4e5006d6} <Debug> TCPHandler: Processed in 0.001900657 sec. | ||
| 3859 | 2025.02.28 02:12:30.769843 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3860 | 2025.02.28 02:12:30.769960 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3861 | 2025.02.28 02:12:30.770007 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3862 | 2025.02.28 02:12:30.770698 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.02.28 02:12:30.770739 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3864 | 2025.02.28 02:12:30.771110 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3865 | 2025.02.28 02:12:30.771349 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.02.28 02:12:30.771561 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Debug> executeQuery: Read 142 rows, 11.75 KiB in 0.001625 sec., 87384.61538461539 rows/sec., 7.06 MiB/sec. | ||
| 3867 | 2025.02.28 02:12:30.771613 [ 4 ] {22b290c7-9925-4f15-900c-94836b705242} <Debug> TCPHandler: Processed in 0.001827436 sec. | ||
| 3868 | 2025.02.28 02:12:30.771756 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3869 | 2025.02.28 02:12:30.771877 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3870 | 2025.02.28 02:12:30.771937 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3871 | 2025.02.28 02:12:30.772630 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2025.02.28 02:12:30.772675 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3873 | 2025.02.28 02:12:30.773104 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3874 | 2025.02.28 02:12:30.773342 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2025.02.28 02:12:30.773539 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.001691 sec., 118273.21111768184 rows/sec., 8.48 MiB/sec. | ||
| 3876 | 2025.02.28 02:12:30.773590 [ 257 ] {cf774f64-17e4-417b-bf6b-f3972798b995} <Debug> TCPHandler: Processed in 0.001891167 sec. | ||
| 3877 | 2025.02.28 02:12:30.773740 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2025.02.28 02:12:30.773857 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3879 | 2025.02.28 02:12:30.773947 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3880 | 2025.02.28 02:12:30.775223 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.02.28 02:12:30.775261 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3882 | 2025.02.28 02:12:30.775908 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3883 | 2025.02.28 02:12:30.776174 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2025.02.28 02:12:30.776412 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002578 sec., 13188.518231186967 rows/sec., 23.63 MiB/sec. | ||
| 3885 | 2025.02.28 02:12:30.776503 [ 4 ] {88e39e2b-e41e-460b-ac20-7f6d2ae11e52} <Debug> TCPHandler: Processed in 0.0028232 sec. | ||
| 3886 | 2025.02.28 02:12:30.776660 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2025.02.28 02:12:30.776796 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3888 | 2025.02.28 02:12:30.776856 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3889 | 2025.02.28 02:12:30.777438 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.02.28 02:12:30.777485 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3891 | 2025.02.28 02:12:30.777919 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3892 | 2025.02.28 02:12:30.778162 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.02.28 02:12:30.778360 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001595 sec., 37617.55485893417 rows/sec., 2.54 MiB/sec. | ||
| 3894 | 2025.02.28 02:12:30.778409 [ 257 ] {e5e9cd81-01c3-45f9-a220-23ac99300cf7} <Debug> TCPHandler: Processed in 0.001817026 sec. | ||
| 3895 | 2025.02.28 02:12:32.614288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 3896 | 2025.02.28 02:12:32.615406 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2025.02.28 02:12:32.615451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3898 | 2025.02.28 02:12:32.615955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3899 | 2025.02.28 02:12:32.616202 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2025.02.28 02:12:32.616432 [ 110 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3901 | 2025.02.28 02:12:32.616445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 3902 | 2025.02.28 02:12:32.616545 [ 110 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3903 | 2025.02.28 02:12:32.616593 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3904 | 2025.02.28 02:12:32.616766 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 3905 | 2025.02.28 02:12:32.616956 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3906 | 2025.02.28 02:12:32.617006 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 3907 | 2025.02.28 02:12:32.617095 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 3908 | 2025.02.28 02:12:32.617343 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 3909 | 2025.02.28 02:12:32.617548 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 3910 | 2025.02.28 02:12:32.617644 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 3911 | 2025.02.28 02:12:32.617909 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 3912 | 2025.02.28 02:12:32.620516 [ 199 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003825664 sec., 2519301.2245717347 rows/sec., 36.04 MiB/sec. | ||
| 3913 | 2025.02.28 02:12:32.620951 [ 192 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3914 | 2025.02.28 02:12:32.621274 [ 192 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3915 | 2025.02.28 02:12:32.621354 [ 192 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_21_4} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3916 | 2025.02.28 02:12:32.621459 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3917 | 2025.02.28 02:12:33.228048 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 3918 | 2025.02.28 02:12:33.249200 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2025.02.28 02:12:33.249246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3920 | 2025.02.28 02:12:33.257049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3921 | 2025.02.28 02:12:33.257809 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2025.02.28 02:12:33.258204 [ 109 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3923 | 2025.02.28 02:12:33.258355 [ 109 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2025.02.28 02:12:33.258430 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3925 | 2025.02.28 02:12:33.258952 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3926 | 2025.02.28 02:12:33.274818 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 3927 | 2025.02.28 02:12:33.276210 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3928 | 2025.02.28 02:12:33.277866 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3929 | 2025.02.28 02:12:33.283569 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3930 | 2025.02.28 02:12:33.289582 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3931 | 2025.02.28 02:12:33.295555 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3932 | 2025.02.28 02:12:33.301498 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3933 | 2025.02.28 02:12:33.306388 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 3934 | 2025.02.28 02:12:33.366017 [ 199 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.107427531 sec., 1480.067525707167 rows/sec., 7.65 MiB/sec. | ||
| 3935 | 2025.02.28 02:12:33.368839 [ 199 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3936 | 2025.02.28 02:12:33.371699 [ 199 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_21_4} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2025.02.28 02:12:33.371815 [ 199 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_21_4} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3938 | 2025.02.28 02:12:33.374269 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 3939 | 2025.02.28 02:12:34.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.10 MiB, peak 192.64 MiB, free memory in arenas 0.00 B, will set to 184.13 MiB (RSS), difference: 2.03 MiB | ||
| 3940 | 2025.02.28 02:12:35.150230 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 554 | ||
| 3941 | 2025.02.28 02:12:35.153619 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2025.02.28 02:12:35.153662 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3943 | 2025.02.28 02:12:35.155175 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3944 | 2025.02.28 02:12:35.155475 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3945 | 2025.02.28 02:12:35.156015 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554 | ||
| 3946 | 2025.02.28 02:12:35.752778 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2025.02.28 02:12:35.752946 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3948 | 2025.02.28 02:12:35.753010 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3949 | 2025.02.28 02:12:35.753716 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2025.02.28 02:12:35.753759 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3951 | 2025.02.28 02:12:35.754158 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3952 | 2025.02.28 02:12:35.754409 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2025.02.28 02:12:35.754648 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001748 sec., 37757.43707093821 rows/sec., 3.01 MiB/sec. | ||
| 3954 | 2025.02.28 02:12:35.754703 [ 4 ] {d681975a-433b-4bf6-845b-3ccccf4a11e0} <Debug> TCPHandler: Processed in 0.002021959 sec. | ||
| 3955 | 2025.02.28 02:12:35.754965 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2025.02.28 02:12:35.755176 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3957 | 2025.02.28 02:12:35.755255 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3958 | 2025.02.28 02:12:35.756078 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2025.02.28 02:12:35.756120 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3960 | 2025.02.28 02:12:35.756548 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3961 | 2025.02.28 02:12:35.756799 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2025.02.28 02:12:35.756937 [ 106 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3963 | 2025.02.28 02:12:35.756990 [ 106 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2025.02.28 02:12:35.757006 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001888 sec., 2648.305084745763 rows/sec., 199.14 KiB/sec. | ||
| 3965 | 2025.02.28 02:12:35.757018 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3966 | 2025.02.28 02:12:35.757105 [ 257 ] {953c8b22-a6b8-4d02-a1e1-e68401431e21} <Debug> TCPHandler: Processed in 0.002270121 sec. | ||
| 3967 | 2025.02.28 02:12:35.757344 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 3968 | 2025.02.28 02:12:35.757423 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2025.02.28 02:12:35.757560 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3970 | 2025.02.28 02:12:35.757622 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 65 rows starting from the beginning of the part | ||
| 3971 | 2025.02.28 02:12:35.757854 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3972 | 2025.02.28 02:12:35.757919 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part | ||
| 3973 | 2025.02.28 02:12:35.758177 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3974 | 2025.02.28 02:12:35.758404 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 3975 | 2025.02.28 02:12:35.758776 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 5 rows starting from the beginning of the part | ||
| 3976 | 2025.02.28 02:12:35.759194 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part | ||
| 3977 | 2025.02.28 02:12:35.759560 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 5 rows starting from the beginning of the part | ||
| 3978 | 2025.02.28 02:12:35.760959 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3979 | 2025.02.28 02:12:35.761030 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3980 | 2025.02.28 02:12:35.762102 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3981 | 2025.02.28 02:12:35.762702 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2025.02.28 02:12:35.762709 [ 193 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005571849 sec., 31946.307231226114 rows/sec., 2.46 MiB/sec. | ||
| 3983 | 2025.02.28 02:12:35.763090 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005422 sec., 12725.931390630763 rows/sec., 1017.27 KiB/sec. | ||
| 3984 | 2025.02.28 02:12:35.763106 [ 190 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3985 | 2025.02.28 02:12:35.763273 [ 4 ] {44c5a756-00eb-4840-99ec-8a9b3793a5fa} <Debug> TCPHandler: Processed in 0.006044896 sec. | ||
| 3986 | 2025.02.28 02:12:35.763471 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2025.02.28 02:12:35.763590 [ 190 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2025.02.28 02:12:35.763630 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3989 | 2025.02.28 02:12:35.763689 [ 190 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_21_4} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3990 | 2025.02.28 02:12:35.763708 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3991 | 2025.02.28 02:12:35.763816 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3992 | 2025.02.28 02:12:35.764374 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3993 | 2025.02.28 02:12:35.764411 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 3994 | 2025.02.28 02:12:35.764810 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3995 | 2025.02.28 02:12:35.765053 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3996 | 2025.02.28 02:12:35.765237 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
| 3997 | 2025.02.28 02:12:35.765289 [ 257 ] {85e1cd88-4413-4195-9c76-4550bac20bd3} <Debug> TCPHandler: Processed in 0.001900787 sec. | ||
| 3998 | 2025.02.28 02:12:35.765493 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3999 | 2025.02.28 02:12:35.765717 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4000 | 2025.02.28 02:12:35.765855 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4001 | 2025.02.28 02:12:35.767034 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2025.02.28 02:12:35.767074 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4003 | 2025.02.28 02:12:35.767685 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4004 | 2025.02.28 02:12:35.767944 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2025.02.28 02:12:35.768195 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002534 sec., 1973.164956590371 rows/sec., 3.54 MiB/sec. | ||
| 4006 | 2025.02.28 02:12:35.768290 [ 4 ] {eb039ad4-06ac-4ed7-9977-9581622dba30} <Debug> TCPHandler: Processed in 0.002912421 sec. | ||
| 4007 | 2025.02.28 02:12:35.768448 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4008 | 2025.02.28 02:12:35.768589 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4009 | 2025.02.28 02:12:35.768648 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4010 | 2025.02.28 02:12:35.769211 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4011 | 2025.02.28 02:12:35.769247 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4012 | 2025.02.28 02:12:35.769626 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4013 | 2025.02.28 02:12:35.769881 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4014 | 2025.02.28 02:12:35.770081 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 4015 | 2025.02.28 02:12:35.770200 [ 257 ] {5335c84c-447f-436c-93e9-b19451dab090} <Debug> TCPHandler: Processed in 0.001819946 sec. | ||
| 4016 | 2025.02.28 02:12:40.010910 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4017 | 2025.02.28 02:12:40.010984 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4018 | 2025.02.28 02:12:40.116711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4019 | 2025.02.28 02:12:40.117385 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4020 | 2025.02.28 02:12:40.117426 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4021 | 2025.02.28 02:12:40.117955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4022 | 2025.02.28 02:12:40.118206 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4023 | 2025.02.28 02:12:40.118446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4024 | 2025.02.28 02:12:40.754359 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2025.02.28 02:12:40.754553 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4026 | 2025.02.28 02:12:40.754631 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4027 | 2025.02.28 02:12:40.755493 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2025.02.28 02:12:40.755549 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4029 | 2025.02.28 02:12:40.756010 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4030 | 2025.02.28 02:12:40.756284 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2025.02.28 02:12:40.756544 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.002046 sec., 60606.0606060606 rows/sec., 5.18 MiB/sec. | ||
| 4032 | 2025.02.28 02:12:40.756619 [ 4 ] {9922ef9e-e660-468a-a1d6-fc78d927be5b} <Debug> TCPHandler: Processed in 0.002393094 sec. | ||
| 4033 | 2025.02.28 02:12:40.756889 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4034 | 2025.02.28 02:12:40.757079 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4035 | 2025.02.28 02:12:40.757152 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4036 | 2025.02.28 02:12:40.757887 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2025.02.28 02:12:40.757936 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4038 | 2025.02.28 02:12:40.758366 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4039 | 2025.02.28 02:12:40.758612 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2025.02.28 02:12:40.758845 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001807 sec., 18815.716657443278 rows/sec., 1.38 MiB/sec. | ||
| 4041 | 2025.02.28 02:12:40.759075 [ 257 ] {250c74bc-f95c-44d6-b469-d96d7e60c242} <Debug> TCPHandler: Processed in 0.002320492 sec. | ||
| 4042 | 2025.02.28 02:12:40.759261 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2025.02.28 02:12:40.759395 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4044 | 2025.02.28 02:12:40.759452 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4045 | 2025.02.28 02:12:40.760115 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2025.02.28 02:12:40.760161 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4047 | 2025.02.28 02:12:40.760546 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4048 | 2025.02.28 02:12:40.760795 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2025.02.28 02:12:40.761065 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.0017 sec., 57647.05882352941 rows/sec., 4.50 MiB/sec. | ||
| 4050 | 2025.02.28 02:12:40.761279 [ 4 ] {9b3ba601-13cb-40d2-b0e3-b13c5d4c7136} <Debug> TCPHandler: Processed in 0.002077769 sec. | ||
| 4051 | 2025.02.28 02:12:40.761471 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2025.02.28 02:12:40.761592 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4053 | 2025.02.28 02:12:40.761648 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4054 | 2025.02.28 02:12:40.762258 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2025.02.28 02:12:40.762301 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4056 | 2025.02.28 02:12:40.762713 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4057 | 2025.02.28 02:12:40.762952 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2025.02.28 02:12:40.763153 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
| 4059 | 2025.02.28 02:12:40.763204 [ 257 ] {76a9a057-3ec1-4d11-bf73-251e268db9c5} <Debug> TCPHandler: Processed in 0.001820676 sec. | ||
| 4060 | 2025.02.28 02:12:40.763392 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2025.02.28 02:12:40.763546 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4062 | 2025.02.28 02:12:40.763648 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4063 | 2025.02.28 02:12:40.764988 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.02.28 02:12:40.765031 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4065 | 2025.02.28 02:12:40.765722 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4066 | 2025.02.28 02:12:40.765992 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.02.28 02:12:40.766185 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4068 | 2025.02.28 02:12:40.766273 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.02.28 02:12:40.766283 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002762 sec., 12309.920347574222 rows/sec., 22.06 MiB/sec. | ||
| 4070 | 2025.02.28 02:12:40.766337 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4071 | 2025.02.28 02:12:40.766617 [ 4 ] {235bc8ca-b5b5-4660-8656-0bbdb46a906e} <Debug> TCPHandler: Processed in 0.003292187 sec. | ||
| 4072 | 2025.02.28 02:12:40.766691 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 4073 | 2025.02.28 02:12:40.766837 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2025.02.28 02:12:40.767116 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4075 | 2025.02.28 02:12:40.767264 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4076 | 2025.02.28 02:12:40.767413 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4077 | 2025.02.28 02:12:40.767661 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 362 rows starting from the beginning of the part | ||
| 4078 | 2025.02.28 02:12:40.768524 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 4079 | 2025.02.28 02:12:40.769366 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part | ||
| 4080 | 2025.02.28 02:12:40.769471 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.02.28 02:12:40.769555 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4082 | 2025.02.28 02:12:40.769985 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 4083 | 2025.02.28 02:12:40.770560 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part | ||
| 4084 | 2025.02.28 02:12:40.771202 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 4085 | 2025.02.28 02:12:40.771277 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4086 | 2025.02.28 02:12:40.772065 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2025.02.28 02:12:40.772480 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005448 sec., 11013.215859030837 rows/sec., 760.03 KiB/sec. | ||
| 4088 | 2025.02.28 02:12:40.772675 [ 257 ] {2de49225-c46e-4e69-bab1-bd8be6f6a279} <Debug> TCPHandler: Processed in 0.005930474 sec. | ||
| 4089 | 2025.02.28 02:12:40.774990 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4090 | 2025.02.28 02:12:40.776272 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 19 columns (19 merged, 0 gathered) in 0.009779279 sec., 48469.83095584041 rows/sec., 86.86 MiB/sec. | ||
| 4091 | 2025.02.28 02:12:40.777198 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4092 | 2025.02.28 02:12:40.778512 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2025.02.28 02:12:40.778742 [ 197 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4094 | 2025.02.28 02:12:40.779074 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 4095 | 2025.02.28 02:12:40.796459 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4096 | 2025.02.28 02:12:40.796508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 4097 | 2025.02.28 02:12:40.804232 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4098 | 2025.02.28 02:12:40.805022 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4099 | 2025.02.28 02:12:40.808095 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4100 | 2025.02.28 02:12:44.110607 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4101 | 2025.02.28 02:12:44.110821 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4102 | 2025.02.28 02:12:44.110894 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4103 | 2025.02.28 02:12:44.112249 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4104 | 2025.02.28 02:12:44.112295 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4105 | 2025.02.28 02:12:44.112831 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4106 | 2025.02.28 02:12:44.113088 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2025.02.28 02:12:44.113340 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Debug> executeQuery: Read 1206 rows, 101.94 KiB in 0.002575 sec., 468349.5145631068 rows/sec., 38.66 MiB/sec. | ||
| 4108 | 2025.02.28 02:12:44.113399 [ 4 ] {94acc27a-ba34-4c70-8c68-f65f71e001ff} <Debug> TCPHandler: Processed in 0.002922072 sec. | ||
| 4109 | 2025.02.28 02:12:44.113751 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4110 | 2025.02.28 02:12:44.114039 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4111 | 2025.02.28 02:12:44.114151 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4112 | 2025.02.28 02:12:44.114982 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4113 | 2025.02.28 02:12:44.115034 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4114 | 2025.02.28 02:12:44.115479 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4115 | 2025.02.28 02:12:44.115740 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4116 | 2025.02.28 02:12:44.116001 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002035 sec., 2457.002457002457 rows/sec., 184.76 KiB/sec. | ||
| 4117 | 2025.02.28 02:12:44.116152 [ 257 ] {1c2e09d1-8a1e-46ec-ae50-168ce8f0ffaa} <Debug> TCPHandler: Processed in 0.002575807 sec. | ||
| 4118 | 2025.02.28 02:12:44.116392 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4119 | 2025.02.28 02:12:44.116616 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4120 | 2025.02.28 02:12:44.116707 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4121 | 2025.02.28 02:12:44.117680 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2025.02.28 02:12:44.117720 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4123 | 2025.02.28 02:12:44.118095 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4124 | 2025.02.28 02:12:44.118331 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4125 | 2025.02.28 02:12:44.118492 [ 97 ] {} <Debug> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4126 | 2025.02.28 02:12:44.118565 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001998 sec., 114114.1141141141 rows/sec., 7.73 MiB/sec. | ||
| 4127 | 2025.02.28 02:12:44.118575 [ 97 ] {} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2025.02.28 02:12:44.118648 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4129 | 2025.02.28 02:12:44.118697 [ 4 ] {76b511b9-ac79-4db7-9c77-e648653bc5be} <Debug> TCPHandler: Processed in 0.002422204 sec. | ||
| 4130 | 2025.02.28 02:12:44.119039 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2025.02.28 02:12:44.119204 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 4132 | 2025.02.28 02:12:44.119324 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4133 | 2025.02.28 02:12:44.119428 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4134 | 2025.02.28 02:12:44.119572 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4135 | 2025.02.28 02:12:44.119669 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part | ||
| 4136 | 2025.02.28 02:12:44.119939 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 4137 | 2025.02.28 02:12:44.120364 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 4138 | 2025.02.28 02:12:44.120715 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
| 4139 | 2025.02.28 02:12:44.121040 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 4140 | 2025.02.28 02:12:44.121371 [ 202 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 4141 | 2025.02.28 02:12:44.122612 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4142 | 2025.02.28 02:12:44.122664 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4143 | 2025.02.28 02:12:44.123286 [ 194 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 985 rows, containing 5 columns (5 merged, 0 gathered) in 0.004529484 sec., 217464.06433933752 rows/sec., 15.80 MiB/sec. | ||
| 4144 | 2025.02.28 02:12:44.123339 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4145 | 2025.02.28 02:12:44.123460 [ 194 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4146 | 2025.02.28 02:12:44.123651 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.02.28 02:12:44.123875 [ 194 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.02.28 02:12:44.124020 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.004747 sec., 110596.16599957868 rows/sec., 8.19 MiB/sec. | ||
| 4149 | 2025.02.28 02:12:44.124110 [ 194 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_10_2} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4150 | 2025.02.28 02:12:44.124436 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4151 | 2025.02.28 02:12:44.124481 [ 257 ] {73df27d3-0a02-4df5-9eaf-02d46a11f6fe} <Debug> TCPHandler: Processed in 0.00563833 sec. | ||
| 4152 | 2025.02.28 02:12:44.124737 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4153 | 2025.02.28 02:12:44.124856 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4154 | 2025.02.28 02:12:44.124909 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4155 | 2025.02.28 02:12:44.125729 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2025.02.28 02:12:44.125769 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4157 | 2025.02.28 02:12:44.126240 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4158 | 2025.02.28 02:12:44.126478 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2025.02.28 02:12:44.126710 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Debug> executeQuery: Read 954 rows, 65.54 KiB in 0.001878 sec., 507987.2204472844 rows/sec., 34.08 MiB/sec. | ||
| 4160 | 2025.02.28 02:12:44.126765 [ 4 ] {a6cd331f-d691-4162-8af3-33a5b76b1e91} <Debug> TCPHandler: Processed in 0.00215424 sec. | ||
| 4161 | 2025.02.28 02:12:44.126926 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2025.02.28 02:12:44.127054 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4163 | 2025.02.28 02:12:44.127137 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4164 | 2025.02.28 02:12:44.128287 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2025.02.28 02:12:44.128326 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4166 | 2025.02.28 02:12:44.129042 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4167 | 2025.02.28 02:12:44.129319 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2025.02.28 02:12:44.129522 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002497 sec., 2002.4028834601522 rows/sec., 3.59 MiB/sec. | ||
| 4169 | 2025.02.28 02:12:44.129616 [ 257 ] {a63bf12a-5bfa-421c-b741-04d8449a1f32} <Debug> TCPHandler: Processed in 0.00275681 sec. | ||
| 4170 | 2025.02.28 02:12:44.129785 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2025.02.28 02:12:44.129907 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4172 | 2025.02.28 02:12:44.129959 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4173 | 2025.02.28 02:12:44.130458 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2025.02.28 02:12:44.130504 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4175 | 2025.02.28 02:12:44.130921 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4176 | 2025.02.28 02:12:44.131162 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2025.02.28 02:12:44.131376 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001494 sec., 28112.449799196784 rows/sec., 1.89 MiB/sec. | ||
| 4178 | 2025.02.28 02:12:44.131427 [ 4 ] {7ea37e30-20c3-4cdd-bd24-c23fc1c7b3f9} <Debug> TCPHandler: Processed in 0.001701564 sec. | ||
| 4179 | 2025.02.28 02:12:45.156342 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 592 | ||
| 4180 | 2025.02.28 02:12:45.159674 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.02.28 02:12:45.159717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4182 | 2025.02.28 02:12:45.161202 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4183 | 2025.02.28 02:12:45.161514 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.02.28 02:12:45.161736 [ 94 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4185 | 2025.02.28 02:12:45.161862 [ 94 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4186 | 2025.02.28 02:12:45.161929 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4187 | 2025.02.28 02:12:45.162402 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 4188 | 2025.02.28 02:12:45.162924 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592 | ||
| 4189 | 2025.02.28 02:12:45.163444 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4190 | 2025.02.28 02:12:45.163621 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 432 rows starting from the beginning of the part | ||
| 4191 | 2025.02.28 02:12:45.164225 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 4192 | 2025.02.28 02:12:45.164788 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 4193 | 2025.02.28 02:12:45.165350 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 4194 | 2025.02.28 02:12:45.165918 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 4195 | 2025.02.28 02:12:45.166385 [ 202 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part | ||
| 4196 | 2025.02.28 02:12:45.173795 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 72 columns (72 merged, 0 gathered) in 0.011710055 sec., 50554.843679214144 rows/sec., 43.48 MiB/sec. | ||
| 4197 | 2025.02.28 02:12:45.174722 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4198 | 2025.02.28 02:12:45.175422 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.02.28 02:12:45.175505 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_16_3} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4200 | 2025.02.28 02:12:45.175696 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
| 4201 | 2025.02.28 02:12:45.748969 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2025.02.28 02:12:45.749190 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4203 | 2025.02.28 02:12:45.749275 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4204 | 2025.02.28 02:12:45.750074 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.02.28 02:12:45.750128 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4206 | 2025.02.28 02:12:45.750567 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4207 | 2025.02.28 02:12:45.750831 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2025.02.28 02:12:45.751018 [ 94 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4209 | 2025.02.28 02:12:45.751091 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 4210 | 2025.02.28 02:12:45.751102 [ 94 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2025.02.28 02:12:45.751173 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4212 | 2025.02.28 02:12:45.751226 [ 4 ] {8cdde265-f976-4555-b80f-e22696ca2b76} <Debug> TCPHandler: Processed in 0.002405734 sec. | ||
| 4213 | 2025.02.28 02:12:45.751416 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 4214 | 2025.02.28 02:12:45.751501 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2025.02.28 02:12:45.751572 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4216 | 2025.02.28 02:12:45.751620 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1404 rows starting from the beginning of the part | ||
| 4217 | 2025.02.28 02:12:45.751671 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4218 | 2025.02.28 02:12:45.751720 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 248 rows starting from the beginning of the part | ||
| 4219 | 2025.02.28 02:12:45.751764 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4220 | 2025.02.28 02:12:45.752044 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part | ||
| 4221 | 2025.02.28 02:12:45.752356 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 124 rows starting from the beginning of the part | ||
| 4222 | 2025.02.28 02:12:45.752530 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1206 rows starting from the beginning of the part | ||
| 4223 | 2025.02.28 02:12:45.752944 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 4224 | 2025.02.28 02:12:45.753979 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2025.02.28 02:12:45.754021 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4226 | 2025.02.28 02:12:45.755440 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4227 | 2025.02.28 02:12:45.755768 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2025.02.28 02:12:45.755926 [ 94 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4229 | 2025.02.28 02:12:45.756004 [ 94 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4230 | 2025.02.28 02:12:45.756054 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4231 | 2025.02.28 02:12:45.756141 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004485 sec., 14269.78818283166 rows/sec., 1.11 MiB/sec. | ||
| 4232 | 2025.02.28 02:12:45.756602 [ 257 ] {57dfff6b-aee0-40ec-b89e-e5af081fa6fc} <Debug> TCPHandler: Processed in 0.005213264 sec. | ||
| 4233 | 2025.02.28 02:12:45.756784 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 4234 | 2025.02.28 02:12:45.756924 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3104 rows, containing 5 columns (5 merged, 0 gathered) in 0.00564875 sec., 549502.1022350077 rows/sec., 48.05 MiB/sec. | ||
| 4235 | 2025.02.28 02:12:45.756943 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4236 | 2025.02.28 02:12:45.757078 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4237 | 2025.02.28 02:12:45.757187 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part | ||
| 4238 | 2025.02.28 02:12:45.757234 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4239 | 2025.02.28 02:12:45.757305 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4240 | 2025.02.28 02:12:45.757558 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4241 | 2025.02.28 02:12:45.757702 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 142 rows starting from the beginning of the part | ||
| 4242 | 2025.02.28 02:12:45.758253 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 69 rows starting from the beginning of the part | ||
| 4243 | 2025.02.28 02:12:45.758910 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 98 rows starting from the beginning of the part | ||
| 4244 | 2025.02.28 02:12:45.758977 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.02.28 02:12:45.759470 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 525 rows starting from the beginning of the part | ||
| 4246 | 2025.02.28 02:12:45.759543 [ 188 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_36_7} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4247 | 2025.02.28 02:12:45.759996 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 4248 | 2025.02.28 02:12:45.760052 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4249 | 2025.02.28 02:12:45.761192 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2025.02.28 02:12:45.761270 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4251 | 2025.02.28 02:12:45.762412 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4252 | 2025.02.28 02:12:45.762888 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2025.02.28 02:12:45.763090 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.006913028 sec., 221176.59584193787 rows/sec., 17.61 MiB/sec. | ||
| 4254 | 2025.02.28 02:12:45.763219 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4255 | 2025.02.28 02:12:45.763316 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.02.28 02:12:45.763389 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4257 | 2025.02.28 02:12:45.763419 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4258 | 2025.02.28 02:12:45.763580 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.006344 sec., 8196.72131147541 rows/sec., 583.57 KiB/sec. | ||
| 4259 | 2025.02.28 02:12:45.763723 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 4260 | 2025.02.28 02:12:45.763962 [ 4 ] {695b9ac1-fc30-4f0a-87bd-b447b9d4364c} <Debug> TCPHandler: Processed in 0.007223663 sec. | ||
| 4261 | 2025.02.28 02:12:45.764206 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4262 | 2025.02.28 02:12:45.764306 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.02.28 02:12:45.764311 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4264 | 2025.02.28 02:12:45.764337 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9346 rows starting from the beginning of the part | ||
| 4265 | 2025.02.28 02:12:45.764517 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_36_7} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4266 | 2025.02.28 02:12:45.764789 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 200 rows starting from the beginning of the part | ||
| 4267 | 2025.02.28 02:12:45.764854 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4268 | 2025.02.28 02:12:45.764903 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4269 | 2025.02.28 02:12:45.765125 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4270 | 2025.02.28 02:12:45.765187 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4271 | 2025.02.28 02:12:45.765546 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 4272 | 2025.02.28 02:12:45.765936 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 954 rows starting from the beginning of the part | ||
| 4273 | 2025.02.28 02:12:45.766298 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 52 rows starting from the beginning of the part | ||
| 4274 | 2025.02.28 02:12:45.767378 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.02.28 02:12:45.767438 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4276 | 2025.02.28 02:12:45.767867 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4277 | 2025.02.28 02:12:45.768309 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2025.02.28 02:12:45.768603 [ 94 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4279 | 2025.02.28 02:12:45.768696 [ 94 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.02.28 02:12:45.768766 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4281 | 2025.02.28 02:12:45.768940 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.004296 sec., 4189.944134078212 rows/sec., 290.74 KiB/sec. | ||
| 4282 | 2025.02.28 02:12:45.769187 [ 257 ] {0f1f8ac7-51e9-4c50-bc85-f4bf3f2195bf} <Debug> TCPHandler: Processed in 0.005083072 sec. | ||
| 4283 | 2025.02.28 02:12:45.769466 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4284 | 2025.02.28 02:12:45.769715 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4285 | 2025.02.28 02:12:45.769753 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1548 rows starting from the beginning of the part | ||
| 4286 | 2025.02.28 02:12:45.769916 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4287 | 2025.02.28 02:12:45.770118 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4288 | 2025.02.28 02:12:45.770266 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4289 | 2025.02.28 02:12:45.770553 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part | ||
| 4290 | 2025.02.28 02:12:45.770830 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 18 rows starting from the beginning of the part | ||
| 4291 | 2025.02.28 02:12:45.772252 [ 187 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10872 rows, containing 5 columns (5 merged, 0 gathered) in 0.008733163 sec., 1244909.7766754152 rows/sec., 85.21 MiB/sec. | ||
| 4292 | 2025.02.28 02:12:45.772573 [ 187 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4293 | 2025.02.28 02:12:45.772922 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003974817 sec., 449832.0300028907 rows/sec., 30.30 MiB/sec. | ||
| 4294 | 2025.02.28 02:12:45.772982 [ 187 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.02.28 02:12:45.773062 [ 187 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4296 | 2025.02.28 02:12:45.773163 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4297 | 2025.02.28 02:12:45.773187 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4298 | 2025.02.28 02:12:45.773452 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2025.02.28 02:12:45.773526 [ 191 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_36_7} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4300 | 2025.02.28 02:12:45.773595 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4301 | 2025.02.28 02:12:47.618669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4302 | 2025.02.28 02:12:47.619350 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2025.02.28 02:12:47.619400 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4304 | 2025.02.28 02:12:47.619916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4305 | 2025.02.28 02:12:47.620178 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4306 | 2025.02.28 02:12:47.620360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4307 | 2025.02.28 02:12:48.308249 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4308 | 2025.02.28 02:12:48.328266 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.02.28 02:12:48.328310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4310 | 2025.02.28 02:12:48.336045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4311 | 2025.02.28 02:12:48.336802 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.02.28 02:12:48.339798 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4313 | 2025.02.28 02:12:50.754252 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4314 | 2025.02.28 02:12:50.754442 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4315 | 2025.02.28 02:12:50.754513 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4316 | 2025.02.28 02:12:50.755387 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4317 | 2025.02.28 02:12:50.755437 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4318 | 2025.02.28 02:12:50.755896 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4319 | 2025.02.28 02:12:50.756179 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4320 | 2025.02.28 02:12:50.756415 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.002028 sec., 61143.9842209073 rows/sec., 5.23 MiB/sec. | ||
| 4321 | 2025.02.28 02:12:50.756474 [ 4 ] {3e3008e6-68ec-4609-890a-563e9ad9af66} <Debug> TCPHandler: Processed in 0.002352023 sec. | ||
| 4322 | 2025.02.28 02:12:50.756739 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4323 | 2025.02.28 02:12:50.756922 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4324 | 2025.02.28 02:12:50.756993 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4325 | 2025.02.28 02:12:50.757736 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2025.02.28 02:12:50.757782 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4327 | 2025.02.28 02:12:50.758218 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4328 | 2025.02.28 02:12:50.758477 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4329 | 2025.02.28 02:12:50.758697 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001826 sec., 18619.934282584887 rows/sec., 1.37 MiB/sec. | ||
| 4330 | 2025.02.28 02:12:50.758752 [ 257 ] {56e98f5c-266b-4e03-bf09-8403fbf27755} <Debug> TCPHandler: Processed in 0.00214506 sec. | ||
| 4331 | 2025.02.28 02:12:50.758921 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4332 | 2025.02.28 02:12:50.759061 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4333 | 2025.02.28 02:12:50.759119 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4334 | 2025.02.28 02:12:50.759845 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2025.02.28 02:12:50.759885 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4336 | 2025.02.28 02:12:50.760262 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4337 | 2025.02.28 02:12:50.760536 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4338 | 2025.02.28 02:12:50.760747 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001718 sec., 57043.0733410943 rows/sec., 4.46 MiB/sec. | ||
| 4339 | 2025.02.28 02:12:50.760802 [ 4 ] {1371dce1-4ac5-4e0f-94fa-6727f6940a08} <Debug> TCPHandler: Processed in 0.001949168 sec. | ||
| 4340 | 2025.02.28 02:12:50.760983 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4341 | 2025.02.28 02:12:50.761104 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4342 | 2025.02.28 02:12:50.761157 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4343 | 2025.02.28 02:12:50.761726 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4344 | 2025.02.28 02:12:50.761764 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4345 | 2025.02.28 02:12:50.762153 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4346 | 2025.02.28 02:12:50.762371 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2025.02.28 02:12:50.762584 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
| 4348 | 2025.02.28 02:12:50.762647 [ 257 ] {3edf2562-0442-4687-a0ed-cb97eab33732} <Debug> TCPHandler: Processed in 0.001765085 sec. | ||
| 4349 | 2025.02.28 02:12:50.762872 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4350 | 2025.02.28 02:12:50.763063 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4351 | 2025.02.28 02:12:50.763145 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4352 | 2025.02.28 02:12:50.764373 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.02.28 02:12:50.764413 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4354 | 2025.02.28 02:12:50.765075 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4355 | 2025.02.28 02:12:50.765342 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2025.02.28 02:12:50.765653 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002614 sec., 13006.885998469777 rows/sec., 23.31 MiB/sec. | ||
| 4357 | 2025.02.28 02:12:50.766190 [ 4 ] {5f0a7bdd-6232-4a3e-8b3c-d0ff717fd046} <Debug> TCPHandler: Processed in 0.003392688 sec. | ||
| 4358 | 2025.02.28 02:12:50.766397 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4359 | 2025.02.28 02:12:50.766565 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4360 | 2025.02.28 02:12:50.766636 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4361 | 2025.02.28 02:12:50.767125 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4362 | 2025.02.28 02:12:50.767162 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4363 | 2025.02.28 02:12:50.767528 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4364 | 2025.02.28 02:12:50.767760 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2025.02.28 02:12:50.767979 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 4366 | 2025.02.28 02:12:50.768099 [ 257 ] {67ae7a76-d392-4140-95b1-35acc43ed9e9} <Debug> TCPHandler: Processed in 0.001779795 sec. | ||
| 4367 | 2025.02.28 02:12:55.011041 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4368 | 2025.02.28 02:12:55.011127 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4369 | 2025.02.28 02:12:55.120564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4370 | 2025.02.28 02:12:55.121224 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2025.02.28 02:12:55.121265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4372 | 2025.02.28 02:12:55.121864 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4373 | 2025.02.28 02:12:55.122131 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4374 | 2025.02.28 02:12:55.122341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4375 | 2025.02.28 02:12:55.163341 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 612 | ||
| 4376 | 2025.02.28 02:12:55.166397 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2025.02.28 02:12:55.166462 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4378 | 2025.02.28 02:12:55.168022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4379 | 2025.02.28 02:12:55.168348 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4380 | 2025.02.28 02:12:55.169686 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612 | ||
| 4381 | 2025.02.28 02:12:55.753462 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4382 | 2025.02.28 02:12:55.753768 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4383 | 2025.02.28 02:12:55.753877 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4384 | 2025.02.28 02:12:55.754646 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.02.28 02:12:55.754692 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4386 | 2025.02.28 02:12:55.755127 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4387 | 2025.02.28 02:12:55.755382 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.02.28 02:12:55.755638 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001949 sec., 33863.519753719855 rows/sec., 2.70 MiB/sec. | ||
| 4389 | 2025.02.28 02:12:55.755726 [ 4 ] {0a71f355-eee4-4937-a5b9-c6554f47be13} <Debug> TCPHandler: Processed in 0.002444344 sec. | ||
| 4390 | 2025.02.28 02:12:55.756103 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4391 | 2025.02.28 02:12:55.756380 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4392 | 2025.02.28 02:12:55.756484 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4393 | 2025.02.28 02:12:55.757357 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2025.02.28 02:12:55.757409 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4395 | 2025.02.28 02:12:55.757857 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4396 | 2025.02.28 02:12:55.758104 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4397 | 2025.02.28 02:12:55.758386 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002082 sec., 2401.5369836695486 rows/sec., 180.58 KiB/sec. | ||
| 4398 | 2025.02.28 02:12:55.758602 [ 257 ] {725e306f-b9b3-4473-8a0c-7fdeb4d9fb6b} <Debug> TCPHandler: Processed in 0.002705808 sec. | ||
| 4399 | 2025.02.28 02:12:55.758786 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4400 | 2025.02.28 02:12:55.758925 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4401 | 2025.02.28 02:12:55.758983 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4402 | 2025.02.28 02:12:55.759679 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2025.02.28 02:12:55.759724 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4404 | 2025.02.28 02:12:55.760105 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4405 | 2025.02.28 02:12:55.760344 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2025.02.28 02:12:55.760685 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001751 sec., 39406.05368360937 rows/sec., 3.08 MiB/sec. | ||
| 4407 | 2025.02.28 02:12:55.761190 [ 4 ] {8f7062d4-9939-43e6-b831-94a40376aef5} <Debug> TCPHandler: Processed in 0.002460075 sec. | ||
| 4408 | 2025.02.28 02:12:55.761530 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4409 | 2025.02.28 02:12:55.761769 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4410 | 2025.02.28 02:12:55.761831 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4411 | 2025.02.28 02:12:55.762402 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2025.02.28 02:12:55.762441 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4413 | 2025.02.28 02:12:55.762835 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4414 | 2025.02.28 02:12:55.763074 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2025.02.28 02:12:55.763323 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 4416 | 2025.02.28 02:12:55.763452 [ 257 ] {74ddef54-161b-498a-8af4-1ea9b441a49f} <Debug> TCPHandler: Processed in 0.00211891 sec. | ||
| 4417 | 2025.02.28 02:12:55.763598 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2025.02.28 02:12:55.763716 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4419 | 2025.02.28 02:12:55.763799 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4420 | 2025.02.28 02:12:55.765349 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4421 | 2025.02.28 02:12:55.765388 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4422 | 2025.02.28 02:12:55.765991 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4423 | 2025.02.28 02:12:55.766258 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4424 | 2025.02.28 02:12:55.766524 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002827 sec., 1768.6593562079943 rows/sec., 3.17 MiB/sec. | ||
| 4425 | 2025.02.28 02:12:55.766756 [ 4 ] {699b3e21-9214-48b8-a5ef-6491063d4f03} <Debug> TCPHandler: Processed in 0.003209005 sec. | ||
| 4426 | 2025.02.28 02:12:55.766930 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4427 | 2025.02.28 02:12:55.767130 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4428 | 2025.02.28 02:12:55.767216 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4429 | 2025.02.28 02:12:55.767950 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4430 | 2025.02.28 02:12:55.767988 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4431 | 2025.02.28 02:12:55.768360 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4432 | 2025.02.28 02:12:55.768593 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4433 | 2025.02.28 02:12:55.768904 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001798 sec., 33370.41156840935 rows/sec., 2.25 MiB/sec. | ||
| 4434 | 2025.02.28 02:12:55.769308 [ 257 ] {b08f17a7-6fc1-4ab2-a962-388e808a8ac4} <Debug> TCPHandler: Processed in 0.002460754 sec. | ||
| 4435 | 2025.02.28 02:12:55.839972 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4436 | 2025.02.28 02:12:55.860913 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.02.28 02:12:55.860952 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4438 | 2025.02.28 02:12:55.868596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4439 | 2025.02.28 02:12:55.869345 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2025.02.28 02:12:55.871873 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4441 | 2025.02.28 02:13:00.755696 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2025.02.28 02:13:00.755897 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.02.28 02:13:00.755973 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4444 | 2025.02.28 02:13:00.756770 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2025.02.28 02:13:00.756817 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4446 | 2025.02.28 02:13:00.757250 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4447 | 2025.02.28 02:13:00.757513 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.02.28 02:13:00.757701 [ 77 ] {} <Debug> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4449 | 2025.02.28 02:13:00.757787 [ 77 ] {} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2025.02.28 02:13:00.757789 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001936 sec., 12396.694214876034 rows/sec., 1.03 MiB/sec. | ||
| 4451 | 2025.02.28 02:13:00.757824 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4452 | 2025.02.28 02:13:00.757960 [ 4 ] {4af85bad-68bb-4bc9-850f-b845655bfe73} <Debug> TCPHandler: Processed in 0.002393274 sec. | ||
| 4453 | 2025.02.28 02:13:00.758262 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::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 | ||
| 4454 | 2025.02.28 02:13:00.758297 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4455 | 2025.02.28 02:13:00.758530 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4456 | 2025.02.28 02:13:00.758579 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4457 | 2025.02.28 02:13:00.758611 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 4458 | 2025.02.28 02:13:00.758695 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4459 | 2025.02.28 02:13:00.758895 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 4460 | 2025.02.28 02:13:00.759170 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 4461 | 2025.02.28 02:13:00.759481 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 4462 | 2025.02.28 02:13:00.760031 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 4463 | 2025.02.28 02:13:00.761520 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2025.02.28 02:13:00.761592 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4465 | 2025.02.28 02:13:00.762459 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004422632 sec., 27133.16414298092 rows/sec., 2.35 MiB/sec. | ||
| 4466 | 2025.02.28 02:13:00.762649 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4467 | 2025.02.28 02:13:00.762655 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4468 | 2025.02.28 02:13:00.763127 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2025.02.28 02:13:00.763137 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4470 | 2025.02.28 02:13:00.763266 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_5_1} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4471 | 2025.02.28 02:13:00.763523 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4472 | 2025.02.28 02:13:00.763620 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Debug> executeQuery: Read 244 rows, 22.32 KiB in 0.005135 sec., 47517.03992210321 rows/sec., 4.24 MiB/sec. | ||
| 4473 | 2025.02.28 02:13:00.763693 [ 257 ] {f671fa09-35ac-456e-bf7d-4a67257f36bf} <Debug> TCPHandler: Processed in 0.005578249 sec. | ||
| 4474 | 2025.02.28 02:13:00.763866 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4475 | 2025.02.28 02:13:00.764009 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4476 | 2025.02.28 02:13:00.764061 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4477 | 2025.02.28 02:13:00.764662 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2025.02.28 02:13:00.764701 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4479 | 2025.02.28 02:13:00.765063 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4480 | 2025.02.28 02:13:00.765304 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4481 | 2025.02.28 02:13:00.765477 [ 78 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4482 | 2025.02.28 02:13:00.765539 [ 78 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4483 | 2025.02.28 02:13:00.765546 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Debug> executeQuery: Read 46 rows, 3.52 KiB in 0.001559 sec., 29506.093649775496 rows/sec., 2.20 MiB/sec. | ||
| 4484 | 2025.02.28 02:13:00.765575 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4485 | 2025.02.28 02:13:00.765701 [ 4 ] {566cff66-b268-46c7-9879-6ac4aeaddf9a} <Debug> TCPHandler: Processed in 0.001898007 sec. | ||
| 4486 | 2025.02.28 02:13:00.765793 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 4487 | 2025.02.28 02:13:00.765900 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4488 | 2025.02.28 02:13:00.765963 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4489 | 2025.02.28 02:13:00.766022 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 69 rows starting from the beginning of the part | ||
| 4490 | 2025.02.28 02:13:00.766095 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4491 | 2025.02.28 02:13:00.766256 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 4492 | 2025.02.28 02:13:00.766260 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4493 | 2025.02.28 02:13:00.766592 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part | ||
| 4494 | 2025.02.28 02:13:00.766855 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 4495 | 2025.02.28 02:13:00.767204 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 5 rows starting from the beginning of the part | ||
| 4496 | 2025.02.28 02:13:00.767585 [ 192 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 4497 | 2025.02.28 02:13:00.769146 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.02.28 02:13:00.769217 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4499 | 2025.02.28 02:13:00.770235 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4500 | 2025.02.28 02:13:00.770311 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.004620205 sec., 41773.038209343526 rows/sec., 3.23 MiB/sec. | ||
| 4501 | 2025.02.28 02:13:00.770556 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4502 | 2025.02.28 02:13:00.770615 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4503 | 2025.02.28 02:13:00.771279 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.005185 sec., 4628.736740597878 rows/sec., 393.26 KiB/sec. | ||
| 4504 | 2025.02.28 02:13:00.771431 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2025.02.28 02:13:00.771470 [ 257 ] {8b64e318-6216-480f-987c-d1bb8e271335} <Debug> TCPHandler: Processed in 0.00564825 sec. | ||
| 4506 | 2025.02.28 02:13:00.771617 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_26_5} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4507 | 2025.02.28 02:13:00.771683 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4508 | 2025.02.28 02:13:00.771723 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4509 | 2025.02.28 02:13:00.771827 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4510 | 2025.02.28 02:13:00.771883 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4511 | 2025.02.28 02:13:00.772462 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4512 | 2025.02.28 02:13:00.772500 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4513 | 2025.02.28 02:13:00.772847 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4514 | 2025.02.28 02:13:00.773087 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2025.02.28 02:13:00.773245 [ 78 ] {} <Debug> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4516 | 2025.02.28 02:13:00.773310 [ 78 ] {} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.02.28 02:13:00.773346 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4518 | 2025.02.28 02:13:00.773357 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00155 sec., 7741.935483870968 rows/sec., 604.84 KiB/sec. | ||
| 4519 | 2025.02.28 02:13:00.773677 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::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 | ||
| 4520 | 2025.02.28 02:13:00.773703 [ 4 ] {8cc37b8d-b610-4390-ae92-c2d2cd6e9b2f} <Debug> TCPHandler: Processed in 0.00211703 sec. | ||
| 4521 | 2025.02.28 02:13:00.773880 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4522 | 2025.02.28 02:13:00.773905 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2025.02.28 02:13:00.773928 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 4524 | 2025.02.28 02:13:00.774131 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 4525 | 2025.02.28 02:13:00.774236 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4526 | 2025.02.28 02:13:00.774436 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4527 | 2025.02.28 02:13:00.774461 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 4528 | 2025.02.28 02:13:00.774796 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 4529 | 2025.02.28 02:13:00.775078 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 4530 | 2025.02.28 02:13:00.776843 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4531 | 2025.02.28 02:13:00.776925 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4532 | 2025.02.28 02:13:00.777485 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004068108 sec., 14748.870973926945 rows/sec., 1.18 MiB/sec. | ||
| 4533 | 2025.02.28 02:13:00.777654 [ 192 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4534 | 2025.02.28 02:13:00.777878 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4535 | 2025.02.28 02:13:00.778125 [ 189 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.02.28 02:13:00.778328 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2025.02.28 02:13:00.778342 [ 189 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_5_1} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4538 | 2025.02.28 02:13:00.778535 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4539 | 2025.02.28 02:13:00.778754 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Debug> executeQuery: Read 134 rows, 11.10 KiB in 0.004617 sec., 29023.175222005633 rows/sec., 2.35 MiB/sec. | ||
| 4540 | 2025.02.28 02:13:00.779024 [ 257 ] {1af53ca9-8b1d-49ac-a1cf-f5ca416866c0} <Debug> TCPHandler: Processed in 0.005201144 sec. | ||
| 4541 | 2025.02.28 02:13:00.779240 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4542 | 2025.02.28 02:13:00.779380 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4543 | 2025.02.28 02:13:00.779440 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4544 | 2025.02.28 02:13:00.780084 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2025.02.28 02:13:00.780122 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4546 | 2025.02.28 02:13:00.780526 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4547 | 2025.02.28 02:13:00.780769 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2025.02.28 02:13:00.780976 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001626 sec., 120541.20541205411 rows/sec., 8.65 MiB/sec. | ||
| 4549 | 2025.02.28 02:13:00.781029 [ 4 ] {7903af46-d0c7-472d-a590-8c8c61243645} <Debug> TCPHandler: Processed in 0.001872116 sec. | ||
| 4550 | 2025.02.28 02:13:00.781192 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4551 | 2025.02.28 02:13:00.781329 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4552 | 2025.02.28 02:13:00.781422 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4553 | 2025.02.28 02:13:00.782699 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2025.02.28 02:13:00.782735 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4555 | 2025.02.28 02:13:00.783388 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4556 | 2025.02.28 02:13:00.783640 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2025.02.28 02:13:00.783862 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002559 sec., 13286.440015631106 rows/sec., 23.81 MiB/sec. | ||
| 4558 | 2025.02.28 02:13:00.784020 [ 257 ] {fc303e52-52f4-45a7-b54b-f13b6815c653} <Debug> TCPHandler: Processed in 0.002893101 sec. | ||
| 4559 | 2025.02.28 02:13:00.784189 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4560 | 2025.02.28 02:13:00.784330 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4561 | 2025.02.28 02:13:00.784388 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4562 | 2025.02.28 02:13:00.784961 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4563 | 2025.02.28 02:13:00.785006 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 4564 | 2025.02.28 02:13:00.785384 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4565 | 2025.02.28 02:13:00.785616 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4566 | 2025.02.28 02:13:00.785826 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 4567 | 2025.02.28 02:13:00.785876 [ 4 ] {b4bfd8ee-9ec7-4c36-8bef-36681d05f541} <Debug> TCPHandler: Processed in 0.001755795 sec. | ||
| 4568 | 2025.02.28 02:13:02.622604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 4569 | 2025.02.28 02:13:02.623476 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4570 | 2025.02.28 02:13:02.623519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4571 | 2025.02.28 02:13:02.624022 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4572 | 2025.02.28 02:13:02.624275 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4573 | 2025.02.28 02:13:02.624467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 4574 | 2025.02.28 02:13:03.372059 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4575 | 2025.02.28 02:13:03.393966 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.02.28 02:13:03.394026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4577 | 2025.02.28 02:13:03.401622 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4578 | 2025.02.28 02:13:03.402377 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.02.28 02:13:03.405236 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4580 | 2025.02.28 02:13:05.170033 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 642 | ||
| 4581 | 2025.02.28 02:13:05.173111 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2025.02.28 02:13:05.173161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4583 | 2025.02.28 02:13:05.174657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4584 | 2025.02.28 02:13:05.174971 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4585 | 2025.02.28 02:13:05.176827 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642 | ||
| 4586 | 2025.02.28 02:13:05.752925 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2025.02.28 02:13:05.753131 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4588 | 2025.02.28 02:13:05.753209 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4589 | 2025.02.28 02:13:05.753998 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2025.02.28 02:13:05.754043 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4591 | 2025.02.28 02:13:05.754474 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4592 | 2025.02.28 02:13:05.754730 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2025.02.28 02:13:05.754983 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.00191 sec., 34554.97382198953 rows/sec., 2.75 MiB/sec. | ||
| 4594 | 2025.02.28 02:13:05.755048 [ 4 ] {55f2e2c1-5e31-4c62-b8a1-0e7097711830} <Debug> TCPHandler: Processed in 0.002257812 sec. | ||
| 4595 | 2025.02.28 02:13:05.755313 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2025.02.28 02:13:05.755504 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4597 | 2025.02.28 02:13:05.755576 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4598 | 2025.02.28 02:13:05.756310 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.02.28 02:13:05.756360 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4600 | 2025.02.28 02:13:05.756783 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4601 | 2025.02.28 02:13:05.757048 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.02.28 02:13:05.757300 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001847 sec., 2707.092582566324 rows/sec., 203.56 KiB/sec. | ||
| 4603 | 2025.02.28 02:13:05.757471 [ 257 ] {01588995-3a03-4052-98cb-8b902c6963e1} <Debug> TCPHandler: Processed in 0.002297082 sec. | ||
| 4604 | 2025.02.28 02:13:05.757679 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2025.02.28 02:13:05.757825 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4606 | 2025.02.28 02:13:05.757887 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4607 | 2025.02.28 02:13:05.758612 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2025.02.28 02:13:05.758653 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4609 | 2025.02.28 02:13:05.759020 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4610 | 2025.02.28 02:13:05.759260 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2025.02.28 02:13:05.759491 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.0017 sec., 40588.23529411765 rows/sec., 3.17 MiB/sec. | ||
| 4612 | 2025.02.28 02:13:05.759629 [ 4 ] {b3966dfc-732b-4889-95c5-320b5a382f51} <Debug> TCPHandler: Processed in 0.002020369 sec. | ||
| 4613 | 2025.02.28 02:13:05.759797 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2025.02.28 02:13:05.759914 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4615 | 2025.02.28 02:13:05.759969 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4616 | 2025.02.28 02:13:05.760561 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2025.02.28 02:13:05.760601 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4618 | 2025.02.28 02:13:05.761000 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4619 | 2025.02.28 02:13:05.761241 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.02.28 02:13:05.761418 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 4621 | 2025.02.28 02:13:05.761468 [ 257 ] {e8d0fdc2-97ba-4828-b7e9-574bcf84cb06} <Debug> TCPHandler: Processed in 0.001734295 sec. | ||
| 4622 | 2025.02.28 02:13:05.761616 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4623 | 2025.02.28 02:13:05.761735 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4624 | 2025.02.28 02:13:05.761816 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4625 | 2025.02.28 02:13:05.762925 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4626 | 2025.02.28 02:13:05.762965 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4627 | 2025.02.28 02:13:05.763581 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4628 | 2025.02.28 02:13:05.763850 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2025.02.28 02:13:05.764032 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4630 | 2025.02.28 02:13:05.764104 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4631 | 2025.02.28 02:13:05.764135 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002414 sec., 2071.251035625518 rows/sec., 3.71 MiB/sec. | ||
| 4632 | 2025.02.28 02:13:05.764152 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4633 | 2025.02.28 02:13:05.764679 [ 4 ] {860bd235-e5d4-48e8-a62d-2974db43f714} <Debug> TCPHandler: Processed in 0.003114894 sec. | ||
| 4634 | 2025.02.28 02:13:05.764921 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 4635 | 2025.02.28 02:13:05.765155 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4636 | 2025.02.28 02:13:05.765571 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4637 | 2025.02.28 02:13:05.765713 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4638 | 2025.02.28 02:13:05.766213 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4639 | 2025.02.28 02:13:05.766463 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 474 rows starting from the beginning of the part | ||
| 4640 | 2025.02.28 02:13:05.767160 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part | ||
| 4641 | 2025.02.28 02:13:05.767949 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 4642 | 2025.02.28 02:13:05.768000 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.02.28 02:13:05.768078 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4644 | 2025.02.28 02:13:05.768580 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part | ||
| 4645 | 2025.02.28 02:13:05.769293 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 4646 | 2025.02.28 02:13:05.769533 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4647 | 2025.02.28 02:13:05.769890 [ 189 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part | ||
| 4648 | 2025.02.28 02:13:05.770405 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.02.28 02:13:05.771212 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005745 sec., 10443.864229765013 rows/sec., 720.74 KiB/sec. | ||
| 4650 | 2025.02.28 02:13:05.771285 [ 257 ] {cee3e6ba-539f-4a22-b896-90f41f07742f} <Debug> TCPHandler: Processed in 0.006460792 sec. | ||
| 4651 | 2025.02.28 02:13:05.777745 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 557 rows, containing 19 columns (19 merged, 0 gathered) in 0.013374779 sec., 41645.54793765191 rows/sec., 74.63 MiB/sec. | ||
| 4652 | 2025.02.28 02:13:05.778364 [ 193 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4653 | 2025.02.28 02:13:05.778775 [ 193 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2025.02.28 02:13:05.778861 [ 193 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4655 | 2025.02.28 02:13:05.778985 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 4656 | 2025.02.28 02:13:06.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.45 MiB, peak 195.75 MiB, free memory in arenas 0.00 B, will set to 190.01 MiB (RSS), difference: 1.55 MiB | ||
| 4657 | 2025.02.28 02:13:10.011182 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4658 | 2025.02.28 02:13:10.011248 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4659 | 2025.02.28 02:13:10.124731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 4660 | 2025.02.28 02:13:10.125691 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.02.28 02:13:10.125741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4662 | 2025.02.28 02:13:10.126268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4663 | 2025.02.28 02:13:10.126531 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.02.28 02:13:10.126758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4665 | 2025.02.28 02:13:10.126769 [ 66 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4666 | 2025.02.28 02:13:10.126840 [ 66 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2025.02.28 02:13:10.126868 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4668 | 2025.02.28 02:13:10.127084 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 4669 | 2025.02.28 02:13:10.127351 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4670 | 2025.02.28 02:13:10.127395 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 4671 | 2025.02.28 02:13:10.127474 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 4672 | 2025.02.28 02:13:10.127676 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 4673 | 2025.02.28 02:13:10.127831 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 4674 | 2025.02.28 02:13:10.128045 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 4675 | 2025.02.28 02:13:10.128306 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 4676 | 2025.02.28 02:13:10.130847 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003905065 sec., 3061664.7866296717 rows/sec., 43.80 MiB/sec. | ||
| 4677 | 2025.02.28 02:13:10.131085 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4678 | 2025.02.28 02:13:10.131368 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.02.28 02:13:10.131446 [ 193 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_26_5} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4680 | 2025.02.28 02:13:10.131527 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4681 | 2025.02.28 02:13:10.755889 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4682 | 2025.02.28 02:13:10.756075 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4683 | 2025.02.28 02:13:10.756147 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4684 | 2025.02.28 02:13:10.756968 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2025.02.28 02:13:10.757018 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4686 | 2025.02.28 02:13:10.757470 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4687 | 2025.02.28 02:13:10.757714 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2025.02.28 02:13:10.757933 [ 66 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4689 | 2025.02.28 02:13:10.757942 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001915 sec., 64751.95822454308 rows/sec., 5.54 MiB/sec. | ||
| 4690 | 2025.02.28 02:13:10.758027 [ 66 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.02.28 02:13:10.758108 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4692 | 2025.02.28 02:13:10.758122 [ 4 ] {fc63fdfb-27e5-4835-ad19-eac1047a4bed} <Debug> TCPHandler: Processed in 0.002363593 sec. | ||
| 4693 | 2025.02.28 02:13:10.758435 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 4694 | 2025.02.28 02:13:10.758464 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2025.02.28 02:13:10.758877 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4696 | 2025.02.28 02:13:10.758891 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4697 | 2025.02.28 02:13:10.758961 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1404 rows starting from the beginning of the part | ||
| 4698 | 2025.02.28 02:13:10.758985 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4699 | 2025.02.28 02:13:10.759287 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 124 rows starting from the beginning of the part | ||
| 4700 | 2025.02.28 02:13:10.759663 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 66 rows starting from the beginning of the part | ||
| 4701 | 2025.02.28 02:13:10.760031 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 244 rows starting from the beginning of the part | ||
| 4702 | 2025.02.28 02:13:10.760465 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 66 rows starting from the beginning of the part | ||
| 4703 | 2025.02.28 02:13:10.760766 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 124 rows starting from the beginning of the part | ||
| 4704 | 2025.02.28 02:13:10.761742 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4705 | 2025.02.28 02:13:10.761823 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4706 | 2025.02.28 02:13:10.762803 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4707 | 2025.02.28 02:13:10.763268 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2025.02.28 02:13:10.763866 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.005086 sec., 6685.017695635076 rows/sec., 502.68 KiB/sec. | ||
| 4709 | 2025.02.28 02:13:10.764439 [ 257 ] {21fb208c-f1e9-401e-88f6-8c02cc193f97} <Debug> TCPHandler: Processed in 0.006148917 sec. | ||
| 4710 | 2025.02.28 02:13:10.764568 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2028 rows, containing 5 columns (5 merged, 0 gathered) in 0.006352009 sec., 319269.0690457145 rows/sec., 28.19 MiB/sec. | ||
| 4711 | 2025.02.28 02:13:10.764769 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4712 | 2025.02.28 02:13:10.764871 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4713 | 2025.02.28 02:13:10.765113 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4714 | 2025.02.28 02:13:10.765274 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4715 | 2025.02.28 02:13:10.765507 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2025.02.28 02:13:10.765735 [ 193 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_41_8} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4717 | 2025.02.28 02:13:10.765930 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 4718 | 2025.02.28 02:13:10.766393 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.02.28 02:13:10.766437 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4720 | 2025.02.28 02:13:10.766809 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4721 | 2025.02.28 02:13:10.767047 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4722 | 2025.02.28 02:13:10.767224 [ 65 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4723 | 2025.02.28 02:13:10.767296 [ 65 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2025.02.28 02:13:10.767299 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.002269 sec., 43190.83296606434 rows/sec., 3.37 MiB/sec. | ||
| 4725 | 2025.02.28 02:13:10.767338 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4726 | 2025.02.28 02:13:10.767473 [ 4 ] {e8192ba1-e874-424e-a1af-1a0064478e7d} <Debug> TCPHandler: Processed in 0.002854751 sec. | ||
| 4727 | 2025.02.28 02:13:10.767604 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 4728 | 2025.02.28 02:13:10.767680 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4729 | 2025.02.28 02:13:10.767753 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4730 | 2025.02.28 02:13:10.767802 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 631 rows starting from the beginning of the part | ||
| 4731 | 2025.02.28 02:13:10.767833 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4732 | 2025.02.28 02:13:10.768010 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 98 rows starting from the beginning of the part | ||
| 4733 | 2025.02.28 02:13:10.768017 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4734 | 2025.02.28 02:13:10.768539 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 69 rows starting from the beginning of the part | ||
| 4735 | 2025.02.28 02:13:10.768758 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 134 rows starting from the beginning of the part | ||
| 4736 | 2025.02.28 02:13:10.768994 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 69 rows starting from the beginning of the part | ||
| 4737 | 2025.02.28 02:13:10.769262 [ 186 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 98 rows starting from the beginning of the part | ||
| 4738 | 2025.02.28 02:13:10.769986 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4739 | 2025.02.28 02:13:10.770030 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4740 | 2025.02.28 02:13:10.770631 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4741 | 2025.02.28 02:13:10.770932 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2025.02.28 02:13:10.771144 [ 198 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1099 rows, containing 5 columns (5 merged, 0 gathered) in 0.003674882 sec., 299057.22142915067 rows/sec., 24.13 MiB/sec. | ||
| 4743 | 2025.02.28 02:13:10.771222 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4744 | 2025.02.28 02:13:10.771299 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2025.02.28 02:13:10.771352 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4746 | 2025.02.28 02:13:10.771380 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003567 sec., 44855.620970002805 rows/sec., 3.12 MiB/sec. | ||
| 4747 | 2025.02.28 02:13:10.771496 [ 198 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4748 | 2025.02.28 02:13:10.771801 [ 257 ] {7615a9e5-ca2d-4728-aa25-c6c01c9d62b9} <Debug> TCPHandler: Processed in 0.004187149 sec. | ||
| 4749 | 2025.02.28 02:13:10.771843 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 4750 | 2025.02.28 02:13:10.772094 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4751 | 2025.02.28 02:13:10.772206 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4752 | 2025.02.28 02:13:10.772289 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10872 rows starting from the beginning of the part | ||
| 4753 | 2025.02.28 02:13:10.772427 [ 198 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2025.02.28 02:13:10.772688 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 4755 | 2025.02.28 02:13:10.772881 [ 198 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_41_8} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4756 | 2025.02.28 02:13:10.772861 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4757 | 2025.02.28 02:13:10.773148 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 4758 | 2025.02.28 02:13:10.773299 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4759 | 2025.02.28 02:13:10.773617 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 196 rows starting from the beginning of the part | ||
| 4760 | 2025.02.28 02:13:10.773612 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4761 | 2025.02.28 02:13:10.774000 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 4762 | 2025.02.28 02:13:10.774447 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 4763 | 2025.02.28 02:13:10.778615 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2025.02.28 02:13:10.778685 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4765 | 2025.02.28 02:13:10.779991 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4766 | 2025.02.28 02:13:10.780280 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2025.02.28 02:13:10.780556 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.008158 sec., 4167.6881588624665 rows/sec., 7.47 MiB/sec. | ||
| 4768 | 2025.02.28 02:13:10.780713 [ 4 ] {6f9f5bfc-2454-4269-bc41-346ec8a2c032} <Debug> TCPHandler: Processed in 0.008740723 sec. | ||
| 4769 | 2025.02.28 02:13:10.780893 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2025.02.28 02:13:10.781108 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11708 rows, containing 5 columns (5 merged, 0 gathered) in 0.009642117 sec., 1214256.1638694075 rows/sec., 83.26 MiB/sec. | ||
| 4771 | 2025.02.28 02:13:10.781116 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4772 | 2025.02.28 02:13:10.781184 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4773 | 2025.02.28 02:13:10.781367 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4774 | 2025.02.28 02:13:10.781754 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4775 | 2025.02.28 02:13:10.781865 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2025.02.28 02:13:10.781874 [ 186 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4777 | 2025.02.28 02:13:10.781905 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4778 | 2025.02.28 02:13:10.781974 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4779 | 2025.02.28 02:13:10.782306 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4780 | 2025.02.28 02:13:10.782550 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2025.02.28 02:13:10.782703 [ 65 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4782 | 2025.02.28 02:13:10.782768 [ 65 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2025.02.28 02:13:10.782800 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4784 | 2025.02.28 02:13:10.782821 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001739 sec., 34502.587694077054 rows/sec., 2.33 MiB/sec. | ||
| 4785 | 2025.02.28 02:13:10.782946 [ 257 ] {5551a4e5-5c47-4a9b-a46a-26c5f265ddde} <Debug> TCPHandler: Processed in 0.00212577 sec. | ||
| 4786 | 2025.02.28 02:13:10.782973 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4787 | 2025.02.28 02:13:10.783073 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4788 | 2025.02.28 02:13:10.783100 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1788 rows starting from the beginning of the part | ||
| 4789 | 2025.02.28 02:13:10.783190 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4790 | 2025.02.28 02:13:10.783383 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 4791 | 2025.02.28 02:13:10.783503 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4792 | 2025.02.28 02:13:10.783651 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 4793 | 2025.02.28 02:13:10.783710 [ 198 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 4794 | 2025.02.28 02:13:10.784976 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094009 sec., 997130.3848264263 rows/sec., 67.16 MiB/sec. | ||
| 4795 | 2025.02.28 02:13:10.785288 [ 200 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4796 | 2025.02.28 02:13:10.785669 [ 200 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2025.02.28 02:13:10.785765 [ 200 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_41_8} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4798 | 2025.02.28 02:13:10.785869 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4799 | 2025.02.28 02:13:10.905411 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4800 | 2025.02.28 02:13:10.926823 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2025.02.28 02:13:10.926888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4802 | 2025.02.28 02:13:10.934545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4803 | 2025.02.28 02:13:10.935359 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.02.28 02:13:10.935718 [ 65 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4805 | 2025.02.28 02:13:10.935823 [ 65 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4806 | 2025.02.28 02:13:10.935882 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4807 | 2025.02.28 02:13:10.936336 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4808 | 2025.02.28 02:13:10.953922 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4809 | 2025.02.28 02:13:10.954904 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4810 | 2025.02.28 02:13:10.956087 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4811 | 2025.02.28 02:13:10.961245 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4812 | 2025.02.28 02:13:10.966814 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4813 | 2025.02.28 02:13:10.972312 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4814 | 2025.02.28 02:13:10.978057 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4815 | 2025.02.28 02:13:10.982601 [ 195 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 4816 | 2025.02.28 02:13:11.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.05 MiB, peak 201.05 MiB, free memory in arenas 0.00 B, will set to 192.68 MiB (RSS), difference: -8.37 MiB | ||
| 4817 | 2025.02.28 02:13:11.042445 [ 200 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106373265 sec., 1842.568243063706 rows/sec., 9.53 MiB/sec. | ||
| 4818 | 2025.02.28 02:13:11.044998 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4819 | 2025.02.28 02:13:11.047935 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_26_5} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2025.02.28 02:13:11.048033 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_26_5} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4821 | 2025.02.28 02:13:11.050460 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4822 | 2025.02.28 02:13:12.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.26 MiB, peak 201.05 MiB, free memory in arenas 0.00 B, will set to 193.20 MiB (RSS), difference: 9.94 MiB | ||
| 4823 | 2025.02.28 02:13:14.116159 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2025.02.28 02:13:14.116478 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4825 | 2025.02.28 02:13:14.116602 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4826 | 2025.02.28 02:13:14.117432 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2025.02.28 02:13:14.117491 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4828 | 2025.02.28 02:13:14.117947 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4829 | 2025.02.28 02:13:14.118216 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2025.02.28 02:13:14.118570 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002156 sec., 4638.21892393321 rows/sec., 378.21 KiB/sec. | ||
| 4831 | 2025.02.28 02:13:14.118670 [ 4 ] {e02c1e08-6756-4199-a51c-72305e4ef49d} <Debug> TCPHandler: Processed in 0.002705258 sec. | ||
| 4832 | 2025.02.28 02:13:14.118966 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4833 | 2025.02.28 02:13:14.119174 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4834 | 2025.02.28 02:13:14.119254 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4835 | 2025.02.28 02:13:14.120684 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2025.02.28 02:13:14.120728 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4837 | 2025.02.28 02:13:14.121242 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4838 | 2025.02.28 02:13:14.121504 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2025.02.28 02:13:14.121752 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Debug> executeQuery: Read 1211 rows, 102.31 KiB in 0.002634 sec., 459757.0235383447 rows/sec., 37.93 MiB/sec. | ||
| 4840 | 2025.02.28 02:13:14.121808 [ 257 ] {91e7f37c-0b4d-4556-9d65-062bc22e183b} <Debug> TCPHandler: Processed in 0.002981513 sec. | ||
| 4841 | 2025.02.28 02:13:14.122053 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4842 | 2025.02.28 02:13:14.122290 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4843 | 2025.02.28 02:13:14.122387 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4844 | 2025.02.28 02:13:14.123097 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2025.02.28 02:13:14.123139 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4846 | 2025.02.28 02:13:14.123526 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4847 | 2025.02.28 02:13:14.123777 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2025.02.28 02:13:14.124026 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Debug> executeQuery: Read 15 rows, 1.07 KiB in 0.001799 sec., 8337.965536409116 rows/sec., 597.12 KiB/sec. | ||
| 4849 | 2025.02.28 02:13:14.124092 [ 4 ] {625a48ec-dab3-4da9-aa25-ee35aac9d71e} <Debug> TCPHandler: Processed in 0.00215524 sec. | ||
| 4850 | 2025.02.28 02:13:14.124260 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2025.02.28 02:13:14.124421 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4852 | 2025.02.28 02:13:14.124489 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4853 | 2025.02.28 02:13:14.125190 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.02.28 02:13:14.125230 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4855 | 2025.02.28 02:13:14.125611 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4856 | 2025.02.28 02:13:14.125852 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.02.28 02:13:14.126080 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001693 sec., 134672.17956290607 rows/sec., 9.12 MiB/sec. | ||
| 4858 | 2025.02.28 02:13:14.126157 [ 257 ] {0baf2fcf-16ab-4ca0-bc14-db00abc84e3d} <Debug> TCPHandler: Processed in 0.001968308 sec. | ||
| 4859 | 2025.02.28 02:13:14.126325 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4860 | 2025.02.28 02:13:14.126448 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4861 | 2025.02.28 02:13:14.126503 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4862 | 2025.02.28 02:13:14.127359 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.02.28 02:13:14.127406 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4864 | 2025.02.28 02:13:14.127846 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4865 | 2025.02.28 02:13:14.128119 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.02.28 02:13:14.128336 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Debug> executeQuery: Read 535 rows, 40.62 KiB in 0.001916 sec., 279227.5574112735 rows/sec., 20.70 MiB/sec. | ||
| 4867 | 2025.02.28 02:13:14.128393 [ 4 ] {6ae7b991-919d-4bd0-9399-678618561a6b} <Debug> TCPHandler: Processed in 0.00212959 sec. | ||
| 4868 | 2025.02.28 02:13:14.128552 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4869 | 2025.02.28 02:13:14.128706 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4870 | 2025.02.28 02:13:14.128773 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4871 | 2025.02.28 02:13:14.129604 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4872 | 2025.02.28 02:13:14.129651 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4873 | 2025.02.28 02:13:14.130144 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4874 | 2025.02.28 02:13:14.130404 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4875 | 2025.02.28 02:13:14.130624 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Debug> executeQuery: Read 967 rows, 66.49 KiB in 0.001978 sec., 488877.6541961577 rows/sec., 32.83 MiB/sec. | ||
| 4876 | 2025.02.28 02:13:14.130681 [ 257 ] {5c46beae-b3f7-486f-97be-45acebdadd31} <Debug> TCPHandler: Processed in 0.002186631 sec. | ||
| 4877 | 2025.02.28 02:13:14.130843 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4878 | 2025.02.28 02:13:14.130968 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4879 | 2025.02.28 02:13:14.131073 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4880 | 2025.02.28 02:13:14.132221 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2025.02.28 02:13:14.132263 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4882 | 2025.02.28 02:13:14.132908 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4883 | 2025.02.28 02:13:14.133169 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2025.02.28 02:13:14.133422 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002485 sec., 2012.072434607646 rows/sec., 3.61 MiB/sec. | ||
| 4885 | 2025.02.28 02:13:14.133519 [ 4 ] {07800e63-4e1a-4cb8-b2b9-fb78bbed4ac9} <Debug> TCPHandler: Processed in 0.002741678 sec. | ||
| 4886 | 2025.02.28 02:13:14.133690 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4887 | 2025.02.28 02:13:14.133821 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4888 | 2025.02.28 02:13:14.133874 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4889 | 2025.02.28 02:13:14.134458 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2025.02.28 02:13:14.134500 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4891 | 2025.02.28 02:13:14.134898 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4892 | 2025.02.28 02:13:14.135143 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2025.02.28 02:13:14.135351 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001555 sec., 30868.16720257235 rows/sec., 2.08 MiB/sec. | ||
| 4894 | 2025.02.28 02:13:14.135402 [ 257 ] {3dd267ae-3108-41e0-a69c-d84e7941488b} <Debug> TCPHandler: Processed in 0.001774315 sec. | ||
| 4895 | 2025.02.28 02:13:15.177201 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 682 | ||
| 4896 | 2025.02.28 02:13:15.180791 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2025.02.28 02:13:15.180838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4898 | 2025.02.28 02:13:15.182320 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4899 | 2025.02.28 02:13:15.182657 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.02.28 02:13:15.184038 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4901 | 2025.02.28 02:13:15.746025 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4902 | 2025.02.28 02:13:15.746221 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4903 | 2025.02.28 02:13:15.746294 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4904 | 2025.02.28 02:13:15.747096 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.02.28 02:13:15.747145 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4906 | 2025.02.28 02:13:15.747584 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4907 | 2025.02.28 02:13:15.747844 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2025.02.28 02:13:15.748084 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec. | ||
| 4909 | 2025.02.28 02:13:15.748144 [ 4 ] {6cb3284e-e316-43bd-b2d3-c6edcbb24861} <Debug> TCPHandler: Processed in 0.002250342 sec. | ||
| 4910 | 2025.02.28 02:13:15.748418 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4911 | 2025.02.28 02:13:15.748634 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4912 | 2025.02.28 02:13:15.748708 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4913 | 2025.02.28 02:13:15.749503 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4914 | 2025.02.28 02:13:15.749548 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4915 | 2025.02.28 02:13:15.749980 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4916 | 2025.02.28 02:13:15.750241 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2025.02.28 02:13:15.750461 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. | ||
| 4918 | 2025.02.28 02:13:15.750518 [ 257 ] {769b6839-cb03-4462-8edf-c6a75135772f} <Debug> TCPHandler: Processed in 0.002241722 sec. | ||
| 4919 | 2025.02.28 02:13:15.750693 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4920 | 2025.02.28 02:13:15.750814 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4921 | 2025.02.28 02:13:15.750869 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4922 | 2025.02.28 02:13:15.751419 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2025.02.28 02:13:15.751460 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4924 | 2025.02.28 02:13:15.751850 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4925 | 2025.02.28 02:13:15.752094 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2025.02.28 02:13:15.752335 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001549 sec., 20658.489347966428 rows/sec., 1.44 MiB/sec. | ||
| 4927 | 2025.02.28 02:13:15.752388 [ 4 ] {e8b4c6e7-7403-4755-9b40-a540624d185c} <Debug> TCPHandler: Processed in 0.001756895 sec. | ||
| 4928 | 2025.02.28 02:13:15.752546 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4929 | 2025.02.28 02:13:15.752667 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4930 | 2025.02.28 02:13:15.752721 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4931 | 2025.02.28 02:13:15.753217 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4932 | 2025.02.28 02:13:15.753256 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4933 | 2025.02.28 02:13:15.753635 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4934 | 2025.02.28 02:13:15.753875 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4935 | 2025.02.28 02:13:15.754093 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001453 sec., 8258.774948382656 rows/sec., 569.94 KiB/sec. | ||
| 4936 | 2025.02.28 02:13:15.754142 [ 257 ] {e348a096-b91d-4f82-aa26-45b0b570796c} <Debug> TCPHandler: Processed in 0.001656093 sec. | ||
| 4937 | 2025.02.28 02:13:17.626992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 4938 | 2025.02.28 02:13:17.627726 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.02.28 02:13:17.627783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4940 | 2025.02.28 02:13:17.628494 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4941 | 2025.02.28 02:13:17.628786 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4942 | 2025.02.28 02:13:17.628996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 4943 | 2025.02.28 02:13:18.454095 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4944 | 2025.02.28 02:13:18.472561 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.02.28 02:13:18.472624 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4946 | 2025.02.28 02:13:18.480050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4947 | 2025.02.28 02:13:18.481109 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.02.28 02:13:18.485091 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4949 | 2025.02.28 02:13:20.754771 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2025.02.28 02:13:20.754958 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4951 | 2025.02.28 02:13:20.755032 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4952 | 2025.02.28 02:13:20.755859 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.02.28 02:13:20.755906 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4954 | 2025.02.28 02:13:20.756356 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4955 | 2025.02.28 02:13:20.756614 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.02.28 02:13:20.756866 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001962 sec., 63200.81549439347 rows/sec., 5.40 MiB/sec. | ||
| 4957 | 2025.02.28 02:13:20.756923 [ 4 ] {caca7aa0-fb35-4fb6-8a8a-a07f86be02a3} <Debug> TCPHandler: Processed in 0.002284853 sec. | ||
| 4958 | 2025.02.28 02:13:20.757194 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2025.02.28 02:13:20.757380 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4960 | 2025.02.28 02:13:20.757449 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4961 | 2025.02.28 02:13:20.758178 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2025.02.28 02:13:20.758218 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4963 | 2025.02.28 02:13:20.758637 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4964 | 2025.02.28 02:13:20.758894 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2025.02.28 02:13:20.759081 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001755 sec., 19373.219373219374 rows/sec., 1.42 MiB/sec. | ||
| 4966 | 2025.02.28 02:13:20.759135 [ 257 ] {3fb08659-d82f-4daa-97bf-5d3476dcf7a9} <Debug> TCPHandler: Processed in 0.00208512 sec. | ||
| 4967 | 2025.02.28 02:13:20.759300 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2025.02.28 02:13:20.759421 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4969 | 2025.02.28 02:13:20.759471 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4970 | 2025.02.28 02:13:20.760090 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.02.28 02:13:20.760131 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4972 | 2025.02.28 02:13:20.760513 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4973 | 2025.02.28 02:13:20.760756 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2025.02.28 02:13:20.760981 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001584 sec., 61868.68686868687 rows/sec., 4.83 MiB/sec. | ||
| 4975 | 2025.02.28 02:13:20.761034 [ 4 ] {ba39b0be-7460-49d7-8be1-4e21e8ad7206} <Debug> TCPHandler: Processed in 0.001791276 sec. | ||
| 4976 | 2025.02.28 02:13:20.761188 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2025.02.28 02:13:20.761329 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4978 | 2025.02.28 02:13:20.761390 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4979 | 2025.02.28 02:13:20.762045 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2025.02.28 02:13:20.762082 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4981 | 2025.02.28 02:13:20.762479 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4982 | 2025.02.28 02:13:20.762722 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2025.02.28 02:13:20.762922 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 4984 | 2025.02.28 02:13:20.762979 [ 257 ] {161bc47f-23a7-481b-9296-b968e9d4471c} <Debug> TCPHandler: Processed in 0.001856676 sec. | ||
| 4985 | 2025.02.28 02:13:20.763253 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.02.28 02:13:20.763389 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4987 | 2025.02.28 02:13:20.763484 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4988 | 2025.02.28 02:13:20.764725 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.02.28 02:13:20.764764 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4990 | 2025.02.28 02:13:20.765415 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4991 | 2025.02.28 02:13:20.765670 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.02.28 02:13:20.765915 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002555 sec., 13307.240704500979 rows/sec., 23.85 MiB/sec. | ||
| 4993 | 2025.02.28 02:13:20.766008 [ 4 ] {a71fb7ae-a5ec-4d1b-91a1-49e624f1195e} <Debug> TCPHandler: Processed in 0.002902591 sec. | ||
| 4994 | 2025.02.28 02:13:20.766175 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2025.02.28 02:13:20.766313 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4996 | 2025.02.28 02:13:20.766373 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4997 | 2025.02.28 02:13:20.766927 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2025.02.28 02:13:20.766965 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4999 | 2025.02.28 02:13:20.767331 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5000 | 2025.02.28 02:13:20.767569 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2025.02.28 02:13:20.767757 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 5002 | 2025.02.28 02:13:20.767865 [ 257 ] {d774b44d-2f82-44bd-9fe1-a964474a798a} <Debug> TCPHandler: Processed in 0.001757344 sec. | ||
| 5003 | 2025.02.28 02:13:25.011503 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5004 | 2025.02.28 02:13:25.011590 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5005 | 2025.02.28 02:13:25.129214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5006 | 2025.02.28 02:13:25.130044 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.02.28 02:13:25.130108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5008 | 2025.02.28 02:13:25.130882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5009 | 2025.02.28 02:13:25.131233 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2025.02.28 02:13:25.131515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5011 | 2025.02.28 02:13:25.184399 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 702 | ||
| 5012 | 2025.02.28 02:13:25.187258 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2025.02.28 02:13:25.187308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5014 | 2025.02.28 02:13:25.188801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5015 | 2025.02.28 02:13:25.189113 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2025.02.28 02:13:25.189646 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 702 | ||
| 5017 | 2025.02.28 02:13:25.753910 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5018 | 2025.02.28 02:13:25.754215 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5019 | 2025.02.28 02:13:25.754328 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5020 | 2025.02.28 02:13:25.755376 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5021 | 2025.02.28 02:13:25.755422 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5022 | 2025.02.28 02:13:25.755868 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5023 | 2025.02.28 02:13:25.756123 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5024 | 2025.02.28 02:13:25.756375 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002246 sec., 29385.574354407832 rows/sec., 2.34 MiB/sec. | ||
| 5025 | 2025.02.28 02:13:25.756433 [ 4 ] {64eac929-c722-47a8-96cc-5cc469251874} <Debug> TCPHandler: Processed in 0.002708518 sec. | ||
| 5026 | 2025.02.28 02:13:25.756723 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5027 | 2025.02.28 02:13:25.756918 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5028 | 2025.02.28 02:13:25.756991 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5029 | 2025.02.28 02:13:25.757747 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5030 | 2025.02.28 02:13:25.757798 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5031 | 2025.02.28 02:13:25.758244 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5032 | 2025.02.28 02:13:25.758509 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2025.02.28 02:13:25.758702 [ 44 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5034 | 2025.02.28 02:13:25.758769 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001902 sec., 2628.8117770767612 rows/sec., 197.67 KiB/sec. | ||
| 5035 | 2025.02.28 02:13:25.758787 [ 44 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2025.02.28 02:13:25.758858 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5037 | 2025.02.28 02:13:25.758903 [ 257 ] {ce973ac0-d74d-4cc0-8784-147d736a1d64} <Debug> TCPHandler: Processed in 0.002317843 sec. | ||
| 5038 | 2025.02.28 02:13:25.759155 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 5039 | 2025.02.28 02:13:25.759182 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2025.02.28 02:13:25.759431 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5041 | 2025.02.28 02:13:25.759481 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5042 | 2025.02.28 02:13:25.759506 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 69 rows starting from the beginning of the part | ||
| 5043 | 2025.02.28 02:13:25.759598 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5044 | 2025.02.28 02:13:25.759897 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part | ||
| 5045 | 2025.02.28 02:13:25.760241 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 5046 | 2025.02.28 02:13:25.760488 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part | ||
| 5047 | 2025.02.28 02:13:25.760850 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 5048 | 2025.02.28 02:13:25.761078 [ 187 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 5 rows starting from the beginning of the part | ||
| 5049 | 2025.02.28 02:13:25.761917 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.02.28 02:13:25.761964 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5051 | 2025.02.28 02:13:25.762553 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5052 | 2025.02.28 02:13:25.762686 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.003689582 sec., 43907.41281803738 rows/sec., 3.37 MiB/sec. | ||
| 5053 | 2025.02.28 02:13:25.762964 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5054 | 2025.02.28 02:13:25.762964 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.02.28 02:13:25.763485 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.004064 sec., 16978.346456692914 rows/sec., 1.33 MiB/sec. | ||
| 5056 | 2025.02.28 02:13:25.763627 [ 4 ] {05f687ef-a0ed-4882-83bd-ce1c6e4672d6} <Debug> TCPHandler: Processed in 0.004591596 sec. | ||
| 5057 | 2025.02.28 02:13:25.763670 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2025.02.28 02:13:25.763820 [ 200 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_31_6} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5059 | 2025.02.28 02:13:25.763951 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2025.02.28 02:13:25.763966 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5061 | 2025.02.28 02:13:25.764148 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5062 | 2025.02.28 02:13:25.764216 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5063 | 2025.02.28 02:13:25.764932 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.02.28 02:13:25.764980 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5065 | 2025.02.28 02:13:25.765388 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5066 | 2025.02.28 02:13:25.765637 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.02.28 02:13:25.765848 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 5068 | 2025.02.28 02:13:25.765898 [ 257 ] {7f7bd654-5653-444b-a308-fe77318e6721} <Debug> TCPHandler: Processed in 0.00210873 sec. | ||
| 5069 | 2025.02.28 02:13:25.766106 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5070 | 2025.02.28 02:13:25.766328 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5071 | 2025.02.28 02:13:25.766468 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5072 | 2025.02.28 02:13:25.767808 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2025.02.28 02:13:25.767847 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5074 | 2025.02.28 02:13:25.768458 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5075 | 2025.02.28 02:13:25.768716 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5076 | 2025.02.28 02:13:25.768968 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002695 sec., 1855.287569573284 rows/sec., 3.32 MiB/sec. | ||
| 5077 | 2025.02.28 02:13:25.769063 [ 4 ] {17e023c8-b4a5-48db-b0a1-101ed53fd784} <Debug> TCPHandler: Processed in 0.003066474 sec. | ||
| 5078 | 2025.02.28 02:13:25.769288 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5079 | 2025.02.28 02:13:25.769510 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5080 | 2025.02.28 02:13:25.769607 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5081 | 2025.02.28 02:13:25.770295 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5082 | 2025.02.28 02:13:25.770333 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5083 | 2025.02.28 02:13:25.770702 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5084 | 2025.02.28 02:13:25.770936 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5085 | 2025.02.28 02:13:25.771150 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001694 sec., 35419.12632821724 rows/sec., 2.39 MiB/sec. | ||
| 5086 | 2025.02.28 02:13:25.771199 [ 257 ] {328335bb-e45e-4be0-b463-0ddad6faaaf4} <Debug> TCPHandler: Processed in 0.002018389 sec. | ||
| 5087 | 2025.02.28 02:13:25.985245 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5088 | 2025.02.28 02:13:26.005608 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.02.28 02:13:26.005661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5090 | 2025.02.28 02:13:26.012986 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5091 | 2025.02.28 02:13:26.013755 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2025.02.28 02:13:26.016878 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5093 | 2025.02.28 02:13:27.035275 [ 35 ] {} <Debug> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5094 | 2025.02.28 02:13:27.035354 [ 35 ] {} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.02.28 02:13:27.035380 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5096 | 2025.02.28 02:13:27.035550 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::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 | ||
| 5097 | 2025.02.28 02:13:27.035723 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5098 | 2025.02.28 02:13:27.035795 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 5099 | 2025.02.28 02:13:27.035924 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 5100 | 2025.02.28 02:13:27.036065 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 5101 | 2025.02.28 02:13:27.036292 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 5102 | 2025.02.28 02:13:27.036513 [ 202 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 5103 | 2025.02.28 02:13:27.037521 [ 200 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002059569 sec., 20392.61612502422 rows/sec., 1.70 MiB/sec. | ||
| 5104 | 2025.02.28 02:13:27.037697 [ 194 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5105 | 2025.02.28 02:13:27.038047 [ 194 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2025.02.28 02:13:27.038125 [ 194 ] {38a15648-c4c3-4394-acd4-0e1571bf1689::all_1_5_1} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5107 | 2025.02.28 02:13:27.038202 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5108 | 2025.02.28 02:13:30.758009 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5109 | 2025.02.28 02:13:30.758202 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5110 | 2025.02.28 02:13:30.758277 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5111 | 2025.02.28 02:13:30.759069 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2025.02.28 02:13:30.759119 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5113 | 2025.02.28 02:13:30.759534 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5114 | 2025.02.28 02:13:30.759794 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2025.02.28 02:13:30.760036 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001884 sec., 12738.853503184713 rows/sec., 1.06 MiB/sec. | ||
| 5116 | 2025.02.28 02:13:30.760161 [ 4 ] {430b15c2-9d6f-42fb-ac28-ef0fad66063e} <Debug> TCPHandler: Processed in 0.002284602 sec. | ||
| 5117 | 2025.02.28 02:13:30.760443 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5118 | 2025.02.28 02:13:30.760649 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5119 | 2025.02.28 02:13:30.760728 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5120 | 2025.02.28 02:13:30.761492 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2025.02.28 02:13:30.761536 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5122 | 2025.02.28 02:13:30.761949 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5123 | 2025.02.28 02:13:30.762205 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2025.02.28 02:13:30.762480 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001874 sec., 4268.943436499467 rows/sec., 348.10 KiB/sec. | ||
| 5125 | 2025.02.28 02:13:30.762613 [ 257 ] {238063ed-ae28-4d1c-bb49-f47ad8b1304a} <Debug> TCPHandler: Processed in 0.002308823 sec. | ||
| 5126 | 2025.02.28 02:13:30.762774 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5127 | 2025.02.28 02:13:30.762913 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5128 | 2025.02.28 02:13:30.762971 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5129 | 2025.02.28 02:13:30.763732 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2025.02.28 02:13:30.763771 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5131 | 2025.02.28 02:13:30.764146 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5132 | 2025.02.28 02:13:30.764382 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2025.02.28 02:13:30.764556 [ 41 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5134 | 2025.02.28 02:13:30.764615 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Debug> executeQuery: Read 248 rows, 22.61 KiB in 0.00173 sec., 143352.60115606937 rows/sec., 12.76 MiB/sec. | ||
| 5135 | 2025.02.28 02:13:30.764634 [ 41 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5136 | 2025.02.28 02:13:30.764702 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5137 | 2025.02.28 02:13:30.764755 [ 4 ] {e9ee09fe-9580-4638-9565-4246dc4201f9} <Debug> TCPHandler: Processed in 0.002048759 sec. | ||
| 5138 | 2025.02.28 02:13:30.765035 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5139 | 2025.02.28 02:13:30.765053 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 5140 | 2025.02.28 02:13:30.765359 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5141 | 2025.02.28 02:13:30.765387 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5142 | 2025.02.28 02:13:30.765455 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1404 rows starting from the beginning of the part | ||
| 5143 | 2025.02.28 02:13:30.765467 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5144 | 2025.02.28 02:13:30.765620 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1211 rows starting from the beginning of the part | ||
| 5145 | 2025.02.28 02:13:30.765886 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 5146 | 2025.02.28 02:13:30.766246 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 124 rows starting from the beginning of the part | ||
| 5147 | 2025.02.28 02:13:30.766657 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 66 rows starting from the beginning of the part | ||
| 5148 | 2025.02.28 02:13:30.767031 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 248 rows starting from the beginning of the part | ||
| 5149 | 2025.02.28 02:13:30.767954 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2025.02.28 02:13:30.767996 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5151 | 2025.02.28 02:13:30.768613 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5152 | 2025.02.28 02:13:30.768904 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2025.02.28 02:13:30.769130 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Debug> executeQuery: Read 54 rows, 4.08 KiB in 0.00389 sec., 13881.748071979435 rows/sec., 1.02 MiB/sec. | ||
| 5154 | 2025.02.28 02:13:30.769185 [ 257 ] {0c24ab69-673c-485e-be4c-8229757ec453} <Debug> TCPHandler: Processed in 0.004299761 sec. | ||
| 5155 | 2025.02.28 02:13:30.769437 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2025.02.28 02:13:30.769538 [ 200 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.004719987 sec., 658688.2548617189 rows/sec., 57.58 MiB/sec. | ||
| 5157 | 2025.02.28 02:13:30.769609 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5158 | 2025.02.28 02:13:30.769694 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5159 | 2025.02.28 02:13:30.769946 [ 200 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5160 | 2025.02.28 02:13:30.770654 [ 200 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2025.02.28 02:13:30.770908 [ 200 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_46_9} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5162 | 2025.02.28 02:13:30.770976 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2025.02.28 02:13:30.771068 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5164 | 2025.02.28 02:13:30.771072 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5165 | 2025.02.28 02:13:30.771467 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5166 | 2025.02.28 02:13:30.771712 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.02.28 02:13:30.771927 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002354 sec., 10195.412064570943 rows/sec., 866.21 KiB/sec. | ||
| 5168 | 2025.02.28 02:13:30.771983 [ 4 ] {95ba5e1e-6383-433f-9043-510f3cc8383d} <Debug> TCPHandler: Processed in 0.002695758 sec. | ||
| 5169 | 2025.02.28 02:13:30.772133 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5170 | 2025.02.28 02:13:30.772269 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5171 | 2025.02.28 02:13:30.772326 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5172 | 2025.02.28 02:13:30.773012 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2025.02.28 02:13:30.773058 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5174 | 2025.02.28 02:13:30.773431 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5175 | 2025.02.28 02:13:30.773681 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.02.28 02:13:30.773935 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001686 sec., 7117.437722419929 rows/sec., 556.05 KiB/sec. | ||
| 5177 | 2025.02.28 02:13:30.774064 [ 257 ] {f7cf744a-fb73-4ca1-b976-965cee4293d8} <Debug> TCPHandler: Processed in 0.001994318 sec. | ||
| 5178 | 2025.02.28 02:13:30.774215 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5179 | 2025.02.28 02:13:30.774352 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5180 | 2025.02.28 02:13:30.774408 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5181 | 2025.02.28 02:13:30.775175 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.02.28 02:13:30.775220 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5183 | 2025.02.28 02:13:30.775586 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5184 | 2025.02.28 02:13:30.775829 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2025.02.28 02:13:30.776003 [ 40 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5186 | 2025.02.28 02:13:30.776066 [ 40 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5187 | 2025.02.28 02:13:30.776085 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Debug> executeQuery: Read 142 rows, 11.75 KiB in 0.001754 sec., 80957.81071835804 rows/sec., 6.54 MiB/sec. | ||
| 5188 | 2025.02.28 02:13:30.776101 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5189 | 2025.02.28 02:13:30.776245 [ 4 ] {9696c79b-c270-47be-bc2d-b8f1c8be4d9a} <Debug> TCPHandler: Processed in 0.00208627 sec. | ||
| 5190 | 2025.02.28 02:13:30.776328 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 5191 | 2025.02.28 02:13:30.776421 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5192 | 2025.02.28 02:13:30.776503 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5193 | 2025.02.28 02:13:30.776571 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 631 rows starting from the beginning of the part | ||
| 5194 | 2025.02.28 02:13:30.776629 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5195 | 2025.02.28 02:13:30.776806 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 535 rows starting from the beginning of the part | ||
| 5196 | 2025.02.28 02:13:30.776818 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5197 | 2025.02.28 02:13:30.777192 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 5198 | 2025.02.28 02:13:30.777560 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 98 rows starting from the beginning of the part | ||
| 5199 | 2025.02.28 02:13:30.777885 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 69 rows starting from the beginning of the part | ||
| 5200 | 2025.02.28 02:13:30.778229 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 142 rows starting from the beginning of the part | ||
| 5201 | 2025.02.28 02:13:30.779498 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5202 | 2025.02.28 02:13:30.779563 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5203 | 2025.02.28 02:13:30.780595 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5204 | 2025.02.28 02:13:30.781119 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5205 | 2025.02.28 02:13:30.781141 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 5 columns (5 merged, 0 gathered) in 0.00492001 sec., 312804.24226780026 rows/sec., 24.92 MiB/sec. | ||
| 5206 | 2025.02.28 02:13:30.781388 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5207 | 2025.02.28 02:13:30.781390 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5208 | 2025.02.28 02:13:30.781495 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2025.02.28 02:13:30.781573 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5210 | 2025.02.28 02:13:30.781621 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.005041 sec., 39674.667724657804 rows/sec., 2.84 MiB/sec. | ||
| 5211 | 2025.02.28 02:13:30.781999 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 5212 | 2025.02.28 02:13:30.782012 [ 257 ] {1ea3a5fd-9b6d-4dcf-8aa6-6ada50877ada} <Debug> TCPHandler: Processed in 0.00565562 sec. | ||
| 5213 | 2025.02.28 02:13:30.782172 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2025.02.28 02:13:30.782434 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5215 | 2025.02.28 02:13:30.782466 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5216 | 2025.02.28 02:13:30.782489 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_46_9} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5217 | 2025.02.28 02:13:30.782525 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11708 rows starting from the beginning of the part | ||
| 5218 | 2025.02.28 02:13:30.782692 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5219 | 2025.02.28 02:13:30.782958 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5220 | 2025.02.28 02:13:30.782983 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 967 rows starting from the beginning of the part | ||
| 5221 | 2025.02.28 02:13:30.783330 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5222 | 2025.02.28 02:13:30.783339 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 5223 | 2025.02.28 02:13:30.783809 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 5224 | 2025.02.28 02:13:30.784198 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5225 | 2025.02.28 02:13:30.784625 [ 196 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 200 rows starting from the beginning of the part | ||
| 5226 | 2025.02.28 02:13:30.787751 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2025.02.28 02:13:30.787829 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5228 | 2025.02.28 02:13:30.789255 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5229 | 2025.02.28 02:13:30.790001 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2025.02.28 02:13:30.790194 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5231 | 2025.02.28 02:13:30.790274 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5232 | 2025.02.28 02:13:30.790332 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5233 | 2025.02.28 02:13:30.790347 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007639 sec., 4450.844351354889 rows/sec., 7.98 MiB/sec. | ||
| 5234 | 2025.02.28 02:13:30.790752 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 5235 | 2025.02.28 02:13:30.790829 [ 4 ] {2975e46d-f844-40ef-8884-4498d1a668c5} <Debug> TCPHandler: Processed in 0.008659222 sec. | ||
| 5236 | 2025.02.28 02:13:30.791268 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5237 | 2025.02.28 02:13:30.791818 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5238 | 2025.02.28 02:13:30.792099 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5239 | 2025.02.28 02:13:30.792118 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13227 rows, containing 5 columns (5 merged, 0 gathered) in 0.010417837 sec., 1269649.3523559642 rows/sec., 87.02 MiB/sec. | ||
| 5240 | 2025.02.28 02:13:30.792809 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5241 | 2025.02.28 02:13:30.792995 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5242 | 2025.02.28 02:13:30.793221 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 557 rows starting from the beginning of the part | ||
| 5243 | 2025.02.28 02:13:30.794336 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.02.28 02:13:30.794472 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 5245 | 2025.02.28 02:13:30.794647 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.02.28 02:13:30.794749 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5247 | 2025.02.28 02:13:30.794859 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5248 | 2025.02.28 02:13:30.795663 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part | ||
| 5249 | 2025.02.28 02:13:30.795669 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 5250 | 2025.02.28 02:13:30.796606 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 5251 | 2025.02.28 02:13:30.796661 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5252 | 2025.02.28 02:13:30.797189 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
| 5253 | 2025.02.28 02:13:30.797366 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2025.02.28 02:13:30.797822 [ 40 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5255 | 2025.02.28 02:13:30.797912 [ 192 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 5256 | 2025.02.28 02:13:30.797939 [ 40 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.02.28 02:13:30.798025 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 5258 | 2025.02.28 02:13:30.798381 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00675 sec., 8888.888888888889 rows/sec., 613.43 KiB/sec. | ||
| 5259 | 2025.02.28 02:13:30.798565 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 5260 | 2025.02.28 02:13:30.798889 [ 257 ] {08678043-ad61-476d-a4e2-92c4f3fa12b3} <Debug> TCPHandler: Processed in 0.00779668 sec. | ||
| 5261 | 2025.02.28 02:13:30.799366 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5262 | 2025.02.28 02:13:30.799460 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2088 rows starting from the beginning of the part | ||
| 5263 | 2025.02.28 02:13:30.799740 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part | ||
| 5264 | 2025.02.28 02:13:30.800171 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 5265 | 2025.02.28 02:13:30.800316 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 5266 | 2025.02.28 02:13:30.800675 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 5267 | 2025.02.28 02:13:30.800980 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 5268 | 2025.02.28 02:13:30.803411 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2328 rows, containing 4 columns (4 merged, 0 gathered) in 0.005215453 sec., 446365.82862504944 rows/sec., 30.07 MiB/sec. | ||
| 5269 | 2025.02.28 02:13:30.803848 [ 193 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5270 | 2025.02.28 02:13:30.804571 [ 193 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5271 | 2025.02.28 02:13:30.804809 [ 193 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_46_9} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5272 | 2025.02.28 02:13:30.805060 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5273 | 2025.02.28 02:13:30.807346 [ 186 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 19 columns (19 merged, 0 gathered) in 0.016927689 sec., 39521.04743890321 rows/sec., 70.82 MiB/sec. | ||
| 5274 | 2025.02.28 02:13:30.808166 [ 195 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5275 | 2025.02.28 02:13:30.808599 [ 195 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2025.02.28 02:13:30.808687 [ 195 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5277 | 2025.02.28 02:13:30.808844 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 5278 | 2025.02.28 02:13:31.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.72 MiB, peak 202.18 MiB, free memory in arenas 0.00 B, will set to 195.98 MiB (RSS), difference: 1.26 MiB | ||
| 5279 | 2025.02.28 02:13:32.631746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5280 | 2025.02.28 02:13:32.632469 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2025.02.28 02:13:32.632516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5282 | 2025.02.28 02:13:32.633052 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5283 | 2025.02.28 02:13:32.633310 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2025.02.28 02:13:32.633555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5285 | 2025.02.28 02:13:33.517037 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5286 | 2025.02.28 02:13:33.537296 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.02.28 02:13:33.537351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5288 | 2025.02.28 02:13:33.544777 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5289 | 2025.02.28 02:13:33.545544 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2025.02.28 02:13:33.548151 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5291 | 2025.02.28 02:13:35.189937 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 734 | ||
| 5292 | 2025.02.28 02:13:35.193092 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5293 | 2025.02.28 02:13:35.193146 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5294 | 2025.02.28 02:13:35.194623 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5295 | 2025.02.28 02:13:35.194939 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.02.28 02:13:35.195220 [ 34 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5297 | 2025.02.28 02:13:35.195397 [ 34 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.02.28 02:13:35.195545 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5299 | 2025.02.28 02:13:35.196142 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 5300 | 2025.02.28 02:13:35.196479 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
| 5301 | 2025.02.28 02:13:35.197098 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5302 | 2025.02.28 02:13:35.197271 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 592 rows starting from the beginning of the part | ||
| 5303 | 2025.02.28 02:13:35.197912 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 5304 | 2025.02.28 02:13:35.198521 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 5305 | 2025.02.28 02:13:35.199091 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 5306 | 2025.02.28 02:13:35.199600 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 5307 | 2025.02.28 02:13:35.200074 [ 198 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
| 5308 | 2025.02.28 02:13:35.207661 [ 191 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.011921728 sec., 61568.25587700038 rows/sec., 51.13 MiB/sec. | ||
| 5309 | 2025.02.28 02:13:35.208889 [ 187 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5310 | 2025.02.28 02:13:35.209650 [ 187 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5311 | 2025.02.28 02:13:35.209733 [ 187 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_21_4} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5312 | 2025.02.28 02:13:35.210036 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 5313 | 2025.02.28 02:13:35.754055 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5314 | 2025.02.28 02:13:35.754271 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5315 | 2025.02.28 02:13:35.754352 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5316 | 2025.02.28 02:13:35.755150 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.02.28 02:13:35.755201 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5318 | 2025.02.28 02:13:35.755641 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5319 | 2025.02.28 02:13:35.755896 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2025.02.28 02:13:35.756126 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001915 sec., 34464.751958224544 rows/sec., 2.74 MiB/sec. | ||
| 5321 | 2025.02.28 02:13:35.756184 [ 4 ] {41e2f275-afa1-41df-966a-222d71e96b8e} <Debug> TCPHandler: Processed in 0.002270992 sec. | ||
| 5322 | 2025.02.28 02:13:35.756440 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5323 | 2025.02.28 02:13:35.756636 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5324 | 2025.02.28 02:13:35.756712 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5325 | 2025.02.28 02:13:35.757502 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5326 | 2025.02.28 02:13:35.757541 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5327 | 2025.02.28 02:13:35.757957 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5328 | 2025.02.28 02:13:35.758205 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2025.02.28 02:13:35.758402 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001821 sec., 2745.744096650192 rows/sec., 206.47 KiB/sec. | ||
| 5330 | 2025.02.28 02:13:35.758457 [ 257 ] {ab11e9b4-0bb4-41d0-8cb8-1173262884ea} <Debug> TCPHandler: Processed in 0.00215159 sec. | ||
| 5331 | 2025.02.28 02:13:35.758668 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2025.02.28 02:13:35.758898 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5333 | 2025.02.28 02:13:35.758988 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5334 | 2025.02.28 02:13:35.759782 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2025.02.28 02:13:35.759822 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5336 | 2025.02.28 02:13:35.760193 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5337 | 2025.02.28 02:13:35.760429 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.02.28 02:13:35.760643 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001799 sec., 38354.64146748193 rows/sec., 2.99 MiB/sec. | ||
| 5339 | 2025.02.28 02:13:35.760697 [ 4 ] {0a670cec-dcfa-4944-9cd3-239b4a518ef7} <Debug> TCPHandler: Processed in 0.00213492 sec. | ||
| 5340 | 2025.02.28 02:13:35.760850 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5341 | 2025.02.28 02:13:35.760991 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5342 | 2025.02.28 02:13:35.761053 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5343 | 2025.02.28 02:13:35.761723 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.02.28 02:13:35.761760 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5345 | 2025.02.28 02:13:35.762154 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5346 | 2025.02.28 02:13:35.762394 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2025.02.28 02:13:35.762598 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 5348 | 2025.02.28 02:13:35.762647 [ 257 ] {0732b9a5-14d1-4f8f-91a5-baa2376225bd} <Debug> TCPHandler: Processed in 0.001865686 sec. | ||
| 5349 | 2025.02.28 02:13:35.762808 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5350 | 2025.02.28 02:13:35.762946 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5351 | 2025.02.28 02:13:35.763037 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5352 | 2025.02.28 02:13:35.764215 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2025.02.28 02:13:35.764251 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5354 | 2025.02.28 02:13:35.764860 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5355 | 2025.02.28 02:13:35.765098 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2025.02.28 02:13:35.765285 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002411 sec., 2073.828287017835 rows/sec., 3.72 MiB/sec. | ||
| 5357 | 2025.02.28 02:13:35.765370 [ 4 ] {4ee46d69-7c6d-4c7f-89a7-42a0ab5af7f0} <Debug> TCPHandler: Processed in 0.002673008 sec. | ||
| 5358 | 2025.02.28 02:13:35.765582 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5359 | 2025.02.28 02:13:35.765868 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5360 | 2025.02.28 02:13:35.765961 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5361 | 2025.02.28 02:13:35.766673 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.02.28 02:13:35.766713 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5363 | 2025.02.28 02:13:35.767103 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5364 | 2025.02.28 02:13:35.767347 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.02.28 02:13:35.767575 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001763 sec., 34032.89846851957 rows/sec., 2.29 MiB/sec. | ||
| 5366 | 2025.02.28 02:13:35.767624 [ 257 ] {88a99add-b361-4b0e-9e2a-ea1ecb958214} <Debug> TCPHandler: Processed in 0.00208668 sec. | ||
| 5367 | 2025.02.28 02:13:40.012089 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5368 | 2025.02.28 02:13:40.012155 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5369 | 2025.02.28 02:13:40.133768 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5370 | 2025.02.28 02:13:40.134449 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.02.28 02:13:40.134497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5372 | 2025.02.28 02:13:40.135030 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5373 | 2025.02.28 02:13:40.135291 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.02.28 02:13:40.135534 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5375 | 2025.02.28 02:13:40.755191 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5376 | 2025.02.28 02:13:40.755399 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5377 | 2025.02.28 02:13:40.755469 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5378 | 2025.02.28 02:13:40.756297 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2025.02.28 02:13:40.756338 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5380 | 2025.02.28 02:13:40.756771 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5381 | 2025.02.28 02:13:40.757025 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5382 | 2025.02.28 02:13:40.757247 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001917 sec., 64684.402712571726 rows/sec., 5.53 MiB/sec. | ||
| 5383 | 2025.02.28 02:13:40.757306 [ 4 ] {c10fe2f5-61d6-4f89-8c04-b9a5c4c5ff8f} <Debug> TCPHandler: Processed in 0.002242892 sec. | ||
| 5384 | 2025.02.28 02:13:40.757566 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2025.02.28 02:13:40.757754 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5386 | 2025.02.28 02:13:40.757826 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5387 | 2025.02.28 02:13:40.758580 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.02.28 02:13:40.758631 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5389 | 2025.02.28 02:13:40.759051 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5390 | 2025.02.28 02:13:40.759304 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.02.28 02:13:40.759533 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001832 sec., 18558.951965065502 rows/sec., 1.36 MiB/sec. | ||
| 5392 | 2025.02.28 02:13:40.759588 [ 257 ] {7e7fbe46-faf0-4836-be0c-08679bf0fac5} <Debug> TCPHandler: Processed in 0.002153731 sec. | ||
| 5393 | 2025.02.28 02:13:40.759742 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2025.02.28 02:13:40.759860 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5395 | 2025.02.28 02:13:40.759909 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5396 | 2025.02.28 02:13:40.760558 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2025.02.28 02:13:40.760599 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5398 | 2025.02.28 02:13:40.760964 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5399 | 2025.02.28 02:13:40.761206 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2025.02.28 02:13:40.761429 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001593 sec., 61519.14626490897 rows/sec., 4.80 MiB/sec. | ||
| 5401 | 2025.02.28 02:13:40.761483 [ 4 ] {cf96d4a1-ae44-4c25-8858-2569dbffc297} <Debug> TCPHandler: Processed in 0.001799025 sec. | ||
| 5402 | 2025.02.28 02:13:40.761659 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5403 | 2025.02.28 02:13:40.761799 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5404 | 2025.02.28 02:13:40.761863 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5405 | 2025.02.28 02:13:40.762545 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2025.02.28 02:13:40.762584 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5407 | 2025.02.28 02:13:40.762988 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5408 | 2025.02.28 02:13:40.763225 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.02.28 02:13:40.763442 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 5410 | 2025.02.28 02:13:40.763495 [ 257 ] {6b212e74-4c85-4439-8abd-15111a302f8f} <Debug> TCPHandler: Processed in 0.001904147 sec. | ||
| 5411 | 2025.02.28 02:13:40.763661 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.02.28 02:13:40.763799 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.02.28 02:13:40.763893 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5414 | 2025.02.28 02:13:40.765165 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.02.28 02:13:40.765204 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5416 | 2025.02.28 02:13:40.765847 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5417 | 2025.02.28 02:13:40.766101 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.02.28 02:13:40.766388 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002617 sec., 12991.975544516623 rows/sec., 23.28 MiB/sec. | ||
| 5419 | 2025.02.28 02:13:40.766881 [ 4 ] {32e7c7ca-0adf-48ea-a4f3-b020fb8931ce} <Debug> TCPHandler: Processed in 0.003285987 sec. | ||
| 5420 | 2025.02.28 02:13:40.767075 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2025.02.28 02:13:40.767197 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5422 | 2025.02.28 02:13:40.767247 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5423 | 2025.02.28 02:13:40.767738 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.02.28 02:13:40.767778 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5425 | 2025.02.28 02:13:40.768176 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5426 | 2025.02.28 02:13:40.768425 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.02.28 02:13:40.768674 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 5428 | 2025.02.28 02:13:40.768734 [ 257 ] {b9fda881-f113-42fa-8b93-a9258dbb3ce0} <Debug> TCPHandler: Processed in 0.001719864 sec. | ||
| 5429 | 2025.02.28 02:13:41.048278 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
| 5430 | 2025.02.28 02:13:41.069779 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2025.02.28 02:13:41.069843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5432 | 2025.02.28 02:13:41.077893 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5433 | 2025.02.28 02:13:41.078687 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2025.02.28 02:13:41.081870 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
| 5435 | 2025.02.28 02:13:44.111102 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5436 | 2025.02.28 02:13:44.111313 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5437 | 2025.02.28 02:13:44.111395 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5438 | 2025.02.28 02:13:44.113019 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2025.02.28 02:13:44.113069 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5440 | 2025.02.28 02:13:44.113575 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5441 | 2025.02.28 02:13:44.113832 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5442 | 2025.02.28 02:13:44.114035 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Debug> executeQuery: Read 1206 rows, 101.94 KiB in 0.002782 sec., 433501.07836089144 rows/sec., 35.79 MiB/sec. | ||
| 5443 | 2025.02.28 02:13:44.114091 [ 4 ] {de5163fc-1b9a-41b0-af07-ab0844fe7804} <Debug> TCPHandler: Processed in 0.003135885 sec. | ||
| 5444 | 2025.02.28 02:13:44.114455 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5445 | 2025.02.28 02:13:44.114719 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5446 | 2025.02.28 02:13:44.114801 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5447 | 2025.02.28 02:13:44.115625 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2025.02.28 02:13:44.115681 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5449 | 2025.02.28 02:13:44.116109 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5450 | 2025.02.28 02:13:44.116366 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5451 | 2025.02.28 02:13:44.116606 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001945 sec., 2570.694087403599 rows/sec., 193.30 KiB/sec. | ||
| 5452 | 2025.02.28 02:13:44.116665 [ 257 ] {7b54c635-0d00-4189-864f-696cd0a774b9} <Debug> TCPHandler: Processed in 0.002399484 sec. | ||
| 5453 | 2025.02.28 02:13:44.116873 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2025.02.28 02:13:44.117097 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5455 | 2025.02.28 02:13:44.117190 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5456 | 2025.02.28 02:13:44.118053 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5457 | 2025.02.28 02:13:44.118091 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5458 | 2025.02.28 02:13:44.118455 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5459 | 2025.02.28 02:13:44.118704 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5460 | 2025.02.28 02:13:44.118921 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001871 sec., 121859.96793158738 rows/sec., 8.25 MiB/sec. | ||
| 5461 | 2025.02.28 02:13:44.119121 [ 4 ] {aa201993-dc09-46f9-b3e8-15559da8cad7} <Debug> TCPHandler: Processed in 0.002354134 sec. | ||
| 5462 | 2025.02.28 02:13:44.119298 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5463 | 2025.02.28 02:13:44.119446 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5464 | 2025.02.28 02:13:44.119507 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5465 | 2025.02.28 02:13:44.120384 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2025.02.28 02:13:44.120424 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5467 | 2025.02.28 02:13:44.120832 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5468 | 2025.02.28 02:13:44.121080 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2025.02.28 02:13:44.121317 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.001901 sec., 276170.4366123093 rows/sec., 20.45 MiB/sec. | ||
| 5470 | 2025.02.28 02:13:44.121373 [ 257 ] {e194eb72-5e1d-47bb-83a5-a3485ccbf1c6} <Debug> TCPHandler: Processed in 0.00214584 sec. | ||
| 5471 | 2025.02.28 02:13:44.121546 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5472 | 2025.02.28 02:13:44.121684 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5473 | 2025.02.28 02:13:44.121746 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5474 | 2025.02.28 02:13:44.122722 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2025.02.28 02:13:44.122760 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5476 | 2025.02.28 02:13:44.123199 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5477 | 2025.02.28 02:13:44.123444 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2025.02.28 02:13:44.123643 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Debug> executeQuery: Read 954 rows, 65.54 KiB in 0.001988 sec., 479879.2756539235 rows/sec., 32.20 MiB/sec. | ||
| 5479 | 2025.02.28 02:13:44.123735 [ 4 ] {5b935e6b-4bf8-45e9-af66-a398f3dab352} <Debug> TCPHandler: Processed in 0.002254502 sec. | ||
| 5480 | 2025.02.28 02:13:44.123993 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5481 | 2025.02.28 02:13:44.124176 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5482 | 2025.02.28 02:13:44.124278 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5483 | 2025.02.28 02:13:44.125424 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.02.28 02:13:44.125466 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5485 | 2025.02.28 02:13:44.126113 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5486 | 2025.02.28 02:13:44.126386 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2025.02.28 02:13:44.126664 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002522 sec., 1982.5535289452816 rows/sec., 3.55 MiB/sec. | ||
| 5488 | 2025.02.28 02:13:44.126924 [ 257 ] {e4c98596-99a2-43a6-ba55-726d7e82054a} <Debug> TCPHandler: Processed in 0.003074743 sec. | ||
| 5489 | 2025.02.28 02:13:44.127095 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5490 | 2025.02.28 02:13:44.127212 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5491 | 2025.02.28 02:13:44.127263 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5492 | 2025.02.28 02:13:44.127780 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2025.02.28 02:13:44.127818 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5494 | 2025.02.28 02:13:44.128192 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5495 | 2025.02.28 02:13:44.128439 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2025.02.28 02:13:44.128632 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001443 sec., 29106.029106029106 rows/sec., 1.96 MiB/sec. | ||
| 5497 | 2025.02.28 02:13:44.128688 [ 4 ] {1abfde94-6d63-4319-851e-2aec6a57a701} <Debug> TCPHandler: Processed in 0.001649643 sec. | ||
| 5498 | 2025.02.28 02:13:45.197641 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 772 | ||
| 5499 | 2025.02.28 02:13:45.200795 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2025.02.28 02:13:45.200838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5501 | 2025.02.28 02:13:45.202331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5502 | 2025.02.28 02:13:45.202636 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2025.02.28 02:13:45.203119 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 772 | ||
| 5504 | 2025.02.28 02:13:45.747425 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2025.02.28 02:13:45.747597 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5506 | 2025.02.28 02:13:45.747663 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5507 | 2025.02.28 02:13:45.748381 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2025.02.28 02:13:45.748423 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5509 | 2025.02.28 02:13:45.748823 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5510 | 2025.02.28 02:13:45.749083 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2025.02.28 02:13:45.749316 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001768 sec., 31674.20814479638 rows/sec., 2.43 MiB/sec. | ||
| 5512 | 2025.02.28 02:13:45.749373 [ 4 ] {527fd89f-691f-4e6e-a663-0e455e2e417b} <Debug> TCPHandler: Processed in 0.00204934 sec. | ||
| 5513 | 2025.02.28 02:13:45.749719 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5514 | 2025.02.28 02:13:45.749933 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5515 | 2025.02.28 02:13:45.750014 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5516 | 2025.02.28 02:13:45.750842 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5517 | 2025.02.28 02:13:45.750882 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5518 | 2025.02.28 02:13:45.751324 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5519 | 2025.02.28 02:13:45.751586 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.02.28 02:13:45.751784 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 5521 | 2025.02.28 02:13:45.751841 [ 257 ] {24457dd0-7c54-4f0d-a93a-2b7f4dddd1e5} <Debug> TCPHandler: Processed in 0.002348903 sec. | ||
| 5522 | 2025.02.28 02:13:45.752063 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5523 | 2025.02.28 02:13:45.752205 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5524 | 2025.02.28 02:13:45.752268 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5525 | 2025.02.28 02:13:45.752855 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2025.02.28 02:13:45.752895 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5527 | 2025.02.28 02:13:45.753274 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5528 | 2025.02.28 02:13:45.753511 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.02.28 02:13:45.753727 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001554 sec., 33462.03346203346 rows/sec., 2.33 MiB/sec. | ||
| 5530 | 2025.02.28 02:13:45.753779 [ 4 ] {2d7ad2df-5ed2-47b1-a058-17dcc4fe44d2} <Debug> TCPHandler: Processed in 0.001783406 sec. | ||
| 5531 | 2025.02.28 02:13:45.753923 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.02.28 02:13:45.754044 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5533 | 2025.02.28 02:13:45.754097 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5534 | 2025.02.28 02:13:45.754598 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2025.02.28 02:13:45.754636 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5536 | 2025.02.28 02:13:45.755006 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5537 | 2025.02.28 02:13:45.755249 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2025.02.28 02:13:45.755425 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001407 sec., 12793.17697228145 rows/sec., 887.72 KiB/sec. | ||
| 5539 | 2025.02.28 02:13:45.755472 [ 257 ] {82df03c5-1b31-4a1f-b333-f6ba0c870fbe} <Debug> TCPHandler: Processed in 0.001607803 sec. | ||
| 5540 | 2025.02.28 02:13:47.636520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 5541 | 2025.02.28 02:13:47.637188 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5542 | 2025.02.28 02:13:47.637238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5543 | 2025.02.28 02:13:47.637835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5544 | 2025.02.28 02:13:47.638095 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5545 | 2025.02.28 02:13:47.638262 [ 28 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5546 | 2025.02.28 02:13:47.638284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 5547 | 2025.02.28 02:13:47.638316 [ 28 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.02.28 02:13:47.638345 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5549 | 2025.02.28 02:13:47.638577 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 5550 | 2025.02.28 02:13:47.639061 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5551 | 2025.02.28 02:13:47.639177 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 5552 | 2025.02.28 02:13:47.639267 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 5553 | 2025.02.28 02:13:47.639397 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 5554 | 2025.02.28 02:13:47.639623 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 5555 | 2025.02.28 02:13:47.639765 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 5556 | 2025.02.28 02:13:47.639951 [ 202 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 5557 | 2025.02.28 02:13:47.642380 [ 191 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003952336 sec., 3596101.1411985215 rows/sec., 51.44 MiB/sec. | ||
| 5558 | 2025.02.28 02:13:47.642856 [ 191 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5559 | 2025.02.28 02:13:47.643197 [ 191 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.02.28 02:13:47.643291 [ 191 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_31_6} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5561 | 2025.02.28 02:13:47.643407 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5562 | 2025.02.28 02:13:48.582801 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
| 5563 | 2025.02.28 02:13:48.603798 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2025.02.28 02:13:48.603857 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5565 | 2025.02.28 02:13:48.611437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5566 | 2025.02.28 02:13:48.612232 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5567 | 2025.02.28 02:13:48.612694 [ 139 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5568 | 2025.02.28 02:13:48.612879 [ 139 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5569 | 2025.02.28 02:13:48.612990 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5570 | 2025.02.28 02:13:48.613603 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 5571 | 2025.02.28 02:13:48.628781 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5572 | 2025.02.28 02:13:48.630304 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5573 | 2025.02.28 02:13:48.631955 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 5574 | 2025.02.28 02:13:48.638040 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 5575 | 2025.02.28 02:13:48.643910 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 5576 | 2025.02.28 02:13:48.649637 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 5577 | 2025.02.28 02:13:48.655535 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part | ||
| 5578 | 2025.02.28 02:13:48.660205 [ 191 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 5579 | 2025.02.28 02:13:48.718460 [ 189 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105283919 sec., 2222.5616430558593 rows/sec., 11.49 MiB/sec. | ||
| 5580 | 2025.02.28 02:13:48.721084 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5581 | 2025.02.28 02:13:48.723940 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5582 | 2025.02.28 02:13:48.724034 [ 190 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_31_6} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5583 | 2025.02.28 02:13:48.726381 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 5584 | 2025.02.28 02:13:49.000132 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.22 MiB, peak 208.77 MiB, free memory in arenas 0.00 B, will set to 199.44 MiB (RSS), difference: 1.21 MiB | ||
| 5585 | 2025.02.28 02:13:50.756705 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5586 | 2025.02.28 02:13:50.756897 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5587 | 2025.02.28 02:13:50.756969 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5588 | 2025.02.28 02:13:50.757815 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2025.02.28 02:13:50.757861 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5590 | 2025.02.28 02:13:50.758314 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5591 | 2025.02.28 02:13:50.758568 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2025.02.28 02:13:50.758730 [ 151 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5593 | 2025.02.28 02:13:50.758769 [ 151 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.02.28 02:13:50.758782 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001937 sec., 64016.52039235932 rows/sec., 5.47 MiB/sec. | ||
| 5595 | 2025.02.28 02:13:50.758793 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5596 | 2025.02.28 02:13:50.758880 [ 4 ] {d1d57e68-025e-4b1f-b54d-1619bb12997d} <Debug> TCPHandler: Processed in 0.002309133 sec. | ||
| 5597 | 2025.02.28 02:13:50.759051 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 5598 | 2025.02.28 02:13:50.759247 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2025.02.28 02:13:50.759465 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5600 | 2025.02.28 02:13:50.759619 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1404 rows starting from the beginning of the part | ||
| 5601 | 2025.02.28 02:13:50.759690 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5602 | 2025.02.28 02:13:50.759948 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5603 | 2025.02.28 02:13:50.760336 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 66 rows starting from the beginning of the part | ||
| 5604 | 2025.02.28 02:13:50.760494 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 124 rows starting from the beginning of the part | ||
| 5605 | 2025.02.28 02:13:50.760925 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1206 rows starting from the beginning of the part | ||
| 5606 | 2025.02.28 02:13:50.761300 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 5607 | 2025.02.28 02:13:50.761643 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 124 rows starting from the beginning of the part | ||
| 5608 | 2025.02.28 02:13:50.763144 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5609 | 2025.02.28 02:13:50.763235 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5610 | 2025.02.28 02:13:50.764284 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5611 | 2025.02.28 02:13:50.764646 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5612 | 2025.02.28 02:13:50.765070 [ 151 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5613 | 2025.02.28 02:13:50.765075 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2980 rows, containing 5 columns (5 merged, 0 gathered) in 0.006206608 sec., 480133.4319808823 rows/sec., 41.81 MiB/sec. | ||
| 5614 | 2025.02.28 02:13:50.765174 [ 151 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2025.02.28 02:13:50.765240 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5616 | 2025.02.28 02:13:50.765317 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.005739 sec., 5924.3770691758145 rows/sec., 445.49 KiB/sec. | ||
| 5617 | 2025.02.28 02:13:50.765537 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5618 | 2025.02.28 02:13:50.765655 [ 257 ] {a7473aed-ae89-4578-9be9-7eb1af36c418} <Debug> TCPHandler: Processed in 0.006594113 sec. | ||
| 5619 | 2025.02.28 02:13:50.765770 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 5620 | 2025.02.28 02:13:50.765915 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5621 | 2025.02.28 02:13:50.766202 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5622 | 2025.02.28 02:13:50.766270 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5623 | 2025.02.28 02:13:50.766304 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 69 rows starting from the beginning of the part | ||
| 5624 | 2025.02.28 02:13:50.766368 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2025.02.28 02:13:50.766423 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5626 | 2025.02.28 02:13:50.766737 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 5627 | 2025.02.28 02:13:50.766860 [ 195 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_51_10} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5628 | 2025.02.28 02:13:50.767255 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part | ||
| 5629 | 2025.02.28 02:13:50.767361 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 5630 | 2025.02.28 02:13:50.767594 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 5631 | 2025.02.28 02:13:50.767890 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 5 rows starting from the beginning of the part | ||
| 5632 | 2025.02.28 02:13:50.768239 [ 189 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 5633 | 2025.02.28 02:13:50.769952 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5634 | 2025.02.28 02:13:50.770028 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5635 | 2025.02.28 02:13:50.771137 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5636 | 2025.02.28 02:13:50.771202 [ 197 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834592 sec., 34449.709594089865 rows/sec., 2.66 MiB/sec. | ||
| 5637 | 2025.02.28 02:13:50.771444 [ 197 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5638 | 2025.02.28 02:13:50.771608 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2025.02.28 02:13:50.771848 [ 151 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5640 | 2025.02.28 02:13:50.771941 [ 151 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2025.02.28 02:13:50.772007 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5642 | 2025.02.28 02:13:50.772030 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005879 sec., 16669.501615921075 rows/sec., 1.30 MiB/sec. | ||
| 5643 | 2025.02.28 02:13:50.772332 [ 197 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5644 | 2025.02.28 02:13:50.772413 [ 4 ] {60dc9aa4-6323-4f78-a359-dd544905425b} <Debug> TCPHandler: Processed in 0.006620874 sec. | ||
| 5645 | 2025.02.28 02:13:50.772471 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 5646 | 2025.02.28 02:13:50.772624 [ 197 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_36_7} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5647 | 2025.02.28 02:13:50.772705 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5648 | 2025.02.28 02:13:50.772924 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5649 | 2025.02.28 02:13:50.772942 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5650 | 2025.02.28 02:13:50.773053 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5651 | 2025.02.28 02:13:50.773052 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 631 rows starting from the beginning of the part | ||
| 5652 | 2025.02.28 02:13:50.773174 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5653 | 2025.02.28 02:13:50.773403 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 69 rows starting from the beginning of the part | ||
| 5654 | 2025.02.28 02:13:50.773764 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 98 rows starting from the beginning of the part | ||
| 5655 | 2025.02.28 02:13:50.774074 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 525 rows starting from the beginning of the part | ||
| 5656 | 2025.02.28 02:13:50.774449 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 5657 | 2025.02.28 02:13:50.774739 [ 196 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 98 rows starting from the beginning of the part | ||
| 5658 | 2025.02.28 02:13:50.775776 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5659 | 2025.02.28 02:13:50.775849 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5660 | 2025.02.28 02:13:50.776877 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5661 | 2025.02.28 02:13:50.777218 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2025.02.28 02:13:50.777499 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5663 | 2025.02.28 02:13:50.777679 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2025.02.28 02:13:50.777818 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004834 sec., 33098.8829127017 rows/sec., 2.31 MiB/sec. | ||
| 5665 | 2025.02.28 02:13:50.777839 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5666 | 2025.02.28 02:13:50.778041 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1485 rows, containing 5 columns (5 merged, 0 gathered) in 0.005881844 sec., 252471.8438639311 rows/sec., 20.03 MiB/sec. | ||
| 5667 | 2025.02.28 02:13:50.778145 [ 257 ] {57d30f25-498f-4515-ab1e-fdfe8c2717a9} <Debug> TCPHandler: Processed in 0.005572909 sec. | ||
| 5668 | 2025.02.28 02:13:50.778436 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 5669 | 2025.02.28 02:13:50.778448 [ 188 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5670 | 2025.02.28 02:13:50.778479 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5671 | 2025.02.28 02:13:50.778950 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5672 | 2025.02.28 02:13:50.778944 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5673 | 2025.02.28 02:13:50.779037 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13227 rows starting from the beginning of the part | ||
| 5674 | 2025.02.28 02:13:50.779387 [ 194 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2025.02.28 02:13:50.779451 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5676 | 2025.02.28 02:13:50.779542 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 5677 | 2025.02.28 02:13:50.779878 [ 194 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_51_10} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5678 | 2025.02.28 02:13:50.780059 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 5679 | 2025.02.28 02:13:50.780286 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5680 | 2025.02.28 02:13:50.780619 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 954 rows starting from the beginning of the part | ||
| 5681 | 2025.02.28 02:13:50.780943 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 52 rows starting from the beginning of the part | ||
| 5682 | 2025.02.28 02:13:50.781306 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 5683 | 2025.02.28 02:13:50.784554 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5684 | 2025.02.28 02:13:50.784612 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5685 | 2025.02.28 02:13:50.786436 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5686 | 2025.02.28 02:13:50.787166 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5687 | 2025.02.28 02:13:50.787426 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00867 sec., 3921.5686274509803 rows/sec., 7.03 MiB/sec. | ||
| 5688 | 2025.02.28 02:13:50.787581 [ 4 ] {092e75f9-f8fb-4711-8c0d-d683aa1f9501} <Debug> TCPHandler: Processed in 0.009214861 sec. | ||
| 5689 | 2025.02.28 02:13:50.787750 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5690 | 2025.02.28 02:13:50.787889 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5691 | 2025.02.28 02:13:50.787956 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5692 | 2025.02.28 02:13:50.789096 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2025.02.28 02:13:50.789096 [ 188 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14713 rows, containing 5 columns (5 merged, 0 gathered) in 0.011057686 sec., 1330567.7155238446 rows/sec., 91.12 MiB/sec. | ||
| 5694 | 2025.02.28 02:13:50.789146 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5695 | 2025.02.28 02:13:50.789565 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5696 | 2025.02.28 02:13:50.789713 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5697 | 2025.02.28 02:13:50.789854 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.02.28 02:13:50.790082 [ 151 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5699 | 2025.02.28 02:13:50.790187 [ 151 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.02.28 02:13:50.790247 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2025.02.28 02:13:50.790247 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002367 sec., 25348.542458808617 rows/sec., 1.71 MiB/sec. | ||
| 5702 | 2025.02.28 02:13:50.790271 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5703 | 2025.02.28 02:13:50.790525 [ 194 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5704 | 2025.02.28 02:13:50.790561 [ 257 ] {8ead61c4-3562-45d6-880b-028121b952bb} <Debug> TCPHandler: Processed in 0.002878261 sec. | ||
| 5705 | 2025.02.28 02:13:50.790863 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
| 5706 | 2025.02.28 02:13:50.790921 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 5707 | 2025.02.28 02:13:50.791049 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5708 | 2025.02.28 02:13:50.791079 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2328 rows starting from the beginning of the part | ||
| 5709 | 2025.02.28 02:13:50.791181 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 5710 | 2025.02.28 02:13:50.791337 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 5711 | 2025.02.28 02:13:50.791463 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part | ||
| 5712 | 2025.02.28 02:13:50.791584 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 18 rows starting from the beginning of the part | ||
| 5713 | 2025.02.28 02:13:50.791688 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 5714 | 2025.02.28 02:13:50.793142 [ 194 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2568 rows, containing 4 columns (4 merged, 0 gathered) in 0.002687779 sec., 955435.6961640075 rows/sec., 64.36 MiB/sec. | ||
| 5715 | 2025.02.28 02:13:50.793410 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5716 | 2025.02.28 02:13:50.793770 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2025.02.28 02:13:50.793853 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_51_10} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5718 | 2025.02.28 02:13:50.793932 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5719 | 2025.02.28 02:13:55.012216 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5720 | 2025.02.28 02:13:55.012292 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5721 | 2025.02.28 02:13:55.139390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 5722 | 2025.02.28 02:13:55.140125 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2025.02.28 02:13:55.140171 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5724 | 2025.02.28 02:13:55.140699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5725 | 2025.02.28 02:13:55.140967 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2025.02.28 02:13:55.141164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5727 | 2025.02.28 02:13:55.204266 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 792 | ||
| 5728 | 2025.02.28 02:13:55.207123 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5729 | 2025.02.28 02:13:55.207175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5730 | 2025.02.28 02:13:55.208649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5731 | 2025.02.28 02:13:55.208961 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5732 | 2025.02.28 02:13:55.210157 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5733 | 2025.02.28 02:13:55.754150 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2025.02.28 02:13:55.754370 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5735 | 2025.02.28 02:13:55.754454 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5736 | 2025.02.28 02:13:55.755328 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5737 | 2025.02.28 02:13:55.755384 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5738 | 2025.02.28 02:13:55.755832 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5739 | 2025.02.28 02:13:55.756100 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5740 | 2025.02.28 02:13:55.756389 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002072 sec., 31853.281853281853 rows/sec., 2.54 MiB/sec. | ||
| 5741 | 2025.02.28 02:13:55.756591 [ 4 ] {a8cc1300-2380-4461-8edc-336efc00c81d} <Debug> TCPHandler: Processed in 0.002581957 sec. | ||
| 5742 | 2025.02.28 02:13:55.756909 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5743 | 2025.02.28 02:13:55.757116 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5744 | 2025.02.28 02:13:55.757194 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5745 | 2025.02.28 02:13:55.757991 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5746 | 2025.02.28 02:13:55.758037 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5747 | 2025.02.28 02:13:55.758467 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5748 | 2025.02.28 02:13:55.758724 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5749 | 2025.02.28 02:13:55.758972 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001911 sec., 2616.4311878597596 rows/sec., 196.74 KiB/sec. | ||
| 5750 | 2025.02.28 02:13:55.759028 [ 257 ] {a2290f1e-d37a-4e2c-b11b-73662964beff} <Debug> TCPHandler: Processed in 0.002303273 sec. | ||
| 5751 | 2025.02.28 02:13:55.759265 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2025.02.28 02:13:55.759499 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5753 | 2025.02.28 02:13:55.759594 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5754 | 2025.02.28 02:13:55.760336 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2025.02.28 02:13:55.760379 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5756 | 2025.02.28 02:13:55.760764 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5757 | 2025.02.28 02:13:55.761028 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2025.02.28 02:13:55.761301 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001858 sec., 37136.706135629705 rows/sec., 2.90 MiB/sec. | ||
| 5759 | 2025.02.28 02:13:55.761750 [ 4 ] {ec11c124-8fc1-4615-9751-3e126b018c31} <Debug> TCPHandler: Processed in 0.002608876 sec. | ||
| 5760 | 2025.02.28 02:13:55.762082 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2025.02.28 02:13:55.762594 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5762 | 2025.02.28 02:13:55.762822 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5763 | 2025.02.28 02:13:55.763453 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.02.28 02:13:55.763492 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5765 | 2025.02.28 02:13:55.763899 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5766 | 2025.02.28 02:13:55.764154 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2025.02.28 02:13:55.764394 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001969 sec., 81259.52260030473 rows/sec., 5.66 MiB/sec. | ||
| 5768 | 2025.02.28 02:13:55.764641 [ 257 ] {01e732b7-6f3e-4465-9de3-db95eed1ff3e} <Debug> TCPHandler: Processed in 0.002765099 sec. | ||
| 5769 | 2025.02.28 02:13:55.764812 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5770 | 2025.02.28 02:13:55.764948 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5771 | 2025.02.28 02:13:55.765030 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5772 | 2025.02.28 02:13:55.766186 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5773 | 2025.02.28 02:13:55.766226 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5774 | 2025.02.28 02:13:55.766866 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5775 | 2025.02.28 02:13:55.767171 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5776 | 2025.02.28 02:13:55.767366 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5777 | 2025.02.28 02:13:55.767463 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.02.28 02:13:55.767470 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002558 sec., 1954.6520719311964 rows/sec., 3.50 MiB/sec. | ||
| 5779 | 2025.02.28 02:13:55.767502 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5780 | 2025.02.28 02:13:55.767896 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 5781 | 2025.02.28 02:13:55.767917 [ 4 ] {ba14d4c9-4aa0-47b9-a61e-ff6678f92d8b} <Debug> TCPHandler: Processed in 0.003171995 sec. | ||
| 5782 | 2025.02.28 02:13:55.768163 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5783 | 2025.02.28 02:13:55.768352 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5784 | 2025.02.28 02:13:55.768371 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5785 | 2025.02.28 02:13:55.768431 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5786 | 2025.02.28 02:13:55.768457 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 669 rows starting from the beginning of the part | ||
| 5787 | 2025.02.28 02:13:55.769106 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part | ||
| 5788 | 2025.02.28 02:13:55.769647 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 5789 | 2025.02.28 02:13:55.770229 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2025.02.28 02:13:55.770242 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part | ||
| 5791 | 2025.02.28 02:13:55.770278 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5792 | 2025.02.28 02:13:55.770593 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 5793 | 2025.02.28 02:13:55.770976 [ 198 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part | ||
| 5794 | 2025.02.28 02:13:55.771107 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5795 | 2025.02.28 02:13:55.771511 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.02.28 02:13:55.772030 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003681 sec., 16299.918500407499 rows/sec., 1.10 MiB/sec. | ||
| 5797 | 2025.02.28 02:13:55.772680 [ 257 ] {d0211cb3-e63e-4751-8c25-c82f3582f272} <Debug> TCPHandler: Processed in 0.004616405 sec. | ||
| 5798 | 2025.02.28 02:13:55.777379 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 19 columns (19 merged, 0 gathered) in 0.009745048 sec., 77167.39825191216 rows/sec., 138.28 MiB/sec. | ||
| 5799 | 2025.02.28 02:13:55.778284 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5800 | 2025.02.28 02:13:55.778708 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2025.02.28 02:13:55.778790 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5802 | 2025.02.28 02:13:55.778940 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 5803 | 2025.02.28 02:13:56.001311 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000934314 sec. | ||
| 5804 | 2025.02.28 02:13:56.103075 [ 137 ] {} <Debug> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 5805 | 2025.02.28 02:13:56.103154 [ 137 ] {} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5806 | 2025.02.28 02:13:56.103182 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5807 | 2025.02.28 02:13:56.103562 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 5808 | 2025.02.28 02:13:56.103817 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5809 | 2025.02.28 02:13:56.103860 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 253 rows starting from the beginning of the part | ||
| 5810 | 2025.02.28 02:13:56.103944 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 5811 | 2025.02.28 02:13:56.104158 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
| 5812 | 2025.02.28 02:13:56.104463 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 5813 | 2025.02.28 02:13:56.104632 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 5814 | 2025.02.28 02:13:56.105916 [ 198 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002620747 sec., 288848.9426869515 rows/sec., 21.08 MiB/sec. | ||
| 5815 | 2025.02.28 02:13:56.106076 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 5816 | 2025.02.28 02:13:56.106352 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2025.02.28 02:13:56.106431 [ 199 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_14_3} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 5818 | 2025.02.28 02:13:56.106510 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5819 | 2025.02.28 02:13:56.128857 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5820 | 2025.02.28 02:13:56.148060 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2025.02.28 02:13:56.148108 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5822 | 2025.02.28 02:13:56.155101 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5823 | 2025.02.28 02:13:56.155847 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2025.02.28 02:13:56.158368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5825 | 2025.02.28 02:14:00.756628 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5826 | 2025.02.28 02:14:00.756825 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5827 | 2025.02.28 02:14:00.756902 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5828 | 2025.02.28 02:14:00.757747 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5829 | 2025.02.28 02:14:00.757804 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5830 | 2025.02.28 02:14:00.758259 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5831 | 2025.02.28 02:14:00.758524 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5832 | 2025.02.28 02:14:00.758781 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002009 sec., 11946.241911398707 rows/sec., 1014.96 KiB/sec. | ||
| 5833 | 2025.02.28 02:14:00.758874 [ 4 ] {c0dd793b-e25e-4325-86b4-d1824642779a} <Debug> TCPHandler: Processed in 0.002379293 sec. | ||
| 5834 | 2025.02.28 02:14:00.759137 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5835 | 2025.02.28 02:14:00.759328 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5836 | 2025.02.28 02:14:00.759403 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5837 | 2025.02.28 02:14:00.760307 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.02.28 02:14:00.760361 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5839 | 2025.02.28 02:14:00.760824 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5840 | 2025.02.28 02:14:00.761081 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5841 | 2025.02.28 02:14:00.761339 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Debug> executeQuery: Read 244 rows, 22.32 KiB in 0.002062 sec., 118331.71677982541 rows/sec., 10.57 MiB/sec. | ||
| 5842 | 2025.02.28 02:14:00.761408 [ 257 ] {82f86143-361e-4c56-9a28-2a4f11a111f8} <Debug> TCPHandler: Processed in 0.002407684 sec. | ||
| 5843 | 2025.02.28 02:14:00.761569 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2025.02.28 02:14:00.761699 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5845 | 2025.02.28 02:14:00.761756 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5846 | 2025.02.28 02:14:00.762389 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2025.02.28 02:14:00.762431 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5848 | 2025.02.28 02:14:00.762812 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5849 | 2025.02.28 02:14:00.763068 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5850 | 2025.02.28 02:14:00.763295 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Debug> executeQuery: Read 46 rows, 3.52 KiB in 0.001628 sec., 28255.528255528254 rows/sec., 2.11 MiB/sec. | ||
| 5851 | 2025.02.28 02:14:00.763353 [ 4 ] {1bad9fdf-ab0f-49cd-b748-dde848666d21} <Debug> TCPHandler: Processed in 0.001846236 sec. | ||
| 5852 | 2025.02.28 02:14:00.763517 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5853 | 2025.02.28 02:14:00.763660 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5854 | 2025.02.28 02:14:00.763723 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5855 | 2025.02.28 02:14:00.764361 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5856 | 2025.02.28 02:14:00.764401 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5857 | 2025.02.28 02:14:00.764758 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5858 | 2025.02.28 02:14:00.765015 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2025.02.28 02:14:00.765269 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001643 sec., 14607.425441265977 rows/sec., 1.21 MiB/sec. | ||
| 5860 | 2025.02.28 02:14:00.765467 [ 257 ] {81a6c645-b561-4d97-938b-0db59e8fae1e} <Debug> TCPHandler: Processed in 0.002017209 sec. | ||
| 5861 | 2025.02.28 02:14:00.765658 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2025.02.28 02:14:00.765797 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5863 | 2025.02.28 02:14:00.765855 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5864 | 2025.02.28 02:14:00.766462 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.02.28 02:14:00.766501 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5866 | 2025.02.28 02:14:00.766863 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5867 | 2025.02.28 02:14:00.767115 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.02.28 02:14:00.767351 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001583 sec., 7580.543272267846 rows/sec., 592.23 KiB/sec. | ||
| 5869 | 2025.02.28 02:14:00.767414 [ 4 ] {bf08c055-5298-489b-a163-c252e73ab7fe} <Debug> TCPHandler: Processed in 0.001822286 sec. | ||
| 5870 | 2025.02.28 02:14:00.767563 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.02.28 02:14:00.767678 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5872 | 2025.02.28 02:14:00.767727 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5873 | 2025.02.28 02:14:00.768377 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.02.28 02:14:00.768417 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5875 | 2025.02.28 02:14:00.768789 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5876 | 2025.02.28 02:14:00.769030 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.02.28 02:14:00.769274 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Debug> executeQuery: Read 134 rows, 11.10 KiB in 0.001608 sec., 83333.33333333333 rows/sec., 6.74 MiB/sec. | ||
| 5878 | 2025.02.28 02:14:00.769380 [ 257 ] {c994be3a-053a-47b7-a729-82bc5f90c8b6} <Debug> TCPHandler: Processed in 0.001871416 sec. | ||
| 5879 | 2025.02.28 02:14:00.769637 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.02.28 02:14:00.769777 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5881 | 2025.02.28 02:14:00.769840 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5882 | 2025.02.28 02:14:00.770461 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.02.28 02:14:00.770501 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5884 | 2025.02.28 02:14:00.770907 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5885 | 2025.02.28 02:14:00.771142 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.02.28 02:14:00.771349 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001602 sec., 122347.06616729089 rows/sec., 8.78 MiB/sec. | ||
| 5887 | 2025.02.28 02:14:00.771406 [ 4 ] {821f4cb4-59cc-4adb-9f7b-3f84e2c5393a} <Debug> TCPHandler: Processed in 0.001928698 sec. | ||
| 5888 | 2025.02.28 02:14:00.771555 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2025.02.28 02:14:00.771699 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5890 | 2025.02.28 02:14:00.771796 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5891 | 2025.02.28 02:14:00.773023 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.02.28 02:14:00.773063 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5893 | 2025.02.28 02:14:00.773719 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5894 | 2025.02.28 02:14:00.773980 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.02.28 02:14:00.774218 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002551 sec., 13328.106624852999 rows/sec., 23.88 MiB/sec. | ||
| 5896 | 2025.02.28 02:14:00.774312 [ 257 ] {9c2d233e-956b-4c7b-869c-18e0b20c5eb5} <Debug> TCPHandler: Processed in 0.00282511 sec. | ||
| 5897 | 2025.02.28 02:14:00.774459 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5898 | 2025.02.28 02:14:00.774598 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5899 | 2025.02.28 02:14:00.774665 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5900 | 2025.02.28 02:14:00.775205 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2025.02.28 02:14:00.775243 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5902 | 2025.02.28 02:14:00.775617 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5903 | 2025.02.28 02:14:00.775849 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2025.02.28 02:14:00.776057 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 5905 | 2025.02.28 02:14:00.776106 [ 4 ] {8e448ef3-d24e-4b65-b6e0-06ba7fbdd2fc} <Debug> TCPHandler: Processed in 0.001712464 sec. | ||
| 5906 | 2025.02.28 02:14:02.641342 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 5907 | 2025.02.28 02:14:02.642224 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2025.02.28 02:14:02.642276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5909 | 2025.02.28 02:14:02.642814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5910 | 2025.02.28 02:14:02.643076 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5911 | 2025.02.28 02:14:02.643343 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 5912 | 2025.02.28 02:14:03.658479 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5913 | 2025.02.28 02:14:03.678462 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2025.02.28 02:14:03.678506 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5915 | 2025.02.28 02:14:03.685727 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5916 | 2025.02.28 02:14:03.686487 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.02.28 02:14:03.688969 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5918 | 2025.02.28 02:14:05.210355 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 822 | ||
| 5919 | 2025.02.28 02:14:05.213440 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2025.02.28 02:14:05.213488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5921 | 2025.02.28 02:14:05.214983 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5922 | 2025.02.28 02:14:05.215303 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2025.02.28 02:14:05.216453 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822 | ||
| 5924 | 2025.02.28 02:14:05.753334 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2025.02.28 02:14:05.753550 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5926 | 2025.02.28 02:14:05.753632 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5927 | 2025.02.28 02:14:05.754448 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5928 | 2025.02.28 02:14:05.754492 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5929 | 2025.02.28 02:14:05.754995 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5930 | 2025.02.28 02:14:05.755265 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5931 | 2025.02.28 02:14:05.755511 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002021 sec., 32657.1004453241 rows/sec., 2.60 MiB/sec. | ||
| 5932 | 2025.02.28 02:14:05.755579 [ 4 ] {465c365a-a283-4d97-9c93-9f0ea7aa28be} <Debug> TCPHandler: Processed in 0.002378954 sec. | ||
| 5933 | 2025.02.28 02:14:05.755845 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5934 | 2025.02.28 02:14:05.756052 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5935 | 2025.02.28 02:14:05.756125 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5936 | 2025.02.28 02:14:05.756862 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2025.02.28 02:14:05.756906 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5938 | 2025.02.28 02:14:05.757333 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5939 | 2025.02.28 02:14:05.757586 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.02.28 02:14:05.757809 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001813 sec., 2757.8599007170437 rows/sec., 207.38 KiB/sec. | ||
| 5941 | 2025.02.28 02:14:05.757865 [ 257 ] {e3070c65-2a12-4f4a-bde9-c5e189af2f28} <Debug> TCPHandler: Processed in 0.002157 sec. | ||
| 5942 | 2025.02.28 02:14:05.758033 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2025.02.28 02:14:05.758181 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5944 | 2025.02.28 02:14:05.758245 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5945 | 2025.02.28 02:14:05.758977 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2025.02.28 02:14:05.759025 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5947 | 2025.02.28 02:14:05.759415 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5948 | 2025.02.28 02:14:05.759674 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.02.28 02:14:05.759968 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001821 sec., 37891.26853377265 rows/sec., 2.96 MiB/sec. | ||
| 5950 | 2025.02.28 02:14:05.760037 [ 4 ] {5ef00afe-17c2-4b42-ae46-50d9786512ba} <Debug> TCPHandler: Processed in 0.002073839 sec. | ||
| 5951 | 2025.02.28 02:14:05.760195 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5952 | 2025.02.28 02:14:05.760335 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5953 | 2025.02.28 02:14:05.760396 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5954 | 2025.02.28 02:14:05.761063 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5955 | 2025.02.28 02:14:05.761106 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5956 | 2025.02.28 02:14:05.761515 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5957 | 2025.02.28 02:14:05.761756 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2025.02.28 02:14:05.762000 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. | ||
| 5959 | 2025.02.28 02:14:05.762200 [ 257 ] {34850933-facf-47a4-8af6-f687d1a6fe22} <Debug> TCPHandler: Processed in 0.00206451 sec. | ||
| 5960 | 2025.02.28 02:14:05.762469 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5961 | 2025.02.28 02:14:05.762611 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5962 | 2025.02.28 02:14:05.762707 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5963 | 2025.02.28 02:14:05.763893 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5964 | 2025.02.28 02:14:05.763934 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5965 | 2025.02.28 02:14:05.764557 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5966 | 2025.02.28 02:14:05.764812 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2025.02.28 02:14:05.765063 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002484 sec., 2012.8824476650564 rows/sec., 3.61 MiB/sec. | ||
| 5968 | 2025.02.28 02:14:05.765161 [ 4 ] {f8526dd8-307b-4310-abb4-0327f624b343} <Debug> TCPHandler: Processed in 0.002842421 sec. | ||
| 5969 | 2025.02.28 02:14:05.765409 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.02.28 02:14:05.765634 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5971 | 2025.02.28 02:14:05.765729 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5972 | 2025.02.28 02:14:05.766388 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.02.28 02:14:05.766427 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5974 | 2025.02.28 02:14:05.766800 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5975 | 2025.02.28 02:14:05.767039 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.02.28 02:14:05.767259 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00168 sec., 35714.28571428571 rows/sec., 2.41 MiB/sec. | ||
| 5977 | 2025.02.28 02:14:05.767308 [ 257 ] {a2476e8f-0ea0-420d-a3f3-929f8a3a13f1} <Debug> TCPHandler: Processed in 0.002008449 sec. | ||
| 5978 | 2025.02.28 02:14:10.012334 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5979 | 2025.02.28 02:14:10.012402 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5980 | 2025.02.28 02:14:10.143548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 5981 | 2025.02.28 02:14:10.144697 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.02.28 02:14:10.144747 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5983 | 2025.02.28 02:14:10.145309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5984 | 2025.02.28 02:14:10.145567 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.02.28 02:14:10.145905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5986 | 2025.02.28 02:14:10.754633 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5987 | 2025.02.28 02:14:10.754825 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5988 | 2025.02.28 02:14:10.754905 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5989 | 2025.02.28 02:14:10.755722 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2025.02.28 02:14:10.755771 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5991 | 2025.02.28 02:14:10.756236 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5992 | 2025.02.28 02:14:10.756496 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5993 | 2025.02.28 02:14:10.756747 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001978 sec., 62689.585439838214 rows/sec., 5.36 MiB/sec. | ||
| 5994 | 2025.02.28 02:14:10.756820 [ 4 ] {ca442929-e529-474b-8536-1df7ae0b9a97} <Debug> TCPHandler: Processed in 0.002322813 sec. | ||
| 5995 | 2025.02.28 02:14:10.757101 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5996 | 2025.02.28 02:14:10.757285 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5997 | 2025.02.28 02:14:10.757356 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5998 | 2025.02.28 02:14:10.758087 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5999 | 2025.02.28 02:14:10.758133 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 6000 | 2025.02.28 02:14:10.758558 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6001 | 2025.02.28 02:14:10.758810 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6002 | 2025.02.28 02:14:10.759042 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001809 sec., 18794.914317302377 rows/sec., 1.38 MiB/sec. | ||
| 6003 | 2025.02.28 02:14:10.759098 [ 257 ] {66d5551b-f091-4ee3-bf3a-b0e5e58d458e} <Debug> TCPHandler: Processed in 0.00214773 sec. | ||
| 6004 | 2025.02.28 02:14:10.759253 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6005 | 2025.02.28 02:14:10.759376 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6006 | 2025.02.28 02:14:10.759424 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6007 | 2025.02.28 02:14:10.760045 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6008 | 2025.02.28 02:14:10.760084 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 6009 | 2025.02.28 02:14:10.760456 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6010 | 2025.02.28 02:14:10.760684 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6011 | 2025.02.28 02:14:10.760912 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001556 sec., 62982.005141388174 rows/sec., 4.92 MiB/sec. | ||
| 6012 | 2025.02.28 02:14:10.760990 [ 4 ] {c6416aba-daba-48da-8921-a95fbde28b28} <Debug> TCPHandler: Processed in 0.001796835 sec. | ||
| 6013 | 2025.02.28 02:14:10.761184 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6014 | 2025.02.28 02:14:10.761309 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6015 | 2025.02.28 02:14:10.761360 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6016 | 2025.02.28 02:14:10.761923 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2025.02.28 02:14:10.761960 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 6018 | 2025.02.28 02:14:10.762343 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6019 | 2025.02.28 02:14:10.762574 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2025.02.28 02:14:10.762792 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
| 6021 | 2025.02.28 02:14:10.762872 [ 257 ] {31fb06ec-bccb-4e04-9451-286d2bf6a0a2} <Debug> TCPHandler: Processed in 0.001789516 sec. | ||
| 6022 | 2025.02.28 02:14:10.763061 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6023 | 2025.02.28 02:14:10.763201 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6024 | 2025.02.28 02:14:10.763281 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6025 | 2025.02.28 02:14:10.764557 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.02.28 02:14:10.764595 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 6027 | 2025.02.28 02:14:10.765238 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6028 | 2025.02.28 02:14:10.765487 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2025.02.28 02:14:10.765724 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002546 sec., 13354.281225451688 rows/sec., 23.93 MiB/sec. | ||
| 6030 | 2025.02.28 02:14:10.765818 [ 4 ] {1de8e2cc-640b-406e-890c-4d26221de2a2} <Debug> TCPHandler: Processed in 0.002863181 sec. | ||
| 6031 | 2025.02.28 02:14:10.765978 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2025.02.28 02:14:10.766115 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6033 | 2025.02.28 02:14:10.766174 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6034 | 2025.02.28 02:14:10.766672 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2025.02.28 02:14:10.766711 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 6036 | 2025.02.28 02:14:10.767080 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6037 | 2025.02.28 02:14:10.767313 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2025.02.28 02:14:10.767530 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
| 6039 | 2025.02.28 02:14:10.767601 [ 257 ] {053dffac-4137-4f71-822f-5bd975c6aa1c} <Debug> TCPHandler: Processed in 0.001689544 sec. | ||
| 6040 | 2025.02.28 02:14:11.189100 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6041 | 2025.02.28 02:14:11.209795 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.02.28 02:14:11.209841 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6043 | 2025.02.28 02:14:11.217078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6044 | 2025.02.28 02:14:11.217868 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.02.28 02:14:11.221529 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6046 | 2025.02.28 02:14:14.109118 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2025.02.28 02:14:14.109418 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6048 | 2025.02.28 02:14:14.109488 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6049 | 2025.02.28 02:14:14.110232 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2025.02.28 02:14:14.110272 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6051 | 2025.02.28 02:14:14.110697 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6052 | 2025.02.28 02:14:14.110952 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.02.28 02:14:14.111201 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001859 sec., 5379.236148466918 rows/sec., 438.64 KiB/sec. | ||
| 6054 | 2025.02.28 02:14:14.111507 [ 4 ] {01c4568d-caa0-4ae2-9732-c276943c6cc2} <Debug> TCPHandler: Processed in 0.002565307 sec. | ||
| 6055 | 2025.02.28 02:14:14.111761 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2025.02.28 02:14:14.111953 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6057 | 2025.02.28 02:14:14.112023 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6058 | 2025.02.28 02:14:14.113352 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2025.02.28 02:14:14.113397 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6060 | 2025.02.28 02:14:14.113912 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6061 | 2025.02.28 02:14:14.114166 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2025.02.28 02:14:14.114338 [ 131 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6063 | 2025.02.28 02:14:14.114419 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Debug> executeQuery: Read 1211 rows, 102.31 KiB in 0.002511 sec., 482277.9769016328 rows/sec., 39.79 MiB/sec. | ||
| 6064 | 2025.02.28 02:14:14.114427 [ 131 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6065 | 2025.02.28 02:14:14.114527 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6066 | 2025.02.28 02:14:14.114547 [ 257 ] {b764eec4-30c3-46d7-89bc-676527e40efa} <Debug> TCPHandler: Processed in 0.002914791 sec. | ||
| 6067 | 2025.02.28 02:14:14.114823 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 6068 | 2025.02.28 02:14:14.114897 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6069 | 2025.02.28 02:14:14.115196 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6070 | 2025.02.28 02:14:14.115368 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1404 rows starting from the beginning of the part | ||
| 6071 | 2025.02.28 02:14:14.115532 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6072 | 2025.02.28 02:14:14.115812 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 66 rows starting from the beginning of the part | ||
| 6073 | 2025.02.28 02:14:14.116029 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6074 | 2025.02.28 02:14:14.116499 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 244 rows starting from the beginning of the part | ||
| 6075 | 2025.02.28 02:14:14.116840 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 66 rows starting from the beginning of the part | ||
| 6076 | 2025.02.28 02:14:14.117142 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 124 rows starting from the beginning of the part | ||
| 6077 | 2025.02.28 02:14:14.117544 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1211 rows starting from the beginning of the part | ||
| 6078 | 2025.02.28 02:14:14.118978 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.02.28 02:14:14.119050 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6080 | 2025.02.28 02:14:14.120164 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6081 | 2025.02.28 02:14:14.120516 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.02.28 02:14:14.120726 [ 130 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6083 | 2025.02.28 02:14:14.120835 [ 130 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.02.28 02:14:14.120880 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6085 | 2025.02.28 02:14:14.120931 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Debug> executeQuery: Read 15 rows, 1.07 KiB in 0.005585 sec., 2685.7654431512983 rows/sec., 192.34 KiB/sec. | ||
| 6086 | 2025.02.28 02:14:14.121378 [ 4 ] {815c636b-bb71-4bd3-a1a6-6376410ecfea} <Debug> TCPHandler: Processed in 0.006697684 sec. | ||
| 6087 | 2025.02.28 02:14:14.121427 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 6088 | 2025.02.28 02:14:14.121709 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6089 | 2025.02.28 02:14:14.121829 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.007170352 sec., 434427.7658893176 rows/sec., 38.00 MiB/sec. | ||
| 6090 | 2025.02.28 02:14:14.121963 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6091 | 2025.02.28 02:14:14.122029 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6092 | 2025.02.28 02:14:14.122036 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 69 rows starting from the beginning of the part | ||
| 6093 | 2025.02.28 02:14:14.122165 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6094 | 2025.02.28 02:14:14.122174 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6095 | 2025.02.28 02:14:14.122517 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 5 rows starting from the beginning of the part | ||
| 6096 | 2025.02.28 02:14:14.123063 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 46 rows starting from the beginning of the part | ||
| 6097 | 2025.02.28 02:14:14.123583 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 5 rows starting from the beginning of the part | ||
| 6098 | 2025.02.28 02:14:14.123740 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.02.28 02:14:14.124158 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 6100 | 2025.02.28 02:14:14.124273 [ 190 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_56_11} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6101 | 2025.02.28 02:14:14.124649 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6102 | 2025.02.28 02:14:14.124725 [ 199 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part | ||
| 6103 | 2025.02.28 02:14:14.126328 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2025.02.28 02:14:14.126404 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6105 | 2025.02.28 02:14:14.127547 [ 191 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006530572 sec., 26643.914193121214 rows/sec., 2.05 MiB/sec. | ||
| 6106 | 2025.02.28 02:14:14.127558 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6107 | 2025.02.28 02:14:14.127750 [ 191 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6108 | 2025.02.28 02:14:14.128026 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2025.02.28 02:14:14.128470 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006473 sec., 35223.23497605438 rows/sec., 2.38 MiB/sec. | ||
| 6110 | 2025.02.28 02:14:14.128506 [ 191 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6111 | 2025.02.28 02:14:14.128808 [ 257 ] {e37dd1fb-2c48-49e6-bac0-e44e9afd8f58} <Debug> TCPHandler: Processed in 0.007292653 sec. | ||
| 6112 | 2025.02.28 02:14:14.128899 [ 191 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_41_8} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6113 | 2025.02.28 02:14:14.129022 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6114 | 2025.02.28 02:14:14.129029 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6115 | 2025.02.28 02:14:14.129139 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6116 | 2025.02.28 02:14:14.129185 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6117 | 2025.02.28 02:14:14.130064 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2025.02.28 02:14:14.130110 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6119 | 2025.02.28 02:14:14.130508 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6120 | 2025.02.28 02:14:14.130759 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2025.02.28 02:14:14.130971 [ 130 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6122 | 2025.02.28 02:14:14.131030 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Debug> executeQuery: Read 535 rows, 40.62 KiB in 0.001909 sec., 280251.44054478785 rows/sec., 20.78 MiB/sec. | ||
| 6123 | 2025.02.28 02:14:14.131039 [ 130 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2025.02.28 02:14:14.131127 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6125 | 2025.02.28 02:14:14.131146 [ 4 ] {45922246-1b1c-4d68-86f6-e4d51f2a774b} <Debug> TCPHandler: Processed in 0.002211481 sec. | ||
| 6126 | 2025.02.28 02:14:14.131373 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2025.02.28 02:14:14.131418 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 6128 | 2025.02.28 02:14:14.131594 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6129 | 2025.02.28 02:14:14.131715 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6130 | 2025.02.28 02:14:14.131725 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6131 | 2025.02.28 02:14:14.131798 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 631 rows starting from the beginning of the part | ||
| 6132 | 2025.02.28 02:14:14.132198 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 69 rows starting from the beginning of the part | ||
| 6133 | 2025.02.28 02:14:14.132615 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 134 rows starting from the beginning of the part | ||
| 6134 | 2025.02.28 02:14:14.132951 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 69 rows starting from the beginning of the part | ||
| 6135 | 2025.02.28 02:14:14.133267 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 98 rows starting from the beginning of the part | ||
| 6136 | 2025.02.28 02:14:14.133545 [ 193 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 535 rows starting from the beginning of the part | ||
| 6137 | 2025.02.28 02:14:14.134563 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6138 | 2025.02.28 02:14:14.134630 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6139 | 2025.02.28 02:14:14.135746 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6140 | 2025.02.28 02:14:14.136099 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2025.02.28 02:14:14.136312 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6142 | 2025.02.28 02:14:14.136423 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6143 | 2025.02.28 02:14:14.136503 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6144 | 2025.02.28 02:14:14.136840 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.005209 sec., 183720.4837780764 rows/sec., 12.32 MiB/sec. | ||
| 6145 | 2025.02.28 02:14:14.137295 [ 257 ] {a46e7d3c-a183-45f9-8b46-57b529a9b8f1} <Debug> TCPHandler: Processed in 0.006034645 sec. | ||
| 6146 | 2025.02.28 02:14:14.137386 [ 200 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.006105337 sec., 251583.16404155907 rows/sec., 20.04 MiB/sec. | ||
| 6147 | 2025.02.28 02:14:14.137736 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6148 | 2025.02.28 02:14:14.137865 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 6149 | 2025.02.28 02:14:14.138011 [ 192 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6150 | 2025.02.28 02:14:14.138552 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6151 | 2025.02.28 02:14:14.138615 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.02.28 02:14:14.138645 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14713 rows starting from the beginning of the part | ||
| 6153 | 2025.02.28 02:14:14.139151 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6154 | 2025.02.28 02:14:14.139187 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 6155 | 2025.02.28 02:14:14.139290 [ 192 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2025.02.28 02:14:14.139732 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 196 rows starting from the beginning of the part | ||
| 6157 | 2025.02.28 02:14:14.139837 [ 192 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_56_11} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6158 | 2025.02.28 02:14:14.140431 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 6159 | 2025.02.28 02:14:14.140446 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 6160 | 2025.02.28 02:14:14.140883 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 6161 | 2025.02.28 02:14:14.141292 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 957 rows starting from the beginning of the part | ||
| 6162 | 2025.02.28 02:14:14.144053 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.02.28 02:14:14.144128 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6164 | 2025.02.28 02:14:14.145731 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6165 | 2025.02.28 02:14:14.146222 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2025.02.28 02:14:14.146796 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008498 sec., 588.3737349964697 rows/sec., 1.05 MiB/sec. | ||
| 6167 | 2025.02.28 02:14:14.147420 [ 4 ] {28651b0b-21a3-4def-ae35-db8606da67d7} <Debug> TCPHandler: Processed in 0.009993111 sec. | ||
| 6168 | 2025.02.28 02:14:14.147631 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6169 | 2025.02.28 02:14:14.147794 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6170 | 2025.02.28 02:14:14.147861 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6171 | 2025.02.28 02:14:14.148739 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.02.28 02:14:14.148835 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6173 | 2025.02.28 02:14:14.148917 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16346 rows, containing 5 columns (5 merged, 0 gathered) in 0.01204733 sec., 1356815.1615337173 rows/sec., 92.91 MiB/sec. | ||
| 6174 | 2025.02.28 02:14:14.149429 [ 200 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6175 | 2025.02.28 02:14:14.149452 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6176 | 2025.02.28 02:14:14.149928 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.02.28 02:14:14.149935 [ 192 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2025.02.28 02:14:14.150136 [ 192 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6179 | 2025.02.28 02:14:14.150200 [ 130 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6180 | 2025.02.28 02:14:14.150297 [ 130 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2025.02.28 02:14:14.150383 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6182 | 2025.02.28 02:14:14.150400 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 6183 | 2025.02.28 02:14:14.150421 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002649 sec., 15100.037750094376 rows/sec., 1.02 MiB/sec. | ||
| 6184 | 2025.02.28 02:14:14.150595 [ 257 ] {bd11f2b5-37f4-4be7-a68c-638db7f2b6db} <Debug> TCPHandler: Processed in 0.003034173 sec. | ||
| 6185 | 2025.02.28 02:14:14.150756 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 6186 | 2025.02.28 02:14:14.151137 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6187 | 2025.02.28 02:14:14.151234 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2568 rows starting from the beginning of the part | ||
| 6188 | 2025.02.28 02:14:14.151441 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 6189 | 2025.02.28 02:14:14.151512 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 6190 | 2025.02.28 02:14:14.151712 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 6191 | 2025.02.28 02:14:14.151888 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 6192 | 2025.02.28 02:14:14.152027 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part | ||
| 6193 | 2025.02.28 02:14:14.153431 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 4 columns (4 merged, 0 gathered) in 0.002914891 sec., 977051.9720977559 rows/sec., 65.82 MiB/sec. | ||
| 6194 | 2025.02.28 02:14:14.153683 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6195 | 2025.02.28 02:14:14.153961 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2025.02.28 02:14:14.154034 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_56_11} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6197 | 2025.02.28 02:14:14.154100 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6198 | 2025.02.28 02:14:15.216779 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 862 | ||
| 6199 | 2025.02.28 02:14:15.220276 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6200 | 2025.02.28 02:14:15.220326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6201 | 2025.02.28 02:14:15.222620 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6202 | 2025.02.28 02:14:15.222932 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6203 | 2025.02.28 02:14:15.223484 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862 | ||
| 6204 | 2025.02.28 02:14:15.748597 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6205 | 2025.02.28 02:14:15.748898 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6206 | 2025.02.28 02:14:15.749009 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6207 | 2025.02.28 02:14:15.750119 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6208 | 2025.02.28 02:14:15.750162 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6209 | 2025.02.28 02:14:15.750559 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6210 | 2025.02.28 02:14:15.750802 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6211 | 2025.02.28 02:14:15.751026 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002215 sec., 25282.167042889392 rows/sec., 1.94 MiB/sec. | ||
| 6212 | 2025.02.28 02:14:15.751083 [ 4 ] {ee3b32df-97c1-4d46-94ef-7a152ac91a56} <Debug> TCPHandler: Processed in 0.002687188 sec. | ||
| 6213 | 2025.02.28 02:14:15.751323 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6214 | 2025.02.28 02:14:15.751505 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6215 | 2025.02.28 02:14:15.751574 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6216 | 2025.02.28 02:14:15.752328 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6217 | 2025.02.28 02:14:15.752366 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6218 | 2025.02.28 02:14:15.752796 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6219 | 2025.02.28 02:14:15.753052 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6220 | 2025.02.28 02:14:15.753244 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001787 sec., 35814.21376608842 rows/sec., 2.80 MiB/sec. | ||
| 6221 | 2025.02.28 02:14:15.753298 [ 257 ] {60d3ac36-9245-4e86-9070-96801c2a92fe} <Debug> TCPHandler: Processed in 0.002103289 sec. | ||
| 6222 | 2025.02.28 02:14:15.753451 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2025.02.28 02:14:15.753571 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6224 | 2025.02.28 02:14:15.753624 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6225 | 2025.02.28 02:14:15.754177 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6226 | 2025.02.28 02:14:15.754215 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6227 | 2025.02.28 02:14:15.754591 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6228 | 2025.02.28 02:14:15.754836 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6229 | 2025.02.28 02:14:15.755058 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.00151 sec., 35761.58940397351 rows/sec., 2.49 MiB/sec. | ||
| 6230 | 2025.02.28 02:14:15.755112 [ 4 ] {7e74a8d1-6ef8-4781-98b7-123a1dad424e} <Debug> TCPHandler: Processed in 0.001721674 sec. | ||
| 6231 | 2025.02.28 02:14:15.755313 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6232 | 2025.02.28 02:14:15.755484 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6233 | 2025.02.28 02:14:15.755545 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6234 | 2025.02.28 02:14:15.756115 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6235 | 2025.02.28 02:14:15.756160 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6236 | 2025.02.28 02:14:15.756574 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6237 | 2025.02.28 02:14:15.756814 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6238 | 2025.02.28 02:14:15.756986 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001533 sec., 13046.314416177429 rows/sec., 896.93 KiB/sec. | ||
| 6239 | 2025.02.28 02:14:15.757034 [ 257 ] {b5a4b064-d105-4dd8-82d2-15fe1e1778a8} <Debug> TCPHandler: Processed in 0.001837065 sec. | ||
| 6240 | 2025.02.28 02:14:17.646125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6241 | 2025.02.28 02:14:17.647131 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6242 | 2025.02.28 02:14:17.647174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6243 | 2025.02.28 02:14:17.647695 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6244 | 2025.02.28 02:14:17.647965 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6245 | 2025.02.28 02:14:17.648251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6246 | 2025.02.28 02:14:18.721680 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6247 | 2025.02.28 02:14:18.742718 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6248 | 2025.02.28 02:14:18.742778 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6249 | 2025.02.28 02:14:18.750017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6250 | 2025.02.28 02:14:18.750797 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6251 | 2025.02.28 02:14:18.753467 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6252 | 2025.02.28 02:14:20.755633 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2025.02.28 02:14:20.755829 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6254 | 2025.02.28 02:14:20.755904 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6255 | 2025.02.28 02:14:20.756695 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2025.02.28 02:14:20.756744 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6257 | 2025.02.28 02:14:20.757178 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6258 | 2025.02.28 02:14:20.757432 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2025.02.28 02:14:20.757658 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001876 sec., 66098.08102345416 rows/sec., 5.65 MiB/sec. | ||
| 6260 | 2025.02.28 02:14:20.757762 [ 4 ] {48dd4602-0d22-4960-8101-2f9c1625e43c} <Debug> TCPHandler: Processed in 0.002258892 sec. | ||
| 6261 | 2025.02.28 02:14:20.758031 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2025.02.28 02:14:20.758218 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6263 | 2025.02.28 02:14:20.758288 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6264 | 2025.02.28 02:14:20.759027 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.02.28 02:14:20.759079 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6266 | 2025.02.28 02:14:20.759527 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6267 | 2025.02.28 02:14:20.759798 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.02.28 02:14:20.760029 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001861 sec., 18269.747447608814 rows/sec., 1.34 MiB/sec. | ||
| 6269 | 2025.02.28 02:14:20.760084 [ 257 ] {77c8e878-1c1f-49a9-8df4-d4d6eda66587} <Debug> TCPHandler: Processed in 0.002210342 sec. | ||
| 6270 | 2025.02.28 02:14:20.760228 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2025.02.28 02:14:20.760347 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6272 | 2025.02.28 02:14:20.760397 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6273 | 2025.02.28 02:14:20.761013 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.02.28 02:14:20.761052 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6275 | 2025.02.28 02:14:20.761409 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6276 | 2025.02.28 02:14:20.761652 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2025.02.28 02:14:20.761848 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001525 sec., 64262.29508196721 rows/sec., 5.02 MiB/sec. | ||
| 6278 | 2025.02.28 02:14:20.761898 [ 4 ] {970d2bf9-7a00-4b8c-b47c-e8a465b3690f} <Debug> TCPHandler: Processed in 0.001725134 sec. | ||
| 6279 | 2025.02.28 02:14:20.762040 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2025.02.28 02:14:20.762156 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6281 | 2025.02.28 02:14:20.762214 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6282 | 2025.02.28 02:14:20.762808 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.02.28 02:14:20.762846 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6284 | 2025.02.28 02:14:20.763245 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6285 | 2025.02.28 02:14:20.763496 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.02.28 02:14:20.763734 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 6287 | 2025.02.28 02:14:20.763832 [ 257 ] {38a3dcee-f923-4ff1-a648-9d99050edd0b} <Debug> TCPHandler: Processed in 0.001844376 sec. | ||
| 6288 | 2025.02.28 02:14:20.764039 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2025.02.28 02:14:20.764219 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6290 | 2025.02.28 02:14:20.764299 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6291 | 2025.02.28 02:14:20.765664 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2025.02.28 02:14:20.765710 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6293 | 2025.02.28 02:14:20.766555 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6294 | 2025.02.28 02:14:20.766895 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2025.02.28 02:14:20.767065 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6296 | 2025.02.28 02:14:20.767112 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.02.28 02:14:20.767142 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002948 sec., 11533.242876526458 rows/sec., 20.67 MiB/sec. | ||
| 6298 | 2025.02.28 02:14:20.767146 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6299 | 2025.02.28 02:14:20.767739 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 6300 | 2025.02.28 02:14:20.767836 [ 4 ] {383cdb44-7104-4d01-8b50-8c93ba36e251} <Debug> TCPHandler: Processed in 0.003890315 sec. | ||
| 6301 | 2025.02.28 02:14:20.768392 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6302 | 2025.02.28 02:14:20.768772 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6303 | 2025.02.28 02:14:20.768913 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6304 | 2025.02.28 02:14:20.769138 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6305 | 2025.02.28 02:14:20.769390 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 752 rows starting from the beginning of the part | ||
| 6306 | 2025.02.28 02:14:20.770032 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 6307 | 2025.02.28 02:14:20.770724 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part | ||
| 6308 | 2025.02.28 02:14:20.770939 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2025.02.28 02:14:20.771084 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6310 | 2025.02.28 02:14:20.771351 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 6311 | 2025.02.28 02:14:20.771934 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part | ||
| 6312 | 2025.02.28 02:14:20.772576 [ 188 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
| 6313 | 2025.02.28 02:14:20.772648 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6314 | 2025.02.28 02:14:20.773401 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2025.02.28 02:14:20.773941 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005247 sec., 11435.105774728416 rows/sec., 789.14 KiB/sec. | ||
| 6316 | 2025.02.28 02:14:20.774378 [ 257 ] {f8ec3307-ecef-43cf-b843-c296f060c913} <Debug> TCPHandler: Processed in 0.006129007 sec. | ||
| 6317 | 2025.02.28 02:14:20.783352 [ 186 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 864 rows, containing 19 columns (19 merged, 0 gathered) in 0.016045587 sec., 53846.5809945127 rows/sec., 96.49 MiB/sec. | ||
| 6318 | 2025.02.28 02:14:20.784245 [ 196 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6319 | 2025.02.28 02:14:20.784725 [ 196 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6320 | 2025.02.28 02:14:20.784811 [ 196 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6321 | 2025.02.28 02:14:20.784927 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
| 6322 | 2025.02.28 02:14:21.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.23 MiB, peak 211.81 MiB, free memory in arenas 0.00 B, will set to 207.03 MiB (RSS), difference: 2.80 MiB | ||
| 6323 | 2025.02.28 02:14:25.012442 [ 6 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6324 | 2025.02.28 02:14:25.012511 [ 6 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6325 | 2025.02.28 02:14:25.148446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 6326 | 2025.02.28 02:14:25.149140 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6327 | 2025.02.28 02:14:25.149179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6328 | 2025.02.28 02:14:25.149712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6329 | 2025.02.28 02:14:25.149968 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6330 | 2025.02.28 02:14:25.150211 [ 6 ] {} <Debug> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6331 | 2025.02.28 02:14:25.150226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6332 | 2025.02.28 02:14:25.150323 [ 6 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6333 | 2025.02.28 02:14:25.150373 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6334 | 2025.02.28 02:14:25.150546 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::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 | ||
| 6335 | 2025.02.28 02:14:25.150741 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6336 | 2025.02.28 02:14:25.150788 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 6337 | 2025.02.28 02:14:25.150875 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 6338 | 2025.02.28 02:14:25.151086 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 6339 | 2025.02.28 02:14:25.151352 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 6340 | 2025.02.28 02:14:25.151631 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 6341 | 2025.02.28 02:14:25.151791 [ 189 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 6342 | 2025.02.28 02:14:25.154091 [ 195 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003619021 sec., 4567809.91323344 rows/sec., 65.34 MiB/sec. | ||
| 6343 | 2025.02.28 02:14:25.154288 [ 195 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6344 | 2025.02.28 02:14:25.154824 [ 195 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2025.02.28 02:14:25.154915 [ 195 ] {3a3112bd-79df-43c7-ab35-7f8a62d7bf1b::all_1_36_7} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6346 | 2025.02.28 02:14:25.155032 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6347 | 2025.02.28 02:14:25.223779 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 882 | ||
| 6348 | 2025.02.28 02:14:25.226576 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2025.02.28 02:14:25.226619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6350 | 2025.02.28 02:14:25.228111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6351 | 2025.02.28 02:14:25.228434 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2025.02.28 02:14:25.228605 [ 6 ] {} <Debug> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6353 | 2025.02.28 02:14:25.228664 [ 6 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6354 | 2025.02.28 02:14:25.228699 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6355 | 2025.02.28 02:14:25.229129 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 6356 | 2025.02.28 02:14:25.229781 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6357 | 2025.02.28 02:14:25.230256 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6358 | 2025.02.28 02:14:25.230430 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 734 rows starting from the beginning of the part | ||
| 6359 | 2025.02.28 02:14:25.230935 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 38 rows starting from the beginning of the part | ||
| 6360 | 2025.02.28 02:14:25.231423 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 6361 | 2025.02.28 02:14:25.231913 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::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 | ||
| 6362 | 2025.02.28 02:14:25.232398 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 6363 | 2025.02.28 02:14:25.232866 [ 197 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 6364 | 2025.02.28 02:14:25.240760 [ 186 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 72 columns (72 merged, 0 gathered) in 0.011939249 sec., 73873.99324697893 rows/sec., 59.83 MiB/sec. | ||
| 6365 | 2025.02.28 02:14:25.242087 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6366 | 2025.02.28 02:14:25.242932 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6367 | 2025.02.28 02:14:25.243031 [ 194 ] {e1671b3b-5852-487f-943b-aaa151915f3d::all_1_26_5} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6368 | 2025.02.28 02:14:25.243363 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 6369 | 2025.02.28 02:14:25.754408 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.02.28 02:14:25.754622 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6371 | 2025.02.28 02:14:25.754699 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6372 | 2025.02.28 02:14:25.755458 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.02.28 02:14:25.755497 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6374 | 2025.02.28 02:14:25.756127 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6375 | 2025.02.28 02:14:25.756380 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2025.02.28 02:14:25.756573 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002011 sec., 32819.492789656884 rows/sec., 2.61 MiB/sec. | ||
| 6377 | 2025.02.28 02:14:25.756629 [ 4 ] {775a2416-904c-46f5-844c-8c05e16a059a} <Debug> TCPHandler: Processed in 0.002355863 sec. | ||
| 6378 | 2025.02.28 02:14:25.756870 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6379 | 2025.02.28 02:14:25.757072 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6380 | 2025.02.28 02:14:25.757151 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6381 | 2025.02.28 02:14:25.757953 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.02.28 02:14:25.758001 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6383 | 2025.02.28 02:14:25.758418 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6384 | 2025.02.28 02:14:25.758670 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.02.28 02:14:25.758900 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001885 sec., 2652.5198938992044 rows/sec., 199.46 KiB/sec. | ||
| 6386 | 2025.02.28 02:14:25.758960 [ 257 ] {6c799b5c-9690-40e9-a13e-096846930ebd} <Debug> TCPHandler: Processed in 0.002223601 sec. | ||
| 6387 | 2025.02.28 02:14:25.759093 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6388 | 2025.02.28 02:14:25.759210 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6389 | 2025.02.28 02:14:25.759258 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6390 | 2025.02.28 02:14:25.759870 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6391 | 2025.02.28 02:14:25.759908 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6392 | 2025.02.28 02:14:25.760261 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6393 | 2025.02.28 02:14:25.760495 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6394 | 2025.02.28 02:14:25.760689 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001495 sec., 46153.846153846156 rows/sec., 3.60 MiB/sec. | ||
| 6395 | 2025.02.28 02:14:25.760792 [ 4 ] {1e74a128-fd34-4a4f-83a3-d83f886eba65} <Debug> TCPHandler: Processed in 0.001752295 sec. | ||
| 6396 | 2025.02.28 02:14:25.761013 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6397 | 2025.02.28 02:14:25.761180 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6398 | 2025.02.28 02:14:25.761246 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6399 | 2025.02.28 02:14:25.761917 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.02.28 02:14:25.761957 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6401 | 2025.02.28 02:14:25.762377 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6402 | 2025.02.28 02:14:25.762621 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.02.28 02:14:25.762837 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
| 6404 | 2025.02.28 02:14:25.762893 [ 257 ] {c29a4575-8a2b-46de-ba14-a29bfd09bae7} <Debug> TCPHandler: Processed in 0.002010299 sec. | ||
| 6405 | 2025.02.28 02:14:25.763111 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2025.02.28 02:14:25.763312 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6407 | 2025.02.28 02:14:25.763437 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6408 | 2025.02.28 02:14:25.764685 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2025.02.28 02:14:25.764722 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6410 | 2025.02.28 02:14:25.765319 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6411 | 2025.02.28 02:14:25.765583 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2025.02.28 02:14:25.765829 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002558 sec., 1954.6520719311964 rows/sec., 3.50 MiB/sec. | ||
| 6413 | 2025.02.28 02:14:25.766336 [ 4 ] {da3c0c95-027f-4a18-9cbd-6b0a4f0065c6} <Debug> TCPHandler: Processed in 0.003320777 sec. | ||
| 6414 | 2025.02.28 02:14:25.766556 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6415 | 2025.02.28 02:14:25.766695 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6416 | 2025.02.28 02:14:25.766754 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6417 | 2025.02.28 02:14:25.767250 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6418 | 2025.02.28 02:14:25.767289 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6419 | 2025.02.28 02:14:25.767666 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6420 | 2025.02.28 02:14:25.767921 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2025.02.28 02:14:25.768132 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 6422 | 2025.02.28 02:14:25.768182 [ 257 ] {45ea8365-92e6-4fb5-836a-cb5b90a9f690} <Debug> TCPHandler: Processed in 0.001742974 sec. | ||
| 6423 | 2025.02.28 02:14:26.253618 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6424 | 2025.02.28 02:14:26.275366 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.02.28 02:14:26.275418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6426 | 2025.02.28 02:14:26.282685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6427 | 2025.02.28 02:14:26.283467 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.02.28 02:14:26.283875 [ 23 ] {} <Debug> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6429 | 2025.02.28 02:14:26.284014 [ 23 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2025.02.28 02:14:26.284081 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6431 | 2025.02.28 02:14:26.284434 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6432 | 2025.02.28 02:14:26.293058 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6433 | 2025.02.28 02:14:26.294315 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6434 | 2025.02.28 02:14:26.295199 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6435 | 2025.02.28 02:14:26.299877 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6436 | 2025.02.28 02:14:26.304512 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6437 | 2025.02.28 02:14:26.309413 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6438 | 2025.02.28 02:14:26.314580 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6439 | 2025.02.28 02:14:26.319017 [ 186 ] {30ce18d6-4a25-4150-9760-0e79e744945e::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 | ||
| 6440 | 2025.02.28 02:14:26.375099 [ 202 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.090883677 sec., 2992.836656465825 rows/sec., 15.48 MiB/sec. | ||
| 6441 | 2025.02.28 02:14:26.376929 [ 198 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6442 | 2025.02.28 02:14:26.379218 [ 198 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_36_7} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6443 | 2025.02.28 02:14:26.379312 [ 198 ] {30ce18d6-4a25-4150-9760-0e79e744945e::all_1_36_7} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6444 | 2025.02.28 02:14:26.380535 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 6445 | 2025.02.28 02:14:30.757227 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6446 | 2025.02.28 02:14:30.757428 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6447 | 2025.02.28 02:14:30.757508 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6448 | 2025.02.28 02:14:30.758340 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6449 | 2025.02.28 02:14:30.758428 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6450 | 2025.02.28 02:14:30.758877 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6451 | 2025.02.28 02:14:30.759133 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6452 | 2025.02.28 02:14:30.759404 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002027 sec., 11840.157868771583 rows/sec., 1005.95 KiB/sec. | ||
| 6453 | 2025.02.28 02:14:30.759494 [ 4 ] {da317a0f-5908-4aa3-a16b-e576538beee2} <Debug> TCPHandler: Processed in 0.002406923 sec. | ||
| 6454 | 2025.02.28 02:14:30.759760 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6455 | 2025.02.28 02:14:30.759954 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6456 | 2025.02.28 02:14:30.760030 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6457 | 2025.02.28 02:14:30.760821 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6458 | 2025.02.28 02:14:30.760873 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6459 | 2025.02.28 02:14:30.761304 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6460 | 2025.02.28 02:14:30.761564 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Trace> oximeter.fields_ipaddr (38a15648-c4c3-4394-acd4-0e1571bf1689): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6461 | 2025.02.28 02:14:30.761901 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001967 sec., 4067.107269954245 rows/sec., 331.64 KiB/sec. | ||
| 6462 | 2025.02.28 02:14:30.762043 [ 257 ] {37c2ce15-3af7-471f-b21b-bcd76f1ebbce} <Debug> TCPHandler: Processed in 0.002420015 sec. | ||
| 6463 | 2025.02.28 02:14:30.762218 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6464 | 2025.02.28 02:14:30.762350 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6465 | 2025.02.28 02:14:30.762406 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6466 | 2025.02.28 02:14:30.763169 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2025.02.28 02:14:30.763212 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6468 | 2025.02.28 02:14:30.763604 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6469 | 2025.02.28 02:14:30.763848 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6470 | 2025.02.28 02:14:30.764080 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Debug> executeQuery: Read 248 rows, 22.61 KiB in 0.001761 sec., 140829.0743895514 rows/sec., 12.54 MiB/sec. | ||
| 6471 | 2025.02.28 02:14:30.764138 [ 4 ] {542ebcba-e2e5-468f-a753-1fb849dc4cfb} <Debug> TCPHandler: Processed in 0.001983118 sec. | ||
| 6472 | 2025.02.28 02:14:30.764300 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6473 | 2025.02.28 02:14:30.764445 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6474 | 2025.02.28 02:14:30.764505 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6475 | 2025.02.28 02:14:30.765195 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2025.02.28 02:14:30.765236 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6477 | 2025.02.28 02:14:30.765613 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6478 | 2025.02.28 02:14:30.765854 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2025.02.28 02:14:30.766073 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Debug> executeQuery: Read 54 rows, 4.08 KiB in 0.001663 sec., 32471.437161755865 rows/sec., 2.39 MiB/sec. | ||
| 6480 | 2025.02.28 02:14:30.766125 [ 257 ] {c6203a0b-d70f-4773-8491-4a4abaa1d90e} <Debug> TCPHandler: Processed in 0.001896447 sec. | ||
| 6481 | 2025.02.28 02:14:30.766274 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2025.02.28 02:14:30.766415 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6483 | 2025.02.28 02:14:30.766474 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6484 | 2025.02.28 02:14:30.767146 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2025.02.28 02:14:30.767187 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6486 | 2025.02.28 02:14:30.767549 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6487 | 2025.02.28 02:14:30.767795 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.02.28 02:14:30.768032 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001643 sec., 14607.425441265977 rows/sec., 1.21 MiB/sec. | ||
| 6489 | 2025.02.28 02:14:30.768132 [ 4 ] {7e2a6291-0b6d-4346-ba83-1a1c12ea3bc5} <Debug> TCPHandler: Processed in 0.001926387 sec. | ||
| 6490 | 2025.02.28 02:14:30.768285 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2025.02.28 02:14:30.768421 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6492 | 2025.02.28 02:14:30.768476 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6493 | 2025.02.28 02:14:30.769126 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2025.02.28 02:14:30.769164 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6495 | 2025.02.28 02:14:30.769522 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6496 | 2025.02.28 02:14:30.769764 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2025.02.28 02:14:30.770052 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001636 sec., 7334.963325183374 rows/sec., 573.04 KiB/sec. | ||
| 6498 | 2025.02.28 02:14:30.770176 [ 257 ] {bb5e43a9-1671-4057-87b6-d7d8bb0d49df} <Debug> TCPHandler: Processed in 0.001960698 sec. | ||
| 6499 | 2025.02.28 02:14:30.770320 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6500 | 2025.02.28 02:14:30.770456 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6501 | 2025.02.28 02:14:30.770512 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6502 | 2025.02.28 02:14:30.771228 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6503 | 2025.02.28 02:14:30.771267 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6504 | 2025.02.28 02:14:30.771648 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6505 | 2025.02.28 02:14:30.771888 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6506 | 2025.02.28 02:14:30.772070 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Debug> executeQuery: Read 142 rows, 11.75 KiB in 0.001645 sec., 86322.18844984802 rows/sec., 6.97 MiB/sec. | ||
| 6507 | 2025.02.28 02:14:30.772130 [ 4 ] {eda62124-e1e1-411b-9fc2-caec1063b0d3} <Debug> TCPHandler: Processed in 0.001873506 sec. | ||
| 6508 | 2025.02.28 02:14:30.772333 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6509 | 2025.02.28 02:14:30.772480 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6510 | 2025.02.28 02:14:30.772541 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6511 | 2025.02.28 02:14:30.773186 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2025.02.28 02:14:30.773224 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6513 | 2025.02.28 02:14:30.773635 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6514 | 2025.02.28 02:14:30.773871 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6515 | 2025.02.28 02:14:30.774115 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.001663 sec., 120264.58208057727 rows/sec., 8.62 MiB/sec. | ||
| 6516 | 2025.02.28 02:14:30.774194 [ 257 ] {b93beae0-375c-4bbb-af52-81cd8946bcd8} <Debug> TCPHandler: Processed in 0.001974318 sec. | ||
| 6517 | 2025.02.28 02:14:30.774440 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2025.02.28 02:14:30.774616 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6519 | 2025.02.28 02:14:30.774709 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6520 | 2025.02.28 02:14:30.775940 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2025.02.28 02:14:30.775979 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6522 | 2025.02.28 02:14:30.776628 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6523 | 2025.02.28 02:14:30.776880 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6524 | 2025.02.28 02:14:30.777079 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002495 sec., 13627.254509018037 rows/sec., 24.42 MiB/sec. | ||
| 6525 | 2025.02.28 02:14:30.777169 [ 4 ] {1172fac0-5f08-41da-bd23-027a20511c96} <Debug> TCPHandler: Processed in 0.002896441 sec. | ||
| 6526 | 2025.02.28 02:14:30.777339 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6527 | 2025.02.28 02:14:30.777506 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6528 | 2025.02.28 02:14:30.777578 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6529 | 2025.02.28 02:14:30.778181 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2025.02.28 02:14:30.778219 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6531 | 2025.02.28 02:14:30.778592 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6532 | 2025.02.28 02:14:30.778833 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2025.02.28 02:14:30.779097 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 6534 | 2025.02.28 02:14:30.779220 [ 257 ] {8a0c566a-0143-43a0-91f3-3e035991f80a} <Debug> TCPHandler: Processed in 0.001960088 sec. | ||
| 6535 | 2025.02.28 02:14:32.650503 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 6536 | 2025.02.28 02:14:32.651223 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2025.02.28 02:14:32.651270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6538 | 2025.02.28 02:14:32.651848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6539 | 2025.02.28 02:14:32.652096 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2025.02.28 02:14:32.652332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 6541 | 2025.02.28 02:14:33.793231 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6542 | 2025.02.28 02:14:33.811694 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.02.28 02:14:33.811748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6544 | 2025.02.28 02:14:33.818656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6545 | 2025.02.28 02:14:33.819488 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2025.02.28 02:14:33.821973 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6547 | 2025.02.28 02:14:35.230097 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 914 | ||
| 6548 | 2025.02.28 02:14:35.233304 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.02.28 02:14:35.233349 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6550 | 2025.02.28 02:14:35.234834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6551 | 2025.02.28 02:14:35.235156 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2025.02.28 02:14:35.235671 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 914 | ||
| 6553 | 2025.02.28 02:14:35.754634 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2025.02.28 02:14:35.754929 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6555 | 2025.02.28 02:14:35.755042 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6556 | 2025.02.28 02:14:35.755847 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.02.28 02:14:35.755896 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6558 | 2025.02.28 02:14:35.756331 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6559 | 2025.02.28 02:14:35.756586 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2025.02.28 02:14:35.756793 [ 61 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6561 | 2025.02.28 02:14:35.756861 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002015 sec., 32754.34243176179 rows/sec., 2.61 MiB/sec. | ||
| 6562 | 2025.02.28 02:14:35.756891 [ 61 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2025.02.28 02:14:35.756959 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6564 | 2025.02.28 02:14:35.757007 [ 4 ] {abe4eb85-d219-4fde-9f3e-99bc3ad44736} <Debug> TCPHandler: Processed in 0.002542565 sec. | ||
| 6565 | 2025.02.28 02:14:35.757251 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 6566 | 2025.02.28 02:14:35.757336 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2025.02.28 02:14:35.757529 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6568 | 2025.02.28 02:14:35.757616 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1404 rows starting from the beginning of the part | ||
| 6569 | 2025.02.28 02:14:35.757675 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6570 | 2025.02.28 02:14:35.757904 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6571 | 2025.02.28 02:14:35.758039 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 6572 | 2025.02.28 02:14:35.758420 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 124 rows starting from the beginning of the part | ||
| 6573 | 2025.02.28 02:14:35.758718 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 66 rows starting from the beginning of the part | ||
| 6574 | 2025.02.28 02:14:35.759013 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 248 rows starting from the beginning of the part | ||
| 6575 | 2025.02.28 02:14:35.759311 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 66 rows starting from the beginning of the part | ||
| 6576 | 2025.02.28 02:14:35.760452 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2025.02.28 02:14:35.760496 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6578 | 2025.02.28 02:14:35.761116 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6579 | 2025.02.28 02:14:35.761393 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6580 | 2025.02.28 02:14:35.761829 [ 202 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1964 rows, containing 5 columns (5 merged, 0 gathered) in 0.004739287 sec., 414408.32766616583 rows/sec., 36.46 MiB/sec. | ||
| 6581 | 2025.02.28 02:14:35.761858 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00429 sec., 1165.5011655011654 rows/sec., 87.64 KiB/sec. | ||
| 6582 | 2025.02.28 02:14:35.761950 [ 257 ] {e733d8ae-e13a-47ff-91cb-0d28339affb0} <Debug> TCPHandler: Processed in 0.004820039 sec. | ||
| 6583 | 2025.02.28 02:14:35.762116 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2025.02.28 02:14:35.762127 [ 199 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6585 | 2025.02.28 02:14:35.762252 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6586 | 2025.02.28 02:14:35.762312 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6587 | 2025.02.28 02:14:35.762507 [ 199 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6588 | 2025.02.28 02:14:35.762650 [ 199 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_61_12} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6589 | 2025.02.28 02:14:35.762773 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 6590 | 2025.02.28 02:14:35.763140 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.02.28 02:14:35.763181 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6592 | 2025.02.28 02:14:35.763552 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6593 | 2025.02.28 02:14:35.763804 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2025.02.28 02:14:35.763977 [ 61 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6595 | 2025.02.28 02:14:35.764037 [ 61 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.02.28 02:14:35.764052 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001822 sec., 37870.47200878156 rows/sec., 2.96 MiB/sec. | ||
| 6597 | 2025.02.28 02:14:35.764076 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6598 | 2025.02.28 02:14:35.764223 [ 4 ] {0fcce8ca-e23a-4dd0-992a-babdb2196ba4} <Debug> TCPHandler: Processed in 0.002188951 sec. | ||
| 6599 | 2025.02.28 02:14:35.764540 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2025.02.28 02:14:35.764958 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 6601 | 2025.02.28 02:14:35.764987 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6602 | 2025.02.28 02:14:35.765246 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6603 | 2025.02.28 02:14:35.765633 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6604 | 2025.02.28 02:14:35.765797 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 631 rows starting from the beginning of the part | ||
| 6605 | 2025.02.28 02:14:35.766255 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 6606 | 2025.02.28 02:14:35.766623 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 98 rows starting from the beginning of the part | ||
| 6607 | 2025.02.28 02:14:35.766978 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 69 rows starting from the beginning of the part | ||
| 6608 | 2025.02.28 02:14:35.767201 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 142 rows starting from the beginning of the part | ||
| 6609 | 2025.02.28 02:14:35.767380 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 69 rows starting from the beginning of the part | ||
| 6610 | 2025.02.28 02:14:35.768079 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6611 | 2025.02.28 02:14:35.768124 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6612 | 2025.02.28 02:14:35.768732 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6613 | 2025.02.28 02:14:35.769037 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2025.02.28 02:14:35.769348 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6615 | 2025.02.28 02:14:35.769391 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1073 rows, containing 5 columns (5 merged, 0 gathered) in 0.005144883 sec., 208556.73491506025 rows/sec., 16.82 MiB/sec. | ||
| 6616 | 2025.02.28 02:14:35.769451 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2025.02.28 02:14:35.769517 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6618 | 2025.02.28 02:14:35.769525 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004705 sec., 34006.376195536664 rows/sec., 2.37 MiB/sec. | ||
| 6619 | 2025.02.28 02:14:35.769663 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6620 | 2025.02.28 02:14:35.769884 [ 257 ] {e4f5c2bc-d1ad-4ffd-9340-492c57605f9e} <Debug> TCPHandler: Processed in 0.005499028 sec. | ||
| 6621 | 2025.02.28 02:14:35.770100 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 6622 | 2025.02.28 02:14:35.770234 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6623 | 2025.02.28 02:14:35.770576 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6624 | 2025.02.28 02:14:35.770663 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2025.02.28 02:14:35.770691 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16346 rows starting from the beginning of the part | ||
| 6626 | 2025.02.28 02:14:35.770707 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6627 | 2025.02.28 02:14:35.770943 [ 202 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_61_12} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6628 | 2025.02.28 02:14:35.771112 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 54 rows starting from the beginning of the part | ||
| 6629 | 2025.02.28 02:14:35.771246 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 6630 | 2025.02.28 02:14:35.771428 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 6631 | 2025.02.28 02:14:35.771698 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6632 | 2025.02.28 02:14:35.771775 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 6633 | 2025.02.28 02:14:35.772097 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 200 rows starting from the beginning of the part | ||
| 6634 | 2025.02.28 02:14:35.772490 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 6635 | 2025.02.28 02:14:35.775649 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.02.28 02:14:35.775722 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6637 | 2025.02.28 02:14:35.777521 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6638 | 2025.02.28 02:14:35.778071 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.02.28 02:14:35.778524 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008013 sec., 623.9860227130913 rows/sec., 1.12 MiB/sec. | ||
| 6640 | 2025.02.28 02:14:35.779207 [ 4 ] {af683117-b111-4a1d-8f0b-3dd4df9b7b1f} <Debug> TCPHandler: Processed in 0.00918687 sec. | ||
| 6641 | 2025.02.28 02:14:35.779523 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2025.02.28 02:14:35.779963 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6643 | 2025.02.28 02:14:35.780072 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6644 | 2025.02.28 02:14:35.781071 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17080 rows, containing 5 columns (5 merged, 0 gathered) in 0.011387671 sec., 1499867.707804344 rows/sec., 102.82 MiB/sec. | ||
| 6645 | 2025.02.28 02:14:35.781141 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2025.02.28 02:14:35.781199 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6647 | 2025.02.28 02:14:35.781352 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6648 | 2025.02.28 02:14:35.781945 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6649 | 2025.02.28 02:14:35.781953 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6650 | 2025.02.28 02:14:35.782104 [ 193 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6651 | 2025.02.28 02:14:35.782262 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
| 6652 | 2025.02.28 02:14:35.782370 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6653 | 2025.02.28 02:14:35.782562 [ 61 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6654 | 2025.02.28 02:14:35.782627 [ 61 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6655 | 2025.02.28 02:14:35.782634 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002717 sec., 22083.17997791682 rows/sec., 1.49 MiB/sec. | ||
| 6656 | 2025.02.28 02:14:35.782661 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6657 | 2025.02.28 02:14:35.782799 [ 257 ] {7be5f82f-1f82-4cf9-aaed-3700561f165d} <Debug> TCPHandler: Processed in 0.003435119 sec. | ||
| 6658 | 2025.02.28 02:14:35.782858 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 6659 | 2025.02.28 02:14:35.782965 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6660 | 2025.02.28 02:14:35.782994 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2848 rows starting from the beginning of the part | ||
| 6661 | 2025.02.28 02:14:35.783052 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
| 6662 | 2025.02.28 02:14:35.783128 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 6663 | 2025.02.28 02:14:35.783369 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 6664 | 2025.02.28 02:14:35.783565 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 6665 | 2025.02.28 02:14:35.783667 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 6666 | 2025.02.28 02:14:35.785238 [ 188 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438155 sec., 1274734.3790694193 rows/sec., 85.88 MiB/sec. | ||
| 6667 | 2025.02.28 02:14:35.785533 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6668 | 2025.02.28 02:14:35.785804 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.02.28 02:14:35.785877 [ 190 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_61_12} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6670 | 2025.02.28 02:14:35.785943 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6671 | 2025.02.28 02:14:36.000139 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.36 MiB, peak 219.98 MiB, free memory in arenas 0.00 B, will set to 209.46 MiB (RSS), difference: 1.11 MiB | ||
| 6672 | 2025.02.28 02:14:40.012755 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6673 | 2025.02.28 02:14:40.012824 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6674 | 2025.02.28 02:14:40.152570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 6675 | 2025.02.28 02:14:40.153746 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6676 | 2025.02.28 02:14:40.153798 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6677 | 2025.02.28 02:14:40.154338 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6678 | 2025.02.28 02:14:40.154609 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2025.02.28 02:14:40.154890 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6680 | 2025.02.28 02:14:40.755556 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2025.02.28 02:14:40.755750 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6682 | 2025.02.28 02:14:40.755825 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6683 | 2025.02.28 02:14:40.756611 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.02.28 02:14:40.756657 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6685 | 2025.02.28 02:14:40.757110 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6686 | 2025.02.28 02:14:40.757366 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.02.28 02:14:40.757631 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001931 sec., 64215.432418436045 rows/sec., 5.49 MiB/sec. | ||
| 6688 | 2025.02.28 02:14:40.757726 [ 4 ] {e2aa7937-42f7-4880-b0f9-5db92d2ce18f} <Debug> TCPHandler: Processed in 0.002302363 sec. | ||
| 6689 | 2025.02.28 02:14:40.758027 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2025.02.28 02:14:40.758239 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6691 | 2025.02.28 02:14:40.758319 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6692 | 2025.02.28 02:14:40.759068 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2025.02.28 02:14:40.759117 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6694 | 2025.02.28 02:14:40.759567 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6695 | 2025.02.28 02:14:40.759851 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2025.02.28 02:14:40.760062 [ 85 ] {} <Debug> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6697 | 2025.02.28 02:14:40.760125 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001943 sec., 17498.713329902213 rows/sec., 1.28 MiB/sec. | ||
| 6698 | 2025.02.28 02:14:40.760152 [ 85 ] {} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2025.02.28 02:14:40.760219 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6700 | 2025.02.28 02:14:40.760241 [ 257 ] {f7f53271-7b6b-4a16-aa95-a3bc64f49ec6} <Debug> TCPHandler: Processed in 0.002401364 sec. | ||
| 6701 | 2025.02.28 02:14:40.760508 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2025.02.28 02:14:40.760546 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 6703 | 2025.02.28 02:14:40.760785 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6704 | 2025.02.28 02:14:40.760884 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6705 | 2025.02.28 02:14:40.760900 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6706 | 2025.02.28 02:14:40.760947 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 69 rows starting from the beginning of the part | ||
| 6707 | 2025.02.28 02:14:40.761070 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::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 | ||
| 6708 | 2025.02.28 02:14:40.761537 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 5 rows starting from the beginning of the part | ||
| 6709 | 2025.02.28 02:14:40.761861 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 54 rows starting from the beginning of the part | ||
| 6710 | 2025.02.28 02:14:40.762228 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 5 rows starting from the beginning of the part | ||
| 6711 | 2025.02.28 02:14:40.762823 [ 195 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 6712 | 2025.02.28 02:14:40.763885 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2025.02.28 02:14:40.763939 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6714 | 2025.02.28 02:14:40.764662 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6715 | 2025.02.28 02:14:40.764903 [ 190 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.004569435 sec., 43987.9328625968 rows/sec., 3.39 MiB/sec. | ||
| 6716 | 2025.02.28 02:14:40.765141 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6717 | 2025.02.28 02:14:40.765201 [ 188 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6718 | 2025.02.28 02:14:40.765620 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.004891 sec., 20036.80228992026 rows/sec., 1.56 MiB/sec. | ||
| 6719 | 2025.02.28 02:14:40.765990 [ 4 ] {b3456fa1-ec95-4454-850a-f672b304f88b} <Debug> TCPHandler: Processed in 0.005614319 sec. | ||
| 6720 | 2025.02.28 02:14:40.766248 [ 188 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2025.02.28 02:14:40.766309 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6722 | 2025.02.28 02:14:40.766584 [ 188 ] {a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4::all_1_46_9} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6723 | 2025.02.28 02:14:40.766655 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6724 | 2025.02.28 02:14:40.766767 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6725 | 2025.02.28 02:14:40.766777 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6726 | 2025.02.28 02:14:40.767395 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2025.02.28 02:14:40.767436 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6728 | 2025.02.28 02:14:40.767874 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6729 | 2025.02.28 02:14:40.768121 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6730 | 2025.02.28 02:14:40.768329 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001795 sec., 89136.49025069638 rows/sec., 6.21 MiB/sec. | ||
| 6731 | 2025.02.28 02:14:40.768382 [ 257 ] {4db92399-3967-42e6-9bad-e24c92603ff8} <Debug> TCPHandler: Processed in 0.002220082 sec. | ||
| 6732 | 2025.02.28 02:14:40.768538 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6733 | 2025.02.28 02:14:40.768664 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6734 | 2025.02.28 02:14:40.768749 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6735 | 2025.02.28 02:14:40.770000 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.02.28 02:14:40.770041 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6737 | 2025.02.28 02:14:40.770729 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6738 | 2025.02.28 02:14:40.771003 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6739 | 2025.02.28 02:14:40.771283 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002645 sec., 12854.442344045368 rows/sec., 23.03 MiB/sec. | ||
| 6740 | 2025.02.28 02:14:40.771381 [ 4 ] {b2971867-dd75-4b9c-9d30-85a0bf453c20} <Debug> TCPHandler: Processed in 0.002905121 sec. | ||
| 6741 | 2025.02.28 02:14:40.771519 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2025.02.28 02:14:40.771636 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6743 | 2025.02.28 02:14:40.771686 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6744 | 2025.02.28 02:14:40.772187 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2025.02.28 02:14:40.772226 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6746 | 2025.02.28 02:14:40.772608 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6747 | 2025.02.28 02:14:40.772848 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.02.28 02:14:40.773092 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 6749 | 2025.02.28 02:14:40.773144 [ 257 ] {9179dfb9-3094-4405-b268-d6efd54b1679} <Debug> TCPHandler: Processed in 0.001680524 sec. | ||
| 6750 | 2025.02.28 02:14:41.322119 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6751 | 2025.02.28 02:14:41.341766 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2025.02.28 02:14:41.341813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6753 | 2025.02.28 02:14:41.349124 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6754 | 2025.02.28 02:14:41.349885 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.02.28 02:14:41.352393 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6756 | 2025.02.28 02:14:44.115623 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6757 | 2025.02.28 02:14:44.115928 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6758 | 2025.02.28 02:14:44.116044 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6759 | 2025.02.28 02:14:44.117651 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6760 | 2025.02.28 02:14:44.117700 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6761 | 2025.02.28 02:14:44.118212 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6762 | 2025.02.28 02:14:44.118478 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6763 | 2025.02.28 02:14:44.118736 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Debug> executeQuery: Read 1206 rows, 101.94 KiB in 0.002895 sec., 416580.310880829 rows/sec., 34.39 MiB/sec. | ||
| 6764 | 2025.02.28 02:14:44.118794 [ 4 ] {fd80d2cf-c5a8-473e-9551-387346a8fe43} <Debug> TCPHandler: Processed in 0.003362178 sec. | ||
| 6765 | 2025.02.28 02:14:44.119067 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6766 | 2025.02.28 02:14:44.119279 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6767 | 2025.02.28 02:14:44.119359 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6768 | 2025.02.28 02:14:44.120099 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.02.28 02:14:44.120145 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6770 | 2025.02.28 02:14:44.120581 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6771 | 2025.02.28 02:14:44.120839 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2025.02.28 02:14:44.121071 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001849 sec., 2704.1644131963226 rows/sec., 203.34 KiB/sec. | ||
| 6773 | 2025.02.28 02:14:44.121129 [ 257 ] {b5d35cfd-4240-4ab9-b585-77452d2628f5} <Debug> TCPHandler: Processed in 0.002204322 sec. | ||
| 6774 | 2025.02.28 02:14:44.121286 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2025.02.28 02:14:44.121422 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6776 | 2025.02.28 02:14:44.121502 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6777 | 2025.02.28 02:14:44.122589 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6778 | 2025.02.28 02:14:44.122629 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6779 | 2025.02.28 02:14:44.123002 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6780 | 2025.02.28 02:14:44.123246 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6781 | 2025.02.28 02:14:44.123514 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002112 sec., 107954.54545454544 rows/sec., 7.31 MiB/sec. | ||
| 6782 | 2025.02.28 02:14:44.123718 [ 4 ] {f9e2b018-db5e-4298-9718-9dafd4f8ef07} <Debug> TCPHandler: Processed in 0.002496305 sec. | ||
| 6783 | 2025.02.28 02:14:44.123916 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6784 | 2025.02.28 02:14:44.124054 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6785 | 2025.02.28 02:14:44.124113 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6786 | 2025.02.28 02:14:44.124950 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6787 | 2025.02.28 02:14:44.124990 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6788 | 2025.02.28 02:14:44.125424 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6789 | 2025.02.28 02:14:44.125694 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6790 | 2025.02.28 02:14:44.125913 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.001888 sec., 278072.0338983051 rows/sec., 20.59 MiB/sec. | ||
| 6791 | 2025.02.28 02:14:44.125965 [ 257 ] {e08b86ec-95ef-4fd2-b4ba-6b0a9db41084} <Debug> TCPHandler: Processed in 0.00213582 sec. | ||
| 6792 | 2025.02.28 02:14:44.126127 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6793 | 2025.02.28 02:14:44.126244 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6794 | 2025.02.28 02:14:44.126297 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6795 | 2025.02.28 02:14:44.127122 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6796 | 2025.02.28 02:14:44.127163 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6797 | 2025.02.28 02:14:44.127660 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6798 | 2025.02.28 02:14:44.127908 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6799 | 2025.02.28 02:14:44.128124 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Debug> executeQuery: Read 968 rows, 66.55 KiB in 0.001904 sec., 508403.3613445378 rows/sec., 34.13 MiB/sec. | ||
| 6800 | 2025.02.28 02:14:44.128177 [ 4 ] {712788d3-b1c9-4f90-a4ba-bd6bc2827933} <Debug> TCPHandler: Processed in 0.00210746 sec. | ||
| 6801 | 2025.02.28 02:14:44.128333 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6802 | 2025.02.28 02:14:44.128447 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6803 | 2025.02.28 02:14:44.128533 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6804 | 2025.02.28 02:14:44.129698 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6805 | 2025.02.28 02:14:44.129738 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6806 | 2025.02.28 02:14:44.130394 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6807 | 2025.02.28 02:14:44.130673 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6808 | 2025.02.28 02:14:44.130861 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6809 | 2025.02.28 02:14:44.130925 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.0025 sec., 2000 rows/sec., 3.58 MiB/sec. | ||
| 6810 | 2025.02.28 02:14:44.130946 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6811 | 2025.02.28 02:14:44.131010 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6812 | 2025.02.28 02:14:44.131510 [ 257 ] {429cda08-7c28-4abd-b1f5-05b0cc5b5522} <Debug> TCPHandler: Processed in 0.003223766 sec. | ||
| 6813 | 2025.02.28 02:14:44.131713 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 6814 | 2025.02.28 02:14:44.131824 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6815 | 2025.02.28 02:14:44.132210 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6816 | 2025.02.28 02:14:44.132377 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6817 | 2025.02.28 02:14:44.132996 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6818 | 2025.02.28 02:14:44.133095 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 864 rows starting from the beginning of the part | ||
| 6819 | 2025.02.28 02:14:44.133791 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part | ||
| 6820 | 2025.02.28 02:14:44.133799 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2025.02.28 02:14:44.133853 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6822 | 2025.02.28 02:14:44.134316 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
| 6823 | 2025.02.28 02:14:44.134934 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part | ||
| 6824 | 2025.02.28 02:14:44.135014 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6825 | 2025.02.28 02:14:44.135468 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::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 | ||
| 6826 | 2025.02.28 02:14:44.135668 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.02.28 02:14:44.136103 [ 187 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part | ||
| 6828 | 2025.02.28 02:14:44.136294 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004195 sec., 11442.193087008343 rows/sec., 789.63 KiB/sec. | ||
| 6829 | 2025.02.28 02:14:44.136807 [ 4 ] {ee857fe9-5cd9-49b5-adfb-6d38cbde3258} <Debug> TCPHandler: Processed in 0.005150042 sec. | ||
| 6830 | 2025.02.28 02:14:44.144173 [ 190 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 947 rows, containing 19 columns (19 merged, 0 gathered) in 0.013006204 sec., 72811.40600285832 rows/sec., 130.47 MiB/sec. | ||
| 6831 | 2025.02.28 02:14:44.145215 [ 190 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6832 | 2025.02.28 02:14:44.145655 [ 190 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6833 | 2025.02.28 02:14:44.145733 [ 190 ] {432eb1fa-4ee7-4bab-9e27-7e99c159a608::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6834 | 2025.02.28 02:14:44.145881 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB. | ||
| 6835 | 2025.02.28 02:14:45.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.02 MiB, peak 219.98 MiB, free memory in arenas 0.00 B, will set to 212.48 MiB (RSS), difference: 2.46 MiB | ||
| 6836 | 2025.02.28 02:14:45.236027 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 952 | ||
| 6837 | 2025.02.28 02:14:45.239357 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2025.02.28 02:14:45.239405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6839 | 2025.02.28 02:14:45.240890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6840 | 2025.02.28 02:14:45.241201 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2025.02.28 02:14:45.241752 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 952 | ||
| 6842 | 2025.02.28 02:14:45.748196 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.02.28 02:14:45.748502 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6844 | 2025.02.28 02:14:45.748601 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6845 | 2025.02.28 02:14:45.749398 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2025.02.28 02:14:45.749448 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6847 | 2025.02.28 02:14:45.749886 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6848 | 2025.02.28 02:14:45.750137 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2025.02.28 02:14:45.750377 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec. | ||
| 6850 | 2025.02.28 02:14:45.750444 [ 4 ] {f4141317-65ad-4817-b4dc-288280a37632} <Debug> TCPHandler: Processed in 0.002436925 sec. | ||
| 6851 | 2025.02.28 02:14:45.750699 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.02.28 02:14:45.750895 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6853 | 2025.02.28 02:14:45.750968 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6854 | 2025.02.28 02:14:45.751750 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.02.28 02:14:45.751805 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6856 | 2025.02.28 02:14:45.752254 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6857 | 2025.02.28 02:14:45.752516 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.02.28 02:14:45.752795 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001942 sec., 32955.7157569516 rows/sec., 2.57 MiB/sec. | ||
| 6859 | 2025.02.28 02:14:45.752893 [ 257 ] {9900946f-2e3c-4918-9825-d557828ba503} <Debug> TCPHandler: Processed in 0.002329083 sec. | ||
| 6860 | 2025.02.28 02:14:45.753102 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.02.28 02:14:45.753247 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6862 | 2025.02.28 02:14:45.753301 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6863 | 2025.02.28 02:14:45.753851 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.02.28 02:14:45.753890 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6865 | 2025.02.28 02:14:45.754288 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6866 | 2025.02.28 02:14:45.754530 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.02.28 02:14:45.754774 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001551 sec., 20631.85041908446 rows/sec., 1.44 MiB/sec. | ||
| 6868 | 2025.02.28 02:14:45.754854 [ 4 ] {b5c3c4a4-ea1a-4f55-910d-5f4aaeb6f096} <Debug> TCPHandler: Processed in 0.001837946 sec. | ||
| 6869 | 2025.02.28 02:14:45.755107 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.02.28 02:14:45.755283 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.02.28 02:14:45.755347 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6872 | 2025.02.28 02:14:45.755866 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2025.02.28 02:14:45.755907 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6874 | 2025.02.28 02:14:45.756292 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6875 | 2025.02.28 02:14:45.756550 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.02.28 02:14:45.756772 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001525 sec., 7868.852459016393 rows/sec., 543.03 KiB/sec. | ||
| 6877 | 2025.02.28 02:14:45.756827 [ 257 ] {2e876f66-8569-4cd6-a6e4-b2ec0d71020b} <Debug> TCPHandler: Processed in 0.001854486 sec. | ||
| 6878 | 2025.02.28 02:14:47.655105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 6879 | 2025.02.28 02:14:47.655827 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2025.02.28 02:14:47.655865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6881 | 2025.02.28 02:14:47.656422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6882 | 2025.02.28 02:14:47.656683 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2025.02.28 02:14:47.656865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 6884 | 2025.02.28 02:14:48.852554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6885 | 2025.02.28 02:14:48.873471 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6886 | 2025.02.28 02:14:48.873527 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6887 | 2025.02.28 02:14:48.880954 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6888 | 2025.02.28 02:14:48.881775 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6889 | 2025.02.28 02:14:48.884473 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6890 | 2025.02.28 02:14:50.756194 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2025.02.28 02:14:50.756412 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6892 | 2025.02.28 02:14:50.756499 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6893 | 2025.02.28 02:14:50.757354 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2025.02.28 02:14:50.757411 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6895 | 2025.02.28 02:14:50.757874 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6896 | 2025.02.28 02:14:50.758145 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2025.02.28 02:14:50.758417 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.002067 sec., 59990.32414126754 rows/sec., 5.13 MiB/sec. | ||
| 6898 | 2025.02.28 02:14:50.758487 [ 4 ] {6e2b957d-3a50-49dd-bc9a-1c936898a6dc} <Debug> TCPHandler: Processed in 0.002444735 sec. | ||
| 6899 | 2025.02.28 02:14:50.758740 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6900 | 2025.02.28 02:14:50.758928 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6901 | 2025.02.28 02:14:50.759002 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6902 | 2025.02.28 02:14:50.759754 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2025.02.28 02:14:50.759792 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6904 | 2025.02.28 02:14:50.760218 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6905 | 2025.02.28 02:14:50.760476 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2025.02.28 02:14:50.760707 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00182 sec., 18681.31868131868 rows/sec., 1.37 MiB/sec. | ||
| 6907 | 2025.02.28 02:14:50.760783 [ 257 ] {e4d4d8a1-88dc-4dc2-995b-d3d69b6a93f4} <Debug> TCPHandler: Processed in 0.002168361 sec. | ||
| 6908 | 2025.02.28 02:14:50.761036 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2025.02.28 02:14:50.761184 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6910 | 2025.02.28 02:14:50.761244 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6911 | 2025.02.28 02:14:50.761944 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2025.02.28 02:14:50.761987 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6913 | 2025.02.28 02:14:50.762371 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6914 | 2025.02.28 02:14:50.762616 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6915 | 2025.02.28 02:14:50.762848 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.0017 sec., 57647.05882352941 rows/sec., 4.50 MiB/sec. | ||
| 6916 | 2025.02.28 02:14:50.762903 [ 4 ] {891b6d14-6770-45c8-930a-1c27edb6021f} <Debug> TCPHandler: Processed in 0.002005838 sec. | ||
| 6917 | 2025.02.28 02:14:50.763062 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6918 | 2025.02.28 02:14:50.763207 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6919 | 2025.02.28 02:14:50.763270 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6920 | 2025.02.28 02:14:50.763928 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2025.02.28 02:14:50.763964 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6922 | 2025.02.28 02:14:50.764375 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6923 | 2025.02.28 02:14:50.764617 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.02.28 02:14:50.764816 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 6925 | 2025.02.28 02:14:50.764876 [ 257 ] {ae088e0f-869d-486b-8bd5-a2bf1ec475a9} <Debug> TCPHandler: Processed in 0.001876966 sec. | ||
| 6926 | 2025.02.28 02:14:50.765110 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6927 | 2025.02.28 02:14:50.765342 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6928 | 2025.02.28 02:14:50.765486 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6929 | 2025.02.28 02:14:50.766823 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6930 | 2025.02.28 02:14:50.766863 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6931 | 2025.02.28 02:14:50.767534 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6932 | 2025.02.28 02:14:50.767802 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2025.02.28 02:14:50.768063 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002778 sec., 12239.020878329733 rows/sec., 21.93 MiB/sec. | ||
| 6934 | 2025.02.28 02:14:50.768176 [ 4 ] {c79d9c3c-f9e1-499d-9f5f-a7ca88a104f5} <Debug> TCPHandler: Processed in 0.003208036 sec. | ||
| 6935 | 2025.02.28 02:14:50.768356 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6936 | 2025.02.28 02:14:50.768528 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6937 | 2025.02.28 02:14:50.768599 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6938 | 2025.02.28 02:14:50.769126 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6939 | 2025.02.28 02:14:50.769162 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6940 | 2025.02.28 02:14:50.769538 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6941 | 2025.02.28 02:14:50.769799 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6942 | 2025.02.28 02:14:50.769994 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 6943 | 2025.02.28 02:14:50.770042 [ 257 ] {8e2ffad0-7a9e-4c08-87ae-34b59c37e9cb} <Debug> TCPHandler: Processed in 0.001768385 sec. | ||
| 6944 | 2025.02.28 02:14:55.013075 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6945 | 2025.02.28 02:14:55.013173 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6946 | 2025.02.28 02:14:55.157066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 6947 | 2025.02.28 02:14:55.157825 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6948 | 2025.02.28 02:14:55.157874 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6949 | 2025.02.28 02:14:55.158391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6950 | 2025.02.28 02:14:55.158643 [ 244 ] {} <Trace> system.asynchronous_metric_log (3a3112bd-79df-43c7-ab35-7f8a62d7bf1b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6951 | 2025.02.28 02:14:55.158914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6952 | 2025.02.28 02:14:55.242150 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 972 | ||
| 6953 | 2025.02.28 02:14:55.245327 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6954 | 2025.02.28 02:14:55.245379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6955 | 2025.02.28 02:14:55.246913 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6956 | 2025.02.28 02:14:55.247232 [ 243 ] {} <Trace> system.query_log (e1671b3b-5852-487f-943b-aaa151915f3d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6957 | 2025.02.28 02:14:55.247724 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 972 | ||
| 6958 | 2025.02.28 02:14:55.754476 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2025.02.28 02:14:55.754765 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6960 | 2025.02.28 02:14:55.754876 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6961 | 2025.02.28 02:14:55.755630 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2025.02.28 02:14:55.755670 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6963 | 2025.02.28 02:14:55.756105 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6964 | 2025.02.28 02:14:55.756352 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2025.02.28 02:14:55.756499 [ 115 ] {} <Debug> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6966 | 2025.02.28 02:14:55.756544 [ 115 ] {} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6967 | 2025.02.28 02:14:55.756555 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001871 sec., 35275.25387493319 rows/sec., 2.81 MiB/sec. | ||
| 6968 | 2025.02.28 02:14:55.756569 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6969 | 2025.02.28 02:14:55.756671 [ 4 ] {627cc1e4-5f05-426a-84b0-a544106cea3d} <Debug> TCPHandler: Processed in 0.002355903 sec. | ||
| 6970 | 2025.02.28 02:14:55.756848 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 6971 | 2025.02.28 02:14:55.756941 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6972 | 2025.02.28 02:14:55.757020 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6973 | 2025.02.28 02:14:55.757065 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1404 rows starting from the beginning of the part | ||
| 6974 | 2025.02.28 02:14:55.757126 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6975 | 2025.02.28 02:14:55.757176 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 124 rows starting from the beginning of the part | ||
| 6976 | 2025.02.28 02:14:55.757239 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6977 | 2025.02.28 02:14:55.757479 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1206 rows starting from the beginning of the part | ||
| 6978 | 2025.02.28 02:14:55.757830 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::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 | ||
| 6979 | 2025.02.28 02:14:55.758001 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 124 rows starting from the beginning of the part | ||
| 6980 | 2025.02.28 02:14:55.758230 [ 194 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 66 rows starting from the beginning of the part | ||
| 6981 | 2025.02.28 02:14:55.759158 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2025.02.28 02:14:55.759207 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 6983 | 2025.02.28 02:14:55.759833 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6984 | 2025.02.28 02:14:55.760107 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2025.02.28 02:14:55.760504 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.003439 sec., 1453.9110206455364 rows/sec., 109.33 KiB/sec. | ||
| 6986 | 2025.02.28 02:14:55.760634 [ 257 ] {6b2394db-04d5-4e69-94cf-ffef1b6d1fae} <Debug> TCPHandler: Processed in 0.003829184 sec. | ||
| 6987 | 2025.02.28 02:14:55.760628 [ 189 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2980 rows, containing 5 columns (5 merged, 0 gathered) in 0.003933086 sec., 757674.7622604744 rows/sec., 65.97 MiB/sec. | ||
| 6988 | 2025.02.28 02:14:55.760809 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.02.28 02:14:55.760947 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6990 | 2025.02.28 02:14:55.760993 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6991 | 2025.02.28 02:14:55.761016 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6992 | 2025.02.28 02:14:55.761729 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6993 | 2025.02.28 02:14:55.761898 [ 197 ] {03d07515-a7cd-492e-a0d5-609b4828f055::all_1_66_13} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6994 | 2025.02.28 02:14:55.762086 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 6995 | 2025.02.28 02:14:55.762290 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6996 | 2025.02.28 02:14:55.762335 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 6997 | 2025.02.28 02:14:55.762726 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6998 | 2025.02.28 02:14:55.762978 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6999 | 2025.02.28 02:14:55.763118 [ 115 ] {} <Debug> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7000 | 2025.02.28 02:14:55.763167 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002253 sec., 30625.832223701735 rows/sec., 2.39 MiB/sec. | ||
| 7001 | 2025.02.28 02:14:55.763172 [ 115 ] {} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2025.02.28 02:14:55.763223 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7003 | 2025.02.28 02:14:55.763255 [ 4 ] {7459e883-e1dc-4970-8076-d666d3eca23d} <Debug> TCPHandler: Processed in 0.002518956 sec. | ||
| 7004 | 2025.02.28 02:14:55.763533 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7005 | 2025.02.28 02:14:55.763739 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 7006 | 2025.02.28 02:14:55.763983 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7007 | 2025.02.28 02:14:55.764196 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7008 | 2025.02.28 02:14:55.764789 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7009 | 2025.02.28 02:14:55.764910 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 631 rows starting from the beginning of the part | ||
| 7010 | 2025.02.28 02:14:55.765303 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 98 rows starting from the beginning of the part | ||
| 7011 | 2025.02.28 02:14:55.765547 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 525 rows starting from the beginning of the part | ||
| 7012 | 2025.02.28 02:14:55.765851 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::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 | ||
| 7013 | 2025.02.28 02:14:55.766318 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 98 rows starting from the beginning of the part | ||
| 7014 | 2025.02.28 02:14:55.766674 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 69 rows starting from the beginning of the part | ||
| 7015 | 2025.02.28 02:14:55.767277 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7016 | 2025.02.28 02:14:55.767333 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7017 | 2025.02.28 02:14:55.768314 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7018 | 2025.02.28 02:14:55.768876 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2025.02.28 02:14:55.769181 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7020 | 2025.02.28 02:14:55.769259 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2025.02.28 02:14:55.769341 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005491 sec., 29138.590420688397 rows/sec., 2.03 MiB/sec. | ||
| 7022 | 2025.02.28 02:14:55.769372 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7023 | 2025.02.28 02:14:55.769741 [ 257 ] {3f520764-905b-4012-a159-4255acc9ccdf} <Debug> TCPHandler: Processed in 0.00635994 sec. | ||
| 7024 | 2025.02.28 02:14:55.769865 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 7025 | 2025.02.28 02:14:55.770308 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1485 rows, containing 5 columns (5 merged, 0 gathered) in 0.006988329 sec., 212497.1506063896 rows/sec., 16.85 MiB/sec. | ||
| 7026 | 2025.02.28 02:14:55.770371 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7027 | 2025.02.28 02:14:55.770618 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7028 | 2025.02.28 02:14:55.770775 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7029 | 2025.02.28 02:14:55.770817 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17080 rows starting from the beginning of the part | ||
| 7030 | 2025.02.28 02:14:55.771528 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 7031 | 2025.02.28 02:14:55.772237 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 968 rows starting from the beginning of the part | ||
| 7032 | 2025.02.28 02:14:55.772514 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7033 | 2025.02.28 02:14:55.772971 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 7034 | 2025.02.28 02:14:55.773093 [ 189 ] {d9ca0fcf-6a99-484d-b9c5-a210f68858f1::all_1_66_13} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7035 | 2025.02.28 02:14:55.773781 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 7036 | 2025.02.28 02:14:55.773885 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::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 | ||
| 7037 | 2025.02.28 02:14:55.774407 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7038 | 2025.02.28 02:14:55.774432 [ 197 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7039 | 2025.02.28 02:14:55.774831 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7040 | 2025.02.28 02:14:55.777618 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7041 | 2025.02.28 02:14:55.777684 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7042 | 2025.02.28 02:14:55.779016 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7043 | 2025.02.28 02:14:55.779478 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.02.28 02:14:55.779693 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.005587 sec., 894.9346697691069 rows/sec., 1.60 MiB/sec. | ||
| 7045 | 2025.02.28 02:14:55.779879 [ 4 ] {83660751-36b1-4de3-b08d-46418ffa4040} <Debug> TCPHandler: Processed in 0.009993212 sec. | ||
| 7046 | 2025.02.28 02:14:55.780051 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7047 | 2025.02.28 02:14:55.780216 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7048 | 2025.02.28 02:14:55.780280 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7049 | 2025.02.28 02:14:55.781105 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7050 | 2025.02.28 02:14:55.781148 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7051 | 2025.02.28 02:14:55.781783 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18560 rows, containing 5 columns (5 merged, 0 gathered) in 0.012218083 sec., 1519059.9048967012 rows/sec., 104.07 MiB/sec. | ||
| 7052 | 2025.02.28 02:14:55.781939 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7053 | 2025.02.28 02:14:55.782111 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7054 | 2025.02.28 02:14:55.782355 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2025.02.28 02:14:55.782610 [ 115 ] {} <Debug> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7056 | 2025.02.28 02:14:55.782717 [ 115 ] {} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7057 | 2025.02.28 02:14:55.782758 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2025.02.28 02:14:55.782789 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7059 | 2025.02.28 02:14:55.782862 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002657 sec., 22581.859239744073 rows/sec., 1.52 MiB/sec. | ||
| 7060 | 2025.02.28 02:14:55.783086 [ 191 ] {6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7061 | 2025.02.28 02:14:55.783430 [ 257 ] {b9670c14-8aa8-4ef3-8b8b-44751dc72277} <Debug> TCPHandler: Processed in 0.003446029 sec. | ||
| 7062 | 2025.02.28 02:14:55.783576 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 7063 | 2025.02.28 02:14:55.783582 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB. | ||
| 7064 | 2025.02.28 02:14:55.784118 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7065 | 2025.02.28 02:14:55.784215 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3108 rows starting from the beginning of the part | ||
| 7066 | 2025.02.28 02:14:55.784434 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 7067 | 2025.02.28 02:14:55.784599 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part | ||
| 7068 | 2025.02.28 02:14:55.784750 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part | ||
| 7069 | 2025.02.28 02:14:55.784874 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::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 | ||
| 7070 | 2025.02.28 02:14:55.785095 [ 186 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7071 | 2025.02.28 02:14:55.786669 [ 200 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3348 rows, containing 4 columns (4 merged, 0 gathered) in 0.003746113 sec., 893726.3771808271 rows/sec., 60.21 MiB/sec. | ||
| 7072 | 2025.02.28 02:14:55.787040 [ 192 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7073 | 2025.02.28 02:14:55.787453 [ 192 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2025.02.28 02:14:55.787564 [ 192 ] {e9300abf-7ea9-4dd6-a64b-d45fcfb17437::all_1_66_13} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7075 | 2025.02.28 02:14:55.787676 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7076 | 2025.02.28 02:14:56.104357 [ 115 ] {} <Debug> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 7077 | 2025.02.28 02:14:56.104443 [ 115 ] {} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7078 | 2025.02.28 02:14:56.104471 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7079 | 2025.02.28 02:14:56.104720 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::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 | ||
| 7080 | 2025.02.28 02:14:56.104936 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7081 | 2025.02.28 02:14:56.104973 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 253 rows starting from the beginning of the part | ||
| 7082 | 2025.02.28 02:14:56.105063 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 7083 | 2025.02.28 02:14:56.105279 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
| 7084 | 2025.02.28 02:14:56.105548 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 7085 | 2025.02.28 02:14:56.105791 [ 186 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 7086 | 2025.02.28 02:14:56.107033 [ 200 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002467335 sec., 306808.7633012947 rows/sec., 22.39 MiB/sec. | ||
| 7087 | 2025.02.28 02:14:56.107250 [ 191 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 7088 | 2025.02.28 02:14:56.107580 [ 191 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2025.02.28 02:14:56.107665 [ 191 ] {3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b::all_1_18_4} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 7090 | 2025.02.28 02:14:56.107768 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7091 | 2025.02.28 02:14:56.384629 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7092 | 2025.02.28 02:14:56.406768 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2025.02.28 02:14:56.406834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7094 | 2025.02.28 02:14:56.414401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7095 | 2025.02.28 02:14:56.415202 [ 242 ] {} <Trace> system.metric_log (30ce18d6-4a25-4150-9760-0e79e744945e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.02.28 02:14:56.418174 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7097 | 2025.02.28 02:15:00.761899 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7098 | 2025.02.28 02:15:00.762101 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7099 | 2025.02.28 02:15:00.762184 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7100 | 2025.02.28 02:15:00.763031 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7101 | 2025.02.28 02:15:00.763084 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7102 | 2025.02.28 02:15:00.763539 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7103 | 2025.02.28 02:15:00.763797 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.02.28 02:15:00.763991 [ 109 ] {} <Debug> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7105 | 2025.02.28 02:15:00.764021 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001984 sec., 12096.774193548386 rows/sec., 1.00 MiB/sec. | ||
| 7106 | 2025.02.28 02:15:00.764079 [ 109 ] {} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7107 | 2025.02.28 02:15:00.764150 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7108 | 2025.02.28 02:15:00.764164 [ 4 ] {84b28e4e-1cfa-4db0-935b-ff1f89336e1c} <Debug> TCPHandler: Processed in 0.002405814 sec. | ||
| 7109 | 2025.02.28 02:15:00.764545 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7110 | 2025.02.28 02:15:00.764577 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::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 | ||
| 7111 | 2025.02.28 02:15:00.764865 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7112 | 2025.02.28 02:15:00.764871 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7113 | 2025.02.28 02:15:00.764937 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part | ||
| 7114 | 2025.02.28 02:15:00.764976 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7115 | 2025.02.28 02:15:00.765201 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 7116 | 2025.02.28 02:15:00.765563 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 7117 | 2025.02.28 02:15:00.765940 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 7118 | 2025.02.28 02:15:00.766390 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 7119 | 2025.02.28 02:15:00.768261 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2025.02.28 02:15:00.768331 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7121 | 2025.02.28 02:15:00.769237 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00495572 sec., 24214.443108165917 rows/sec., 2.10 MiB/sec. | ||
| 7122 | 2025.02.28 02:15:00.769369 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7123 | 2025.02.28 02:15:00.769412 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7124 | 2025.02.28 02:15:00.769917 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2025.02.28 02:15:00.769930 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Trace> oximeter.fields_string (03d07515-a7cd-492e-a0d5-609b4828f055): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2025.02.28 02:15:00.770072 [ 196 ] {7bfc9784-9582-4989-925c-ca60d6ff8692::all_1_9_2} <Trace> oximeter.fields_i16 (7bfc9784-9582-4989-925c-ca60d6ff8692) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7127 | 2025.02.28 02:15:00.770275 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7128 | 2025.02.28 02:15:00.770407 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Debug> executeQuery: Read 244 rows, 22.32 KiB in 0.005651 sec., 43178.198548929395 rows/sec., 3.86 MiB/sec. | ||
| 7129 | 2025.02.28 02:15:00.770585 [ 257 ] {18af0205-2805-49e0-92d7-2f243025f806} <Debug> TCPHandler: Processed in 0.006251448 sec. | ||
| 7130 | 2025.02.28 02:15:00.770786 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7131 | 2025.02.28 02:15:00.770931 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7132 | 2025.02.28 02:15:00.771000 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7133 | 2025.02.28 02:15:00.771806 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2025.02.28 02:15:00.771855 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7135 | 2025.02.28 02:15:00.772366 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7136 | 2025.02.28 02:15:00.772751 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Trace> oximeter.fields_u16 (a3b3135b-8cb3-4bb0-88f1-f5523b33f7e4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7137 | 2025.02.28 02:15:00.773037 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Debug> executeQuery: Read 46 rows, 3.52 KiB in 0.002142 sec., 21475.256769374417 rows/sec., 1.60 MiB/sec. | ||
| 7138 | 2025.02.28 02:15:00.773245 [ 4 ] {1dc8fa13-6a76-41e4-b417-275558023579} <Debug> TCPHandler: Processed in 0.002528896 sec. | ||
| 7139 | 2025.02.28 02:15:00.773451 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7140 | 2025.02.28 02:15:00.773593 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7141 | 2025.02.28 02:15:00.773660 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7142 | 2025.02.28 02:15:00.774467 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2025.02.28 02:15:00.774517 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7144 | 2025.02.28 02:15:00.774919 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7145 | 2025.02.28 02:15:00.775289 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Trace> oximeter.fields_u32 (3d5e9b3a-3b6d-47c4-8060-e3753dc40b7b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7146 | 2025.02.28 02:15:00.775603 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00204 sec., 11764.70588235294 rows/sec., 999.54 KiB/sec. | ||
| 7147 | 2025.02.28 02:15:00.775884 [ 257 ] {8c788d24-6981-4753-adad-58b340504ec4} <Debug> TCPHandler: Processed in 0.002498175 sec. | ||
| 7148 | 2025.02.28 02:15:00.776102 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7149 | 2025.02.28 02:15:00.776248 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7150 | 2025.02.28 02:15:00.776313 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7151 | 2025.02.28 02:15:00.776956 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7152 | 2025.02.28 02:15:00.777000 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7153 | 2025.02.28 02:15:00.777492 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7154 | 2025.02.28 02:15:00.777824 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7155 | 2025.02.28 02:15:00.778008 [ 109 ] {} <Debug> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7156 | 2025.02.28 02:15:00.778086 [ 109 ] {} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7157 | 2025.02.28 02:15:00.778109 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7158 | 2025.02.28 02:15:00.778144 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001917 sec., 6259.7809076682315 rows/sec., 489.05 KiB/sec. | ||
| 7159 | 2025.02.28 02:15:00.778427 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::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 | ||
| 7160 | 2025.02.28 02:15:00.778646 [ 4 ] {d2c10d46-ec20-44cc-99ba-bc1bd694bbfa} <Debug> TCPHandler: Processed in 0.002606007 sec. | ||
| 7161 | 2025.02.28 02:15:00.778759 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7162 | 2025.02.28 02:15:00.778826 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
| 7163 | 2025.02.28 02:15:00.778938 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7164 | 2025.02.28 02:15:00.778973 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
| 7165 | 2025.02.28 02:15:00.779301 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 7166 | 2025.02.28 02:15:00.779324 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7167 | 2025.02.28 02:15:00.779515 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7168 | 2025.02.28 02:15:00.779689 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 7169 | 2025.02.28 02:15:00.780064 [ 200 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 7170 | 2025.02.28 02:15:00.782095 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2025.02.28 02:15:00.782179 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7172 | 2025.02.28 02:15:00.782590 [ 199 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004398092 sec., 13642.27942480512 rows/sec., 1.09 MiB/sec. | ||
| 7173 | 2025.02.28 02:15:00.782870 [ 199 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7174 | 2025.02.28 02:15:00.783164 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7175 | 2025.02.28 02:15:00.783636 [ 199 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7176 | 2025.02.28 02:15:00.783650 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Trace> oximeter.fields_uuid (d9ca0fcf-6a99-484d-b9c5-a210f68858f1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.02.28 02:15:00.783835 [ 199 ] {a04696fb-2dde-448f-92c0-f9290c2ad89c::all_1_9_2} <Trace> oximeter.fields_u8 (a04696fb-2dde-448f-92c0-f9290c2ad89c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7178 | 2025.02.28 02:15:00.784170 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7179 | 2025.02.28 02:15:00.784192 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Debug> executeQuery: Read 134 rows, 11.10 KiB in 0.004996 sec., 26821.457165732587 rows/sec., 2.17 MiB/sec. | ||
| 7180 | 2025.02.28 02:15:00.784463 [ 257 ] {546c4eeb-d2d2-4539-be2b-a2c6444240fc} <Debug> TCPHandler: Processed in 0.00561462 sec. | ||
| 7181 | 2025.02.28 02:15:00.784768 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7182 | 2025.02.28 02:15:00.784912 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7183 | 2025.02.28 02:15:00.784981 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7184 | 2025.02.28 02:15:00.785684 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2025.02.28 02:15:00.785727 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7186 | 2025.02.28 02:15:00.786197 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7187 | 2025.02.28 02:15:00.786464 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Trace> oximeter.measurements_cumulativeu64 (6b59bdc5-633e-40e4-a97e-5c0cfa8be4b8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2025.02.28 02:15:00.786679 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001799 sec., 108949.41634241246 rows/sec., 7.82 MiB/sec. | ||
| 7189 | 2025.02.28 02:15:00.786736 [ 4 ] {e420a2eb-11ee-4b26-b756-e8df6200a08c} <Debug> TCPHandler: Processed in 0.00210997 sec. | ||
| 7190 | 2025.02.28 02:15:00.786906 [ 257 ] {} <Trace> TCP-Session: acdddb87-241f-437c-b80d-2cd61f98f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7191 | 2025.02.28 02:15:00.787056 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55410) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7192 | 2025.02.28 02:15:00.787167 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7193 | 2025.02.28 02:15:00.788489 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2025.02.28 02:15:00.788532 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7195 | 2025.02.28 02:15:00.789274 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7196 | 2025.02.28 02:15:00.789640 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Trace> oximeter.measurements_histogramu64 (432eb1fa-4ee7-4bab-9e27-7e99c159a608): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2025.02.28 02:15:00.789887 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002866 sec., 11863.224005582693 rows/sec., 21.26 MiB/sec. | ||
| 7198 | 2025.02.28 02:15:00.789985 [ 257 ] {ee33f2d5-ef98-4ec2-8393-7532572fbe55} <Debug> TCPHandler: Processed in 0.003149875 sec. | ||
| 7199 | 2025.02.28 02:15:00.790149 [ 4 ] {} <Trace> TCP-Session: 085c3357-3884-4ecd-b180-f8e9b7992d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7200 | 2025.02.28 02:15:00.790283 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62951) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7201 | 2025.02.28 02:15:00.790343 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7202 | 2025.02.28 02:15:00.790893 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2025.02.28 02:15:00.790931 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7204 | 2025.02.28 02:15:00.791368 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7205 | 2025.02.28 02:15:00.791632 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Trace> oximeter.measurements_u64 (e9300abf-7ea9-4dd6-a64b-d45fcfb17437): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2025.02.28 02:15:00.791820 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 7207 | 2025.02.28 02:15:00.791875 [ 4 ] {90667d52-5a10-42dc-85f7-62065c29a9e0} <Debug> TCPHandler: Processed in 0.001787876 sec. | ||