| 1 | [ Dec 7 00:47:59 Enabled. ] | ||
| 2 | [ Dec 7 00:47:59 Rereading configuration. ] | ||
| 3 | [ Dec 7 00:48:01 Rereading configuration. ] | ||
| 4 | [ Dec 7 00:48:07 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Dec 7 00:48:07 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.12.07 00:48:08.552182 [ 1 ] {} <Information> Application: Will watch for the process with pid 23332 | ||
| 29 | 2024.12.07 00:48:08.552604 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.07 00:48:08.800700 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23332 | ||
| 31 | 2024.12.07 00:48:08.801442 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.07 00:48:08.802180 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.07 00:48:08.891501 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.07 00:48:09.037730 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.07 00:48:09.037805 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.07 00:48:09.037822 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.07 00:48:09.037929 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.07 00:48:09.038384 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.07 00:48:09.040036 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.12.07 00:48:09.040788 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.07 00:48:09.041148 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2024.12.07 00:48:09.041168 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2024.12.07 00:48:09.041183 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.07 00:48:09.041362 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.07 00:48:09.042380 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.07 00:48:09.048986 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.07 00:48:09.049760 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.07 00:48:09.051113 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.07 00:48:09.051175 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.07 00:48:09.052786 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.12.07 00:48:09.053268 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.07 00:48:09.056621 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.07 00:48:09.057136 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.07 00:48:09.058684 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.07 00:48:09.059069 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.07 00:48:09.059474 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.07 00:48:09.059904 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.07 00:48:09.061234 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.07 00:48:09.061259 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.07 00:48:09.061336 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.07 00:48:09.061514 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.07 00:48:09.116999 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.07 00:48:09.117031 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180814 sec | ||
| 68 | 2024.12.07 00:48:09.117082 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.07 00:48:09.117100 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.07 00:48:09.118279 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.07 00:48:09.119370 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.07 00:48:09.131968 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.07 00:48:09.132013 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.07 00:48:09.132036 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.07 00:48:09.132050 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.07 00:48:09.132079 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.07 00:48:09.132101 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.07 00:48:09.134970 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.07 00:48:09.135020 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.07 00:48:09.135049 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.07 00:48:09.135238 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.07 00:48:09.135259 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.07 00:48:09.135295 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.07 00:48:09.135316 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.07 00:48:09.135331 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.07 00:48:09.135360 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.07 00:48:09.135381 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.07 00:48:09.161146 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.07 00:48:09.224312 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.07 00:48:09.224361 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.3222e-05 sec | ||
| 91 | 2024.12.07 00:48:09.224376 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.07 00:48:09.224388 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.07 00:48:09.224418 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.07 00:48:09.224670 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.07 00:48:09.224721 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.07 00:48:09.224737 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.07 00:48:09.224750 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2024.12.07 00:48:09.224762 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.07 00:48:09.235282 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.07 00:48:09.235526 [ 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 | 2024.12.07 00:48:09.236465 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5631e-05 sec. | ||
| 102 | 2024.12.07 00:48:09.237583 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.07 00:48:09.237747 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.07 00:48:09.237811 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.07 00:48:09.238012 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47848 | ||
| 106 | 2024.12.07 00:48:09.238313 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.07 00:48:09.238382 [ 3 ] {} <Debug> TCP-Session: 598590ab-2aef-499d-a5d9-f9f93a5f620f Authenticating user 'default' from [fd00:1122:3344:101::c]:47848 | ||
| 108 | 2024.12.07 00:48:09.238424 [ 3 ] {} <Debug> TCP-Session: 598590ab-2aef-499d-a5d9-f9f93a5f620f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.07 00:48:09.238454 [ 3 ] {} <Debug> TCP-Session: 598590ab-2aef-499d-a5d9-f9f93a5f620f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.07 00:48:09.238553 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.07 00:48:09.238587 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.12.07 00:48:09.238617 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.12.07 00:48:09.239588 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38071 | ||
| 114 | 2024.12.07 00:48:09.239695 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.07 00:48:09.239725 [ 4 ] {} <Debug> TCP-Session: afafb62a-20ae-49f0-979d-4820343a6bac Authenticating user 'default' from [fd00:1122:3344:101::c]:38071 | ||
| 116 | 2024.12.07 00:48:09.239749 [ 4 ] {} <Debug> TCP-Session: afafb62a-20ae-49f0-979d-4820343a6bac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.07 00:48:09.239779 [ 4 ] {} <Debug> TCP-Session: afafb62a-20ae-49f0-979d-4820343a6bac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.07 00:48:09.240431 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48094 | ||
| 119 | 2024.12.07 00:48:09.240436 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62907 | ||
| 120 | 2024.12.07 00:48:09.240599 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2024.12.07 00:48:09.240612 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.12.07 00:48:09.240610 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41011 | ||
| 123 | 2024.12.07 00:48:09.240642 [ 253 ] {} <Debug> TCP-Session: ea912aec-6485-4e42-80a3-bf22d10f5845 Authenticating user 'default' from [fd00:1122:3344:101::c]:48094 | ||
| 124 | 2024.12.07 00:48:09.240649 [ 5 ] {} <Debug> TCP-Session: 0cd7128a-0d91-4b0f-b969-00d0c9626bec Authenticating user 'default' from [fd00:1122:3344:101::c]:62907 | ||
| 125 | 2024.12.07 00:48:09.240704 [ 253 ] {} <Debug> TCP-Session: ea912aec-6485-4e42-80a3-bf22d10f5845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2024.12.07 00:48:09.240710 [ 5 ] {} <Debug> TCP-Session: 0cd7128a-0d91-4b0f-b969-00d0c9626bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.12.07 00:48:09.240724 [ 253 ] {} <Debug> TCP-Session: ea912aec-6485-4e42-80a3-bf22d10f5845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.07 00:48:09.240768 [ 5 ] {} <Debug> TCP-Session: 0cd7128a-0d91-4b0f-b969-00d0c9626bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.12.07 00:48:09.240979 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2024.12.07 00:48:09.240982 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53323 | ||
| 131 | 2024.12.07 00:48:09.241070 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63015 | ||
| 132 | 2024.12.07 00:48:09.241086 [ 254 ] {} <Debug> TCP-Session: 14c71de4-d8c6-4e25-863a-afd2aee262f8 Authenticating user 'default' from [fd00:1122:3344:101::c]:41011 | ||
| 133 | 2024.12.07 00:48:09.241244 [ 254 ] {} <Debug> TCP-Session: 14c71de4-d8c6-4e25-863a-afd2aee262f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.12.07 00:48:09.241253 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49392 | ||
| 135 | 2024.12.07 00:48:09.241260 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2024.12.07 00:48:09.241358 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2024.12.07 00:48:09.241348 [ 254 ] {} <Debug> TCP-Session: 14c71de4-d8c6-4e25-863a-afd2aee262f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.12.07 00:48:09.241465 [ 255 ] {} <Debug> TCP-Session: 2f7b4d41-8ca8-4e48-9f49-5ce0c90e2cad Authenticating user 'default' from [fd00:1122:3344:101::c]:53323 | ||
| 139 | 2024.12.07 00:48:09.241479 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2024.12.07 00:48:09.241491 [ 256 ] {} <Debug> TCP-Session: 24c28a17-0157-44a2-9ce5-b86e6066c29d Authenticating user 'default' from [fd00:1122:3344:101::c]:63015 | ||
| 141 | 2024.12.07 00:48:09.241525 [ 255 ] {} <Debug> TCP-Session: 2f7b4d41-8ca8-4e48-9f49-5ce0c90e2cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.07 00:48:09.241575 [ 257 ] {} <Debug> TCP-Session: 8a0be2f4-ffae-4b9a-88a5-176507ad0fc5 Authenticating user 'default' from [fd00:1122:3344:101::c]:49392 | ||
| 143 | 2024.12.07 00:48:09.241597 [ 256 ] {} <Debug> TCP-Session: 24c28a17-0157-44a2-9ce5-b86e6066c29d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.07 00:48:09.241615 [ 255 ] {} <Debug> TCP-Session: 2f7b4d41-8ca8-4e48-9f49-5ce0c90e2cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.07 00:48:09.241646 [ 257 ] {} <Debug> TCP-Session: 8a0be2f4-ffae-4b9a-88a5-176507ad0fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.07 00:48:09.241663 [ 256 ] {} <Debug> TCP-Session: 24c28a17-0157-44a2-9ce5-b86e6066c29d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.07 00:48:09.241778 [ 257 ] {} <Debug> TCP-Session: 8a0be2f4-ffae-4b9a-88a5-176507ad0fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.07 00:48:09.475230 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63316 | ||
| 149 | 2024.12.07 00:48:09.475863 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.07 00:48:09.475914 [ 258 ] {} <Debug> TCP-Session: f5d90269-2a1b-466a-b0c9-0310ff4c6165 Authenticating user 'default' from [fd00:1122:3344:101::e]:63316 | ||
| 151 | 2024.12.07 00:48:09.475941 [ 258 ] {} <Debug> TCP-Session: f5d90269-2a1b-466a-b0c9-0310ff4c6165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.07 00:48:09.475960 [ 258 ] {} <Debug> TCP-Session: f5d90269-2a1b-466a-b0c9-0310ff4c6165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.07 00:48:09.476041 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.07 00:48:09.476072 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2024.12.07 00:48:09.476101 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2024.12.07 00:48:09.476495 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53391 | ||
| 157 | 2024.12.07 00:48:09.476699 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42910 | ||
| 158 | 2024.12.07 00:48:09.476707 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.12.07 00:48:09.476727 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55081 | ||
| 160 | 2024.12.07 00:48:09.476770 [ 259 ] {} <Debug> TCP-Session: f2aa3365-ad9d-4fa7-b21d-5b38031a72ef Authenticating user 'default' from [fd00:1122:3344:101::e]:53391 | ||
| 161 | 2024.12.07 00:48:09.477020 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2024.12.07 00:48:09.477038 [ 259 ] {} <Debug> TCP-Session: f2aa3365-ad9d-4fa7-b21d-5b38031a72ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 163 | 2024.12.07 00:48:09.477019 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2024.12.07 00:48:09.477053 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61799 | ||
| 165 | 2024.12.07 00:48:09.477088 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32958 | ||
| 166 | 2024.12.07 00:48:09.477129 [ 259 ] {} <Debug> TCP-Session: f2aa3365-ad9d-4fa7-b21d-5b38031a72ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2024.12.07 00:48:09.477130 [ 261 ] {} <Debug> TCP-Session: d61d5d2f-da8d-4d20-9104-8dc59b12b81f Authenticating user 'default' from [fd00:1122:3344:101::e]:55081 | ||
| 168 | 2024.12.07 00:48:09.477265 [ 261 ] {} <Debug> TCP-Session: d61d5d2f-da8d-4d20-9104-8dc59b12b81f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2024.12.07 00:48:09.477327 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62171 | ||
| 170 | 2024.12.07 00:48:09.477371 [ 261 ] {} <Debug> TCP-Session: d61d5d2f-da8d-4d20-9104-8dc59b12b81f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.12.07 00:48:09.477386 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.12.07 00:48:09.477390 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57535 | ||
| 173 | 2024.12.07 00:48:09.477627 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2024.12.07 00:48:09.477658 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2024.12.07 00:48:09.477668 [ 260 ] {} <Debug> TCP-Session: 1b15e927-a54d-4f00-80d4-b93adf0c40a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42910 | ||
| 176 | 2024.12.07 00:48:09.477797 [ 263 ] {} <Debug> TCP-Session: 2756fbc8-bde5-4845-aea4-9c8ecbb5ca33 Authenticating user 'default' from [fd00:1122:3344:101::e]:32958 | ||
| 177 | 2024.12.07 00:48:09.477819 [ 260 ] {} <Debug> TCP-Session: 1b15e927-a54d-4f00-80d4-b93adf0c40a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2024.12.07 00:48:09.477824 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2024.12.07 00:48:09.477880 [ 265 ] {} <Debug> TCP-Session: 984db373-7930-4d9e-8393-4183cb852088 Authenticating user 'default' from [fd00:1122:3344:101::e]:62171 | ||
| 180 | 2024.12.07 00:48:09.477904 [ 263 ] {} <Debug> TCP-Session: 2756fbc8-bde5-4845-aea4-9c8ecbb5ca33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.12.07 00:48:09.477931 [ 260 ] {} <Debug> TCP-Session: 1b15e927-a54d-4f00-80d4-b93adf0c40a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2024.12.07 00:48:09.477909 [ 262 ] {} <Debug> TCP-Session: 077a168e-210b-4419-a538-962589fc9028 Authenticating user 'default' from [fd00:1122:3344:101::e]:61799 | ||
| 183 | 2024.12.07 00:48:09.477948 [ 265 ] {} <Debug> TCP-Session: 984db373-7930-4d9e-8393-4183cb852088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2024.12.07 00:48:09.477985 [ 263 ] {} <Debug> TCP-Session: 2756fbc8-bde5-4845-aea4-9c8ecbb5ca33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2024.12.07 00:48:09.478073 [ 264 ] {} <Debug> TCP-Session: b750ea95-4cf9-4fed-9f04-7f2428aa96fc Authenticating user 'default' from [fd00:1122:3344:101::e]:57535 | ||
| 186 | 2024.12.07 00:48:09.478090 [ 262 ] {} <Debug> TCP-Session: 077a168e-210b-4419-a538-962589fc9028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.07 00:48:09.478185 [ 264 ] {} <Debug> TCP-Session: b750ea95-4cf9-4fed-9f04-7f2428aa96fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.12.07 00:48:09.478199 [ 265 ] {} <Debug> TCP-Session: 984db373-7930-4d9e-8393-4183cb852088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.07 00:48:09.478244 [ 262 ] {} <Debug> TCP-Session: 077a168e-210b-4419-a538-962589fc9028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.12.07 00:48:09.478262 [ 264 ] {} <Debug> TCP-Session: b750ea95-4cf9-4fed-9f04-7f2428aa96fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.07 00:48:09.680257 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33047 | ||
| 192 | 2024.12.07 00:48:09.680706 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2024.12.07 00:48:09.680738 [ 266 ] {} <Debug> TCP-Session: baedf2f3-8855-40ce-9f52-1534b0600501 Authenticating user 'default' from [fd00:1122:3344:101::b]:33047 | ||
| 194 | 2024.12.07 00:48:09.680778 [ 266 ] {} <Debug> TCP-Session: baedf2f3-8855-40ce-9f52-1534b0600501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.07 00:48:09.680793 [ 266 ] {} <Debug> TCP-Session: baedf2f3-8855-40ce-9f52-1534b0600501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.07 00:48:09.680861 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2024.12.07 00:48:09.680894 [ 266 ] {} <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 | ||
| 198 | 2024.12.07 00:48:09.680910 [ 266 ] {} <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 | ||
| 199 | 2024.12.07 00:48:09.681751 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53884 | ||
| 200 | 2024.12.07 00:48:09.681860 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43783 | ||
| 201 | 2024.12.07 00:48:09.682062 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34465 | ||
| 202 | 2024.12.07 00:48:09.682100 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 203 | 2024.12.07 00:48:09.682146 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60045 | ||
| 204 | 2024.12.07 00:48:09.682160 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 205 | 2024.12.07 00:48:09.682232 [ 267 ] {} <Debug> TCP-Session: 7c3488ef-44ca-4495-b9b5-238edc4af8c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:53884 | ||
| 206 | 2024.12.07 00:48:09.682341 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49926 | ||
| 207 | 2024.12.07 00:48:09.682444 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2024.12.07 00:48:09.682454 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 209 | 2024.12.07 00:48:09.682451 [ 267 ] {} <Debug> TCP-Session: 7c3488ef-44ca-4495-b9b5-238edc4af8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 210 | 2024.12.07 00:48:09.682495 [ 268 ] {} <Debug> TCP-Session: 3e367109-85f3-4257-8812-dfd834e804af Authenticating user 'default' from [fd00:1122:3344:101::b]:43783 | ||
| 211 | 2024.12.07 00:48:09.682677 [ 270 ] {} <Debug> TCP-Session: 47386741-fde9-4565-9812-741c759e15b2 Authenticating user 'default' from [fd00:1122:3344:101::b]:60045 | ||
| 212 | 2024.12.07 00:48:09.682693 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 213 | 2024.12.07 00:48:09.682738 [ 269 ] {} <Debug> TCP-Session: 3951b481-cf6f-41c2-8798-23e1f20a10fc Authenticating user 'default' from [fd00:1122:3344:101::b]:34465 | ||
| 214 | 2024.12.07 00:48:09.682734 [ 267 ] {} <Debug> TCP-Session: 7c3488ef-44ca-4495-b9b5-238edc4af8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 215 | 2024.12.07 00:48:09.682776 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40491 | ||
| 216 | 2024.12.07 00:48:09.682793 [ 270 ] {} <Debug> TCP-Session: 47386741-fde9-4565-9812-741c759e15b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 217 | 2024.12.07 00:48:09.682905 [ 269 ] {} <Debug> TCP-Session: 3951b481-cf6f-41c2-8798-23e1f20a10fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2024.12.07 00:48:09.682907 [ 271 ] {} <Debug> TCP-Session: b364f64a-e9d2-4a23-9f79-47f1e2356274 Authenticating user 'default' from [fd00:1122:3344:101::b]:49926 | ||
| 219 | 2024.12.07 00:48:09.682970 [ 270 ] {} <Debug> TCP-Session: 47386741-fde9-4565-9812-741c759e15b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 220 | 2024.12.07 00:48:09.683008 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50791 | ||
| 221 | 2024.12.07 00:48:09.683029 [ 269 ] {} <Debug> TCP-Session: 3951b481-cf6f-41c2-8798-23e1f20a10fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 222 | 2024.12.07 00:48:09.683133 [ 271 ] {} <Debug> TCP-Session: b364f64a-e9d2-4a23-9f79-47f1e2356274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2024.12.07 00:48:09.683447 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 224 | 2024.12.07 00:48:09.683461 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 225 | 2024.12.07 00:48:09.683464 [ 268 ] {} <Debug> TCP-Session: 3e367109-85f3-4257-8812-dfd834e804af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 226 | 2024.12.07 00:48:09.683513 [ 273 ] {} <Debug> TCP-Session: 5432f9f8-2cf0-4d98-bcd9-9cf89901d42b Authenticating user 'default' from [fd00:1122:3344:101::b]:50791 | ||
| 227 | 2024.12.07 00:48:09.683545 [ 271 ] {} <Debug> TCP-Session: b364f64a-e9d2-4a23-9f79-47f1e2356274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.12.07 00:48:09.683569 [ 272 ] {} <Debug> TCP-Session: db64b708-2615-44a0-be11-0ea32611fc15 Authenticating user 'default' from [fd00:1122:3344:101::b]:40491 | ||
| 229 | 2024.12.07 00:48:09.683590 [ 273 ] {} <Debug> TCP-Session: 5432f9f8-2cf0-4d98-bcd9-9cf89901d42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2024.12.07 00:48:09.683606 [ 268 ] {} <Debug> TCP-Session: 3e367109-85f3-4257-8812-dfd834e804af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2024.12.07 00:48:09.683655 [ 273 ] {} <Debug> TCP-Session: 5432f9f8-2cf0-4d98-bcd9-9cf89901d42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2024.12.07 00:48:09.683694 [ 272 ] {} <Debug> TCP-Session: db64b708-2615-44a0-be11-0ea32611fc15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.12.07 00:48:09.683750 [ 272 ] {} <Debug> TCP-Session: db64b708-2615-44a0-be11-0ea32611fc15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2024.12.07 00:48:09.874050 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49773 | ||
| 235 | 2024.12.07 00:48:09.874223 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 236 | 2024.12.07 00:48:09.874253 [ 274 ] {} <Debug> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Authenticating user 'default' from [fd00:1122:3344:101::d]:49773 | ||
| 237 | 2024.12.07 00:48:09.874289 [ 274 ] {} <Debug> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2024.12.07 00:48:09.874309 [ 274 ] {} <Debug> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2024.12.07 00:48:09.874381 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 240 | 2024.12.07 00:48:09.874407 [ 274 ] {} <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 | ||
| 241 | 2024.12.07 00:48:09.874436 [ 274 ] {} <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 | ||
| 242 | 2024.12.07 00:48:09.874826 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53477 | ||
| 243 | 2024.12.07 00:48:09.874997 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 244 | 2024.12.07 00:48:09.874999 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35610 | ||
| 245 | 2024.12.07 00:48:09.875031 [ 275 ] {} <Debug> TCP-Session: 42549365-9dd6-4bf5-bd5a-86f1353de275 Authenticating user 'default' from [fd00:1122:3344:101::d]:53477 | ||
| 246 | 2024.12.07 00:48:09.875148 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60819 | ||
| 247 | 2024.12.07 00:48:09.875225 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 248 | 2024.12.07 00:48:09.875212 [ 275 ] {} <Debug> TCP-Session: 42549365-9dd6-4bf5-bd5a-86f1353de275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 249 | 2024.12.07 00:48:09.875270 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33076 | ||
| 250 | 2024.12.07 00:48:09.875309 [ 276 ] {} <Debug> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:35610 | ||
| 251 | 2024.12.07 00:48:09.875915 [ 275 ] {} <Debug> TCP-Session: 42549365-9dd6-4bf5-bd5a-86f1353de275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.12.07 00:48:09.876089 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42140 | ||
| 253 | 2024.12.07 00:48:09.876107 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 254 | 2024.12.07 00:48:09.876152 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41190 | ||
| 255 | 2024.12.07 00:48:09.876182 [ 276 ] {} <Debug> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.12.07 00:48:09.877217 [ 276 ] {} <Debug> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 257 | 2024.12.07 00:48:09.877189 [ 277 ] {} <Debug> TCP-Session: fa48b710-65d1-4654-b66d-9bb6a3bef5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60819 | ||
| 258 | 2024.12.07 00:48:09.877371 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 259 | 2024.12.07 00:48:09.877415 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 260 | 2024.12.07 00:48:09.877388 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64668 | ||
| 261 | 2024.12.07 00:48:09.877544 [ 277 ] {} <Debug> TCP-Session: fa48b710-65d1-4654-b66d-9bb6a3bef5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2024.12.07 00:48:09.877552 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 263 | 2024.12.07 00:48:09.877542 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 264 | 2024.12.07 00:48:09.877635 [ 280 ] {} <Debug> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Authenticating user 'default' from [fd00:1122:3344:101::d]:41190 | ||
| 265 | 2024.12.07 00:48:09.877618 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54641 | ||
| 266 | 2024.12.07 00:48:09.877663 [ 278 ] {} <Debug> TCP-Session: 1c960c62-36c1-4a0a-b80b-bf88a548bed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33076 | ||
| 267 | 2024.12.07 00:48:09.877812 [ 280 ] {} <Debug> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 268 | 2024.12.07 00:48:09.877830 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 269 | 2024.12.07 00:48:09.877966 [ 277 ] {} <Debug> TCP-Session: fa48b710-65d1-4654-b66d-9bb6a3bef5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 270 | 2024.12.07 00:48:09.878034 [ 281 ] {} <Debug> TCP-Session: 784d5645-f073-44c4-9759-3d821daaefe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64668 | ||
| 271 | 2024.12.07 00:48:09.878184 [ 279 ] {} <Debug> TCP-Session: c1b2624c-a47e-4144-bd3d-e5483803ee3f Authenticating user 'default' from [fd00:1122:3344:101::d]:42140 | ||
| 272 | 2024.12.07 00:48:09.878194 [ 280 ] {} <Debug> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2024.12.07 00:48:09.878059 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 274 | 2024.12.07 00:48:09.878242 [ 278 ] {} <Debug> TCP-Session: 1c960c62-36c1-4a0a-b80b-bf88a548bed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.12.07 00:48:09.878221 [ 281 ] {} <Debug> TCP-Session: 784d5645-f073-44c4-9759-3d821daaefe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.12.07 00:48:09.878274 [ 279 ] {} <Debug> TCP-Session: c1b2624c-a47e-4144-bd3d-e5483803ee3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2024.12.07 00:48:09.878890 [ 282 ] {} <Debug> TCP-Session: bab0858d-dbcd-4946-a730-6463296e0da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54641 | ||
| 278 | 2024.12.07 00:48:09.878903 [ 279 ] {} <Debug> TCP-Session: c1b2624c-a47e-4144-bd3d-e5483803ee3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 279 | 2024.12.07 00:48:09.878965 [ 282 ] {} <Debug> TCP-Session: bab0858d-dbcd-4946-a730-6463296e0da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 280 | 2024.12.07 00:48:09.878934 [ 278 ] {} <Debug> TCP-Session: 1c960c62-36c1-4a0a-b80b-bf88a548bed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 281 | 2024.12.07 00:48:09.878930 [ 281 ] {} <Debug> TCP-Session: 784d5645-f073-44c4-9759-3d821daaefe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2024.12.07 00:48:09.879441 [ 282 ] {} <Debug> TCP-Session: bab0858d-dbcd-4946-a730-6463296e0da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2024.12.07 00:48:09.881344 [ 274 ] {fb83a1fd-f492-46d3-b634-b8810cefc5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 284 | 2024.12.07 00:48:09.934003 [ 274 ] {fb83a1fd-f492-46d3-b634-b8810cefc5fc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49773) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 285 | |||
| 286 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 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 | ||
| 293 | 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 | ||
| 294 | 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 | ||
| 295 | 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 | ||
| 296 | 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 | ||
| 297 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 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 | ||
| 300 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 307 | |||
| 308 | 2024.12.07 00:48:09.935300 [ 274 ] {fb83a1fd-f492-46d3-b634-b8810cefc5fc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 309 | |||
| 310 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 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 | ||
| 313 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 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 | ||
| 317 | 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 | ||
| 318 | 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 | ||
| 319 | 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 | ||
| 320 | 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 | ||
| 321 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 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 | ||
| 324 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 331 | |||
| 332 | 2024.12.07 00:48:09.935410 [ 274 ] {fb83a1fd-f492-46d3-b634-b8810cefc5fc} <Debug> TCPHandler: Processed in 0.060203597 sec. | ||
| 333 | 2024.12.07 00:48:09.935789 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.12.07 00:48:09.936004 [ 276 ] {28bb70fc-8c54-42ad-a2e8-c651ff44cb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 335 | 2024.12.07 00:48:09.936325 [ 276 ] {28bb70fc-8c54-42ad-a2e8-c651ff44cb42} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35610) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 336 | |||
| 337 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 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 | ||
| 340 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 341 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 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 | ||
| 344 | 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 | ||
| 345 | 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 | ||
| 346 | 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 | ||
| 347 | 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 | ||
| 348 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 349 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 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 | ||
| 351 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 352 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 358 | |||
| 359 | 2024.12.07 00:48:09.936471 [ 276 ] {28bb70fc-8c54-42ad-a2e8-c651ff44cb42} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 360 | |||
| 361 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 362 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 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 | ||
| 364 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 365 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 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 | ||
| 368 | 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 | ||
| 369 | 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 | ||
| 370 | 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 | ||
| 371 | 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 | ||
| 372 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 373 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 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 | ||
| 375 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 376 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 382 | |||
| 383 | 2024.12.07 00:48:09.936562 [ 276 ] {28bb70fc-8c54-42ad-a2e8-c651ff44cb42} <Debug> TCPHandler: Processed in 0.000906728 sec. | ||
| 384 | 2024.12.07 00:48:09.936855 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.12.07 00:48:09.938059 [ 274 ] {5f7fcdd5-b34b-4f8c-b944-93949227ce14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 386 | 2024.12.07 00:48:09.938700 [ 274 ] {5f7fcdd5-b34b-4f8c-b944-93949227ce14} <Debug> TCPHandler: Processed in 0.001969908 sec. | ||
| 387 | 2024.12.07 00:48:09.938969 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 388 | 2024.12.07 00:48:09.939173 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 389 | 2024.12.07 00:48:09.939319 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 390 | 2024.12.07 00:48:09.951712 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 391 | 2024.12.07 00:48:09.951735 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6221e-05 sec | ||
| 392 | 2024.12.07 00:48:09.951768 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Trace> ReferentialDeps: No tables | ||
| 393 | 2024.12.07 00:48:09.951780 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Trace> LoadingDeps: No tables | ||
| 394 | 2024.12.07 00:48:09.951802 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 395 | 2024.12.07 00:48:09.951858 [ 276 ] {f52db400-2ede-4551-bcf2-35fe04eae417} <Debug> TCPHandler: Processed in 0.012996067 sec. | ||
| 396 | 2024.12.07 00:48:09.952089 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.12.07 00:48:09.952289 [ 274 ] {85ef287c-0b00-41c6-b36f-149e5ddb1895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) /* The version table contains metadata about the `oximeter` database */ | ||
| 398 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 399 | 2024.12.07 00:48:09.952364 [ 274 ] {85ef287c-0b00-41c6-b36f-149e5ddb1895} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 400 | 2024.12.07 00:48:09.960479 [ 274 ] {85ef287c-0b00-41c6-b36f-149e5ddb1895} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 401 | 2024.12.07 00:48:09.975403 [ 274 ] {85ef287c-0b00-41c6-b36f-149e5ddb1895} <Debug> oximeter.version (16fac8a5-6b8b-4855-a364-34c462489d2a): Loading data parts | ||
| 402 | 2024.12.07 00:48:09.975973 [ 274 ] {85ef287c-0b00-41c6-b36f-149e5ddb1895} <Debug> oximeter.version (16fac8a5-6b8b-4855-a364-34c462489d2a): There are no data parts | ||
| 403 | 2024.12.07 00:48:09.989874 [ 274 ] {85ef287c-0b00-41c6-b36f-149e5ddb1895} <Debug> TCPHandler: Processed in 0.037854136 sec. | ||
| 404 | 2024.12.07 00:48:09.990115 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 405 | 2024.12.07 00:48:09.990387 [ 276 ] {793f23fe-42d0-4e05-9a01-9e4c2b10a303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) /* The measurement tables contain all individual samples from each timeseries. | ||
| 406 | * | ||
| 407 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 408 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 409 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 410 | * by all samples from the same timeseries. | ||
| 411 | * | ||
| 412 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 413 | * and then uses that to index quickly into the measurements tables. | ||
| 414 | */ | ||
| 415 | 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) | ||
| 416 | 2024.12.07 00:48:09.990458 [ 276 ] {793f23fe-42d0-4e05-9a01-9e4c2b10a303} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 417 | 2024.12.07 00:48:10.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.50 MiB, peak 121.50 MiB, free memory in arenas 0.00 B, will set to 133.99 MiB (RSS), difference: 12.49 MiB | ||
| 418 | 2024.12.07 00:48:10.002413 [ 276 ] {793f23fe-42d0-4e05-9a01-9e4c2b10a303} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Loading data parts | ||
| 419 | 2024.12.07 00:48:10.002677 [ 276 ] {793f23fe-42d0-4e05-9a01-9e4c2b10a303} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): There are no data parts | ||
| 420 | 2024.12.07 00:48:10.012638 [ 276 ] {793f23fe-42d0-4e05-9a01-9e4c2b10a303} <Debug> TCPHandler: Processed in 0.022584655 sec. | ||
| 421 | 2024.12.07 00:48:10.013026 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.12.07 00:48:10.013350 [ 274 ] {9d2573f7-da84-4f92-8412-70e5c2bb273d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 423 | 2024.12.07 00:48:10.013431 [ 274 ] {9d2573f7-da84-4f92-8412-70e5c2bb273d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 424 | 2024.12.07 00:48:10.025430 [ 274 ] {9d2573f7-da84-4f92-8412-70e5c2bb273d} <Debug> oximeter.measurements_i8 (e602528d-b206-4c1d-854a-89c51131ae92): Loading data parts | ||
| 425 | 2024.12.07 00:48:10.025653 [ 274 ] {9d2573f7-da84-4f92-8412-70e5c2bb273d} <Debug> oximeter.measurements_i8 (e602528d-b206-4c1d-854a-89c51131ae92): There are no data parts | ||
| 426 | 2024.12.07 00:48:10.041304 [ 274 ] {9d2573f7-da84-4f92-8412-70e5c2bb273d} <Debug> TCPHandler: Processed in 0.028439441 sec. | ||
| 427 | 2024.12.07 00:48:10.041574 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 428 | 2024.12.07 00:48:10.041801 [ 276 ] {d7a43aff-4a0b-4209-8b06-e88d6b4a1d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 429 | 2024.12.07 00:48:10.041884 [ 276 ] {d7a43aff-4a0b-4209-8b06-e88d6b4a1d37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 430 | 2024.12.07 00:48:10.060226 [ 276 ] {d7a43aff-4a0b-4209-8b06-e88d6b4a1d37} <Debug> oximeter.measurements_u8 (309d7515-03b3-4651-bbaa-36b66ab5cea7): Loading data parts | ||
| 431 | 2024.12.07 00:48:10.060467 [ 276 ] {d7a43aff-4a0b-4209-8b06-e88d6b4a1d37} <Debug> oximeter.measurements_u8 (309d7515-03b3-4651-bbaa-36b66ab5cea7): There are no data parts | ||
| 432 | 2024.12.07 00:48:10.071792 [ 276 ] {d7a43aff-4a0b-4209-8b06-e88d6b4a1d37} <Debug> TCPHandler: Processed in 0.030290248 sec. | ||
| 433 | 2024.12.07 00:48:10.072025 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2024.12.07 00:48:10.072308 [ 274 ] {d7a77987-d4fe-460b-b75f-6c5e84bb673f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 435 | 2024.12.07 00:48:10.072364 [ 274 ] {d7a77987-d4fe-460b-b75f-6c5e84bb673f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 436 | 2024.12.07 00:48:10.098161 [ 274 ] {d7a77987-d4fe-460b-b75f-6c5e84bb673f} <Debug> oximeter.measurements_i16 (21015600-8f77-4576-8bdd-1e2c2c639694): Loading data parts | ||
| 437 | 2024.12.07 00:48:10.098370 [ 274 ] {d7a77987-d4fe-460b-b75f-6c5e84bb673f} <Debug> oximeter.measurements_i16 (21015600-8f77-4576-8bdd-1e2c2c639694): There are no data parts | ||
| 438 | 2024.12.07 00:48:10.117878 [ 274 ] {d7a77987-d4fe-460b-b75f-6c5e84bb673f} <Debug> TCPHandler: Processed in 0.045931285 sec. | ||
| 439 | 2024.12.07 00:48:10.118143 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 440 | 2024.12.07 00:48:10.118394 [ 276 ] {bbcda193-da67-46a8-8858-05defd85e14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 441 | 2024.12.07 00:48:10.118474 [ 276 ] {bbcda193-da67-46a8-8858-05defd85e14d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 442 | 2024.12.07 00:48:10.132462 [ 276 ] {bbcda193-da67-46a8-8858-05defd85e14d} <Debug> oximeter.measurements_u16 (a8839fb1-8528-4538-b1b3-88b95ccfc3a7): Loading data parts | ||
| 443 | 2024.12.07 00:48:10.132670 [ 276 ] {bbcda193-da67-46a8-8858-05defd85e14d} <Debug> oximeter.measurements_u16 (a8839fb1-8528-4538-b1b3-88b95ccfc3a7): There are no data parts | ||
| 444 | 2024.12.07 00:48:10.143264 [ 276 ] {bbcda193-da67-46a8-8858-05defd85e14d} <Debug> TCPHandler: Processed in 0.025197507 sec. | ||
| 445 | 2024.12.07 00:48:10.143493 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 446 | 2024.12.07 00:48:10.143787 [ 274 ] {97377717-0720-4601-b844-d08442ce773e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 447 | 2024.12.07 00:48:10.143850 [ 274 ] {97377717-0720-4601-b844-d08442ce773e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 448 | 2024.12.07 00:48:10.166777 [ 274 ] {97377717-0720-4601-b844-d08442ce773e} <Debug> oximeter.measurements_i32 (36299461-df0a-4b50-b43e-1ce3040261bf): Loading data parts | ||
| 449 | 2024.12.07 00:48:10.166963 [ 274 ] {97377717-0720-4601-b844-d08442ce773e} <Debug> oximeter.measurements_i32 (36299461-df0a-4b50-b43e-1ce3040261bf): There are no data parts | ||
| 450 | 2024.12.07 00:48:10.188629 [ 274 ] {97377717-0720-4601-b844-d08442ce773e} <Debug> TCPHandler: Processed in 0.045210002 sec. | ||
| 451 | 2024.12.07 00:48:10.188944 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2024.12.07 00:48:10.189308 [ 276 ] {d63a0348-61fe-4d0a-addf-2638c7e36890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 453 | 2024.12.07 00:48:10.189427 [ 276 ] {d63a0348-61fe-4d0a-addf-2638c7e36890} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 454 | 2024.12.07 00:48:10.203672 [ 276 ] {d63a0348-61fe-4d0a-addf-2638c7e36890} <Debug> oximeter.measurements_u32 (e40c0c44-6afe-42f8-b471-a31d4145429f): Loading data parts | ||
| 455 | 2024.12.07 00:48:10.203865 [ 276 ] {d63a0348-61fe-4d0a-addf-2638c7e36890} <Debug> oximeter.measurements_u32 (e40c0c44-6afe-42f8-b471-a31d4145429f): There are no data parts | ||
| 456 | 2024.12.07 00:48:10.213478 [ 276 ] {d63a0348-61fe-4d0a-addf-2638c7e36890} <Debug> TCPHandler: Processed in 0.024649855 sec. | ||
| 457 | 2024.12.07 00:48:10.213700 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2024.12.07 00:48:10.213941 [ 274 ] {e790d9d3-3a82-43d9-bf1b-355531f64d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 459 | 2024.12.07 00:48:10.214012 [ 274 ] {e790d9d3-3a82-43d9-bf1b-355531f64d7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 460 | 2024.12.07 00:48:10.229644 [ 274 ] {e790d9d3-3a82-43d9-bf1b-355531f64d7a} <Debug> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Loading data parts | ||
| 461 | 2024.12.07 00:48:10.229944 [ 274 ] {e790d9d3-3a82-43d9-bf1b-355531f64d7a} <Debug> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): There are no data parts | ||
| 462 | 2024.12.07 00:48:10.232825 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42754 | ||
| 463 | 2024.12.07 00:48:10.233260 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 464 | 2024.12.07 00:48:10.233290 [ 285 ] {} <Debug> TCP-Session: 639ba428-bdc5-40c9-95db-b1d6a4edc6ce Authenticating user 'default' from [fd00:1122:3344:101::a]:42754 | ||
| 465 | 2024.12.07 00:48:10.233312 [ 285 ] {} <Debug> TCP-Session: 639ba428-bdc5-40c9-95db-b1d6a4edc6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 466 | 2024.12.07 00:48:10.233337 [ 285 ] {} <Debug> TCP-Session: 639ba428-bdc5-40c9-95db-b1d6a4edc6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 467 | 2024.12.07 00:48:10.233398 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 468 | 2024.12.07 00:48:10.233422 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 469 | 2024.12.07 00:48:10.233450 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 470 | 2024.12.07 00:48:10.234865 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51823 | ||
| 471 | 2024.12.07 00:48:10.234972 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41927 | ||
| 472 | 2024.12.07 00:48:10.235057 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 473 | 2024.12.07 00:48:10.235108 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54358 | ||
| 474 | 2024.12.07 00:48:10.235126 [ 286 ] {} <Debug> TCP-Session: e2fbaa74-b244-4d51-a4fb-1a5287cda85f Authenticating user 'default' from [fd00:1122:3344:101::a]:51823 | ||
| 475 | 2024.12.07 00:48:10.235251 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 476 | 2024.12.07 00:48:10.235259 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54104 | ||
| 477 | 2024.12.07 00:48:10.235403 [ 286 ] {} <Debug> TCP-Session: e2fbaa74-b244-4d51-a4fb-1a5287cda85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 478 | 2024.12.07 00:48:10.235452 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47239 | ||
| 479 | 2024.12.07 00:48:10.235474 [ 286 ] {} <Debug> TCP-Session: e2fbaa74-b244-4d51-a4fb-1a5287cda85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 480 | 2024.12.07 00:48:10.235446 [ 287 ] {} <Debug> TCP-Session: bacf6aab-3ccd-4190-9d09-2c32a9383c46 Authenticating user 'default' from [fd00:1122:3344:101::a]:41927 | ||
| 481 | 2024.12.07 00:48:10.235433 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 482 | 2024.12.07 00:48:10.235549 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52291 | ||
| 483 | 2024.12.07 00:48:10.235752 [ 288 ] {} <Debug> TCP-Session: 440b0ac2-4016-4cdb-b716-7ddc22d80fb7 Authenticating user 'default' from [fd00:1122:3344:101::a]:54358 | ||
| 484 | 2024.12.07 00:48:10.235770 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48051 | ||
| 485 | 2024.12.07 00:48:10.235782 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 486 | 2024.12.07 00:48:10.235762 [ 287 ] {} <Debug> TCP-Session: bacf6aab-3ccd-4190-9d09-2c32a9383c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.12.07 00:48:10.235978 [ 288 ] {} <Debug> TCP-Session: 440b0ac2-4016-4cdb-b716-7ddc22d80fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.12.07 00:48:10.235985 [ 287 ] {} <Debug> TCP-Session: bacf6aab-3ccd-4190-9d09-2c32a9383c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 489 | 2024.12.07 00:48:10.236143 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 490 | 2024.12.07 00:48:10.236217 [ 288 ] {} <Debug> TCP-Session: 440b0ac2-4016-4cdb-b716-7ddc22d80fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 491 | 2024.12.07 00:48:10.236142 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 492 | 2024.12.07 00:48:10.236329 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 493 | 2024.12.07 00:48:10.236394 [ 291 ] {} <Debug> TCP-Session: 57e759d7-32bc-48c9-b8db-95e5f18efaff Authenticating user 'default' from [fd00:1122:3344:101::a]:52291 | ||
| 494 | 2024.12.07 00:48:10.236433 [ 289 ] {} <Debug> TCP-Session: 0565e44f-9e80-42cc-8c7e-e8102a110aa4 Authenticating user 'default' from [fd00:1122:3344:101::a]:54104 | ||
| 495 | 2024.12.07 00:48:10.236467 [ 291 ] {} <Debug> TCP-Session: 57e759d7-32bc-48c9-b8db-95e5f18efaff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 496 | 2024.12.07 00:48:10.236476 [ 290 ] {} <Debug> TCP-Session: 07f35133-1979-4e4b-8009-4d71b7f7996a Authenticating user 'default' from [fd00:1122:3344:101::a]:47239 | ||
| 497 | 2024.12.07 00:48:10.236460 [ 292 ] {} <Debug> TCP-Session: 14bf6220-d032-4e8e-a804-7db5abc5a905 Authenticating user 'default' from [fd00:1122:3344:101::a]:48051 | ||
| 498 | 2024.12.07 00:48:10.236528 [ 291 ] {} <Debug> TCP-Session: 57e759d7-32bc-48c9-b8db-95e5f18efaff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.12.07 00:48:10.236542 [ 289 ] {} <Debug> TCP-Session: 0565e44f-9e80-42cc-8c7e-e8102a110aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 500 | 2024.12.07 00:48:10.236562 [ 290 ] {} <Debug> TCP-Session: 07f35133-1979-4e4b-8009-4d71b7f7996a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 501 | 2024.12.07 00:48:10.236590 [ 292 ] {} <Debug> TCP-Session: 14bf6220-d032-4e8e-a804-7db5abc5a905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 502 | 2024.12.07 00:48:10.236632 [ 289 ] {} <Debug> TCP-Session: 0565e44f-9e80-42cc-8c7e-e8102a110aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 503 | 2024.12.07 00:48:10.236655 [ 292 ] {} <Debug> TCP-Session: 14bf6220-d032-4e8e-a804-7db5abc5a905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 504 | 2024.12.07 00:48:10.236673 [ 290 ] {} <Debug> TCP-Session: 07f35133-1979-4e4b-8009-4d71b7f7996a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 505 | 2024.12.07 00:48:10.241227 [ 274 ] {e790d9d3-3a82-43d9-bf1b-355531f64d7a} <Debug> TCPHandler: Processed in 0.027595134 sec. | ||
| 506 | 2024.12.07 00:48:10.241444 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 507 | 2024.12.07 00:48:10.241733 [ 276 ] {3bcb2d43-a0af-47fc-bce5-ffaff0476517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 508 | 2024.12.07 00:48:10.241821 [ 276 ] {3bcb2d43-a0af-47fc-bce5-ffaff0476517} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 509 | 2024.12.07 00:48:10.264759 [ 276 ] {3bcb2d43-a0af-47fc-bce5-ffaff0476517} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Loading data parts | ||
| 510 | 2024.12.07 00:48:10.264942 [ 276 ] {3bcb2d43-a0af-47fc-bce5-ffaff0476517} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): There are no data parts | ||
| 511 | 2024.12.07 00:48:10.277389 [ 276 ] {3bcb2d43-a0af-47fc-bce5-ffaff0476517} <Debug> TCPHandler: Processed in 0.03601474 sec. | ||
| 512 | 2024.12.07 00:48:10.277609 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2024.12.07 00:48:10.277866 [ 274 ] {f6251e7e-1c80-4e02-b6b3-1f3634ae96d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 514 | 2024.12.07 00:48:10.277963 [ 274 ] {f6251e7e-1c80-4e02-b6b3-1f3634ae96d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 515 | 2024.12.07 00:48:10.283975 [ 274 ] {f6251e7e-1c80-4e02-b6b3-1f3634ae96d7} <Debug> oximeter.measurements_f32 (e193f66d-b256-465c-80b7-a6dff5ff78ff): Loading data parts | ||
| 516 | 2024.12.07 00:48:10.284184 [ 274 ] {f6251e7e-1c80-4e02-b6b3-1f3634ae96d7} <Debug> oximeter.measurements_f32 (e193f66d-b256-465c-80b7-a6dff5ff78ff): There are no data parts | ||
| 517 | 2024.12.07 00:48:10.304211 [ 274 ] {f6251e7e-1c80-4e02-b6b3-1f3634ae96d7} <Debug> TCPHandler: Processed in 0.026674176 sec. | ||
| 518 | 2024.12.07 00:48:10.304443 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 519 | 2024.12.07 00:48:10.304706 [ 276 ] {89646b75-dc47-458f-a8e4-88abfbbe4764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 520 | 2024.12.07 00:48:10.304784 [ 276 ] {89646b75-dc47-458f-a8e4-88abfbbe4764} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 521 | 2024.12.07 00:48:10.315500 [ 276 ] {89646b75-dc47-458f-a8e4-88abfbbe4764} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Loading data parts | ||
| 522 | 2024.12.07 00:48:10.315641 [ 276 ] {89646b75-dc47-458f-a8e4-88abfbbe4764} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): There are no data parts | ||
| 523 | 2024.12.07 00:48:10.329112 [ 276 ] {89646b75-dc47-458f-a8e4-88abfbbe4764} <Debug> TCPHandler: Processed in 0.024738268 sec. | ||
| 524 | 2024.12.07 00:48:10.329324 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 525 | 2024.12.07 00:48:10.329551 [ 274 ] {5285e36d-6459-4497-9d96-b89f3d0e353e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 526 | 2024.12.07 00:48:10.329636 [ 274 ] {5285e36d-6459-4497-9d96-b89f3d0e353e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 527 | 2024.12.07 00:48:10.348538 [ 274 ] {5285e36d-6459-4497-9d96-b89f3d0e353e} <Debug> oximeter.measurements_string (1a6586d3-170f-467a-bdfe-704364873324): Loading data parts | ||
| 528 | 2024.12.07 00:48:10.348811 [ 274 ] {5285e36d-6459-4497-9d96-b89f3d0e353e} <Debug> oximeter.measurements_string (1a6586d3-170f-467a-bdfe-704364873324): There are no data parts | ||
| 529 | 2024.12.07 00:48:10.363708 [ 274 ] {5285e36d-6459-4497-9d96-b89f3d0e353e} <Debug> TCPHandler: Processed in 0.034449229 sec. | ||
| 530 | 2024.12.07 00:48:10.363940 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 531 | 2024.12.07 00:48:10.364228 [ 276 ] {0f98e7e7-966f-4d61-b0c0-eb14e4912ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 532 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 533 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 534 | * a string isn't palatable for a few reasons. | ||
| 535 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 536 | * details. | ||
| 537 | */ | ||
| 538 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 539 | 2024.12.07 00:48:10.364308 [ 276 ] {0f98e7e7-966f-4d61-b0c0-eb14e4912ecf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 540 | 2024.12.07 00:48:10.387495 [ 276 ] {0f98e7e7-966f-4d61-b0c0-eb14e4912ecf} <Debug> oximeter.measurements_bytes (d1374f7e-097b-4fef-a166-4ce65770ac32): Loading data parts | ||
| 541 | 2024.12.07 00:48:10.387647 [ 276 ] {0f98e7e7-966f-4d61-b0c0-eb14e4912ecf} <Debug> oximeter.measurements_bytes (d1374f7e-097b-4fef-a166-4ce65770ac32): There are no data parts | ||
| 542 | 2024.12.07 00:48:10.397047 [ 276 ] {0f98e7e7-966f-4d61-b0c0-eb14e4912ecf} <Debug> TCPHandler: Processed in 0.033177434 sec. | ||
| 543 | 2024.12.07 00:48:10.397270 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2024.12.07 00:48:10.397537 [ 274 ] {49f06746-c0b4-4056-b4da-945377e35b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 545 | 2024.12.07 00:48:10.397611 [ 274 ] {49f06746-c0b4-4056-b4da-945377e35b3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 546 | 2024.12.07 00:48:10.413109 [ 274 ] {49f06746-c0b4-4056-b4da-945377e35b3b} <Debug> oximeter.measurements_cumulativei64 (1cc6d62d-6a57-4b3c-9fb1-ba6a687741e0): Loading data parts | ||
| 547 | 2024.12.07 00:48:10.413331 [ 274 ] {49f06746-c0b4-4056-b4da-945377e35b3b} <Debug> oximeter.measurements_cumulativei64 (1cc6d62d-6a57-4b3c-9fb1-ba6a687741e0): There are no data parts | ||
| 548 | 2024.12.07 00:48:10.426533 [ 274 ] {49f06746-c0b4-4056-b4da-945377e35b3b} <Debug> TCPHandler: Processed in 0.029323578 sec. | ||
| 549 | 2024.12.07 00:48:10.426753 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2024.12.07 00:48:10.427021 [ 276 ] {afb672f1-c137-4d58-9cf7-0d5c75c24675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 551 | 2024.12.07 00:48:10.427096 [ 276 ] {afb672f1-c137-4d58-9cf7-0d5c75c24675} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 552 | 2024.12.07 00:48:10.450000 [ 276 ] {afb672f1-c137-4d58-9cf7-0d5c75c24675} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Loading data parts | ||
| 553 | 2024.12.07 00:48:10.450160 [ 276 ] {afb672f1-c137-4d58-9cf7-0d5c75c24675} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): There are no data parts | ||
| 554 | 2024.12.07 00:48:10.473924 [ 276 ] {afb672f1-c137-4d58-9cf7-0d5c75c24675} <Debug> TCPHandler: Processed in 0.047239861 sec. | ||
| 555 | 2024.12.07 00:48:10.474215 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2024.12.07 00:48:10.474488 [ 274 ] {eaeabd28-223f-4433-b993-5bff40f1c79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 557 | 2024.12.07 00:48:10.474589 [ 274 ] {eaeabd28-223f-4433-b993-5bff40f1c79e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 558 | 2024.12.07 00:48:10.553857 [ 274 ] {eaeabd28-223f-4433-b993-5bff40f1c79e} <Debug> oximeter.measurements_cumulativef32 (fe2ec7fd-74f4-4763-8842-7ea22ce92134): Loading data parts | ||
| 559 | 2024.12.07 00:48:10.554101 [ 274 ] {eaeabd28-223f-4433-b993-5bff40f1c79e} <Debug> oximeter.measurements_cumulativef32 (fe2ec7fd-74f4-4763-8842-7ea22ce92134): There are no data parts | ||
| 560 | 2024.12.07 00:48:10.613934 [ 274 ] {eaeabd28-223f-4433-b993-5bff40f1c79e} <Debug> TCPHandler: Processed in 0.139816887 sec. | ||
| 561 | 2024.12.07 00:48:10.614255 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2024.12.07 00:48:10.614568 [ 276 ] {c04121c2-ad65-402f-8d9f-d3fa3fed0205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 563 | 2024.12.07 00:48:10.614657 [ 276 ] {c04121c2-ad65-402f-8d9f-d3fa3fed0205} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 564 | 2024.12.07 00:48:10.690029 [ 276 ] {c04121c2-ad65-402f-8d9f-d3fa3fed0205} <Debug> oximeter.measurements_cumulativef64 (d9db873e-c85e-47d8-b4b7-9b35ff9d04d3): Loading data parts | ||
| 565 | 2024.12.07 00:48:10.690194 [ 276 ] {c04121c2-ad65-402f-8d9f-d3fa3fed0205} <Debug> oximeter.measurements_cumulativef64 (d9db873e-c85e-47d8-b4b7-9b35ff9d04d3): There are no data parts | ||
| 566 | 2024.12.07 00:48:10.709477 [ 276 ] {c04121c2-ad65-402f-8d9f-d3fa3fed0205} <Debug> TCPHandler: Processed in 0.09533595 sec. | ||
| 567 | 2024.12.07 00:48:10.709730 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2024.12.07 00:48:10.710111 [ 274 ] {c267100e-84d1-45da-96aa-c8fef2fc370e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 569 | * NOTE: Array types cannot be Nullable, see | ||
| 570 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 571 | * for more details. | ||
| 572 | * | ||
| 573 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 574 | * is unfortunate, and at this point relies on the fact that an | ||
| 575 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 576 | * to figure out another way to represent missing samples here. | ||
| 577 | */ | ||
| 578 | 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) | ||
| 579 | 2024.12.07 00:48:10.710224 [ 274 ] {c267100e-84d1-45da-96aa-c8fef2fc370e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 580 | 2024.12.07 00:48:10.726472 [ 274 ] {c267100e-84d1-45da-96aa-c8fef2fc370e} <Debug> oximeter.measurements_histogrami8 (a1526a6e-8212-46c9-a072-6be64e61a67b): Loading data parts | ||
| 581 | 2024.12.07 00:48:10.726687 [ 274 ] {c267100e-84d1-45da-96aa-c8fef2fc370e} <Debug> oximeter.measurements_histogrami8 (a1526a6e-8212-46c9-a072-6be64e61a67b): There are no data parts | ||
| 582 | 2024.12.07 00:48:10.746891 [ 274 ] {c267100e-84d1-45da-96aa-c8fef2fc370e} <Debug> TCPHandler: Processed in 0.037254025 sec. | ||
| 583 | 2024.12.07 00:48:10.747251 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 584 | 2024.12.07 00:48:10.747713 [ 276 ] {5d374034-4da7-42c9-98bc-95471566e724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 585 | 2024.12.07 00:48:10.747827 [ 276 ] {5d374034-4da7-42c9-98bc-95471566e724} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 586 | 2024.12.07 00:48:10.754626 [ 276 ] {5d374034-4da7-42c9-98bc-95471566e724} <Debug> oximeter.measurements_histogramu8 (4d8c3c1f-7c4b-4fc2-85c1-7bf21f887c42): Loading data parts | ||
| 587 | 2024.12.07 00:48:10.754774 [ 276 ] {5d374034-4da7-42c9-98bc-95471566e724} <Debug> oximeter.measurements_histogramu8 (4d8c3c1f-7c4b-4fc2-85c1-7bf21f887c42): There are no data parts | ||
| 588 | 2024.12.07 00:48:10.763250 [ 276 ] {5d374034-4da7-42c9-98bc-95471566e724} <Debug> TCPHandler: Processed in 0.016136929 sec. | ||
| 589 | 2024.12.07 00:48:10.763484 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 590 | 2024.12.07 00:48:10.763847 [ 274 ] {de7e97f0-50f2-4411-a488-be8c010c2e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 591 | 2024.12.07 00:48:10.763962 [ 274 ] {de7e97f0-50f2-4411-a488-be8c010c2e5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 592 | 2024.12.07 00:48:10.775666 [ 274 ] {de7e97f0-50f2-4411-a488-be8c010c2e5e} <Debug> oximeter.measurements_histogrami16 (a822054a-a34f-4867-b74a-e6e54bca0355): Loading data parts | ||
| 593 | 2024.12.07 00:48:10.775978 [ 274 ] {de7e97f0-50f2-4411-a488-be8c010c2e5e} <Debug> oximeter.measurements_histogrami16 (a822054a-a34f-4867-b74a-e6e54bca0355): There are no data parts | ||
| 594 | 2024.12.07 00:48:10.794720 [ 274 ] {de7e97f0-50f2-4411-a488-be8c010c2e5e} <Debug> TCPHandler: Processed in 0.031308627 sec. | ||
| 595 | 2024.12.07 00:48:10.794921 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 596 | 2024.12.07 00:48:10.795270 [ 276 ] {128d852b-fa6e-4105-b31a-a53128522628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 597 | 2024.12.07 00:48:10.795359 [ 276 ] {128d852b-fa6e-4105-b31a-a53128522628} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 598 | 2024.12.07 00:48:10.802342 [ 276 ] {128d852b-fa6e-4105-b31a-a53128522628} <Debug> oximeter.measurements_histogramu16 (c692f27a-f5d6-4866-92a4-8ddbd003a68b): Loading data parts | ||
| 599 | 2024.12.07 00:48:10.802544 [ 276 ] {128d852b-fa6e-4105-b31a-a53128522628} <Debug> oximeter.measurements_histogramu16 (c692f27a-f5d6-4866-92a4-8ddbd003a68b): There are no data parts | ||
| 600 | 2024.12.07 00:48:10.822600 [ 276 ] {128d852b-fa6e-4105-b31a-a53128522628} <Debug> TCPHandler: Processed in 0.027738627 sec. | ||
| 601 | 2024.12.07 00:48:10.822818 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 602 | 2024.12.07 00:48:10.823128 [ 274 ] {c0b9588f-be70-43a9-8f74-eec18d76a778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 603 | 2024.12.07 00:48:10.823233 [ 274 ] {c0b9588f-be70-43a9-8f74-eec18d76a778} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 604 | 2024.12.07 00:48:10.835362 [ 274 ] {c0b9588f-be70-43a9-8f74-eec18d76a778} <Debug> oximeter.measurements_histogrami32 (c9621280-4891-4ffd-873a-adc64690012c): Loading data parts | ||
| 605 | 2024.12.07 00:48:10.835646 [ 274 ] {c0b9588f-be70-43a9-8f74-eec18d76a778} <Debug> oximeter.measurements_histogrami32 (c9621280-4891-4ffd-873a-adc64690012c): There are no data parts | ||
| 606 | 2024.12.07 00:48:10.848968 [ 274 ] {c0b9588f-be70-43a9-8f74-eec18d76a778} <Debug> TCPHandler: Processed in 0.026211807 sec. | ||
| 607 | 2024.12.07 00:48:10.849366 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 608 | 2024.12.07 00:48:10.849857 [ 276 ] {70228c32-20d9-4254-8ae5-7c09439b7874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 609 | 2024.12.07 00:48:10.849944 [ 276 ] {70228c32-20d9-4254-8ae5-7c09439b7874} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 610 | 2024.12.07 00:48:10.869041 [ 276 ] {70228c32-20d9-4254-8ae5-7c09439b7874} <Debug> oximeter.measurements_histogramu32 (3f96434c-d268-4d4a-acb2-832a08215854): Loading data parts | ||
| 611 | 2024.12.07 00:48:10.869214 [ 276 ] {70228c32-20d9-4254-8ae5-7c09439b7874} <Debug> oximeter.measurements_histogramu32 (3f96434c-d268-4d4a-acb2-832a08215854): There are no data parts | ||
| 612 | 2024.12.07 00:48:10.882965 [ 276 ] {70228c32-20d9-4254-8ae5-7c09439b7874} <Debug> TCPHandler: Processed in 0.033738245 sec. | ||
| 613 | 2024.12.07 00:48:10.883186 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 614 | 2024.12.07 00:48:10.883545 [ 274 ] {11966fad-5770-4953-b652-145893d371c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 615 | 2024.12.07 00:48:10.883664 [ 274 ] {11966fad-5770-4953-b652-145893d371c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 616 | 2024.12.07 00:48:10.905892 [ 274 ] {11966fad-5770-4953-b652-145893d371c4} <Debug> oximeter.measurements_histogrami64 (750058fd-d357-4248-a35c-4248cf477351): Loading data parts | ||
| 617 | 2024.12.07 00:48:10.906098 [ 274 ] {11966fad-5770-4953-b652-145893d371c4} <Debug> oximeter.measurements_histogrami64 (750058fd-d357-4248-a35c-4248cf477351): There are no data parts | ||
| 618 | 2024.12.07 00:48:10.916221 [ 274 ] {11966fad-5770-4953-b652-145893d371c4} <Debug> TCPHandler: Processed in 0.033096403 sec. | ||
| 619 | 2024.12.07 00:48:10.916424 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 620 | 2024.12.07 00:48:10.916773 [ 276 ] {e880c43b-e3a7-4524-901a-90d459e5406e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 621 | 2024.12.07 00:48:10.916855 [ 276 ] {e880c43b-e3a7-4524-901a-90d459e5406e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 622 | 2024.12.07 00:48:10.931573 [ 276 ] {e880c43b-e3a7-4524-901a-90d459e5406e} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Loading data parts | ||
| 623 | 2024.12.07 00:48:10.931710 [ 276 ] {e880c43b-e3a7-4524-901a-90d459e5406e} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): There are no data parts | ||
| 624 | 2024.12.07 00:48:10.945494 [ 276 ] {e880c43b-e3a7-4524-901a-90d459e5406e} <Debug> TCPHandler: Processed in 0.029132054 sec. | ||
| 625 | 2024.12.07 00:48:10.945718 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 626 | 2024.12.07 00:48:10.946074 [ 274 ] {c099cb30-5944-4d42-b2e8-3980a6c71f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 627 | 2024.12.07 00:48:10.946194 [ 274 ] {c099cb30-5944-4d42-b2e8-3980a6c71f68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 628 | 2024.12.07 00:48:10.965633 [ 274 ] {c099cb30-5944-4d42-b2e8-3980a6c71f68} <Debug> oximeter.measurements_histogramf32 (3a0984ee-6bab-428a-be48-c8d1aceb09a9): Loading data parts | ||
| 629 | 2024.12.07 00:48:10.965928 [ 274 ] {c099cb30-5944-4d42-b2e8-3980a6c71f68} <Debug> oximeter.measurements_histogramf32 (3a0984ee-6bab-428a-be48-c8d1aceb09a9): There are no data parts | ||
| 630 | 2024.12.07 00:48:10.971868 [ 274 ] {c099cb30-5944-4d42-b2e8-3980a6c71f68} <Debug> TCPHandler: Processed in 0.026220017 sec. | ||
| 631 | 2024.12.07 00:48:10.972115 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2024.12.07 00:48:10.972532 [ 276 ] {65f2189e-7048-44b1-99aa-eade312a4616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 633 | 2024.12.07 00:48:10.972633 [ 276 ] {65f2189e-7048-44b1-99aa-eade312a4616} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 634 | 2024.12.07 00:48:10.993666 [ 276 ] {65f2189e-7048-44b1-99aa-eade312a4616} <Debug> oximeter.measurements_histogramf64 (7253309d-c25a-46e8-8b1a-379a97f24962): Loading data parts | ||
| 635 | 2024.12.07 00:48:10.993835 [ 276 ] {65f2189e-7048-44b1-99aa-eade312a4616} <Debug> oximeter.measurements_histogramf64 (7253309d-c25a-46e8-8b1a-379a97f24962): There are no data parts | ||
| 636 | 2024.12.07 00:48:11.009059 [ 276 ] {65f2189e-7048-44b1-99aa-eade312a4616} <Debug> TCPHandler: Processed in 0.03703139 sec. | ||
| 637 | 2024.12.07 00:48:11.009313 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 638 | 2024.12.07 00:48:11.009539 [ 274 ] {c1f77436-3b08-4dbf-a45c-73b30cc78fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) /* The field tables store named dimensions of each timeseries. | ||
| 639 | * | ||
| 640 | * As with the measurement tables, there is one field table for each field data | ||
| 641 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 642 | * this behavior **must not** be relied upon for query correctness. | ||
| 643 | * | ||
| 644 | * The index for the fields differs from the measurements, however. Rows are | ||
| 645 | * sorted by timeseries name, then field name, field value, and finally | ||
| 646 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 647 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 648 | * usually then used to look up measurements. | ||
| 649 | * | ||
| 650 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 651 | * timeseries name and then key, since it would improve lookups where one | ||
| 652 | * already has the key. Realistically though, these tables are quite small and | ||
| 653 | * so performance benefits will be low in absolute terms. | ||
| 654 | * | ||
| 655 | * TTL: We use a materialized column to expire old field table records. This | ||
| 656 | * column is generated automatically by the database whenever a new row is | ||
| 657 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 658 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 659 | * record will remain during a deduplication, which will have the last | ||
| 660 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 661 | * measurement tables. | ||
| 662 | */ | ||
| 663 | 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) | ||
| 664 | 2024.12.07 00:48:11.009642 [ 274 ] {c1f77436-3b08-4dbf-a45c-73b30cc78fb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 665 | 2024.12.07 00:48:11.032532 [ 274 ] {c1f77436-3b08-4dbf-a45c-73b30cc78fb5} <Debug> oximeter.fields_bool (105f9d50-0398-42ec-be19-006f12e0673c): Loading data parts | ||
| 666 | 2024.12.07 00:48:11.032878 [ 274 ] {c1f77436-3b08-4dbf-a45c-73b30cc78fb5} <Debug> oximeter.fields_bool (105f9d50-0398-42ec-be19-006f12e0673c): There are no data parts | ||
| 667 | 2024.12.07 00:48:11.036817 [ 274 ] {c1f77436-3b08-4dbf-a45c-73b30cc78fb5} <Debug> TCPHandler: Processed in 0.027571444 sec. | ||
| 668 | 2024.12.07 00:48:11.037027 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 669 | 2024.12.07 00:48:11.037309 [ 276 ] {b371c7ee-fc6f-4fbc-8a81-e8cb09f3adb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 670 | 2024.12.07 00:48:11.037398 [ 276 ] {b371c7ee-fc6f-4fbc-8a81-e8cb09f3adb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 671 | 2024.12.07 00:48:11.055330 [ 276 ] {b371c7ee-fc6f-4fbc-8a81-e8cb09f3adb8} <Debug> oximeter.fields_i8 (5d8e7652-01b5-4be4-83fa-dfc10938ea44): Loading data parts | ||
| 672 | 2024.12.07 00:48:11.055585 [ 276 ] {b371c7ee-fc6f-4fbc-8a81-e8cb09f3adb8} <Debug> oximeter.fields_i8 (5d8e7652-01b5-4be4-83fa-dfc10938ea44): There are no data parts | ||
| 673 | 2024.12.07 00:48:11.059596 [ 276 ] {b371c7ee-fc6f-4fbc-8a81-e8cb09f3adb8} <Debug> TCPHandler: Processed in 0.022628536 sec. | ||
| 674 | 2024.12.07 00:48:11.059821 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 675 | 2024.12.07 00:48:11.060036 [ 274 ] {3447a1ed-ca3f-4483-8277-f05e70325f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 676 | 2024.12.07 00:48:11.060137 [ 274 ] {3447a1ed-ca3f-4483-8277-f05e70325f6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 677 | 2024.12.07 00:48:11.082757 [ 274 ] {3447a1ed-ca3f-4483-8277-f05e70325f6d} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Loading data parts | ||
| 678 | 2024.12.07 00:48:11.083021 [ 274 ] {3447a1ed-ca3f-4483-8277-f05e70325f6d} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): There are no data parts | ||
| 679 | 2024.12.07 00:48:11.089080 [ 274 ] {3447a1ed-ca3f-4483-8277-f05e70325f6d} <Debug> TCPHandler: Processed in 0.029315778 sec. | ||
| 680 | 2024.12.07 00:48:11.089483 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 681 | 2024.12.07 00:48:11.089802 [ 276 ] {dd987545-122b-4484-982a-9aaabcc242e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 682 | 2024.12.07 00:48:11.089865 [ 276 ] {dd987545-122b-4484-982a-9aaabcc242e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 683 | 2024.12.07 00:48:11.112316 [ 276 ] {dd987545-122b-4484-982a-9aaabcc242e1} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Loading data parts | ||
| 684 | 2024.12.07 00:48:11.112508 [ 276 ] {dd987545-122b-4484-982a-9aaabcc242e1} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): There are no data parts | ||
| 685 | 2024.12.07 00:48:11.125941 [ 276 ] {dd987545-122b-4484-982a-9aaabcc242e1} <Debug> TCPHandler: Processed in 0.036593311 sec. | ||
| 686 | 2024.12.07 00:48:11.126377 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 687 | 2024.12.07 00:48:11.126730 [ 274 ] {d315b451-cb01-4c06-840b-05366bd06d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 688 | 2024.12.07 00:48:11.126825 [ 274 ] {d315b451-cb01-4c06-840b-05366bd06d69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 689 | 2024.12.07 00:48:11.134500 [ 274 ] {d315b451-cb01-4c06-840b-05366bd06d69} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Loading data parts | ||
| 690 | 2024.12.07 00:48:11.134702 [ 274 ] {d315b451-cb01-4c06-840b-05366bd06d69} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): There are no data parts | ||
| 691 | 2024.12.07 00:48:11.137354 [ 274 ] {d315b451-cb01-4c06-840b-05366bd06d69} <Debug> TCPHandler: Processed in 0.011115009 sec. | ||
| 692 | 2024.12.07 00:48:11.137573 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 693 | 2024.12.07 00:48:11.137884 [ 276 ] {27899255-a348-4aa5-a3dd-68d00f63984a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 694 | 2024.12.07 00:48:11.137979 [ 276 ] {27899255-a348-4aa5-a3dd-68d00f63984a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 695 | 2024.12.07 00:48:11.172768 [ 276 ] {27899255-a348-4aa5-a3dd-68d00f63984a} <Debug> oximeter.fields_i32 (6d102657-bed5-4007-8f56-aff91e4f7279): Loading data parts | ||
| 696 | 2024.12.07 00:48:11.172939 [ 276 ] {27899255-a348-4aa5-a3dd-68d00f63984a} <Debug> oximeter.fields_i32 (6d102657-bed5-4007-8f56-aff91e4f7279): There are no data parts | ||
| 697 | 2024.12.07 00:48:11.211435 [ 276 ] {27899255-a348-4aa5-a3dd-68d00f63984a} <Debug> TCPHandler: Processed in 0.073929838 sec. | ||
| 698 | 2024.12.07 00:48:11.211662 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 699 | 2024.12.07 00:48:11.211884 [ 274 ] {9029f5d4-e4b5-45bb-9041-e464f97552cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 700 | 2024.12.07 00:48:11.211986 [ 274 ] {9029f5d4-e4b5-45bb-9041-e464f97552cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 701 | 2024.12.07 00:48:11.216860 [ 274 ] {9029f5d4-e4b5-45bb-9041-e464f97552cb} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Loading data parts | ||
| 702 | 2024.12.07 00:48:11.217057 [ 274 ] {9029f5d4-e4b5-45bb-9041-e464f97552cb} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): There are no data parts | ||
| 703 | 2024.12.07 00:48:11.241366 [ 274 ] {9029f5d4-e4b5-45bb-9041-e464f97552cb} <Debug> TCPHandler: Processed in 0.029764287 sec. | ||
| 704 | 2024.12.07 00:48:11.241673 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 705 | 2024.12.07 00:48:11.242025 [ 276 ] {94e0c425-8ebe-471c-954f-de70cf917a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 706 | 2024.12.07 00:48:11.242127 [ 276 ] {94e0c425-8ebe-471c-954f-de70cf917a77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 707 | 2024.12.07 00:48:11.257069 [ 276 ] {94e0c425-8ebe-471c-954f-de70cf917a77} <Debug> oximeter.fields_i64 (3e6b81ad-c121-4950-820e-fcda408f7d49): Loading data parts | ||
| 708 | 2024.12.07 00:48:11.257253 [ 276 ] {94e0c425-8ebe-471c-954f-de70cf917a77} <Debug> oximeter.fields_i64 (3e6b81ad-c121-4950-820e-fcda408f7d49): There are no data parts | ||
| 709 | 2024.12.07 00:48:11.278826 [ 276 ] {94e0c425-8ebe-471c-954f-de70cf917a77} <Debug> TCPHandler: Processed in 0.037249494 sec. | ||
| 710 | 2024.12.07 00:48:11.279163 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 711 | 2024.12.07 00:48:11.279417 [ 274 ] {4bc5eaf9-b780-4acb-bd86-8fd7e4181538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 712 | 2024.12.07 00:48:11.279557 [ 274 ] {4bc5eaf9-b780-4acb-bd86-8fd7e4181538} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 713 | 2024.12.07 00:48:11.307225 [ 274 ] {4bc5eaf9-b780-4acb-bd86-8fd7e4181538} <Debug> oximeter.fields_u64 (c16ead55-3ed9-4c64-8403-cd14b76942ce): Loading data parts | ||
| 714 | 2024.12.07 00:48:11.307453 [ 274 ] {4bc5eaf9-b780-4acb-bd86-8fd7e4181538} <Debug> oximeter.fields_u64 (c16ead55-3ed9-4c64-8403-cd14b76942ce): There are no data parts | ||
| 715 | 2024.12.07 00:48:11.318551 [ 274 ] {4bc5eaf9-b780-4acb-bd86-8fd7e4181538} <Debug> TCPHandler: Processed in 0.039496229 sec. | ||
| 716 | 2024.12.07 00:48:11.318785 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 717 | 2024.12.07 00:48:11.319134 [ 276 ] {1281dc21-ad8b-42f0-a214-d0cd1843660b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 718 | 2024.12.07 00:48:11.319227 [ 276 ] {1281dc21-ad8b-42f0-a214-d0cd1843660b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 719 | 2024.12.07 00:48:11.334403 [ 276 ] {1281dc21-ad8b-42f0-a214-d0cd1843660b} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Loading data parts | ||
| 720 | 2024.12.07 00:48:11.334575 [ 276 ] {1281dc21-ad8b-42f0-a214-d0cd1843660b} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): There are no data parts | ||
| 721 | 2024.12.07 00:48:11.348428 [ 276 ] {1281dc21-ad8b-42f0-a214-d0cd1843660b} <Debug> TCPHandler: Processed in 0.029716206 sec. | ||
| 722 | 2024.12.07 00:48:11.348629 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 723 | 2024.12.07 00:48:11.348889 [ 274 ] {119bfda2-3068-40bd-8f5b-121eee904400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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) | ||
| 724 | 2024.12.07 00:48:11.349007 [ 274 ] {119bfda2-3068-40bd-8f5b-121eee904400} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 725 | 2024.12.07 00:48:11.364485 [ 274 ] {119bfda2-3068-40bd-8f5b-121eee904400} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Loading data parts | ||
| 726 | 2024.12.07 00:48:11.364674 [ 274 ] {119bfda2-3068-40bd-8f5b-121eee904400} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): There are no data parts | ||
| 727 | 2024.12.07 00:48:11.368798 [ 274 ] {119bfda2-3068-40bd-8f5b-121eee904400} <Debug> TCPHandler: Processed in 0.020236619 sec. | ||
| 728 | 2024.12.07 00:48:11.369069 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 729 | 2024.12.07 00:48:11.369311 [ 276 ] {cba47e40-4da5-4e3f-8674-03a7e3ae3d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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) | ||
| 730 | 2024.12.07 00:48:11.369412 [ 276 ] {cba47e40-4da5-4e3f-8674-03a7e3ae3d03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 731 | 2024.12.07 00:48:11.382421 [ 276 ] {cba47e40-4da5-4e3f-8674-03a7e3ae3d03} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Loading data parts | ||
| 732 | 2024.12.07 00:48:11.382642 [ 276 ] {cba47e40-4da5-4e3f-8674-03a7e3ae3d03} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): There are no data parts | ||
| 733 | 2024.12.07 00:48:11.394268 [ 276 ] {cba47e40-4da5-4e3f-8674-03a7e3ae3d03} <Debug> TCPHandler: Processed in 0.025270389 sec. | ||
| 734 | 2024.12.07 00:48:11.394562 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 735 | 2024.12.07 00:48:11.395104 [ 274 ] {7d79b246-37ba-486e-a9bf-f8282cf8f397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) /* The timeseries schema table stores the extracted schema for the samples | ||
| 736 | * oximeter collects. | ||
| 737 | */ | ||
| 738 | 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) | ||
| 739 | 2024.12.07 00:48:11.395276 [ 274 ] {7d79b246-37ba-486e-a9bf-f8282cf8f397} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 740 | 2024.12.07 00:48:11.408035 [ 274 ] {7d79b246-37ba-486e-a9bf-f8282cf8f397} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Loading data parts | ||
| 741 | 2024.12.07 00:48:11.408204 [ 274 ] {7d79b246-37ba-486e-a9bf-f8282cf8f397} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): There are no data parts | ||
| 742 | 2024.12.07 00:48:11.428469 [ 274 ] {7d79b246-37ba-486e-a9bf-f8282cf8f397} <Debug> TCPHandler: Processed in 0.034011011 sec. | ||
| 743 | 2024.12.07 00:48:11.428778 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.12.07 00:48:11.429011 [ 276 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 745 | 2024.12.07 00:48:11.430253 [ 276 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 746 | 2024.12.07 00:48:11.438056 [ 283 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Trace> oximeter.version (16fac8a5-6b8b-4855-a364-34c462489d2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2024.12.07 00:48:11.438118 [ 283 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 748 | 2024.12.07 00:48:11.442668 [ 283 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 749 | 2024.12.07 00:48:11.443036 [ 283 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Trace> oximeter.version (16fac8a5-6b8b-4855-a364-34c462489d2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2024.12.07 00:48:11.443356 [ 276 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014435 sec., 69.27606511950121 rows/sec., 1.08 KiB/sec. | ||
| 751 | 2024.12.07 00:48:11.443724 [ 276 ] {1cc1979a-0035-4479-ae06-215314a0a946} <Debug> TCPHandler: Processed in 0.015035067 sec. | ||
| 752 | 2024.12.07 00:48:12.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.96 MiB, peak 137.96 MiB, free memory in arenas 0.00 B, will set to 141.51 MiB (RSS), difference: 3.55 MiB | ||
| 753 | 2024.12.07 00:48:16.635609 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2024.12.07 00:48:16.635694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2024.12.07 00:48:16.635722 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2024.12.07 00:48:16.635805 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2024.12.07 00:48:16.653704 [ 244 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Loading data parts | ||
| 758 | 2024.12.07 00:48:16.653899 [ 244 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): There are no data parts | ||
| 759 | 2024.12.07 00:48:16.656481 [ 242 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Loading data parts | ||
| 760 | 2024.12.07 00:48:16.656748 [ 242 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): There are no data parts | ||
| 761 | 2024.12.07 00:48:16.661452 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 762 | 2024.12.07 00:48:16.661555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 763 | 2024.12.07 00:48:16.664314 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 764 | 2024.12.07 00:48:16.664608 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 765 | 2024.12.07 00:48:16.664812 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 766 | 2024.12.07 00:48:16.688654 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2024.12.07 00:48:16.688728 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 768 | 2024.12.07 00:48:16.696120 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2024.12.07 00:48:16.696959 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2024.12.07 00:48:16.699839 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2024.12.07 00:48:17.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.45 MiB, peak 150.45 MiB, free memory in arenas 0.00 B, will set to 150.94 MiB (RSS), difference: 4.49 MiB | ||
| 772 | 2024.12.07 00:48:19.135618 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2024.12.07 00:48:19.135715 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2024.12.07 00:48:19.143849 [ 243 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Loading data parts | ||
| 775 | 2024.12.07 00:48:19.144112 [ 243 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): There are no data parts | ||
| 776 | 2024.12.07 00:48:19.170852 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2024.12.07 00:48:19.170896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 778 | 2024.12.07 00:48:19.172515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2024.12.07 00:48:19.172808 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2024.12.07 00:48:19.173290 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2024.12.07 00:48:20.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.13 MiB, peak 155.13 MiB, free memory in arenas 0.00 B, will set to 151.36 MiB (RSS), difference: -3.78 MiB | ||
| 782 | 2024.12.07 00:48:24.061556 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2024.12.07 00:48:24.061619 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2024.12.07 00:48:24.164901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2024.12.07 00:48:24.165802 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2024.12.07 00:48:24.165855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 787 | 2024.12.07 00:48:24.166447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2024.12.07 00:48:24.166707 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2024.12.07 00:48:24.166965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2024.12.07 00:48:24.199892 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2024.12.07 00:48:24.220413 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.12.07 00:48:24.220463 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 793 | 2024.12.07 00:48:24.227308 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2024.12.07 00:48:24.228043 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2024.12.07 00:48:24.230424 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2024.12.07 00:48:27.604715 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2024.12.07 00:48:27.604921 [ 274 ] {57ac8a2e-1225-428f-badb-933f0dfd8807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 798 | 2024.12.07 00:48:27.605320 [ 274 ] {57ac8a2e-1225-428f-badb-933f0dfd8807} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2024.12.07 00:48:27.605552 [ 274 ] {57ac8a2e-1225-428f-badb-933f0dfd8807} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2024.12.07 00:48:27.608311 [ 274 ] {57ac8a2e-1225-428f-badb-933f0dfd8807} <Debug> TCPHandler: Processed in 0.003732623 sec. | ||
| 801 | 2024.12.07 00:48:27.611912 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2024.12.07 00:48:27.612143 [ 276 ] {60b93b5f-113f-4349-9db6-e9bc5ada0fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 803 | 2024.12.07 00:48:27.613857 [ 276 ] {60b93b5f-113f-4349-9db6-e9bc5ada0fcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2024.12.07 00:48:27.613926 [ 276 ] {60b93b5f-113f-4349-9db6-e9bc5ada0fcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2024.12.07 00:48:27.614520 [ 276 ] {60b93b5f-113f-4349-9db6-e9bc5ada0fcf} <Debug> TCPHandler: Processed in 0.002735744 sec. | ||
| 806 | 2024.12.07 00:48:27.614836 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2024.12.07 00:48:27.615007 [ 274 ] {b50fad71-2167-4342-a03d-6cb6b59dda89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 808 | 2024.12.07 00:48:27.615457 [ 274 ] {b50fad71-2167-4342-a03d-6cb6b59dda89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2024.12.07 00:48:27.615518 [ 274 ] {b50fad71-2167-4342-a03d-6cb6b59dda89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2024.12.07 00:48:27.616094 [ 274 ] {b50fad71-2167-4342-a03d-6cb6b59dda89} <Debug> TCPHandler: Processed in 0.001324696 sec. | ||
| 811 | 2024.12.07 00:48:27.618120 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2024.12.07 00:48:27.618277 [ 276 ] {fd69cc3c-933f-43dc-b6d5-4d07dd550564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 813 | 2024.12.07 00:48:27.618642 [ 276 ] {fd69cc3c-933f-43dc-b6d5-4d07dd550564} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2024.12.07 00:48:27.618699 [ 276 ] {fd69cc3c-933f-43dc-b6d5-4d07dd550564} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2024.12.07 00:48:27.619184 [ 276 ] {fd69cc3c-933f-43dc-b6d5-4d07dd550564} <Debug> TCPHandler: Processed in 0.001123242 sec. | ||
| 816 | 2024.12.07 00:48:27.619453 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2024.12.07 00:48:27.619608 [ 274 ] {9e6bd045-2014-41d7-ad5c-9e3565d4250c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 818 | 2024.12.07 00:48:27.619992 [ 274 ] {9e6bd045-2014-41d7-ad5c-9e3565d4250c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2024.12.07 00:48:27.620050 [ 274 ] {9e6bd045-2014-41d7-ad5c-9e3565d4250c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2024.12.07 00:48:27.620612 [ 274 ] {9e6bd045-2014-41d7-ad5c-9e3565d4250c} <Debug> TCPHandler: Processed in 0.001215044 sec. | ||
| 821 | 2024.12.07 00:48:27.620885 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2024.12.07 00:48:27.621047 [ 276 ] {83c5809e-217a-45c1-a3c8-5717ab42851e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 823 | 2024.12.07 00:48:27.621424 [ 276 ] {83c5809e-217a-45c1-a3c8-5717ab42851e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2024.12.07 00:48:27.621479 [ 276 ] {83c5809e-217a-45c1-a3c8-5717ab42851e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2024.12.07 00:48:27.621973 [ 276 ] {83c5809e-217a-45c1-a3c8-5717ab42851e} <Debug> TCPHandler: Processed in 0.001144553 sec. | ||
| 826 | 2024.12.07 00:48:27.622212 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2024.12.07 00:48:27.622366 [ 274 ] {23319044-1fc2-472a-8c85-30020cb1297f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 828 | 2024.12.07 00:48:27.622735 [ 274 ] {23319044-1fc2-472a-8c85-30020cb1297f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2024.12.07 00:48:27.622790 [ 274 ] {23319044-1fc2-472a-8c85-30020cb1297f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2024.12.07 00:48:27.623310 [ 274 ] {23319044-1fc2-472a-8c85-30020cb1297f} <Debug> TCPHandler: Processed in 0.001153833 sec. | ||
| 831 | 2024.12.07 00:48:27.623547 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2024.12.07 00:48:27.623700 [ 276 ] {d7c60d75-72c5-4d3a-be29-5d787d8c0180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 833 | 2024.12.07 00:48:27.624081 [ 276 ] {d7c60d75-72c5-4d3a-be29-5d787d8c0180} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2024.12.07 00:48:27.624135 [ 276 ] {d7c60d75-72c5-4d3a-be29-5d787d8c0180} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2024.12.07 00:48:27.624597 [ 276 ] {d7c60d75-72c5-4d3a-be29-5d787d8c0180} <Debug> TCPHandler: Processed in 0.001106212 sec. | ||
| 836 | 2024.12.07 00:48:27.624825 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.12.07 00:48:27.624980 [ 274 ] {2c3857f5-c155-43d8-996d-b27f55d8eebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 838 | 2024.12.07 00:48:27.625373 [ 274 ] {2c3857f5-c155-43d8-996d-b27f55d8eebd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.12.07 00:48:27.625428 [ 274 ] {2c3857f5-c155-43d8-996d-b27f55d8eebd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.12.07 00:48:27.626059 [ 274 ] {2c3857f5-c155-43d8-996d-b27f55d8eebd} <Debug> TCPHandler: Processed in 0.001289655 sec. | ||
| 841 | 2024.12.07 00:48:27.626299 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2024.12.07 00:48:27.626462 [ 276 ] {40801147-2031-498d-ab90-fd6ae1c46e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 843 | 2024.12.07 00:48:27.626861 [ 276 ] {40801147-2031-498d-ab90-fd6ae1c46e1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2024.12.07 00:48:27.626919 [ 276 ] {40801147-2031-498d-ab90-fd6ae1c46e1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 845 | 2024.12.07 00:48:27.627406 [ 276 ] {40801147-2031-498d-ab90-fd6ae1c46e1c} <Debug> TCPHandler: Processed in 0.001165313 sec. | ||
| 846 | 2024.12.07 00:48:27.627675 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 847 | 2024.12.07 00:48:27.627834 [ 274 ] {63dae951-8984-4002-bc95-f9b205132747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 848 | 2024.12.07 00:48:27.628255 [ 274 ] {63dae951-8984-4002-bc95-f9b205132747} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 849 | 2024.12.07 00:48:27.628331 [ 274 ] {63dae951-8984-4002-bc95-f9b205132747} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 850 | 2024.12.07 00:48:27.628836 [ 274 ] {63dae951-8984-4002-bc95-f9b205132747} <Debug> TCPHandler: Processed in 0.001218964 sec. | ||
| 851 | 2024.12.07 00:48:27.629090 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2024.12.07 00:48:27.629252 [ 276 ] {23876752-34c3-4207-a78d-4e99c6991443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 853 | 2024.12.07 00:48:27.629647 [ 276 ] {23876752-34c3-4207-a78d-4e99c6991443} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 854 | 2024.12.07 00:48:27.629704 [ 276 ] {23876752-34c3-4207-a78d-4e99c6991443} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 855 | 2024.12.07 00:48:27.630181 [ 276 ] {23876752-34c3-4207-a78d-4e99c6991443} <Debug> TCPHandler: Processed in 0.001148803 sec. | ||
| 856 | 2024.12.07 00:48:27.630449 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 857 | 2024.12.07 00:48:27.630616 [ 274 ] {656e66fa-c600-4463-a0d5-cb0806912ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 858 | 2024.12.07 00:48:27.631015 [ 274 ] {656e66fa-c600-4463-a0d5-cb0806912ff3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 859 | 2024.12.07 00:48:27.631074 [ 274 ] {656e66fa-c600-4463-a0d5-cb0806912ff3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 860 | 2024.12.07 00:48:27.631593 [ 274 ] {656e66fa-c600-4463-a0d5-cb0806912ff3} <Debug> TCPHandler: Processed in 0.001202654 sec. | ||
| 861 | 2024.12.07 00:48:27.631853 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2024.12.07 00:48:27.632021 [ 276 ] {e2e8df5e-43eb-47bb-a71a-12deb9ac2017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 863 | 2024.12.07 00:48:27.632426 [ 276 ] {e2e8df5e-43eb-47bb-a71a-12deb9ac2017} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 864 | 2024.12.07 00:48:27.632482 [ 276 ] {e2e8df5e-43eb-47bb-a71a-12deb9ac2017} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 865 | 2024.12.07 00:48:27.632962 [ 276 ] {e2e8df5e-43eb-47bb-a71a-12deb9ac2017} <Debug> TCPHandler: Processed in 0.001169052 sec. | ||
| 866 | 2024.12.07 00:48:27.633219 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 867 | 2024.12.07 00:48:27.633409 [ 274 ] {e4338335-89cf-4faa-b05d-a765a68de4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 868 | 2024.12.07 00:48:27.633974 [ 274 ] {e4338335-89cf-4faa-b05d-a765a68de4aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 869 | 2024.12.07 00:48:27.634037 [ 274 ] {e4338335-89cf-4faa-b05d-a765a68de4aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 870 | 2024.12.07 00:48:27.634563 [ 274 ] {e4338335-89cf-4faa-b05d-a765a68de4aa} <Debug> TCPHandler: Processed in 0.001401518 sec. | ||
| 871 | 2024.12.07 00:48:27.635890 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 872 | 2024.12.07 00:48:27.636058 [ 276 ] {48eff04c-16d8-4654-ab92-0654f16c9ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 873 | 2024.12.07 00:48:27.636468 [ 276 ] {48eff04c-16d8-4654-ab92-0654f16c9ade} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 874 | 2024.12.07 00:48:27.636524 [ 276 ] {48eff04c-16d8-4654-ab92-0654f16c9ade} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 875 | 2024.12.07 00:48:27.637007 [ 276 ] {48eff04c-16d8-4654-ab92-0654f16c9ade} <Debug> TCPHandler: Processed in 0.001175233 sec. | ||
| 876 | 2024.12.07 00:48:27.637313 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 877 | 2024.12.07 00:48:27.637493 [ 274 ] {0245b8e6-d8fc-4de4-93d5-31f89de946f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 878 | 2024.12.07 00:48:27.637908 [ 274 ] {0245b8e6-d8fc-4de4-93d5-31f89de946f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 879 | 2024.12.07 00:48:27.637964 [ 274 ] {0245b8e6-d8fc-4de4-93d5-31f89de946f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 880 | 2024.12.07 00:48:27.638682 [ 274 ] {0245b8e6-d8fc-4de4-93d5-31f89de946f9} <Debug> TCPHandler: Processed in 0.001424248 sec. | ||
| 881 | 2024.12.07 00:48:27.639324 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2024.12.07 00:48:27.639494 [ 276 ] {22451c74-0e05-4d7e-81bf-c6e046262e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 883 | 2024.12.07 00:48:27.639909 [ 276 ] {22451c74-0e05-4d7e-81bf-c6e046262e0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 884 | 2024.12.07 00:48:27.639965 [ 276 ] {22451c74-0e05-4d7e-81bf-c6e046262e0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 885 | 2024.12.07 00:48:27.640487 [ 276 ] {22451c74-0e05-4d7e-81bf-c6e046262e0d} <Debug> TCPHandler: Processed in 0.001221294 sec. | ||
| 886 | 2024.12.07 00:48:27.640780 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2024.12.07 00:48:27.640980 [ 274 ] {39c19476-6e75-4253-889b-cd00050d38b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 888 | 2024.12.07 00:48:27.641555 [ 274 ] {39c19476-6e75-4253-889b-cd00050d38b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 889 | 2024.12.07 00:48:27.641637 [ 274 ] {39c19476-6e75-4253-889b-cd00050d38b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 890 | 2024.12.07 00:48:27.642183 [ 274 ] {39c19476-6e75-4253-889b-cd00050d38b2} <Debug> TCPHandler: Processed in 0.001468529 sec. | ||
| 891 | 2024.12.07 00:48:27.642433 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 892 | 2024.12.07 00:48:27.642602 [ 276 ] {c12c9b71-fa5a-4917-a846-01de69e07097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 893 | 2024.12.07 00:48:27.643018 [ 276 ] {c12c9b71-fa5a-4917-a846-01de69e07097} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 894 | 2024.12.07 00:48:27.643075 [ 276 ] {c12c9b71-fa5a-4917-a846-01de69e07097} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 895 | 2024.12.07 00:48:27.643597 [ 276 ] {c12c9b71-fa5a-4917-a846-01de69e07097} <Debug> TCPHandler: Processed in 0.001217144 sec. | ||
| 896 | 2024.12.07 00:48:27.643858 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2024.12.07 00:48:27.644032 [ 274 ] {2a995946-462f-4b9d-91f4-6878fd5b7fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 898 | 2024.12.07 00:48:27.644455 [ 274 ] {2a995946-462f-4b9d-91f4-6878fd5b7fd9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 899 | 2024.12.07 00:48:27.644512 [ 274 ] {2a995946-462f-4b9d-91f4-6878fd5b7fd9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 900 | 2024.12.07 00:48:27.645095 [ 274 ] {2a995946-462f-4b9d-91f4-6878fd5b7fd9} <Debug> TCPHandler: Processed in 0.001295296 sec. | ||
| 901 | 2024.12.07 00:48:27.645340 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2024.12.07 00:48:27.645512 [ 276 ] {8b1e752b-8f37-4775-b960-1bf73fb58ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 903 | 2024.12.07 00:48:27.645931 [ 276 ] {8b1e752b-8f37-4775-b960-1bf73fb58ac5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 904 | 2024.12.07 00:48:27.645988 [ 276 ] {8b1e752b-8f37-4775-b960-1bf73fb58ac5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 905 | 2024.12.07 00:48:27.646514 [ 276 ] {8b1e752b-8f37-4775-b960-1bf73fb58ac5} <Debug> TCPHandler: Processed in 0.001229044 sec. | ||
| 906 | 2024.12.07 00:48:27.646780 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2024.12.07 00:48:27.646974 [ 274 ] {8363f7dd-7d23-40a3-a262-93d07dbb076a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 908 | 2024.12.07 00:48:27.647419 [ 274 ] {8363f7dd-7d23-40a3-a262-93d07dbb076a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 909 | 2024.12.07 00:48:27.647480 [ 274 ] {8363f7dd-7d23-40a3-a262-93d07dbb076a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 910 | 2024.12.07 00:48:27.647998 [ 274 ] {8363f7dd-7d23-40a3-a262-93d07dbb076a} <Debug> TCPHandler: Processed in 0.001279905 sec. | ||
| 911 | 2024.12.07 00:48:27.648260 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 912 | 2024.12.07 00:48:27.648434 [ 276 ] {bdf4fa84-e90e-483c-a07e-5b78e34882a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 913 | 2024.12.07 00:48:27.648874 [ 276 ] {bdf4fa84-e90e-483c-a07e-5b78e34882a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 914 | 2024.12.07 00:48:27.648931 [ 276 ] {bdf4fa84-e90e-483c-a07e-5b78e34882a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 915 | 2024.12.07 00:48:27.649511 [ 276 ] {bdf4fa84-e90e-483c-a07e-5b78e34882a5} <Debug> TCPHandler: Processed in 0.001312096 sec. | ||
| 916 | 2024.12.07 00:48:27.649788 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2024.12.07 00:48:27.649984 [ 274 ] {39560512-1f52-46dd-a60e-69971ca8f78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 918 | 2024.12.07 00:48:27.650506 [ 274 ] {39560512-1f52-46dd-a60e-69971ca8f78f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 919 | 2024.12.07 00:48:27.650567 [ 274 ] {39560512-1f52-46dd-a60e-69971ca8f78f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 920 | 2024.12.07 00:48:27.651108 [ 274 ] {39560512-1f52-46dd-a60e-69971ca8f78f} <Debug> TCPHandler: Processed in 0.001381957 sec. | ||
| 921 | 2024.12.07 00:48:27.651374 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2024.12.07 00:48:27.651553 [ 276 ] {ad98e168-5984-4148-9268-f646c74cf1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 923 | 2024.12.07 00:48:27.651995 [ 276 ] {ad98e168-5984-4148-9268-f646c74cf1d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 924 | 2024.12.07 00:48:27.652050 [ 276 ] {ad98e168-5984-4148-9268-f646c74cf1d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 925 | 2024.12.07 00:48:27.652567 [ 276 ] {ad98e168-5984-4148-9268-f646c74cf1d8} <Debug> TCPHandler: Processed in 0.001247334 sec. | ||
| 926 | 2024.12.07 00:48:27.657203 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2024.12.07 00:48:27.657394 [ 274 ] {27dd3c59-563a-4edf-83df-911d93c8404f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 928 | 2024.12.07 00:48:27.657857 [ 274 ] {27dd3c59-563a-4edf-83df-911d93c8404f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 929 | 2024.12.07 00:48:27.657917 [ 274 ] {27dd3c59-563a-4edf-83df-911d93c8404f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 930 | 2024.12.07 00:48:27.658602 [ 274 ] {27dd3c59-563a-4edf-83df-911d93c8404f} <Debug> TCPHandler: Processed in 0.001469919 sec. | ||
| 931 | 2024.12.07 00:48:27.658919 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 932 | 2024.12.07 00:48:27.659124 [ 276 ] {6ffcf3ba-617a-4a6d-a9fe-c247bda886ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 933 | 2024.12.07 00:48:27.659585 [ 276 ] {6ffcf3ba-617a-4a6d-a9fe-c247bda886ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 934 | 2024.12.07 00:48:27.659640 [ 276 ] {6ffcf3ba-617a-4a6d-a9fe-c247bda886ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 935 | 2024.12.07 00:48:27.660160 [ 276 ] {6ffcf3ba-617a-4a6d-a9fe-c247bda886ca} <Debug> TCPHandler: Processed in 0.001303566 sec. | ||
| 936 | 2024.12.07 00:48:27.660462 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 937 | 2024.12.07 00:48:27.660653 [ 274 ] {d01c0f07-94fe-463e-ae97-f83c8335382e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 938 | 2024.12.07 00:48:27.661110 [ 274 ] {d01c0f07-94fe-463e-ae97-f83c8335382e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 939 | 2024.12.07 00:48:27.661169 [ 274 ] {d01c0f07-94fe-463e-ae97-f83c8335382e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 940 | 2024.12.07 00:48:27.661737 [ 274 ] {d01c0f07-94fe-463e-ae97-f83c8335382e} <Debug> TCPHandler: Processed in 0.001335816 sec. | ||
| 941 | 2024.12.07 00:48:27.661988 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 942 | 2024.12.07 00:48:27.662167 [ 276 ] {d4e46475-96e4-4f4a-8ba5-49cef7bc527d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 943 | 2024.12.07 00:48:27.662614 [ 276 ] {d4e46475-96e4-4f4a-8ba5-49cef7bc527d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 944 | 2024.12.07 00:48:27.662669 [ 276 ] {d4e46475-96e4-4f4a-8ba5-49cef7bc527d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 945 | 2024.12.07 00:48:27.663181 [ 276 ] {d4e46475-96e4-4f4a-8ba5-49cef7bc527d} <Debug> TCPHandler: Processed in 0.001249014 sec. | ||
| 946 | 2024.12.07 00:48:27.663479 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 947 | 2024.12.07 00:48:27.663663 [ 274 ] {ba7682d7-5ba9-4ee1-9fb9-1394a9247f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 948 | 2024.12.07 00:48:27.664125 [ 274 ] {ba7682d7-5ba9-4ee1-9fb9-1394a9247f93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 949 | 2024.12.07 00:48:27.664185 [ 274 ] {ba7682d7-5ba9-4ee1-9fb9-1394a9247f93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 950 | 2024.12.07 00:48:27.664744 [ 274 ] {ba7682d7-5ba9-4ee1-9fb9-1394a9247f93} <Debug> TCPHandler: Processed in 0.001322256 sec. | ||
| 951 | 2024.12.07 00:48:27.665009 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 952 | 2024.12.07 00:48:27.665191 [ 276 ] {c20f20af-6b36-413d-9635-98da844c3e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 953 | 2024.12.07 00:48:27.665653 [ 276 ] {c20f20af-6b36-413d-9635-98da844c3e42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 954 | 2024.12.07 00:48:27.665708 [ 276 ] {c20f20af-6b36-413d-9635-98da844c3e42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 955 | 2024.12.07 00:48:27.666231 [ 276 ] {c20f20af-6b36-413d-9635-98da844c3e42} <Debug> TCPHandler: Processed in 0.001278636 sec. | ||
| 956 | 2024.12.07 00:48:27.666498 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 957 | 2024.12.07 00:48:27.666678 [ 274 ] {2b9336f5-977b-4c58-91d8-bf9d08cf7822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 958 | 2024.12.07 00:48:27.667139 [ 274 ] {2b9336f5-977b-4c58-91d8-bf9d08cf7822} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2024.12.07 00:48:27.667199 [ 274 ] {2b9336f5-977b-4c58-91d8-bf9d08cf7822} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2024.12.07 00:48:27.668118 [ 274 ] {2b9336f5-977b-4c58-91d8-bf9d08cf7822} <Debug> TCPHandler: Processed in 0.001678003 sec. | ||
| 961 | 2024.12.07 00:48:27.725977 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 962 | 2024.12.07 00:48:27.726166 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 963 | 2024.12.07 00:48:27.726247 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 964 | 2024.12.07 00:48:27.727183 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2024.12.07 00:48:27.727231 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 966 | 2024.12.07 00:48:27.727808 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 967 | 2024.12.07 00:48:27.728042 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 968 | 2024.12.07 00:48:27.728342 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Debug> executeQuery: Read 33 rows, 5.98 KiB in 0.00221 sec., 14932.126696832578 rows/sec., 2.64 MiB/sec. | ||
| 969 | 2024.12.07 00:48:27.728440 [ 274 ] {fdbf078f-82eb-4322-84bf-79a109f12014} <Debug> TCPHandler: Processed in 0.002586061 sec. | ||
| 970 | 2024.12.07 00:48:27.728707 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 971 | 2024.12.07 00:48:27.728916 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 972 | 2024.12.07 00:48:27.728992 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 973 | 2024.12.07 00:48:27.731555 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 974 | 2024.12.07 00:48:27.731605 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 975 | 2024.12.07 00:48:27.732072 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 976 | 2024.12.07 00:48:27.732332 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 977 | 2024.12.07 00:48:27.732626 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00377 sec., 3713.527851458886 rows/sec., 267.32 KiB/sec. | ||
| 978 | 2024.12.07 00:48:27.732713 [ 276 ] {a30a2f38-bd68-471a-81e5-3c6add927ce2} <Debug> TCPHandler: Processed in 0.004129822 sec. | ||
| 979 | 2024.12.07 00:48:27.732877 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 980 | 2024.12.07 00:48:27.733007 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 981 | 2024.12.07 00:48:27.733058 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 982 | 2024.12.07 00:48:27.734543 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 983 | 2024.12.07 00:48:27.734580 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 984 | 2024.12.07 00:48:27.735037 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 985 | 2024.12.07 00:48:27.735303 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 986 | 2024.12.07 00:48:27.735527 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Debug> executeQuery: Read 1355 rows, 115.32 KiB in 0.002551 sec., 531164.2493139945 rows/sec., 44.14 MiB/sec. | ||
| 987 | 2024.12.07 00:48:27.735590 [ 274 ] {2a6aedc8-f564-42ca-9164-4b8b7229a2d2} <Debug> TCPHandler: Processed in 0.002776134 sec. | ||
| 988 | 2024.12.07 00:48:27.735741 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 989 | 2024.12.07 00:48:27.735867 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 990 | 2024.12.07 00:48:27.735920 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 991 | 2024.12.07 00:48:27.736560 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 992 | 2024.12.07 00:48:27.736599 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 993 | 2024.12.07 00:48:27.736976 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 994 | 2024.12.07 00:48:27.737226 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 995 | 2024.12.07 00:48:27.737434 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001598 sec., 9386.733416770963 rows/sec., 661.84 KiB/sec. | ||
| 996 | 2024.12.07 00:48:27.737493 [ 276 ] {95288d54-6f8d-4fba-b259-f1aa5cd0a503} <Debug> TCPHandler: Processed in 0.001810686 sec. | ||
| 997 | 2024.12.07 00:48:27.737649 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2024.12.07 00:48:27.737775 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 999 | 2024.12.07 00:48:27.737826 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1000 | 2024.12.07 00:48:27.738531 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1001 | 2024.12.07 00:48:27.738573 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1002 | 2024.12.07 00:48:27.738953 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1003 | 2024.12.07 00:48:27.739204 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1004 | 2024.12.07 00:48:27.739422 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001673 sec., 144650.32875074717 rows/sec., 9.80 MiB/sec. | ||
| 1005 | 2024.12.07 00:48:27.739480 [ 274 ] {0ee20ca9-a202-43a5-a0d8-de9b8f5bcd91} <Debug> TCPHandler: Processed in 0.001891077 sec. | ||
| 1006 | 2024.12.07 00:48:27.739635 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1007 | 2024.12.07 00:48:27.739776 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1008 | 2024.12.07 00:48:27.739835 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1009 | 2024.12.07 00:48:27.740542 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1010 | 2024.12.07 00:48:27.740592 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1011 | 2024.12.07 00:48:27.740999 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1012 | 2024.12.07 00:48:27.741249 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1013 | 2024.12.07 00:48:27.741506 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001752 sec., 7420.091324200913 rows/sec., 462.64 KiB/sec. | ||
| 1014 | 2024.12.07 00:48:27.741573 [ 276 ] {886e7b9d-7674-4dad-82ee-82833d25c08c} <Debug> TCPHandler: Processed in 0.001999379 sec. | ||
| 1015 | 2024.12.07 00:48:27.741723 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.12.07 00:48:27.741844 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1017 | 2024.12.07 00:48:27.741894 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1018 | 2024.12.07 00:48:27.742830 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1019 | 2024.12.07 00:48:27.742871 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1020 | 2024.12.07 00:48:27.743301 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1021 | 2024.12.07 00:48:27.743560 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1022 | 2024.12.07 00:48:27.743789 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.001969 sec., 425596.74961909605 rows/sec., 30.73 MiB/sec. | ||
| 1023 | 2024.12.07 00:48:27.743852 [ 274 ] {dd77c5a3-7350-4e08-9f79-5d8a1ff9b84a} <Debug> TCPHandler: Processed in 0.002189473 sec. | ||
| 1024 | 2024.12.07 00:48:27.744007 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2024.12.07 00:48:27.744150 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1026 | 2024.12.07 00:48:27.744211 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1027 | 2024.12.07 00:48:27.744794 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1028 | 2024.12.07 00:48:27.744833 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1029 | 2024.12.07 00:48:27.745255 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1030 | 2024.12.07 00:48:27.745504 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1031 | 2024.12.07 00:48:27.745706 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 197.40 KiB/sec. | ||
| 1032 | 2024.12.07 00:48:27.745755 [ 276 ] {eeaa8e8e-0793-44bc-bac4-9b31887aeb69} <Debug> TCPHandler: Processed in 0.001815816 sec. | ||
| 1033 | 2024.12.07 00:48:27.745911 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1034 | 2024.12.07 00:48:27.746035 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1035 | 2024.12.07 00:48:27.746089 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1036 | 2024.12.07 00:48:27.747185 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1037 | 2024.12.07 00:48:27.747235 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1038 | 2024.12.07 00:48:27.747903 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1039 | 2024.12.07 00:48:27.748184 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1040 | 2024.12.07 00:48:27.748415 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Debug> executeQuery: Read 1523 rows, 103.78 KiB in 0.002405 sec., 633264.0332640333 rows/sec., 42.14 MiB/sec. | ||
| 1041 | 2024.12.07 00:48:27.748504 [ 274 ] {ec8fad26-9db4-45e9-a319-5e33972197c8} <Debug> TCPHandler: Processed in 0.002654472 sec. | ||
| 1042 | 2024.12.07 00:48:27.748662 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1043 | 2024.12.07 00:48:27.748784 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1044 | 2024.12.07 00:48:27.748835 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1045 | 2024.12.07 00:48:27.749321 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1046 | 2024.12.07 00:48:27.749359 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1047 | 2024.12.07 00:48:27.749756 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1048 | 2024.12.07 00:48:27.749999 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1049 | 2024.12.07 00:48:27.750171 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 1050 | 2024.12.07 00:48:27.750218 [ 276 ] {2d94a07d-2dbb-48af-95ce-4bad7f4d121d} <Debug> TCPHandler: Processed in 0.001618252 sec. | ||
| 1051 | 2024.12.07 00:48:27.750375 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1052 | 2024.12.07 00:48:27.750497 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1053 | 2024.12.07 00:48:27.750578 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1054 | 2024.12.07 00:48:27.751668 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1055 | 2024.12.07 00:48:27.751709 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1056 | 2024.12.07 00:48:27.754251 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1057 | 2024.12.07 00:48:27.754533 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1058 | 2024.12.07 00:48:27.754849 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004361 sec., 1834.4416418252692 rows/sec., 3.29 MiB/sec. | ||
| 1059 | 2024.12.07 00:48:27.754986 [ 274 ] {53adda6a-d85f-4e58-91b6-77dc111620fb} <Debug> TCPHandler: Processed in 0.004672402 sec. | ||
| 1060 | 2024.12.07 00:48:27.755135 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1061 | 2024.12.07 00:48:27.755256 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1062 | 2024.12.07 00:48:27.755309 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1063 | 2024.12.07 00:48:27.755792 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1064 | 2024.12.07 00:48:27.755830 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1065 | 2024.12.07 00:48:27.756211 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1066 | 2024.12.07 00:48:27.756449 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1067 | 2024.12.07 00:48:27.756621 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.00139 sec., 23021.58273381295 rows/sec., 1.33 MiB/sec. | ||
| 1068 | 2024.12.07 00:48:27.756669 [ 276 ] {5c6ac6da-4430-47a7-a7c4-4f7b742bb1bd} <Debug> TCPHandler: Processed in 0.001592111 sec. | ||
| 1069 | 2024.12.07 00:48:29.173621 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 180 | ||
| 1070 | 2024.12.07 00:48:29.178312 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1071 | 2024.12.07 00:48:29.178353 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1072 | 2024.12.07 00:48:29.179817 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1073 | 2024.12.07 00:48:29.180120 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1074 | 2024.12.07 00:48:29.180569 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 180 | ||
| 1075 | 2024.12.07 00:48:30.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.49 MiB, peak 156.03 MiB, free memory in arenas 0.00 B, will set to 154.51 MiB (RSS), difference: 4.02 MiB | ||
| 1076 | 2024.12.07 00:48:31.455772 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2024.12.07 00:48:31.455962 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1078 | 2024.12.07 00:48:31.456032 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1079 | 2024.12.07 00:48:31.456771 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2024.12.07 00:48:31.456817 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1081 | 2024.12.07 00:48:31.457243 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1082 | 2024.12.07 00:48:31.457495 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2024.12.07 00:48:31.457719 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001811 sec., 28713.418001104365 rows/sec., 2.18 MiB/sec. | ||
| 1084 | 2024.12.07 00:48:31.457774 [ 274 ] {5bac1f7f-c263-4a1f-ab45-6708abc90d29} <Debug> TCPHandler: Processed in 0.002138542 sec. | ||
| 1085 | 2024.12.07 00:48:31.458021 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.12.07 00:48:31.458214 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1087 | 2024.12.07 00:48:31.458283 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1088 | 2024.12.07 00:48:31.459032 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2024.12.07 00:48:31.459073 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1090 | 2024.12.07 00:48:31.459512 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1091 | 2024.12.07 00:48:31.459765 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2024.12.07 00:48:31.459974 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.41 MiB/sec. | ||
| 1093 | 2024.12.07 00:48:31.460121 [ 276 ] {8ac618ce-624e-4f16-9dfc-1d51ef5d2ad2} <Debug> TCPHandler: Processed in 0.002225944 sec. | ||
| 1094 | 2024.12.07 00:48:31.460298 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2024.12.07 00:48:31.460422 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1096 | 2024.12.07 00:48:31.460476 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1097 | 2024.12.07 00:48:31.461060 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1098 | 2024.12.07 00:48:31.461099 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1099 | 2024.12.07 00:48:31.461507 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1100 | 2024.12.07 00:48:31.461762 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1101 | 2024.12.07 00:48:31.461991 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001594 sec., 75282.3086574655 rows/sec., 5.22 MiB/sec. | ||
| 1102 | 2024.12.07 00:48:31.462055 [ 274 ] {d8a92f93-7515-4fbd-b1b4-7f01cf008402} <Debug> TCPHandler: Processed in 0.001819616 sec. | ||
| 1103 | 2024.12.07 00:48:31.462202 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2024.12.07 00:48:31.462321 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1105 | 2024.12.07 00:48:31.462372 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1106 | 2024.12.07 00:48:31.462863 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1107 | 2024.12.07 00:48:31.462900 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1108 | 2024.12.07 00:48:31.463304 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1109 | 2024.12.07 00:48:31.463545 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1110 | 2024.12.07 00:48:31.463715 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.00142 sec., 28169.014084507042 rows/sec., 1.93 MiB/sec. | ||
| 1111 | 2024.12.07 00:48:31.463764 [ 276 ] {4eeddf48-f22a-4808-af61-37b4dec272de} <Debug> TCPHandler: Processed in 0.001619992 sec. | ||
| 1112 | 2024.12.07 00:48:31.667051 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 1113 | 2024.12.07 00:48:31.667670 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1114 | 2024.12.07 00:48:31.667722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1115 | 2024.12.07 00:48:31.668302 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1116 | 2024.12.07 00:48:31.668571 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1117 | 2024.12.07 00:48:31.668797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 1118 | 2024.12.07 00:48:31.730478 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 1119 | 2024.12.07 00:48:31.749964 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1120 | 2024.12.07 00:48:31.750020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1121 | 2024.12.07 00:48:31.756790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1122 | 2024.12.07 00:48:31.757557 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1123 | 2024.12.07 00:48:31.760152 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 1124 | 2024.12.07 00:48:36.457560 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1125 | 2024.12.07 00:48:36.457758 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1126 | 2024.12.07 00:48:36.457827 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1127 | 2024.12.07 00:48:36.458551 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1128 | 2024.12.07 00:48:36.458591 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1129 | 2024.12.07 00:48:36.459026 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1130 | 2024.12.07 00:48:36.459280 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1131 | 2024.12.07 00:48:36.459462 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001756 sec., 29612.7562642369 rows/sec., 2.25 MiB/sec. | ||
| 1132 | 2024.12.07 00:48:36.459513 [ 274 ] {390bce22-acd2-471b-abe3-389bd4df0076} <Debug> TCPHandler: Processed in 0.002086771 sec. | ||
| 1133 | 2024.12.07 00:48:36.459759 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1134 | 2024.12.07 00:48:36.459950 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1135 | 2024.12.07 00:48:36.460025 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1136 | 2024.12.07 00:48:36.460816 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1137 | 2024.12.07 00:48:36.460866 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1138 | 2024.12.07 00:48:36.461299 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1139 | 2024.12.07 00:48:36.461644 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1140 | 2024.12.07 00:48:36.461878 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.20 MiB/sec. | ||
| 1141 | 2024.12.07 00:48:36.461935 [ 276 ] {f6aa6ef6-fe14-4d9b-b8cf-4d173875763a} <Debug> TCPHandler: Processed in 0.002310405 sec. | ||
| 1142 | 2024.12.07 00:48:36.462075 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1143 | 2024.12.07 00:48:36.462192 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1144 | 2024.12.07 00:48:36.462245 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1145 | 2024.12.07 00:48:36.462819 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1146 | 2024.12.07 00:48:36.462855 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1147 | 2024.12.07 00:48:36.463253 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1148 | 2024.12.07 00:48:36.463500 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1149 | 2024.12.07 00:48:36.463689 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001519 sec., 98749.17709019092 rows/sec., 6.85 MiB/sec. | ||
| 1150 | 2024.12.07 00:48:36.463741 [ 274 ] {f6025d55-1d55-4cc0-8d0a-127a1a5c2c93} <Debug> TCPHandler: Processed in 0.001720884 sec. | ||
| 1151 | 2024.12.07 00:48:36.463894 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1152 | 2024.12.07 00:48:36.464014 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1153 | 2024.12.07 00:48:36.464066 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1154 | 2024.12.07 00:48:36.464578 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1155 | 2024.12.07 00:48:36.464618 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1156 | 2024.12.07 00:48:36.465004 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1157 | 2024.12.07 00:48:36.465251 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1158 | 2024.12.07 00:48:36.465461 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001472 sec., 33967.391304347824 rows/sec., 2.33 MiB/sec. | ||
| 1159 | 2024.12.07 00:48:36.465511 [ 276 ] {e8826a8f-d6a9-4139-a16a-6b17724518a5} <Debug> TCPHandler: Processed in 0.001680213 sec. | ||
| 1160 | 2024.12.07 00:48:39.061862 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1161 | 2024.12.07 00:48:39.061921 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1162 | 2024.12.07 00:48:39.168890 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 1163 | 2024.12.07 00:48:39.169525 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1164 | 2024.12.07 00:48:39.169584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1165 | 2024.12.07 00:48:39.170169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1166 | 2024.12.07 00:48:39.170444 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1167 | 2024.12.07 00:48:39.170683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 1168 | 2024.12.07 00:48:39.180970 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 196 | ||
| 1169 | 2024.12.07 00:48:39.183528 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1170 | 2024.12.07 00:48:39.183581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1171 | 2024.12.07 00:48:39.185018 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1172 | 2024.12.07 00:48:39.185328 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1173 | 2024.12.07 00:48:39.185847 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196 | ||
| 1174 | 2024.12.07 00:48:39.260197 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 1175 | 2024.12.07 00:48:39.280343 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2024.12.07 00:48:39.280405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1177 | 2024.12.07 00:48:39.286937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1178 | 2024.12.07 00:48:39.287684 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2024.12.07 00:48:39.290727 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1180 | 2024.12.07 00:48:41.462858 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1181 | 2024.12.07 00:48:41.463059 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1182 | 2024.12.07 00:48:41.463130 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1183 | 2024.12.07 00:48:41.463858 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1184 | 2024.12.07 00:48:41.463896 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1185 | 2024.12.07 00:48:41.464314 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1186 | 2024.12.07 00:48:41.464568 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1187 | 2024.12.07 00:48:41.464749 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001742 sec., 8036.739380022962 rows/sec., 578.54 KiB/sec. | ||
| 1188 | 2024.12.07 00:48:41.464802 [ 274 ] {c2113f4f-2203-4a2b-af9f-ab70080ec96d} <Debug> TCPHandler: Processed in 0.002080311 sec. | ||
| 1189 | 2024.12.07 00:48:41.465059 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1190 | 2024.12.07 00:48:41.465250 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1191 | 2024.12.07 00:48:41.465322 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1192 | 2024.12.07 00:48:41.466141 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1193 | 2024.12.07 00:48:41.466187 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1194 | 2024.12.07 00:48:41.466643 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1195 | 2024.12.07 00:48:41.466921 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1196 | 2024.12.07 00:48:41.467170 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Debug> executeQuery: Read 215 rows, 19.20 KiB in 0.001973 sec., 108971.10998479473 rows/sec., 9.50 MiB/sec. | ||
| 1197 | 2024.12.07 00:48:41.467227 [ 276 ] {222e29df-9a4f-4326-8a6b-70eecb52523d} <Debug> TCPHandler: Processed in 0.002305355 sec. | ||
| 1198 | 2024.12.07 00:48:41.467395 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1199 | 2024.12.07 00:48:41.467536 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1200 | 2024.12.07 00:48:41.467593 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1201 | 2024.12.07 00:48:41.468248 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1202 | 2024.12.07 00:48:41.468285 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1203 | 2024.12.07 00:48:41.468642 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1204 | 2024.12.07 00:48:41.468894 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1205 | 2024.12.07 00:48:41.469087 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001572 sec., 9541.984732824427 rows/sec., 672.78 KiB/sec. | ||
| 1206 | 2024.12.07 00:48:41.469252 [ 274 ] {fc25c424-ad73-44ec-8e6b-0fc0af4df46e} <Debug> TCPHandler: Processed in 0.001926488 sec. | ||
| 1207 | 2024.12.07 00:48:41.469425 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1208 | 2024.12.07 00:48:41.469547 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1209 | 2024.12.07 00:48:41.469597 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1210 | 2024.12.07 00:48:41.470186 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1211 | 2024.12.07 00:48:41.470227 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1212 | 2024.12.07 00:48:41.470612 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1213 | 2024.12.07 00:48:41.470869 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1214 | 2024.12.07 00:48:41.471138 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec. | ||
| 1215 | 2024.12.07 00:48:41.471211 [ 276 ] {20b152d5-714d-4182-9acc-28fe8f99ae8c} <Debug> TCPHandler: Processed in 0.001844566 sec. | ||
| 1216 | 2024.12.07 00:48:41.471361 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1217 | 2024.12.07 00:48:41.471482 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1218 | 2024.12.07 00:48:41.471530 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1219 | 2024.12.07 00:48:41.472147 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1220 | 2024.12.07 00:48:41.472186 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1221 | 2024.12.07 00:48:41.472551 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1222 | 2024.12.07 00:48:41.472789 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1223 | 2024.12.07 00:48:41.472986 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec. | ||
| 1224 | 2024.12.07 00:48:41.473111 [ 274 ] {153e6a1c-d0ef-4126-ab37-0ac2c7e52364} <Debug> TCPHandler: Processed in 0.001809246 sec. | ||
| 1225 | 2024.12.07 00:48:41.473268 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1226 | 2024.12.07 00:48:41.473393 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1227 | 2024.12.07 00:48:41.473445 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1228 | 2024.12.07 00:48:41.474190 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1229 | 2024.12.07 00:48:41.474229 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1230 | 2024.12.07 00:48:41.474623 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1231 | 2024.12.07 00:48:41.474895 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1232 | 2024.12.07 00:48:41.475105 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00174 sec., 219540.22988505746 rows/sec., 15.54 MiB/sec. | ||
| 1233 | 2024.12.07 00:48:41.475156 [ 276 ] {acd10d69-8aaa-4cc6-832b-33259db8a1e4} <Debug> TCPHandler: Processed in 0.001947149 sec. | ||
| 1234 | 2024.12.07 00:48:41.475308 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1235 | 2024.12.07 00:48:41.475427 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1236 | 2024.12.07 00:48:41.475479 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1237 | 2024.12.07 00:48:41.475956 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1238 | 2024.12.07 00:48:41.475993 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1239 | 2024.12.07 00:48:41.476350 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1240 | 2024.12.07 00:48:41.476596 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1241 | 2024.12.07 00:48:41.476784 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec. | ||
| 1242 | 2024.12.07 00:48:41.476832 [ 274 ] {ac756d89-6b1b-4042-9543-44601d70b939} <Debug> TCPHandler: Processed in 0.001579561 sec. | ||
| 1243 | 2024.12.07 00:48:41.476988 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1244 | 2024.12.07 00:48:41.477112 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1245 | 2024.12.07 00:48:41.477173 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1246 | 2024.12.07 00:48:41.477843 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1247 | 2024.12.07 00:48:41.477889 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1248 | 2024.12.07 00:48:41.478313 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1249 | 2024.12.07 00:48:41.478575 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1250 | 2024.12.07 00:48:41.478784 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001703 sec., 133294.18672930123 rows/sec., 8.89 MiB/sec. | ||
| 1251 | 2024.12.07 00:48:41.478836 [ 276 ] {cfff7db0-4d62-4337-80e4-18623b14fddf} <Debug> TCPHandler: Processed in 0.001904918 sec. | ||
| 1252 | 2024.12.07 00:48:41.478990 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1253 | 2024.12.07 00:48:41.479108 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1254 | 2024.12.07 00:48:41.479158 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1255 | 2024.12.07 00:48:41.479616 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1256 | 2024.12.07 00:48:41.479656 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1257 | 2024.12.07 00:48:41.480006 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1258 | 2024.12.07 00:48:41.480246 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1259 | 2024.12.07 00:48:41.480459 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 1260 | 2024.12.07 00:48:41.480527 [ 274 ] {a82b6d0c-bcde-4b2c-8122-dd4e90cb0ac9} <Debug> TCPHandler: Processed in 0.001599492 sec. | ||
| 1261 | 2024.12.07 00:48:41.480661 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1262 | 2024.12.07 00:48:41.480783 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1263 | 2024.12.07 00:48:41.480864 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1264 | 2024.12.07 00:48:41.481932 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1265 | 2024.12.07 00:48:41.481974 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1266 | 2024.12.07 00:48:41.482596 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1267 | 2024.12.07 00:48:41.482865 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1268 | 2024.12.07 00:48:41.483165 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002399 sec., 3334.7228011671527 rows/sec., 5.98 MiB/sec. | ||
| 1269 | 2024.12.07 00:48:41.483282 [ 276 ] {27397dd2-e29a-4408-ad40-0e465ff9a297} <Debug> TCPHandler: Processed in 0.002678073 sec. | ||
| 1270 | 2024.12.07 00:48:41.483439 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2024.12.07 00:48:41.483563 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1272 | 2024.12.07 00:48:41.483615 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1273 | 2024.12.07 00:48:41.484124 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1274 | 2024.12.07 00:48:41.484162 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1275 | 2024.12.07 00:48:41.484539 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1276 | 2024.12.07 00:48:41.484777 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1277 | 2024.12.07 00:48:41.485004 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001465 sec., 49146.75767918089 rows/sec., 3.14 MiB/sec. | ||
| 1278 | 2024.12.07 00:48:41.485056 [ 274 ] {bd4d133b-2a68-42d1-906a-d3f24dcbe2c3} <Debug> TCPHandler: Processed in 0.001675203 sec. | ||
| 1279 | 2024.12.07 00:48:46.452934 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1280 | 2024.12.07 00:48:46.453230 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1281 | 2024.12.07 00:48:46.454248 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1282 | 2024.12.07 00:48:46.456818 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1283 | 2024.12.07 00:48:46.457193 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1284 | 2024.12.07 00:48:46.457490 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1285 | 2024.12.07 00:48:46.459793 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1286 | 2024.12.07 00:48:46.463484 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1287 | 2024.12.07 00:48:46.465494 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1288 | 2024.12.07 00:48:46.465525 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1289 | 2024.12.07 00:48:46.467586 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1290 | 2024.12.07 00:48:46.467621 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 33 rows starting from 0 | ||
| 1291 | 2024.12.07 00:48:46.479166 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.02606 sec., 1266.3085188027628 rows/sec., 46.88 KiB/sec. | ||
| 1292 | 2024.12.07 00:48:46.479301 [ 274 ] {05264f26-2cb6-405f-84a2-c90c29fd77bd} <Debug> TCPHandler: Processed in 0.026558814 sec. | ||
| 1293 | 2024.12.07 00:48:46.479737 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1294 | 2024.12.07 00:48:46.479998 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1295 | 2024.12.07 00:48:46.480439 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1296 | 2024.12.07 00:48:46.480487 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1297 | 2024.12.07 00:48:46.480833 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1298 | 2024.12.07 00:48:46.480912 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1299 | 2024.12.07 00:48:46.481092 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1300 | 2024.12.07 00:48:46.481132 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1301 | 2024.12.07 00:48:46.481157 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1302 | 2024.12.07 00:48:46.481176 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1303 | 2024.12.07 00:48:46.481223 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1304 | 2024.12.07 00:48:46.481247 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 33 rows starting from 0 | ||
| 1305 | 2024.12.07 00:48:46.481884 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.002009 sec., 16426.082628173222 rows/sec., 608.10 KiB/sec. | ||
| 1306 | 2024.12.07 00:48:46.481972 [ 276 ] {da8ac5c1-c174-478a-ac26-a57dd8c3cb9a} <Debug> TCPHandler: Processed in 0.002372426 sec. | ||
| 1307 | 2024.12.07 00:48:46.482374 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1308 | 2024.12.07 00:48:46.482583 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1309 | 2024.12.07 00:48:46.482976 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1310 | 2024.12.07 00:48:46.483030 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1311 | 2024.12.07 00:48:46.483391 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1312 | 2024.12.07 00:48:46.483461 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1313 | 2024.12.07 00:48:46.483623 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1314 | 2024.12.07 00:48:46.483659 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1315 | 2024.12.07 00:48:46.483683 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1316 | 2024.12.07 00:48:46.483701 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1317 | 2024.12.07 00:48:46.483745 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1318 | 2024.12.07 00:48:46.483767 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 33 rows starting from 0 | ||
| 1319 | 2024.12.07 00:48:46.484385 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.001908 sec., 17295.59748427673 rows/sec., 640.29 KiB/sec. | ||
| 1320 | 2024.12.07 00:48:46.484505 [ 274 ] {14b494d1-1e61-4328-a215-875a02e37398} <Debug> TCPHandler: Processed in 0.002209013 sec. | ||
| 1321 | 2024.12.07 00:48:46.484807 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1322 | 2024.12.07 00:48:46.485006 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1323 | 2024.12.07 00:48:46.485345 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1324 | 2024.12.07 00:48:46.485393 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1325 | 2024.12.07 00:48:46.485714 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1326 | 2024.12.07 00:48:46.485779 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1327 | 2024.12.07 00:48:46.485933 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1328 | 2024.12.07 00:48:46.485967 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1329 | 2024.12.07 00:48:46.485989 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1330 | 2024.12.07 00:48:46.486007 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1331 | 2024.12.07 00:48:46.486050 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1332 | 2024.12.07 00:48:46.486074 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 33 rows starting from 0 | ||
| 1333 | 2024.12.07 00:48:46.486624 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.001719 sec., 19197.20767888307 rows/sec., 710.69 KiB/sec. | ||
| 1334 | 2024.12.07 00:48:46.486707 [ 276 ] {a5658db3-f57d-4797-9335-9928f69edd22} <Debug> TCPHandler: Processed in 0.001961189 sec. | ||
| 1335 | 2024.12.07 00:48:46.493486 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2024.12.07 00:48:46.493625 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1337 | 2024.12.07 00:48:46.493679 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1338 | 2024.12.07 00:48:46.494418 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2024.12.07 00:48:46.494467 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1340 | 2024.12.07 00:48:46.494975 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2024.12.07 00:48:46.495201 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2024.12.07 00:48:46.495414 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001823 sec., 2194.1854086670323 rows/sec., 279.09 KiB/sec. | ||
| 1343 | 2024.12.07 00:48:46.495535 [ 274 ] {473d0251-0e46-462c-8922-4ee11c07fa7b} <Debug> TCPHandler: Processed in 0.002108002 sec. | ||
| 1344 | 2024.12.07 00:48:46.495707 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2024.12.07 00:48:46.495841 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1346 | 2024.12.07 00:48:46.495892 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1347 | 2024.12.07 00:48:46.496545 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2024.12.07 00:48:46.496586 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1349 | 2024.12.07 00:48:46.496998 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2024.12.07 00:48:46.497249 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2024.12.07 00:48:46.497441 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001637 sec., 34208.91875381796 rows/sec., 2.61 MiB/sec. | ||
| 1352 | 2024.12.07 00:48:46.497492 [ 276 ] {9868c906-2c62-48ad-b3e0-fe04bc1a50ee} <Debug> TCPHandler: Processed in 0.001842216 sec. | ||
| 1353 | 2024.12.07 00:48:46.497669 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2024.12.07 00:48:46.497818 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1355 | 2024.12.07 00:48:46.497877 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1356 | 2024.12.07 00:48:46.498577 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2024.12.07 00:48:46.498618 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1358 | 2024.12.07 00:48:46.499013 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1359 | 2024.12.07 00:48:46.499267 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2024.12.07 00:48:46.499515 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001726 sec., 37079.953650057934 rows/sec., 2.89 MiB/sec. | ||
| 1361 | 2024.12.07 00:48:46.499586 [ 274 ] {0e45f919-c5b0-4d91-bb36-ac1b65f1ffc2} <Debug> TCPHandler: Processed in 0.00198894 sec. | ||
| 1362 | 2024.12.07 00:48:46.499755 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2024.12.07 00:48:46.499882 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1364 | 2024.12.07 00:48:46.499936 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2024.12.07 00:48:46.500547 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2024.12.07 00:48:46.500585 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1367 | 2024.12.07 00:48:46.500989 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2024.12.07 00:48:46.501235 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2024.12.07 00:48:46.501410 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 1370 | 2024.12.07 00:48:46.501460 [ 276 ] {813e2713-6ddd-484c-bfa9-b3d7eec055d1} <Debug> TCPHandler: Processed in 0.001775595 sec. | ||
| 1371 | 2024.12.07 00:48:46.501618 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2024.12.07 00:48:46.501745 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1373 | 2024.12.07 00:48:46.501796 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1374 | 2024.12.07 00:48:46.502314 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2024.12.07 00:48:46.502354 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1376 | 2024.12.07 00:48:46.502723 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1377 | 2024.12.07 00:48:46.503014 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2024.12.07 00:48:46.503235 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 1379 | 2024.12.07 00:48:46.503289 [ 274 ] {66a8c46e-db7b-4135-bd86-6d813e2cdfcf} <Debug> TCPHandler: Processed in 0.001731334 sec. | ||
| 1380 | 2024.12.07 00:48:46.670790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1381 | 2024.12.07 00:48:46.671640 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1382 | 2024.12.07 00:48:46.671694 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1383 | 2024.12.07 00:48:46.672371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1384 | 2024.12.07 00:48:46.672694 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1385 | 2024.12.07 00:48:46.672963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1386 | 2024.12.07 00:48:46.790783 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1387 | 2024.12.07 00:48:46.812605 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1388 | 2024.12.07 00:48:46.812692 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1389 | 2024.12.07 00:48:46.821213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1390 | 2024.12.07 00:48:46.822441 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1391 | 2024.12.07 00:48:46.827630 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1392 | 2024.12.07 00:48:47.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.72 MiB, peak 161.72 MiB, free memory in arenas 0.00 B, will set to 159.12 MiB (RSS), difference: 1.39 MiB | ||
| 1393 | 2024.12.07 00:48:49.185948 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 236 | ||
| 1394 | 2024.12.07 00:48:49.189147 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2024.12.07 00:48:49.189204 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1396 | 2024.12.07 00:48:49.190734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1397 | 2024.12.07 00:48:49.191052 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2024.12.07 00:48:49.191692 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236 | ||
| 1399 | 2024.12.07 00:48:51.464393 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2024.12.07 00:48:51.464609 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1401 | 2024.12.07 00:48:51.464689 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1402 | 2024.12.07 00:48:51.465653 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2024.12.07 00:48:51.465712 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1404 | 2024.12.07 00:48:51.466241 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1405 | 2024.12.07 00:48:51.466552 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2024.12.07 00:48:51.466834 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002279 sec., 6143.045195261079 rows/sec., 442.22 KiB/sec. | ||
| 1407 | 2024.12.07 00:48:51.466910 [ 274 ] {a7e4d536-2636-4142-8611-96c71c13b1a9} <Debug> TCPHandler: Processed in 0.002660112 sec. | ||
| 1408 | 2024.12.07 00:48:51.467173 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2024.12.07 00:48:51.467358 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1410 | 2024.12.07 00:48:51.467428 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1411 | 2024.12.07 00:48:51.468211 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2024.12.07 00:48:51.468254 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1413 | 2024.12.07 00:48:51.468704 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1414 | 2024.12.07 00:48:51.468961 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2024.12.07 00:48:51.469156 [ 67 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1416 | 2024.12.07 00:48:51.469183 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001877 sec., 116675.54608417688 rows/sec., 10.16 MiB/sec. | ||
| 1417 | 2024.12.07 00:48:51.469259 [ 67 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1418 | 2024.12.07 00:48:51.469298 [ 276 ] {6ed93842-828b-42f5-ad17-99344ff17f94} <Debug> TCPHandler: Processed in 0.002257135 sec. | ||
| 1419 | 2024.12.07 00:48:51.469311 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1420 | 2024.12.07 00:48:51.469498 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1421 | 2024.12.07 00:48:51.469621 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1422 | 2024.12.07 00:48:51.469671 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1423 | 2024.12.07 00:48:51.470291 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2024.12.07 00:48:51.470333 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1425 | 2024.12.07 00:48:51.470695 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1426 | 2024.12.07 00:48:51.470952 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2024.12.07 00:48:51.471236 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001624 sec., 9236.453201970444 rows/sec., 651.24 KiB/sec. | ||
| 1428 | 2024.12.07 00:48:51.471371 [ 274 ] {e03ea75c-3d6a-456e-8ef9-1f0cbb5c3048} <Debug> TCPHandler: Processed in 0.001956358 sec. | ||
| 1429 | 2024.12.07 00:48:51.471543 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1430 | 2024.12.07 00:48:51.471660 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1431 | 2024.12.07 00:48:51.471707 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1432 | 2024.12.07 00:48:51.472304 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2024.12.07 00:48:51.472343 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1434 | 2024.12.07 00:48:51.472558 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 1435 | 2024.12.07 00:48:51.472796 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1436 | 2024.12.07 00:48:51.472891 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1437 | 2024.12.07 00:48:51.473136 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2024.12.07 00:48:51.473718 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1355 rows starting from the beginning of the part | ||
| 1439 | 2024.12.07 00:48:51.474203 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 1440 | 2024.12.07 00:48:51.474219 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002562 sec., 5464.48087431694 rows/sec., 382.70 KiB/sec. | ||
| 1441 | 2024.12.07 00:48:51.474685 [ 276 ] {a5fc570d-71c4-42fd-a23e-c16ef9b3316e} <Debug> TCPHandler: Processed in 0.003198153 sec. | ||
| 1442 | 2024.12.07 00:48:51.474670 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1443 | 2024.12.07 00:48:51.475062 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 215 rows starting from the beginning of the part | ||
| 1444 | 2024.12.07 00:48:51.475119 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2024.12.07 00:48:51.475276 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 1446 | 2024.12.07 00:48:51.475497 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1447 | 2024.12.07 00:48:51.475586 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 219 rows starting from the beginning of the part | ||
| 1448 | 2024.12.07 00:48:51.475707 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1449 | 2024.12.07 00:48:51.477525 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2024.12.07 00:48:51.477596 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1451 | 2024.12.07 00:48:51.478730 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1452 | 2024.12.07 00:48:51.479133 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2024.12.07 00:48:51.479582 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.0101652 sec., 191732.5778145044 rows/sec., 16.73 MiB/sec. | ||
| 1454 | 2024.12.07 00:48:51.479627 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004237 sec., 3068.2086381873964 rows/sec., 191.30 KiB/sec. | ||
| 1455 | 2024.12.07 00:48:51.479731 [ 274 ] {92df7ef6-0ecb-4846-8f9c-657741dbf256} <Debug> TCPHandler: Processed in 0.004893186 sec. | ||
| 1456 | 2024.12.07 00:48:51.479870 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1457 | 2024.12.07 00:48:51.479915 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1458 | 2024.12.07 00:48:51.480130 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1459 | 2024.12.07 00:48:51.480203 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1460 | 2024.12.07 00:48:51.480414 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1461 | 2024.12.07 00:48:51.480626 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_6_1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1462 | 2024.12.07 00:48:51.480845 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 1463 | 2024.12.07 00:48:51.481387 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1464 | 2024.12.07 00:48:51.481431 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1465 | 2024.12.07 00:48:51.481914 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1466 | 2024.12.07 00:48:51.482183 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1467 | 2024.12.07 00:48:51.482348 [ 67 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1468 | 2024.12.07 00:48:51.482405 [ 67 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2024.12.07 00:48:51.482428 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002342 sec., 166524.33817250215 rows/sec., 11.81 MiB/sec. | ||
| 1470 | 2024.12.07 00:48:51.482444 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1471 | 2024.12.07 00:48:51.482591 [ 276 ] {ca412307-f73e-4b37-9c8c-eadb236f1657} <Debug> TCPHandler: Processed in 0.002766755 sec. | ||
| 1472 | 2024.12.07 00:48:51.482730 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 1473 | 2024.12.07 00:48:51.482886 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1474 | 2024.12.07 00:48:51.482959 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1475 | 2024.12.07 00:48:51.483049 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 838 rows starting from the beginning of the part | ||
| 1476 | 2024.12.07 00:48:51.483098 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1477 | 2024.12.07 00:48:51.483258 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1478 | 2024.12.07 00:48:51.483309 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1479 | 2024.12.07 00:48:51.483758 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1480 | 2024.12.07 00:48:51.484182 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 382 rows starting from the beginning of the part | ||
| 1481 | 2024.12.07 00:48:51.484567 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 1482 | 2024.12.07 00:48:51.484789 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 390 rows starting from the beginning of the part | ||
| 1483 | 2024.12.07 00:48:51.485683 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1484 | 2024.12.07 00:48:51.485760 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1485 | 2024.12.07 00:48:51.486614 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1486 | 2024.12.07 00:48:51.487118 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1487 | 2024.12.07 00:48:51.487519 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004433 sec., 1353.4852244529663 rows/sec., 70.71 KiB/sec. | ||
| 1488 | 2024.12.07 00:48:51.487835 [ 274 ] {289ceb28-ccc6-489d-a79c-7fdad090efdd} <Debug> TCPHandler: Processed in 0.00510076 sec. | ||
| 1489 | 2024.12.07 00:48:51.487909 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1786 rows, containing 5 columns (5 merged, 0 gathered) in 0.005329085 sec., 335141.96151872224 rows/sec., 25.47 MiB/sec. | ||
| 1490 | 2024.12.07 00:48:51.488023 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1491 | 2024.12.07 00:48:51.488127 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1492 | 2024.12.07 00:48:51.488242 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1493 | 2024.12.07 00:48:51.488327 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1494 | 2024.12.07 00:48:51.488718 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1495 | 2024.12.07 00:48:51.488875 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_6_1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1496 | 2024.12.07 00:48:51.488988 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 1497 | 2024.12.07 00:48:51.489272 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1498 | 2024.12.07 00:48:51.489316 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1499 | 2024.12.07 00:48:51.489746 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1500 | 2024.12.07 00:48:51.490001 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1501 | 2024.12.07 00:48:51.490165 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1502 | 2024.12.07 00:48:51.490223 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2024.12.07 00:48:51.490255 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002085 sec., 113669.06474820143 rows/sec., 7.62 MiB/sec. | ||
| 1504 | 2024.12.07 00:48:51.490263 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1505 | 2024.12.07 00:48:51.490448 [ 276 ] {547f2fe8-562a-469b-9c0e-bd05213a882c} <Debug> TCPHandler: Processed in 0.002496999 sec. | ||
| 1506 | 2024.12.07 00:48:51.490512 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 1507 | 2024.12.07 00:48:51.490627 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2024.12.07 00:48:51.490671 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1509 | 2024.12.07 00:48:51.490718 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1523 rows starting from the beginning of the part | ||
| 1510 | 2024.12.07 00:48:51.490758 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1511 | 2024.12.07 00:48:51.490853 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1512 | 2024.12.07 00:48:51.490925 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 120 rows starting from the beginning of the part | ||
| 1513 | 2024.12.07 00:48:51.491359 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1514 | 2024.12.07 00:48:51.491766 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 227 rows starting from the beginning of the part | ||
| 1515 | 2024.12.07 00:48:51.492049 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 1516 | 2024.12.07 00:48:51.492414 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1517 | 2024.12.07 00:48:51.492982 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2024.12.07 00:48:51.493022 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1519 | 2024.12.07 00:48:51.493378 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1520 | 2024.12.07 00:48:51.493616 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2024.12.07 00:48:51.493824 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00309 sec., 323.62459546925567 rows/sec., 21.81 KiB/sec. | ||
| 1522 | 2024.12.07 00:48:51.493876 [ 274 ] {d65de22b-33b8-41e6-952a-1ad917185b51} <Debug> TCPHandler: Processed in 0.003316145 sec. | ||
| 1523 | 2024.12.07 00:48:51.494040 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2024.12.07 00:48:51.494181 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1525 | 2024.12.07 00:48:51.494268 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1526 | 2024.12.07 00:48:51.497169 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2024.12.07 00:48:51.497256 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1528 | 2024.12.07 00:48:51.498523 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.00812554 sec., 297457.15361686726 rows/sec., 19.97 MiB/sec. | ||
| 1529 | 2024.12.07 00:48:51.498697 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1530 | 2024.12.07 00:48:51.498845 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1531 | 2024.12.07 00:48:51.499244 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1532 | 2024.12.07 00:48:51.499386 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1533 | 2024.12.07 00:48:51.499752 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1534 | 2024.12.07 00:48:51.499985 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 1535 | 2024.12.07 00:48:51.500004 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005847 sec., 1368.2230203523175 rows/sec., 2.45 MiB/sec. | ||
| 1536 | 2024.12.07 00:48:51.500177 [ 276 ] {8bbd4c4c-19d1-4f04-96f6-10a44eb35938} <Debug> TCPHandler: Processed in 0.006193153 sec. | ||
| 1537 | 2024.12.07 00:48:51.502091 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1538 | 2024.12.07 00:48:51.502270 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1539 | 2024.12.07 00:48:51.502338 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1540 | 2024.12.07 00:48:51.502922 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2024.12.07 00:48:51.502961 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1542 | 2024.12.07 00:48:51.503348 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1543 | 2024.12.07 00:48:51.503586 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2024.12.07 00:48:51.503767 [ 67 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1545 | 2024.12.07 00:48:51.503837 [ 67 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2024.12.07 00:48:51.503850 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001608 sec., 50995.024875621886 rows/sec., 3.24 MiB/sec. | ||
| 1547 | 2024.12.07 00:48:51.503881 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1548 | 2024.12.07 00:48:51.504072 [ 274 ] {6975a6f5-50b4-48f2-855d-2cd41b8233bc} <Debug> TCPHandler: Processed in 0.00207241 sec. | ||
| 1549 | 2024.12.07 00:48:51.504278 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1550 | 2024.12.07 00:48:51.504462 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1551 | 2024.12.07 00:48:51.504508 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 1552 | 2024.12.07 00:48:51.504599 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 1553 | 2024.12.07 00:48:51.504703 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1554 | 2024.12.07 00:48:51.504811 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
| 1555 | 2024.12.07 00:48:51.504915 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 1556 | 2024.12.07 00:48:51.505000 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1557 | 2024.12.07 00:48:51.506023 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.00200625 sec., 167476.6355140187 rows/sec., 10.90 MiB/sec. | ||
| 1558 | 2024.12.07 00:48:51.506200 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1559 | 2024.12.07 00:48:51.506488 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2024.12.07 00:48:51.506562 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_6_1} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1561 | 2024.12.07 00:48:51.506628 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1562 | 2024.12.07 00:48:54.061990 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1563 | 2024.12.07 00:48:54.062064 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1564 | 2024.12.07 00:48:54.173061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1565 | 2024.12.07 00:48:54.173707 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2024.12.07 00:48:54.173757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1567 | 2024.12.07 00:48:54.174288 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1568 | 2024.12.07 00:48:54.174555 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2024.12.07 00:48:54.174771 [ 62 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1570 | 2024.12.07 00:48:54.174805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1571 | 2024.12.07 00:48:54.174852 [ 62 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2024.12.07 00:48:54.174885 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1573 | 2024.12.07 00:48:54.175033 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1574 | 2024.12.07 00:48:54.175192 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1575 | 2024.12.07 00:48:54.175234 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1576 | 2024.12.07 00:48:54.175310 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1577 | 2024.12.07 00:48:54.175405 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1578 | 2024.12.07 00:48:54.175517 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1579 | 2024.12.07 00:48:54.175640 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1580 | 2024.12.07 00:48:54.175717 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 1581 | 2024.12.07 00:48:54.198540 [ 204 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.023573895 sec., 119029.96937926464 rows/sec., 1.70 MiB/sec. | ||
| 1582 | 2024.12.07 00:48:54.199291 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1583 | 2024.12.07 00:48:54.199662 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_6_1} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2024.12.07 00:48:54.199750 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_6_1} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1585 | 2024.12.07 00:48:54.199863 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1586 | 2024.12.07 00:48:54.327693 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1587 | 2024.12.07 00:48:54.348358 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1588 | 2024.12.07 00:48:54.348421 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1589 | 2024.12.07 00:48:54.355420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1590 | 2024.12.07 00:48:54.356227 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1591 | 2024.12.07 00:48:54.356620 [ 62 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1592 | 2024.12.07 00:48:54.356757 [ 62 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1593 | 2024.12.07 00:48:54.356818 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1594 | 2024.12.07 00:48:54.357212 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1595 | 2024.12.07 00:48:54.373287 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1596 | 2024.12.07 00:48:54.374875 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1597 | 2024.12.07 00:48:54.376452 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1598 | 2024.12.07 00:48:54.381924 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1599 | 2024.12.07 00:48:54.387206 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1600 | 2024.12.07 00:48:54.392114 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1601 | 2024.12.07 00:48:54.399534 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1602 | 2024.12.07 00:48:54.404058 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 1603 | 2024.12.07 00:48:54.467107 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.110154452 sec., 417.59546858805123 rows/sec., 2.16 MiB/sec. | ||
| 1604 | 2024.12.07 00:48:54.469453 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1605 | 2024.12.07 00:48:54.472276 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_6_1} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1606 | 2024.12.07 00:48:54.472395 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_6_1} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1607 | 2024.12.07 00:48:54.474594 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1608 | 2024.12.07 00:48:55.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.73 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 164.93 MiB (RSS), difference: 4.21 MiB | ||
| 1609 | 2024.12.07 00:48:56.458554 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2024.12.07 00:48:56.458740 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1611 | 2024.12.07 00:48:56.458811 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1612 | 2024.12.07 00:48:56.459609 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1613 | 2024.12.07 00:48:56.459654 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1614 | 2024.12.07 00:48:56.460097 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1615 | 2024.12.07 00:48:56.460352 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1616 | 2024.12.07 00:48:56.460617 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 1617 | 2024.12.07 00:48:56.460789 [ 274 ] {971bf83c-93d3-4365-98fb-23cefdc9ded2} <Debug> TCPHandler: Processed in 0.002359606 sec. | ||
| 1618 | 2024.12.07 00:48:56.461061 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1619 | 2024.12.07 00:48:56.461262 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1620 | 2024.12.07 00:48:56.461339 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1621 | 2024.12.07 00:48:56.462107 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1622 | 2024.12.07 00:48:56.462145 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1623 | 2024.12.07 00:48:56.462584 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1624 | 2024.12.07 00:48:56.462837 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1625 | 2024.12.07 00:48:56.463024 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00182 sec., 35164.83516483517 rows/sec., 2.74 MiB/sec. | ||
| 1626 | 2024.12.07 00:48:56.463078 [ 276 ] {c33dc1a0-096c-48c3-ab5a-8379f9169f30} <Debug> TCPHandler: Processed in 0.002158783 sec. | ||
| 1627 | 2024.12.07 00:48:56.463263 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1628 | 2024.12.07 00:48:56.463405 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1629 | 2024.12.07 00:48:56.463469 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1630 | 2024.12.07 00:48:56.464067 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1631 | 2024.12.07 00:48:56.464106 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1632 | 2024.12.07 00:48:56.464520 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1633 | 2024.12.07 00:48:56.464772 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1634 | 2024.12.07 00:48:56.464999 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 1635 | 2024.12.07 00:48:56.465054 [ 274 ] {60efc270-674e-4a91-82a5-fc9aed091e1a} <Debug> TCPHandler: Processed in 0.001857396 sec. | ||
| 1636 | 2024.12.07 00:48:56.465262 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1637 | 2024.12.07 00:48:56.465483 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1638 | 2024.12.07 00:48:56.465577 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1639 | 2024.12.07 00:48:56.466085 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1640 | 2024.12.07 00:48:56.466122 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 1641 | 2024.12.07 00:48:56.466499 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1642 | 2024.12.07 00:48:56.466735 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1643 | 2024.12.07 00:48:56.466942 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 1644 | 2024.12.07 00:48:56.466991 [ 276 ] {ff64869c-d9c8-4f28-8d1c-6064b483110a} <Debug> TCPHandler: Processed in 0.001837847 sec. | ||
| 1645 | 2024.12.07 00:48:57.244563 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1646 | 2024.12.07 00:48:57.244841 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1647 | 2024.12.07 00:48:57.245267 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1648 | 2024.12.07 00:48:57.245319 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1649 | 2024.12.07 00:48:57.245681 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2024.12.07 00:48:57.245761 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1651 | 2024.12.07 00:48:57.245937 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1652 | 2024.12.07 00:48:57.246135 [ 294 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1653 | 2024.12.07 00:48:57.246225 [ 295 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1654 | 2024.12.07 00:48:57.246338 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1655 | 2024.12.07 00:48:57.246371 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1656 | 2024.12.07 00:48:57.249338 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1657 | 2024.12.07 00:48:57.249396 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 1658 | 2024.12.07 00:48:57.249506 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1659 | 2024.12.07 00:48:57.249597 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1660 | 2024.12.07 00:48:57.251028 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.006314 sec., 5859.993664871714 rows/sec., 219.63 KiB/sec. | ||
| 1661 | 2024.12.07 00:48:57.251162 [ 274 ] {194781d7-d3b5-4ec4-8454-3505d238c833} <Debug> TCPHandler: Processed in 0.006734063 sec. | ||
| 1662 | 2024.12.07 00:48:57.251579 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1663 | 2024.12.07 00:48:57.251858 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1664 | 2024.12.07 00:48:57.252305 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1665 | 2024.12.07 00:48:57.252358 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1666 | 2024.12.07 00:48:57.252732 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1667 | 2024.12.07 00:48:57.252816 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1668 | 2024.12.07 00:48:57.253008 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1669 | 2024.12.07 00:48:57.253121 [ 296 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1670 | 2024.12.07 00:48:57.253130 [ 294 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1671 | 2024.12.07 00:48:57.253282 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1672 | 2024.12.07 00:48:57.253314 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1673 | 2024.12.07 00:48:57.253412 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1674 | 2024.12.07 00:48:57.253436 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 1675 | 2024.12.07 00:48:57.253482 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1676 | 2024.12.07 00:48:57.253533 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1677 | 2024.12.07 00:48:57.254639 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002916 sec., 12688.614540466391 rows/sec., 475.56 KiB/sec. | ||
| 1678 | 2024.12.07 00:48:57.254807 [ 276 ] {9f4b0905-31e6-4e95-a28a-e652956dfbb7} <Debug> TCPHandler: Processed in 0.003378176 sec. | ||
| 1679 | 2024.12.07 00:48:57.255117 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2024.12.07 00:48:57.255346 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1681 | 2024.12.07 00:48:57.255738 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1682 | 2024.12.07 00:48:57.255788 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1683 | 2024.12.07 00:48:57.256119 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1684 | 2024.12.07 00:48:57.256186 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1685 | 2024.12.07 00:48:57.256338 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1686 | 2024.12.07 00:48:57.256442 [ 295 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1687 | 2024.12.07 00:48:57.256459 [ 296 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1688 | 2024.12.07 00:48:57.256564 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 1689 | 2024.12.07 00:48:57.256592 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1690 | 2024.12.07 00:48:57.256676 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1691 | 2024.12.07 00:48:57.256697 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 1692 | 2024.12.07 00:48:57.256741 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1693 | 2024.12.07 00:48:57.256794 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1694 | 2024.12.07 00:48:57.257905 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002676 sec., 13826.60687593423 rows/sec., 518.21 KiB/sec. | ||
| 1695 | 2024.12.07 00:48:57.258041 [ 274 ] {0b1ab24b-c093-456b-bee8-db97fc3315d4} <Debug> TCPHandler: Processed in 0.002992059 sec. | ||
| 1696 | 2024.12.07 00:48:57.292214 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1697 | 2024.12.07 00:48:57.292445 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1698 | 2024.12.07 00:48:57.292538 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1699 | 2024.12.07 00:48:57.293276 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1700 | 2024.12.07 00:48:57.293317 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1701 | 2024.12.07 00:48:57.293804 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1702 | 2024.12.07 00:48:57.294028 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1703 | 2024.12.07 00:48:57.294251 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001874 sec., 1600.8537886872998 rows/sec., 145.91 KiB/sec. | ||
| 1704 | 2024.12.07 00:48:57.294305 [ 274 ] {199427b5-7501-46b3-bd19-140fbd46012d} <Debug> TCPHandler: Processed in 0.002197013 sec. | ||
| 1705 | 2024.12.07 00:48:57.294522 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1706 | 2024.12.07 00:48:57.294771 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1707 | 2024.12.07 00:48:57.294867 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1708 | 2024.12.07 00:48:57.295841 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1709 | 2024.12.07 00:48:57.295887 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1710 | 2024.12.07 00:48:57.296328 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1711 | 2024.12.07 00:48:57.296578 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1712 | 2024.12.07 00:48:57.296805 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002104 sec., 6653.9923954372625 rows/sec., 479.00 KiB/sec. | ||
| 1713 | 2024.12.07 00:48:57.296866 [ 276 ] {8f403234-bac9-4807-a222-fd5606299f74} <Debug> TCPHandler: Processed in 0.002461549 sec. | ||
| 1714 | 2024.12.07 00:48:57.297033 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1715 | 2024.12.07 00:48:57.297172 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1716 | 2024.12.07 00:48:57.297230 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1717 | 2024.12.07 00:48:57.298554 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1718 | 2024.12.07 00:48:57.298593 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1719 | 2024.12.07 00:48:57.299123 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1720 | 2024.12.07 00:48:57.299376 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1721 | 2024.12.07 00:48:57.299590 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Debug> executeQuery: Read 1401 rows, 119.58 KiB in 0.002448 sec., 572303.9215686275 rows/sec., 47.70 MiB/sec. | ||
| 1722 | 2024.12.07 00:48:57.299642 [ 274 ] {566ee9d6-a202-4ca7-9fdb-080f0841bbda} <Debug> TCPHandler: Processed in 0.002679592 sec. | ||
| 1723 | 2024.12.07 00:48:57.299808 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1724 | 2024.12.07 00:48:57.299950 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1725 | 2024.12.07 00:48:57.300011 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1726 | 2024.12.07 00:48:57.300710 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1727 | 2024.12.07 00:48:57.300750 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1728 | 2024.12.07 00:48:57.301113 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1729 | 2024.12.07 00:48:57.301348 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1730 | 2024.12.07 00:48:57.301552 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001636 sec., 22004.889975550122 rows/sec., 1.57 MiB/sec. | ||
| 1731 | 2024.12.07 00:48:57.301606 [ 276 ] {0f62a748-b53a-405e-928f-9ce4b84a0a5d} <Debug> TCPHandler: Processed in 0.001864607 sec. | ||
| 1732 | 2024.12.07 00:48:57.301757 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1733 | 2024.12.07 00:48:57.301897 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1734 | 2024.12.07 00:48:57.301955 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1735 | 2024.12.07 00:48:57.302706 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1736 | 2024.12.07 00:48:57.302745 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1737 | 2024.12.07 00:48:57.303126 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1738 | 2024.12.07 00:48:57.303370 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1739 | 2024.12.07 00:48:57.303577 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001711 sec., 141437.75569842197 rows/sec., 9.58 MiB/sec. | ||
| 1740 | 2024.12.07 00:48:57.303628 [ 274 ] {cb1617d7-4388-48e5-adb5-2e24df625cb8} <Debug> TCPHandler: Processed in 0.001940978 sec. | ||
| 1741 | 2024.12.07 00:48:57.303775 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1742 | 2024.12.07 00:48:57.303895 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1743 | 2024.12.07 00:48:57.303941 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1744 | 2024.12.07 00:48:57.304524 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1745 | 2024.12.07 00:48:57.304564 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1746 | 2024.12.07 00:48:57.304920 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1747 | 2024.12.07 00:48:57.305162 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1748 | 2024.12.07 00:48:57.305437 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 1749 | 2024.12.07 00:48:57.305506 [ 276 ] {f501263c-3d65-4484-8858-5bbdce70b64d} <Debug> TCPHandler: Processed in 0.001791365 sec. | ||
| 1750 | 2024.12.07 00:48:57.305650 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1751 | 2024.12.07 00:48:57.305765 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1752 | 2024.12.07 00:48:57.305811 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1753 | 2024.12.07 00:48:57.306688 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1754 | 2024.12.07 00:48:57.306727 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1755 | 2024.12.07 00:48:57.307135 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1756 | 2024.12.07 00:48:57.307509 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1757 | 2024.12.07 00:48:57.307732 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Debug> executeQuery: Read 876 rows, 65.02 KiB in 0.00199 sec., 440201.00502512563 rows/sec., 31.91 MiB/sec. | ||
| 1758 | 2024.12.07 00:48:57.307785 [ 274 ] {ca46785f-21a9-488b-8243-4599f5a9a6d7} <Debug> TCPHandler: Processed in 0.002190053 sec. | ||
| 1759 | 2024.12.07 00:48:57.307946 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1760 | 2024.12.07 00:48:57.308098 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1761 | 2024.12.07 00:48:57.308158 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1762 | 2024.12.07 00:48:57.308715 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1763 | 2024.12.07 00:48:57.308755 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1764 | 2024.12.07 00:48:57.309160 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1765 | 2024.12.07 00:48:57.309415 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1766 | 2024.12.07 00:48:57.309632 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec. | ||
| 1767 | 2024.12.07 00:48:57.309686 [ 276 ] {f06b3653-501e-490a-a68f-b699b3b2ae95} <Debug> TCPHandler: Processed in 0.001809755 sec. | ||
| 1768 | 2024.12.07 00:48:57.309830 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1769 | 2024.12.07 00:48:57.309970 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1770 | 2024.12.07 00:48:57.310032 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1771 | 2024.12.07 00:48:57.310853 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1772 | 2024.12.07 00:48:57.310891 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1773 | 2024.12.07 00:48:57.311371 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1774 | 2024.12.07 00:48:57.311611 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1775 | 2024.12.07 00:48:57.311825 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001887 sec., 506094.3296237414 rows/sec., 33.62 MiB/sec. | ||
| 1776 | 2024.12.07 00:48:57.311878 [ 274 ] {8a57ecb2-b7c3-4369-abe3-a68269dcafae} <Debug> TCPHandler: Processed in 0.002117142 sec. | ||
| 1777 | 2024.12.07 00:48:57.312027 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1778 | 2024.12.07 00:48:57.312166 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1779 | 2024.12.07 00:48:57.312226 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1780 | 2024.12.07 00:48:57.312740 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1781 | 2024.12.07 00:48:57.312778 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1782 | 2024.12.07 00:48:57.313149 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1783 | 2024.12.07 00:48:57.313395 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1784 | 2024.12.07 00:48:57.313670 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 1785 | 2024.12.07 00:48:57.313731 [ 276 ] {55fb0661-25ee-4053-a042-253aa5463af8} <Debug> TCPHandler: Processed in 0.001769085 sec. | ||
| 1786 | 2024.12.07 00:48:57.313875 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1787 | 2024.12.07 00:48:57.314020 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1788 | 2024.12.07 00:48:57.314113 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1789 | 2024.12.07 00:48:57.315306 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1790 | 2024.12.07 00:48:57.315345 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1791 | 2024.12.07 00:48:57.315980 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1792 | 2024.12.07 00:48:57.316239 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1793 | 2024.12.07 00:48:57.316606 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002605 sec., 11132.437619961613 rows/sec., 19.95 MiB/sec. | ||
| 1794 | 2024.12.07 00:48:57.316698 [ 274 ] {b3ea021e-69b6-489d-8390-70faf7491320} <Debug> TCPHandler: Processed in 0.002892637 sec. | ||
| 1795 | 2024.12.07 00:48:57.316917 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1796 | 2024.12.07 00:48:57.317140 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1797 | 2024.12.07 00:48:57.317234 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1798 | 2024.12.07 00:48:57.317894 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2024.12.07 00:48:57.317933 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1800 | 2024.12.07 00:48:57.318319 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1801 | 2024.12.07 00:48:57.318561 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2024.12.07 00:48:57.318754 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001669 sec., 8987.417615338527 rows/sec., 668.79 KiB/sec. | ||
| 1803 | 2024.12.07 00:48:57.318802 [ 276 ] {116668ce-9ef2-4063-949b-d4f69c9aa013} <Debug> TCPHandler: Processed in 0.001989499 sec. | ||
| 1804 | 2024.12.07 00:48:57.318944 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1805 | 2024.12.07 00:48:57.319085 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1806 | 2024.12.07 00:48:57.319145 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1807 | 2024.12.07 00:48:57.319688 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1808 | 2024.12.07 00:48:57.319727 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1809 | 2024.12.07 00:48:57.320087 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1810 | 2024.12.07 00:48:57.320326 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1811 | 2024.12.07 00:48:57.320565 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001506 sec., 22576.36122177955 rows/sec., 1.31 MiB/sec. | ||
| 1812 | 2024.12.07 00:48:57.320623 [ 274 ] {3525ce95-711b-44c2-80b8-3ae98ec0ac50} <Debug> TCPHandler: Processed in 0.001743784 sec. | ||
| 1813 | 2024.12.07 00:48:59.191954 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 298 | ||
| 1814 | 2024.12.07 00:48:59.195629 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1815 | 2024.12.07 00:48:59.195680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1816 | 2024.12.07 00:48:59.197228 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1817 | 2024.12.07 00:48:59.197550 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1818 | 2024.12.07 00:48:59.198481 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
| 1819 | 2024.12.07 00:49:01.457159 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2024.12.07 00:49:01.457460 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1821 | 2024.12.07 00:49:01.457577 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1822 | 2024.12.07 00:49:01.458438 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2024.12.07 00:49:01.458484 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1824 | 2024.12.07 00:49:01.458913 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2024.12.07 00:49:01.459168 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2024.12.07 00:49:01.459430 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002076 sec., 26974.95183044316 rows/sec., 2.06 MiB/sec. | ||
| 1827 | 2024.12.07 00:49:01.459582 [ 274 ] {474826b8-f407-431d-bffe-7ed1d59d65d4} <Debug> TCPHandler: Processed in 0.002641402 sec. | ||
| 1828 | 2024.12.07 00:49:01.459889 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2024.12.07 00:49:01.460253 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1830 | 2024.12.07 00:49:01.460373 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1831 | 2024.12.07 00:49:01.461321 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2024.12.07 00:49:01.461370 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1833 | 2024.12.07 00:49:01.461825 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2024.12.07 00:49:01.462092 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2024.12.07 00:49:01.462335 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002168 sec., 29520.29520295203 rows/sec., 2.30 MiB/sec. | ||
| 1836 | 2024.12.07 00:49:01.462406 [ 276 ] {af6bb4b1-96bb-4b8a-8a47-4eae9f3b8f31} <Debug> TCPHandler: Processed in 0.002642462 sec. | ||
| 1837 | 2024.12.07 00:49:01.462558 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2024.12.07 00:49:01.462703 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1839 | 2024.12.07 00:49:01.462767 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1840 | 2024.12.07 00:49:01.463427 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2024.12.07 00:49:01.463475 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1842 | 2024.12.07 00:49:01.463934 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1843 | 2024.12.07 00:49:01.464177 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2024.12.07 00:49:01.464376 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001704 sec., 75117.37089201878 rows/sec., 5.23 MiB/sec. | ||
| 1845 | 2024.12.07 00:49:01.464487 [ 274 ] {ed0e0f94-01ae-473a-abba-2270db5652c8} <Debug> TCPHandler: Processed in 0.00199567 sec. | ||
| 1846 | 2024.12.07 00:49:01.464640 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1847 | 2024.12.07 00:49:01.464772 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1848 | 2024.12.07 00:49:01.464838 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1849 | 2024.12.07 00:49:01.465459 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2024.12.07 00:49:01.465506 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1851 | 2024.12.07 00:49:01.465937 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1852 | 2024.12.07 00:49:01.466186 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2024.12.07 00:49:01.466373 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001636 sec., 29339.853300733495 rows/sec., 1.98 MiB/sec. | ||
| 1854 | 2024.12.07 00:49:01.466427 [ 276 ] {23a19b2c-3962-4efa-b784-4933e2bb05a8} <Debug> TCPHandler: Processed in 0.001845786 sec. | ||
| 1855 | 2024.12.07 00:49:01.675019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1856 | 2024.12.07 00:49:01.675644 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2024.12.07 00:49:01.675682 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1858 | 2024.12.07 00:49:01.676284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1859 | 2024.12.07 00:49:01.676531 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2024.12.07 00:49:01.676748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1861 | 2024.12.07 00:49:01.873466 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1862 | 2024.12.07 00:49:01.892717 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2024.12.07 00:49:01.892767 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1864 | 2024.12.07 00:49:01.899560 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1865 | 2024.12.07 00:49:01.900311 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2024.12.07 00:49:01.902824 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1867 | 2024.12.07 00:49:06.458736 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2024.12.07 00:49:06.458954 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1869 | 2024.12.07 00:49:06.459029 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1870 | 2024.12.07 00:49:06.459799 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1871 | 2024.12.07 00:49:06.459850 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1872 | 2024.12.07 00:49:06.460287 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1873 | 2024.12.07 00:49:06.460551 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2024.12.07 00:49:06.460790 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.26 MiB/sec. | ||
| 1875 | 2024.12.07 00:49:06.460847 [ 274 ] {58e0957a-8545-4f35-a2e7-e522ae1be3ca} <Debug> TCPHandler: Processed in 0.002254504 sec. | ||
| 1876 | 2024.12.07 00:49:06.461157 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2024.12.07 00:49:06.461457 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1878 | 2024.12.07 00:49:06.461572 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1879 | 2024.12.07 00:49:06.462547 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2024.12.07 00:49:06.462590 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1881 | 2024.12.07 00:49:06.463037 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1882 | 2024.12.07 00:49:06.463300 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2024.12.07 00:49:06.463505 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002132 sec., 30018.761726078796 rows/sec., 2.34 MiB/sec. | ||
| 1884 | 2024.12.07 00:49:06.463570 [ 276 ] {5fb32e8d-8e23-43ab-a9a9-4d987b3ba641} <Debug> TCPHandler: Processed in 0.002599221 sec. | ||
| 1885 | 2024.12.07 00:49:06.463747 [ 274 ] {} <Trace> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2024.12.07 00:49:06.463888 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49773) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1887 | 2024.12.07 00:49:06.463981 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1888 | 2024.12.07 00:49:06.464572 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2024.12.07 00:49:06.464612 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1890 | 2024.12.07 00:49:06.465023 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1891 | 2024.12.07 00:49:06.465293 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2024.12.07 00:49:06.465511 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 1893 | 2024.12.07 00:49:06.465564 [ 274 ] {0bd0b302-d282-487f-82e0-436253f495d6} <Debug> TCPHandler: Processed in 0.001884177 sec. | ||
| 1894 | 2024.12.07 00:49:06.465713 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1895 | 2024.12.07 00:49:06.465838 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1896 | 2024.12.07 00:49:06.465893 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1897 | 2024.12.07 00:49:06.466397 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2024.12.07 00:49:06.466434 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1899 | 2024.12.07 00:49:06.466818 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1900 | 2024.12.07 00:49:06.467093 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2024.12.07 00:49:06.467311 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 1902 | 2024.12.07 00:49:06.467391 [ 276 ] {6e14a6bd-20f1-4d04-8355-0dab9766da14} <Debug> TCPHandler: Processed in 0.001736434 sec. | ||
| 1903 | 2024.12.07 00:49:09.062116 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1904 | 2024.12.07 00:49:09.062186 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1905 | 2024.12.07 00:49:09.176929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1906 | 2024.12.07 00:49:09.177909 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2024.12.07 00:49:09.177984 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1908 | 2024.12.07 00:49:09.178659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1909 | 2024.12.07 00:49:09.178923 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2024.12.07 00:49:09.179242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1911 | 2024.12.07 00:49:09.198899 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 314 | ||
| 1912 | 2024.12.07 00:49:09.201731 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1913 | 2024.12.07 00:49:09.201770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1914 | 2024.12.07 00:49:09.203305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1915 | 2024.12.07 00:49:09.203606 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1916 | 2024.12.07 00:49:09.203764 [ 42 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1917 | 2024.12.07 00:49:09.203821 [ 42 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2024.12.07 00:49:09.203857 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1919 | 2024.12.07 00:49:09.204493 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 1920 | 2024.12.07 00:49:09.205058 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 1921 | 2024.12.07 00:49:09.205578 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1922 | 2024.12.07 00:49:09.205758 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 1923 | 2024.12.07 00:49:09.206468 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 90 rows starting from the beginning of the part | ||
| 1924 | 2024.12.07 00:49:09.207115 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 1925 | 2024.12.07 00:49:09.207769 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 1926 | 2024.12.07 00:49:09.208393 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part | ||
| 1927 | 2024.12.07 00:49:09.208953 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part | ||
| 1928 | 2024.12.07 00:49:09.216762 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.012764791 sec., 24598.914310465407 rows/sec., 24.71 MiB/sec. | ||
| 1929 | 2024.12.07 00:49:09.217571 [ 192 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1930 | 2024.12.07 00:49:09.218280 [ 192 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2024.12.07 00:49:09.218366 [ 192 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_6_1} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1932 | 2024.12.07 00:49:09.218559 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. | ||
| 1933 | 2024.12.07 00:49:09.402999 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1934 | 2024.12.07 00:49:09.421460 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1935 | 2024.12.07 00:49:09.421509 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1936 | 2024.12.07 00:49:09.428939 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1937 | 2024.12.07 00:49:09.429706 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1938 | 2024.12.07 00:49:09.432157 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1939 | 2024.12.07 00:49:09.876833 [ 274 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1940 | 2024.12.07 00:49:09.876956 [ 274 ] {} <Debug> TCP-Session: 4b50641e-6343-4fff-8d85-f65ded7e6959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1941 | 2024.12.07 00:49:10.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.62 MiB, peak 171.67 MiB, free memory in arenas 0.00 B, will set to 167.70 MiB (RSS), difference: 2.08 MiB | ||
| 1942 | 2024.12.07 00:49:11.465371 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2024.12.07 00:49:11.465577 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1944 | 2024.12.07 00:49:11.465656 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1945 | 2024.12.07 00:49:11.466469 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2024.12.07 00:49:11.466514 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1947 | 2024.12.07 00:49:11.466936 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1948 | 2024.12.07 00:49:11.467194 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2024.12.07 00:49:11.467381 [ 39 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1950 | 2024.12.07 00:49:11.467451 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec. | ||
| 1951 | 2024.12.07 00:49:11.467465 [ 39 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1952 | 2024.12.07 00:49:11.467538 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1953 | 2024.12.07 00:49:11.467588 [ 276 ] {8cf61dd7-4862-408f-8c21-fb39d53371eb} <Debug> TCPHandler: Processed in 0.002352336 sec. | ||
| 1954 | 2024.12.07 00:49:11.467777 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::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 | ||
| 1955 | 2024.12.07 00:49:11.467834 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2024.12.07 00:49:11.468039 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1957 | 2024.12.07 00:49:11.468069 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1958 | 2024.12.07 00:49:11.468107 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 1959 | 2024.12.07 00:49:11.468168 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1960 | 2024.12.07 00:49:11.468486 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 1961 | 2024.12.07 00:49:11.468735 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 1962 | 2024.12.07 00:49:11.469120 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 1963 | 2024.12.07 00:49:11.469461 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 1964 | 2024.12.07 00:49:11.471066 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1965 | 2024.12.07 00:49:11.471132 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1966 | 2024.12.07 00:49:11.471864 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004220543 sec., 16585.54361370089 rows/sec., 1.23 MiB/sec. | ||
| 1967 | 2024.12.07 00:49:11.472037 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1968 | 2024.12.07 00:49:11.472128 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1969 | 2024.12.07 00:49:11.472496 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1970 | 2024.12.07 00:49:11.472711 [ 39 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1971 | 2024.12.07 00:49:11.472807 [ 39 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1972 | 2024.12.07 00:49:11.472829 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1973 | 2024.12.07 00:49:11.472884 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1974 | 2024.12.07 00:49:11.473031 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Debug> executeQuery: Read 261 rows, 23.46 KiB in 0.004982 sec., 52388.59895624247 rows/sec., 4.60 MiB/sec. | ||
| 1975 | 2024.12.07 00:49:11.473455 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 1976 | 2024.12.07 00:49:11.473587 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1977 | 2024.12.07 00:49:11.473650 [ 280 ] {30b518ea-c431-4e43-97cb-cc8012264c29} <Debug> TCPHandler: Processed in 0.005916397 sec. | ||
| 1978 | 2024.12.07 00:49:11.473742 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_5_1} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1979 | 2024.12.07 00:49:11.473970 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1980 | 2024.12.07 00:49:11.473989 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1981 | 2024.12.07 00:49:11.474076 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1982 | 2024.12.07 00:49:11.474128 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1359 rows starting from the beginning of the part | ||
| 1983 | 2024.12.07 00:49:11.474396 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1984 | 2024.12.07 00:49:11.474543 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1985 | 2024.12.07 00:49:11.474589 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
| 1986 | 2024.12.07 00:49:11.475065 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1401 rows starting from the beginning of the part | ||
| 1987 | 2024.12.07 00:49:11.475411 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 1988 | 2024.12.07 00:49:11.475840 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 1989 | 2024.12.07 00:49:11.476210 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 261 rows starting from the beginning of the part | ||
| 1990 | 2024.12.07 00:49:11.477402 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2024.12.07 00:49:11.477467 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1992 | 2024.12.07 00:49:11.478410 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1993 | 2024.12.07 00:49:11.478842 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1994 | 2024.12.07 00:49:11.479440 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.00512 sec., 7031.249999999999 rows/sec., 514.98 KiB/sec. | ||
| 1995 | 2024.12.07 00:49:11.479915 [ 276 ] {558e64c5-4d36-435d-ba5b-ec850b380bb8} <Debug> TCPHandler: Processed in 0.00609533 sec. | ||
| 1996 | 2024.12.07 00:49:11.480229 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1997 | 2024.12.07 00:49:11.480361 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.007319584 sec., 435680.4976894862 rows/sec., 37.93 MiB/sec. | ||
| 1998 | 2024.12.07 00:49:11.480442 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1999 | 2024.12.07 00:49:11.480507 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2000 | 2024.12.07 00:49:11.480667 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2001 | 2024.12.07 00:49:11.481290 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2024.12.07 00:49:11.481475 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_11_2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2003 | 2024.12.07 00:49:11.481630 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2004 | 2024.12.07 00:49:11.481748 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2024.12.07 00:49:11.481791 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2006 | 2024.12.07 00:49:11.482149 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2007 | 2024.12.07 00:49:11.482397 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2024.12.07 00:49:11.482780 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002347 sec., 5965.061780997017 rows/sec., 417.75 KiB/sec. | ||
| 2009 | 2024.12.07 00:49:11.483057 [ 280 ] {88d5a87a-78be-454d-8314-66a1cdb27a21} <Debug> TCPHandler: Processed in 0.002963888 sec. | ||
| 2010 | 2024.12.07 00:49:11.483228 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2024.12.07 00:49:11.483357 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2012 | 2024.12.07 00:49:11.483411 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2013 | 2024.12.07 00:49:11.484057 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2024.12.07 00:49:11.484105 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2015 | 2024.12.07 00:49:11.484467 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2016 | 2024.12.07 00:49:11.484714 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2024.12.07 00:49:11.484871 [ 39 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2018 | 2024.12.07 00:49:11.484925 [ 39 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2024.12.07 00:49:11.484960 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2020 | 2024.12.07 00:49:11.484957 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 2021 | 2024.12.07 00:49:11.485339 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::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 | ||
| 2022 | 2024.12.07 00:49:11.485366 [ 276 ] {6e1572aa-2387-49aa-911e-9b289bdac381} <Debug> TCPHandler: Processed in 0.002195384 sec. | ||
| 2023 | 2024.12.07 00:49:11.485621 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2024 | 2024.12.07 00:49:11.485791 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2025 | 2024.12.07 00:49:11.485905 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2026 | 2024.12.07 00:49:11.485915 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2027 | 2024.12.07 00:49:11.486060 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2028 | 2024.12.07 00:49:11.486171 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2029 | 2024.12.07 00:49:11.486515 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 2030 | 2024.12.07 00:49:11.486855 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 2031 | 2024.12.07 00:49:11.487210 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2032 | 2024.12.07 00:49:11.488852 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2033 | 2024.12.07 00:49:11.488931 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2034 | 2024.12.07 00:49:11.489600 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00456739 sec., 14231.32248395692 rows/sec., 942.91 KiB/sec. | ||
| 2035 | 2024.12.07 00:49:11.489797 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2036 | 2024.12.07 00:49:11.489910 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2037 | 2024.12.07 00:49:11.490227 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2024.12.07 00:49:11.490368 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2039 | 2024.12.07 00:49:11.490406 [ 187 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_5_1} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2040 | 2024.12.07 00:49:11.490541 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2041 | 2024.12.07 00:49:11.490601 [ 39 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2042 | 2024.12.07 00:49:11.490681 [ 39 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2024.12.07 00:49:11.490739 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2044 | 2024.12.07 00:49:11.490794 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.004945 sec., 83114.25682507583 rows/sec., 5.93 MiB/sec. | ||
| 2045 | 2024.12.07 00:49:11.491148 [ 280 ] {9a305dfa-d700-415f-a5b0-74cdf1c66685} <Debug> TCPHandler: Processed in 0.005673142 sec. | ||
| 2046 | 2024.12.07 00:49:11.491266 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 2047 | 2024.12.07 00:49:11.491393 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2048 | 2024.12.07 00:49:11.491455 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2049 | 2024.12.07 00:49:11.491491 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part | ||
| 2050 | 2024.12.07 00:49:11.491695 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2051 | 2024.12.07 00:49:11.491739 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 2052 | 2024.12.07 00:49:11.491873 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2053 | 2024.12.07 00:49:11.492079 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 876 rows starting from the beginning of the part | ||
| 2054 | 2024.12.07 00:49:11.492461 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2055 | 2024.12.07 00:49:11.492776 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 2056 | 2024.12.07 00:49:11.493117 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 411 rows starting from the beginning of the part | ||
| 2057 | 2024.12.07 00:49:11.494191 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.12.07 00:49:11.494251 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2059 | 2024.12.07 00:49:11.495197 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2060 | 2024.12.07 00:49:11.495581 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.12.07 00:49:11.496347 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004718 sec., 1271.725307333616 rows/sec., 66.44 KiB/sec. | ||
| 2062 | 2024.12.07 00:49:11.496706 [ 276 ] {92ad82f7-63e5-4e05-909a-8d3ae0ae2ae2} <Debug> TCPHandler: Processed in 0.005441557 sec. | ||
| 2063 | 2024.12.07 00:49:11.496775 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2325 rows, containing 5 columns (5 merged, 0 gathered) in 0.005945568 sec., 391047.5836791371 rows/sec., 29.90 MiB/sec. | ||
| 2064 | 2024.12.07 00:49:11.496876 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2024.12.07 00:49:11.497029 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2066 | 2024.12.07 00:49:11.497036 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2067 | 2024.12.07 00:49:11.497128 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2068 | 2024.12.07 00:49:11.497669 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2024.12.07 00:49:11.497784 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_11_2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2070 | 2024.12.07 00:49:11.497956 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 2071 | 2024.12.07 00:49:11.498156 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2072 | 2024.12.07 00:49:11.498199 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2073 | 2024.12.07 00:49:11.498589 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2074 | 2024.12.07 00:49:11.498831 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2075 | 2024.12.07 00:49:11.498981 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2076 | 2024.12.07 00:49:11.499038 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2024.12.07 00:49:11.499067 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2078 | 2024.12.07 00:49:11.499082 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002088 sec., 113505.74712643678 rows/sec., 7.61 MiB/sec. | ||
| 2079 | 2024.12.07 00:49:11.499339 [ 280 ] {e709031f-ea5c-46ab-abef-1feba5ed248b} <Debug> TCPHandler: Processed in 0.00252143 sec. | ||
| 2080 | 2024.12.07 00:49:11.499390 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 2081 | 2024.12.07 00:49:11.499587 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.12.07 00:49:11.499933 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2083 | 2024.12.07 00:49:11.499941 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2084 | 2024.12.07 00:49:11.500014 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2417 rows starting from the beginning of the part | ||
| 2085 | 2024.12.07 00:49:11.500051 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2086 | 2024.12.07 00:49:11.500327 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2087 | 2024.12.07 00:49:11.500711 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 955 rows starting from the beginning of the part | ||
| 2088 | 2024.12.07 00:49:11.501071 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part | ||
| 2089 | 2024.12.07 00:49:11.501397 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 2090 | 2024.12.07 00:49:11.501582 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2091 | 2024.12.07 00:49:11.502375 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2024.12.07 00:49:11.502444 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2093 | 2024.12.07 00:49:11.503264 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2094 | 2024.12.07 00:49:11.503811 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2024.12.07 00:49:11.504135 [ 39 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2096 | 2024.12.07 00:49:11.504223 [ 39 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2097 | 2024.12.07 00:49:11.504260 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2098 | 2024.12.07 00:49:11.504299 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004456 sec., 224.4165170556553 rows/sec., 15.12 KiB/sec. | ||
| 2099 | 2024.12.07 00:49:11.504864 [ 276 ] {778aa983-1061-431b-8784-5e074a8e32a4} <Debug> TCPHandler: Processed in 0.005399907 sec. | ||
| 2100 | 2024.12.07 00:49:11.505268 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2024.12.07 00:49:11.505284 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::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 | ||
| 2102 | 2024.12.07 00:49:11.505632 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2103 | 2024.12.07 00:49:11.506019 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2104 | 2024.12.07 00:49:11.506061 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2105 | 2024.12.07 00:49:11.506259 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2106 | 2024.12.07 00:49:11.506262 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4057 rows, containing 5 columns (5 merged, 0 gathered) in 0.007107951 sec., 570769.2695124093 rows/sec., 38.38 MiB/sec. | ||
| 2107 | 2024.12.07 00:49:11.506762 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2108 | 2024.12.07 00:49:11.507142 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2109 | 2024.12.07 00:49:11.507621 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::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 | ||
| 2110 | 2024.12.07 00:49:11.507540 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2111 | 2024.12.07 00:49:11.508037 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2112 | 2024.12.07 00:49:11.509957 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2024.12.07 00:49:11.510351 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2114 | 2024.12.07 00:49:11.510717 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2115 | 2024.12.07 00:49:11.512058 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.007658401 sec., 652.8778004703594 rows/sec., 43.99 KiB/sec. | ||
| 2116 | 2024.12.07 00:49:11.512300 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2117 | 2024.12.07 00:49:11.512921 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2118 | 2024.12.07 00:49:11.512949 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2119 | 2024.12.07 00:49:11.513017 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2120 | 2024.12.07 00:49:11.513043 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_5_1} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2121 | 2024.12.07 00:49:11.513194 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2122 | 2024.12.07 00:49:11.513867 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2123 | 2024.12.07 00:49:11.514134 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2024.12.07 00:49:11.514460 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00896 sec., 3236.607142857143 rows/sec., 5.80 MiB/sec. | ||
| 2125 | 2024.12.07 00:49:11.514587 [ 280 ] {fb500e51-54f3-4a4d-af7d-7b5cdbbaa240} <Debug> TCPHandler: Processed in 0.009537998 sec. | ||
| 2126 | 2024.12.07 00:49:11.514755 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2127 | 2024.12.07 00:49:11.514889 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2128 | 2024.12.07 00:49:11.514945 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2129 | 2024.12.07 00:49:11.515434 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2024.12.07 00:49:11.515474 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2131 | 2024.12.07 00:49:11.515851 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2132 | 2024.12.07 00:49:11.516117 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2024.12.07 00:49:11.516281 [ 39 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2134 | 2024.12.07 00:49:11.516340 [ 39 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2024.12.07 00:49:11.516374 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2136 | 2024.12.07 00:49:11.516385 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
| 2137 | 2024.12.07 00:49:11.516585 [ 276 ] {0583b2f1-358a-420e-948b-12df1aca14df} <Debug> TCPHandler: Processed in 0.001891537 sec. | ||
| 2138 | 2024.12.07 00:49:11.516606 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 2139 | 2024.12.07 00:49:11.516726 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2140 | 2024.12.07 00:49:11.516753 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 336 rows starting from the beginning of the part | ||
| 2141 | 2024.12.07 00:49:11.516822 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2142 | 2024.12.07 00:49:11.517040 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part | ||
| 2143 | 2024.12.07 00:49:11.517235 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
| 2144 | 2024.12.07 00:49:11.517362 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 2145 | 2024.12.07 00:49:11.517512 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2146 | 2024.12.07 00:49:11.518657 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209384 sec., 280621.2048245122 rows/sec., 18.27 MiB/sec. | ||
| 2147 | 2024.12.07 00:49:11.518873 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2148 | 2024.12.07 00:49:11.519192 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2024.12.07 00:49:11.519276 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_11_2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2150 | 2024.12.07 00:49:11.519363 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2151 | 2024.12.07 00:49:12.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.79 MiB, peak 177.21 MiB, free memory in arenas 0.00 B, will set to 167.95 MiB (RSS), difference: -2.84 MiB | ||
| 2152 | 2024.12.07 00:49:16.460191 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2153 | 2024.12.07 00:49:16.460380 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2154 | 2024.12.07 00:49:16.460458 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2155 | 2024.12.07 00:49:16.461253 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2156 | 2024.12.07 00:49:16.461302 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2157 | 2024.12.07 00:49:16.461747 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2158 | 2024.12.07 00:49:16.462014 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2159 | 2024.12.07 00:49:16.462253 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.22 MiB/sec. | ||
| 2160 | 2024.12.07 00:49:16.462311 [ 276 ] {aa0d7b15-82ac-4b59-adc1-74bc01f1b07c} <Debug> TCPHandler: Processed in 0.002250334 sec. | ||
| 2161 | 2024.12.07 00:49:16.462520 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2162 | 2024.12.07 00:49:16.462659 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2163 | 2024.12.07 00:49:16.462714 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2164 | 2024.12.07 00:49:16.463400 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2024.12.07 00:49:16.463440 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2166 | 2024.12.07 00:49:16.463814 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2167 | 2024.12.07 00:49:16.464079 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2024.12.07 00:49:16.464345 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001713 sec., 37361.354349095156 rows/sec., 2.92 MiB/sec. | ||
| 2169 | 2024.12.07 00:49:16.464554 [ 280 ] {55afab75-88c7-4ba6-a40e-fca99403026e} <Debug> TCPHandler: Processed in 0.002100261 sec. | ||
| 2170 | 2024.12.07 00:49:16.464734 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2171 | 2024.12.07 00:49:16.464866 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2172 | 2024.12.07 00:49:16.464926 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2173 | 2024.12.07 00:49:16.465629 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2174 | 2024.12.07 00:49:16.465676 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2175 | 2024.12.07 00:49:16.466137 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2176 | 2024.12.07 00:49:16.466407 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2024.12.07 00:49:16.466627 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.22 MiB/sec. | ||
| 2178 | 2024.12.07 00:49:16.466679 [ 276 ] {fab2db1a-65b5-4e7d-9335-32169653ba1f} <Debug> TCPHandler: Processed in 0.00200747 sec. | ||
| 2179 | 2024.12.07 00:49:16.466835 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2180 | 2024.12.07 00:49:16.466965 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2181 | 2024.12.07 00:49:16.467022 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2182 | 2024.12.07 00:49:16.467579 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2024.12.07 00:49:16.467621 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2184 | 2024.12.07 00:49:16.467996 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2185 | 2024.12.07 00:49:16.468236 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2024.12.07 00:49:16.468443 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 2187 | 2024.12.07 00:49:16.468492 [ 280 ] {25be9892-6dfa-4e1b-ad9f-55e593305d12} <Debug> TCPHandler: Processed in 0.001719114 sec. | ||
| 2188 | 2024.12.07 00:49:16.681449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2189 | 2024.12.07 00:49:16.682078 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2190 | 2024.12.07 00:49:16.682125 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2191 | 2024.12.07 00:49:16.682644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2192 | 2024.12.07 00:49:16.682906 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2193 | 2024.12.07 00:49:16.683155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2194 | 2024.12.07 00:49:16.934301 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2195 | 2024.12.07 00:49:16.954465 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2024.12.07 00:49:16.954527 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2197 | 2024.12.07 00:49:16.962010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2198 | 2024.12.07 00:49:16.962814 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2024.12.07 00:49:16.966166 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2200 | 2024.12.07 00:49:19.207272 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 344 | ||
| 2201 | 2024.12.07 00:49:19.210691 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2024.12.07 00:49:19.210746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 2203 | 2024.12.07 00:49:19.212238 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2204 | 2024.12.07 00:49:19.212623 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2024.12.07 00:49:19.213476 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344 | ||
| 2206 | 2024.12.07 00:49:21.466651 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2207 | 2024.12.07 00:49:21.466846 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2208 | 2024.12.07 00:49:21.466918 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2209 | 2024.12.07 00:49:21.467658 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2024.12.07 00:49:21.467702 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2211 | 2024.12.07 00:49:21.468134 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2212 | 2024.12.07 00:49:21.468408 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2024.12.07 00:49:21.468695 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 2214 | 2024.12.07 00:49:21.468851 [ 276 ] {fc1a7439-80f3-41ca-b63e-0454c5e79fc0} <Debug> TCPHandler: Processed in 0.002351176 sec. | ||
| 2215 | 2024.12.07 00:49:21.469033 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2216 | 2024.12.07 00:49:21.469145 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2217 | 2024.12.07 00:49:21.469193 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2218 | 2024.12.07 00:49:21.469864 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.12.07 00:49:21.469905 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2220 | 2024.12.07 00:49:21.470292 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2221 | 2024.12.07 00:49:21.470542 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2024.12.07 00:49:21.470799 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Debug> executeQuery: Read 261 rows, 23.46 KiB in 0.001671 sec., 156193.8958707361 rows/sec., 13.71 MiB/sec. | ||
| 2223 | 2024.12.07 00:49:21.470991 [ 280 ] {a30d315c-8c42-47af-af3b-de520263c0f5} <Debug> TCPHandler: Processed in 0.00201262 sec. | ||
| 2224 | 2024.12.07 00:49:21.471141 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2024.12.07 00:49:21.471256 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2226 | 2024.12.07 00:49:21.471302 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2227 | 2024.12.07 00:49:21.471895 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2024.12.07 00:49:21.471935 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2229 | 2024.12.07 00:49:21.472297 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2230 | 2024.12.07 00:49:21.472545 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.12.07 00:49:21.472709 [ 24 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2232 | 2024.12.07 00:49:21.472784 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001545 sec., 23300.97087378641 rows/sec., 1.67 MiB/sec. | ||
| 2233 | 2024.12.07 00:49:21.472796 [ 24 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2024.12.07 00:49:21.472869 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2235 | 2024.12.07 00:49:21.472905 [ 276 ] {4b7d3f88-ef86-414f-bacf-17942c2914eb} <Debug> TCPHandler: Processed in 0.001813375 sec. | ||
| 2236 | 2024.12.07 00:49:21.473163 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2237 | 2024.12.07 00:49:21.473259 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::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 | ||
| 2238 | 2024.12.07 00:49:21.473418 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2239 | 2024.12.07 00:49:21.473479 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2240 | 2024.12.07 00:49:21.473484 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2241 | 2024.12.07 00:49:21.473542 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2242 | 2024.12.07 00:49:21.473729 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2243 | 2024.12.07 00:49:21.473964 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2244 | 2024.12.07 00:49:21.474215 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2245 | 2024.12.07 00:49:21.474435 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2246 | 2024.12.07 00:49:21.474590 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 2247 | 2024.12.07 00:49:21.475104 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2024.12.07 00:49:21.475154 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2249 | 2024.12.07 00:49:21.475698 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2250 | 2024.12.07 00:49:21.476096 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.003082661 sec., 49632.44417728709 rows/sec., 3.70 MiB/sec. | ||
| 2251 | 2024.12.07 00:49:21.476105 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2024.12.07 00:49:21.476412 [ 24 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2253 | 2024.12.07 00:49:21.476450 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2254 | 2024.12.07 00:49:21.476522 [ 24 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2255 | 2024.12.07 00:49:21.476597 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003195 sec., 4381.846635367762 rows/sec., 306.88 KiB/sec. | ||
| 2256 | 2024.12.07 00:49:21.476610 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2257 | 2024.12.07 00:49:21.476899 [ 280 ] {25bab710-3006-4fc8-bb46-9093eed0c84a} <Debug> TCPHandler: Processed in 0.003871406 sec. | ||
| 2258 | 2024.12.07 00:49:21.476928 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::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 | ||
| 2259 | 2024.12.07 00:49:21.477181 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2260 | 2024.12.07 00:49:21.477247 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2261 | 2024.12.07 00:49:21.477315 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 242 rows starting from the beginning of the part | ||
| 2262 | 2024.12.07 00:49:21.477521 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2263 | 2024.12.07 00:49:21.477666 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2264 | 2024.12.07 00:49:21.477732 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2265 | 2024.12.07 00:49:21.477798 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2266 | 2024.12.07 00:49:21.478259 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2267 | 2024.12.07 00:49:21.478398 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_6_1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2268 | 2024.12.07 00:49:21.478747 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 242 rows starting from the beginning of the part | ||
| 2269 | 2024.12.07 00:49:21.478886 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2270 | 2024.12.07 00:49:21.479120 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2271 | 2024.12.07 00:49:21.479345 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 2272 | 2024.12.07 00:49:21.480200 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2273 | 2024.12.07 00:49:21.480243 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2274 | 2024.12.07 00:49:21.480781 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2275 | 2024.12.07 00:49:21.480917 [ 196 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004174832 sec., 129346.52220736069 rows/sec., 9.27 MiB/sec. | ||
| 2276 | 2024.12.07 00:49:21.481117 [ 196 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2277 | 2024.12.07 00:49:21.481295 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2024.12.07 00:49:21.481805 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004371 sec., 2974.1477922672157 rows/sec., 185.44 KiB/sec. | ||
| 2279 | 2024.12.07 00:49:21.482021 [ 196 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2024.12.07 00:49:21.482045 [ 276 ] {616c671b-515f-47fa-844f-e066341fa85f} <Debug> TCPHandler: Processed in 0.005015739 sec. | ||
| 2281 | 2024.12.07 00:49:21.482189 [ 196 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_6_1} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2282 | 2024.12.07 00:49:21.482245 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2283 | 2024.12.07 00:49:21.482330 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2284 | 2024.12.07 00:49:21.482436 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2285 | 2024.12.07 00:49:21.482497 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2286 | 2024.12.07 00:49:21.483245 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2024.12.07 00:49:21.483285 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2288 | 2024.12.07 00:49:21.483677 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2289 | 2024.12.07 00:49:21.483922 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2290 | 2024.12.07 00:49:21.484130 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001724 sec., 238399.07192575405 rows/sec., 17.00 MiB/sec. | ||
| 2291 | 2024.12.07 00:49:21.484181 [ 280 ] {1a4860a7-ef3f-4ac2-9da7-8dfac0401826} <Debug> TCPHandler: Processed in 0.00202046 sec. | ||
| 2292 | 2024.12.07 00:49:21.484343 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2024.12.07 00:49:21.484472 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2294 | 2024.12.07 00:49:21.484528 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2295 | 2024.12.07 00:49:21.485063 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2024.12.07 00:49:21.485110 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2297 | 2024.12.07 00:49:21.485536 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2298 | 2024.12.07 00:49:21.485778 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2299 | 2024.12.07 00:49:21.485928 [ 24 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2300 | 2024.12.07 00:49:21.485985 [ 24 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2024.12.07 00:49:21.486022 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2302 | 2024.12.07 00:49:21.486027 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
| 2303 | 2024.12.07 00:49:21.486232 [ 276 ] {ad2cf3f7-086f-4f38-952d-0f9606655d4c} <Debug> TCPHandler: Processed in 0.001947669 sec. | ||
| 2304 | 2024.12.07 00:49:21.486364 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::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 | ||
| 2305 | 2024.12.07 00:49:21.486428 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2306 | 2024.12.07 00:49:21.486514 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2307 | 2024.12.07 00:49:21.486551 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2308 | 2024.12.07 00:49:21.486572 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2309 | 2024.12.07 00:49:21.486653 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2310 | 2024.12.07 00:49:21.486684 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2311 | 2024.12.07 00:49:21.486821 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::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 | ||
| 2312 | 2024.12.07 00:49:21.487085 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::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 | ||
| 2313 | 2024.12.07 00:49:21.487264 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::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 | ||
| 2314 | 2024.12.07 00:49:21.487462 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2315 | 2024.12.07 00:49:21.488349 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2316 | 2024.12.07 00:49:21.488393 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2317 | 2024.12.07 00:49:21.488919 [ 196 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002803135 sec., 12842.763548669614 rows/sec., 670.98 KiB/sec. | ||
| 2318 | 2024.12.07 00:49:21.489097 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2319 | 2024.12.07 00:49:21.489108 [ 196 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2320 | 2024.12.07 00:49:21.489538 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2321 | 2024.12.07 00:49:21.489614 [ 196 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2024.12.07 00:49:21.489825 [ 196 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_6_1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2323 | 2024.12.07 00:49:21.489956 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003408 sec., 69542.25352112675 rows/sec., 4.66 MiB/sec. | ||
| 2324 | 2024.12.07 00:49:21.489974 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2325 | 2024.12.07 00:49:21.490099 [ 280 ] {8b03cd2a-82f4-416b-b91a-fc0cf734647c} <Debug> TCPHandler: Processed in 0.003755704 sec. | ||
| 2326 | 2024.12.07 00:49:21.490266 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2327 | 2024.12.07 00:49:21.490396 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2328 | 2024.12.07 00:49:21.490453 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2329 | 2024.12.07 00:49:21.490979 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2330 | 2024.12.07 00:49:21.491026 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2331 | 2024.12.07 00:49:21.491443 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2332 | 2024.12.07 00:49:21.491698 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2333 | 2024.12.07 00:49:21.491906 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec. | ||
| 2334 | 2024.12.07 00:49:21.491955 [ 276 ] {054351cc-595d-4c86-9ce7-dec982734730} <Debug> TCPHandler: Processed in 0.001752875 sec. | ||
| 2335 | 2024.12.07 00:49:21.492092 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2336 | 2024.12.07 00:49:21.492200 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2337 | 2024.12.07 00:49:21.492268 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2338 | 2024.12.07 00:49:21.493345 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2024.12.07 00:49:21.493385 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2340 | 2024.12.07 00:49:21.494015 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2341 | 2024.12.07 00:49:21.494275 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2342 | 2024.12.07 00:49:21.494466 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2343 | 2024.12.07 00:49:21.494532 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2024.12.07 00:49:21.494535 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002349 sec., 12345.67901234568 rows/sec., 22.12 MiB/sec. | ||
| 2345 | 2024.12.07 00:49:21.494572 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2346 | 2024.12.07 00:49:21.494928 [ 280 ] {ebcd4798-f68c-4b61-859a-d0a2d7f00bb6} <Debug> TCPHandler: Processed in 0.002880826 sec. | ||
| 2347 | 2024.12.07 00:49:21.494929 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 2348 | 2024.12.07 00:49:21.495180 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2349 | 2024.12.07 00:49:21.495491 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2350 | 2024.12.07 00:49:21.495618 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2351 | 2024.12.07 00:49:21.495637 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2352 | 2024.12.07 00:49:21.495856 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 2353 | 2024.12.07 00:49:21.496616 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 2354 | 2024.12.07 00:49:21.497399 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2355 | 2024.12.07 00:49:21.497838 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2024.12.07 00:49:21.497971 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2357 | 2024.12.07 00:49:21.498142 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part | ||
| 2358 | 2024.12.07 00:49:21.498839 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part | ||
| 2359 | 2024.12.07 00:49:21.499522 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
| 2360 | 2024.12.07 00:49:21.499622 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2361 | 2024.12.07 00:49:21.500483 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2024.12.07 00:49:21.500945 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005556 sec., 14758.819294456443 rows/sec., 959.86 KiB/sec. | ||
| 2363 | 2024.12.07 00:49:21.501119 [ 276 ] {c40b6e6a-7520-4d82-9305-0f9cd4c38e93} <Debug> TCPHandler: Processed in 0.006056889 sec. | ||
| 2364 | 2024.12.07 00:49:21.503043 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 111 rows, containing 19 columns (19 merged, 0 gathered) in 0.008344764 sec., 13301.754249730731 rows/sec., 23.84 MiB/sec. | ||
| 2365 | 2024.12.07 00:49:21.503304 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2366 | 2024.12.07 00:49:21.503678 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2024.12.07 00:49:21.503749 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2368 | 2024.12.07 00:49:21.503842 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 2369 | 2024.12.07 00:49:24.062224 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2370 | 2024.12.07 00:49:24.062276 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2371 | 2024.12.07 00:49:24.183254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2372 | 2024.12.07 00:49:24.183896 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2024.12.07 00:49:24.183935 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2374 | 2024.12.07 00:49:24.184457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2375 | 2024.12.07 00:49:24.184719 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2024.12.07 00:49:24.184960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2377 | 2024.12.07 00:49:24.466230 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2378 | 2024.12.07 00:49:24.487961 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2024.12.07 00:49:24.488033 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2380 | 2024.12.07 00:49:24.495974 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2381 | 2024.12.07 00:49:24.496729 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2024.12.07 00:49:24.500012 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2383 | 2024.12.07 00:49:26.460221 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2384 | 2024.12.07 00:49:26.460446 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2385 | 2024.12.07 00:49:26.460528 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2386 | 2024.12.07 00:49:26.461292 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2387 | 2024.12.07 00:49:26.461342 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2388 | 2024.12.07 00:49:26.461779 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2389 | 2024.12.07 00:49:26.462032 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2390 | 2024.12.07 00:49:26.462279 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 2391 | 2024.12.07 00:49:26.462412 [ 276 ] {c5ec28e8-c82d-4112-bdc6-c29a4caf2cb6} <Debug> TCPHandler: Processed in 0.002332406 sec. | ||
| 2392 | 2024.12.07 00:49:26.462600 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2024.12.07 00:49:26.462726 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2394 | 2024.12.07 00:49:26.462773 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2395 | 2024.12.07 00:49:26.463330 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2024.12.07 00:49:26.463369 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2397 | 2024.12.07 00:49:26.463742 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2398 | 2024.12.07 00:49:26.463982 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2024.12.07 00:49:26.464196 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001491 sec., 42924.211938296445 rows/sec., 3.35 MiB/sec. | ||
| 2400 | 2024.12.07 00:49:26.464248 [ 280 ] {6257d773-e639-495f-8855-476de8ce4ba4} <Debug> TCPHandler: Processed in 0.001717834 sec. | ||
| 2401 | 2024.12.07 00:49:26.464390 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2402 | 2024.12.07 00:49:26.464497 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2403 | 2024.12.07 00:49:26.464546 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2404 | 2024.12.07 00:49:26.465132 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2024.12.07 00:49:26.465171 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2406 | 2024.12.07 00:49:26.465567 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2407 | 2024.12.07 00:49:26.465803 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2024.12.07 00:49:26.466043 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
| 2409 | 2024.12.07 00:49:26.466240 [ 276 ] {f25f450d-4b70-4bb5-ba78-e406c9e591d8} <Debug> TCPHandler: Processed in 0.001898688 sec. | ||
| 2410 | 2024.12.07 00:49:26.466408 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2411 | 2024.12.07 00:49:26.466518 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2412 | 2024.12.07 00:49:26.466566 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2413 | 2024.12.07 00:49:26.467073 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2024.12.07 00:49:26.467113 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2415 | 2024.12.07 00:49:26.467478 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2416 | 2024.12.07 00:49:26.467715 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2024.12.07 00:49:26.467927 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
| 2418 | 2024.12.07 00:49:26.467985 [ 280 ] {b5f56ee2-dcd2-46ea-9ccd-f5cb3d222e69} <Debug> TCPHandler: Processed in 0.001631022 sec. | ||
| 2419 | 2024.12.07 00:49:27.234573 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2420 | 2024.12.07 00:49:27.234837 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2421 | 2024.12.07 00:49:27.235306 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2422 | 2024.12.07 00:49:27.235368 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2423 | 2024.12.07 00:49:27.235754 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2424 | 2024.12.07 00:49:27.235838 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2425 | 2024.12.07 00:49:27.236012 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2426 | 2024.12.07 00:49:27.236224 [ 296 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2427 | 2024.12.07 00:49:27.236245 [ 295 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2428 | 2024.12.07 00:49:27.236232 [ 294 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2429 | 2024.12.07 00:49:27.236434 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 2430 | 2024.12.07 00:49:27.236465 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2431 | 2024.12.07 00:49:27.236587 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2432 | 2024.12.07 00:49:27.236611 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2433 | 2024.12.07 00:49:27.236656 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2434 | 2024.12.07 00:49:27.236704 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2435 | 2024.12.07 00:49:27.236793 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2436 | 2024.12.07 00:49:27.238623 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003912 sec., 10224.948875255624 rows/sec., 389.93 KiB/sec. | ||
| 2437 | 2024.12.07 00:49:27.238838 [ 276 ] {5fc356b4-1cf4-4921-9304-a7dc577cb412} <Debug> TCPHandler: Processed in 0.004399547 sec. | ||
| 2438 | 2024.12.07 00:49:27.280454 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2439 | 2024.12.07 00:49:27.280611 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2440 | 2024.12.07 00:49:27.280678 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2441 | 2024.12.07 00:49:27.281396 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2024.12.07 00:49:27.281440 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2443 | 2024.12.07 00:49:27.281937 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2444 | 2024.12.07 00:49:27.282159 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2024.12.07 00:49:27.282439 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001866 sec., 535.9056806002144 rows/sec., 121.42 KiB/sec. | ||
| 2446 | 2024.12.07 00:49:27.282582 [ 276 ] {2751aac8-a34b-44b1-b874-5055519e8136} <Debug> TCPHandler: Processed in 0.002200883 sec. | ||
| 2447 | 2024.12.07 00:49:27.282754 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2448 | 2024.12.07 00:49:27.282893 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2449 | 2024.12.07 00:49:27.282949 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2450 | 2024.12.07 00:49:27.283627 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2451 | 2024.12.07 00:49:27.283675 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2452 | 2024.12.07 00:49:27.284046 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2453 | 2024.12.07 00:49:27.284348 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2024.12.07 00:49:27.284548 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001688 sec., 8293.838862559242 rows/sec., 597.05 KiB/sec. | ||
| 2455 | 2024.12.07 00:49:27.284600 [ 280 ] {c989ecb8-8d3e-438c-9828-0fcd4e91d655} <Debug> TCPHandler: Processed in 0.001914868 sec. | ||
| 2456 | 2024.12.07 00:49:27.284744 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2024.12.07 00:49:27.284874 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2458 | 2024.12.07 00:49:27.284928 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2459 | 2024.12.07 00:49:27.285578 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2024.12.07 00:49:27.285624 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2461 | 2024.12.07 00:49:27.285974 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2462 | 2024.12.07 00:49:27.286207 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2024.12.07 00:49:27.286407 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001562 sec., 6402.048655569783 rows/sec., 522.04 KiB/sec. | ||
| 2464 | 2024.12.07 00:49:27.286459 [ 276 ] {852d6a95-30ce-4d70-bb98-1e534cc27025} <Debug> TCPHandler: Processed in 0.001775135 sec. | ||
| 2465 | 2024.12.07 00:49:27.286608 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2466 | 2024.12.07 00:49:27.286718 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2467 | 2024.12.07 00:49:27.286769 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2468 | 2024.12.07 00:49:27.288054 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2024.12.07 00:49:27.288093 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2470 | 2024.12.07 00:49:27.288537 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2471 | 2024.12.07 00:49:27.288779 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2024.12.07 00:49:27.288986 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Debug> executeQuery: Read 1406 rows, 119.95 KiB in 0.002296 sec., 612369.3379790941 rows/sec., 51.02 MiB/sec. | ||
| 2473 | 2024.12.07 00:49:27.289038 [ 280 ] {ac974c41-c8f9-4ec8-87d1-68c59bec66fb} <Debug> TCPHandler: Processed in 0.002480639 sec. | ||
| 2474 | 2024.12.07 00:49:27.289179 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2475 | 2024.12.07 00:49:27.289308 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2476 | 2024.12.07 00:49:27.289362 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2477 | 2024.12.07 00:49:27.289955 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2024.12.07 00:49:27.289994 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2479 | 2024.12.07 00:49:27.290337 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2480 | 2024.12.07 00:49:27.290579 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.12.07 00:49:27.290782 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Debug> executeQuery: Read 46 rows, 3.33 KiB in 0.001502 sec., 30625.83222370173 rows/sec., 2.17 MiB/sec. | ||
| 2482 | 2024.12.07 00:49:27.290834 [ 276 ] {2c6f921b-d0de-4eb2-811a-3cff5115e43f} <Debug> TCPHandler: Processed in 0.001715604 sec. | ||
| 2483 | 2024.12.07 00:49:27.291033 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2484 | 2024.12.07 00:49:27.291161 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2485 | 2024.12.07 00:49:27.291215 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2486 | 2024.12.07 00:49:27.291874 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2487 | 2024.12.07 00:49:27.291912 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2488 | 2024.12.07 00:49:27.292265 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2489 | 2024.12.07 00:49:27.292496 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2490 | 2024.12.07 00:49:27.292698 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001566 sec., 154533.8441890166 rows/sec., 10.47 MiB/sec. | ||
| 2491 | 2024.12.07 00:49:27.292748 [ 280 ] {bfa1a396-50b9-48a7-8b7e-da96c8973e22} <Debug> TCPHandler: Processed in 0.001776645 sec. | ||
| 2492 | 2024.12.07 00:49:27.292888 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2493 | 2024.12.07 00:49:27.293017 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2494 | 2024.12.07 00:49:27.293069 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2495 | 2024.12.07 00:49:27.293687 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2496 | 2024.12.07 00:49:27.293730 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2497 | 2024.12.07 00:49:27.294057 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2498 | 2024.12.07 00:49:27.294288 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2499 | 2024.12.07 00:49:27.294585 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec. | ||
| 2500 | 2024.12.07 00:49:27.294714 [ 276 ] {1a2dc626-7509-4daa-84b6-fd774d5ba815} <Debug> TCPHandler: Processed in 0.001888467 sec. | ||
| 2501 | 2024.12.07 00:49:27.294855 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2502 | 2024.12.07 00:49:27.294982 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2503 | 2024.12.07 00:49:27.295034 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2504 | 2024.12.07 00:49:27.295954 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2024.12.07 00:49:27.295993 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2506 | 2024.12.07 00:49:27.296382 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2507 | 2024.12.07 00:49:27.296636 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2508 | 2024.12.07 00:49:27.296873 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Debug> executeQuery: Read 877 rows, 65.11 KiB in 0.001913 sec., 458442.23732357554 rows/sec., 33.24 MiB/sec. | ||
| 2509 | 2024.12.07 00:49:27.296948 [ 280 ] {7fb7b17c-6a59-4b6e-968c-6d2162c12c5e} <Debug> TCPHandler: Processed in 0.002157253 sec. | ||
| 2510 | 2024.12.07 00:49:27.297083 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2511 | 2024.12.07 00:49:27.297211 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2512 | 2024.12.07 00:49:27.297265 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2513 | 2024.12.07 00:49:27.297761 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2514 | 2024.12.07 00:49:27.297798 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2515 | 2024.12.07 00:49:27.298148 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2516 | 2024.12.07 00:49:27.298377 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2517 | 2024.12.07 00:49:27.298673 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
| 2518 | 2024.12.07 00:49:27.298774 [ 276 ] {b3861839-b868-465b-b6c4-7d22d1a03747} <Debug> TCPHandler: Processed in 0.001752994 sec. | ||
| 2519 | 2024.12.07 00:49:27.298916 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2520 | 2024.12.07 00:49:27.299024 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2521 | 2024.12.07 00:49:27.299071 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2522 | 2024.12.07 00:49:27.299770 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2024.12.07 00:49:27.299809 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2524 | 2024.12.07 00:49:27.300236 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2525 | 2024.12.07 00:49:27.300471 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2526 | 2024.12.07 00:49:27.300644 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001643 sec., 584297.017650639 rows/sec., 38.83 MiB/sec. | ||
| 2527 | 2024.12.07 00:49:27.300692 [ 280 ] {4303bba1-907c-422b-900c-ececdeee49a7} <Debug> TCPHandler: Processed in 0.001827607 sec. | ||
| 2528 | 2024.12.07 00:49:27.300833 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2529 | 2024.12.07 00:49:27.300988 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2530 | 2024.12.07 00:49:27.301043 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2531 | 2024.12.07 00:49:27.301544 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2532 | 2024.12.07 00:49:27.301587 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2533 | 2024.12.07 00:49:27.301933 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2534 | 2024.12.07 00:49:27.302164 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2535 | 2024.12.07 00:49:27.302334 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
| 2536 | 2024.12.07 00:49:27.302466 [ 276 ] {46147383-1924-44c1-b5bc-fe4f8e09cee5} <Debug> TCPHandler: Processed in 0.001694973 sec. | ||
| 2537 | 2024.12.07 00:49:27.302603 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2538 | 2024.12.07 00:49:27.302715 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2539 | 2024.12.07 00:49:27.302791 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2540 | 2024.12.07 00:49:27.303994 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2541 | 2024.12.07 00:49:27.304030 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2542 | 2024.12.07 00:49:27.304646 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2543 | 2024.12.07 00:49:27.304894 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2544 | 2024.12.07 00:49:27.305125 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002436 sec., 11904.761904761906 rows/sec., 21.33 MiB/sec. | ||
| 2545 | 2024.12.07 00:49:27.305241 [ 280 ] {ab432ec3-b3b3-4844-9a01-a8019fac94b9} <Debug> TCPHandler: Processed in 0.002688423 sec. | ||
| 2546 | 2024.12.07 00:49:27.305385 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2547 | 2024.12.07 00:49:27.305515 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2548 | 2024.12.07 00:49:27.305569 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2549 | 2024.12.07 00:49:27.306013 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2550 | 2024.12.07 00:49:27.306049 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2551 | 2024.12.07 00:49:27.306411 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2552 | 2024.12.07 00:49:27.306639 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2553 | 2024.12.07 00:49:27.306840 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001348 sec., 25222.55192878338 rows/sec., 1.46 MiB/sec. | ||
| 2554 | 2024.12.07 00:49:27.306921 [ 276 ] {8af2eb52-fbc2-4184-a1d7-72147f31a514} <Debug> TCPHandler: Processed in 0.001597511 sec. | ||
| 2555 | 2024.12.07 00:49:29.213670 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 402 | ||
| 2556 | 2024.12.07 00:49:29.217325 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2557 | 2024.12.07 00:49:29.217373 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 2558 | 2024.12.07 00:49:29.218916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2559 | 2024.12.07 00:49:29.219263 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2560 | 2024.12.07 00:49:29.219832 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 402 | ||
| 2561 | 2024.12.07 00:49:31.453397 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2562 | 2024.12.07 00:49:31.453713 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2563 | 2024.12.07 00:49:31.454158 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2564 | 2024.12.07 00:49:31.454214 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2565 | 2024.12.07 00:49:31.454586 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2566 | 2024.12.07 00:49:31.454666 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2567 | 2024.12.07 00:49:31.454841 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2568 | 2024.12.07 00:49:31.455059 [ 296 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2569 | 2024.12.07 00:49:31.455106 [ 294 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2570 | 2024.12.07 00:49:31.455138 [ 295 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2571 | 2024.12.07 00:49:31.455060 [ 298 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2572 | 2024.12.07 00:49:31.455365 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2573 | 2024.12.07 00:49:31.455397 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2574 | 2024.12.07 00:49:31.455521 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2575 | 2024.12.07 00:49:31.455546 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2576 | 2024.12.07 00:49:31.455591 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2577 | 2024.12.07 00:49:31.455640 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2578 | 2024.12.07 00:49:31.455685 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2579 | 2024.12.07 00:49:31.457131 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003563 sec., 11226.494527083918 rows/sec., 428.12 KiB/sec. | ||
| 2580 | 2024.12.07 00:49:31.457330 [ 276 ] {b4b5a2be-a250-4a0f-9cb5-162391af9ab7} <Debug> TCPHandler: Processed in 0.00407339 sec. | ||
| 2581 | 2024.12.07 00:49:31.464023 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2582 | 2024.12.07 00:49:31.464252 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2583 | 2024.12.07 00:49:31.464345 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2584 | 2024.12.07 00:49:31.465244 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2024.12.07 00:49:31.465289 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2586 | 2024.12.07 00:49:31.465775 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2587 | 2024.12.07 00:49:31.465993 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2024.12.07 00:49:31.466227 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002043 sec., 489.4762604013705 rows/sec., 50.67 KiB/sec. | ||
| 2589 | 2024.12.07 00:49:31.466283 [ 276 ] {5ccd8547-f539-4a9d-985e-805b0e032fd1} <Debug> TCPHandler: Processed in 0.002363317 sec. | ||
| 2590 | 2024.12.07 00:49:31.466444 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2024.12.07 00:49:31.466578 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2592 | 2024.12.07 00:49:31.466633 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2593 | 2024.12.07 00:49:31.467246 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2024.12.07 00:49:31.467286 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2595 | 2024.12.07 00:49:31.467647 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2596 | 2024.12.07 00:49:31.467899 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2024.12.07 00:49:31.468059 [ 148 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2598 | 2024.12.07 00:49:31.468140 [ 148 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2599 | 2024.12.07 00:49:31.468144 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Debug> executeQuery: Read 79 rows, 6.55 KiB in 0.001584 sec., 49873.73737373738 rows/sec., 4.04 MiB/sec. | ||
| 2600 | 2024.12.07 00:49:31.468182 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2601 | 2024.12.07 00:49:31.468346 [ 280 ] {3bdb8b33-6c83-4fd5-b4b9-26622041977e} <Debug> TCPHandler: Processed in 0.001966968 sec. | ||
| 2602 | 2024.12.07 00:49:31.468384 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 2603 | 2024.12.07 00:49:31.468489 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2604 | 2024.12.07 00:49:31.468521 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1401 rows starting from the beginning of the part | ||
| 2605 | 2024.12.07 00:49:31.468526 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2606 | 2024.12.07 00:49:31.468606 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 2607 | 2024.12.07 00:49:31.468774 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2608 | 2024.12.07 00:49:31.468826 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 261 rows starting from the beginning of the part | ||
| 2609 | 2024.12.07 00:49:31.468873 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2610 | 2024.12.07 00:49:31.469048 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
| 2611 | 2024.12.07 00:49:31.469288 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1406 rows starting from the beginning of the part | ||
| 2612 | 2024.12.07 00:49:31.469601 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 79 rows starting from the beginning of the part | ||
| 2613 | 2024.12.07 00:49:31.470758 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2024.12.07 00:49:31.470803 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2615 | 2024.12.07 00:49:31.471412 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2616 | 2024.12.07 00:49:31.471669 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2024.12.07 00:49:31.471965 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.003286 sec., 3347.5349969567865 rows/sec., 251.72 KiB/sec. | ||
| 2618 | 2024.12.07 00:49:31.472143 [ 276 ] {47f40d85-7d64-4059-a103-696f363958af} <Debug> TCPHandler: Processed in 0.003681902 sec. | ||
| 2619 | 2024.12.07 00:49:31.472200 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.003887447 sec., 838339.403726919 rows/sec., 73.11 MiB/sec. | ||
| 2620 | 2024.12.07 00:49:31.472317 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2024.12.07 00:49:31.472499 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2622 | 2024.12.07 00:49:31.472557 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2623 | 2024.12.07 00:49:31.472580 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2624 | 2024.12.07 00:49:31.473241 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2024.12.07 00:49:31.473432 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_16_3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2626 | 2024.12.07 00:49:31.473611 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2627 | 2024.12.07 00:49:31.473755 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2024.12.07 00:49:31.473800 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2629 | 2024.12.07 00:49:31.474161 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2630 | 2024.12.07 00:49:31.474410 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2024.12.07 00:49:31.474628 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002167 sec., 461.4674665436087 rows/sec., 30.64 KiB/sec. | ||
| 2632 | 2024.12.07 00:49:31.474686 [ 280 ] {a496614a-dec5-4111-a123-dc3840fdba58} <Debug> TCPHandler: Processed in 0.002440828 sec. | ||
| 2633 | 2024.12.07 00:49:31.474819 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2634 | 2024.12.07 00:49:31.474952 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2635 | 2024.12.07 00:49:31.475007 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2636 | 2024.12.07 00:49:31.475675 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2024.12.07 00:49:31.475722 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2638 | 2024.12.07 00:49:31.476096 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2639 | 2024.12.07 00:49:31.476335 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2024.12.07 00:49:31.476474 [ 145 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2641 | 2024.12.07 00:49:31.476519 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Debug> executeQuery: Read 86 rows, 6.90 KiB in 0.001594 sec., 53952.32120451694 rows/sec., 4.23 MiB/sec. | ||
| 2642 | 2024.12.07 00:49:31.476520 [ 145 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2643 | 2024.12.07 00:49:31.476572 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2644 | 2024.12.07 00:49:31.476592 [ 276 ] {bcf219f2-c9ed-49ed-9ba2-2a8d137f5e71} <Debug> TCPHandler: Processed in 0.001825556 sec. | ||
| 2645 | 2024.12.07 00:49:31.476718 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 2646 | 2024.12.07 00:49:31.476743 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2024.12.07 00:49:31.476818 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2648 | 2024.12.07 00:49:31.476860 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 876 rows starting from the beginning of the part | ||
| 2649 | 2024.12.07 00:49:31.476881 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2650 | 2024.12.07 00:49:31.476997 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 2651 | 2024.12.07 00:49:31.476996 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2652 | 2024.12.07 00:49:31.477225 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 411 rows starting from the beginning of the part | ||
| 2653 | 2024.12.07 00:49:31.477450 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
| 2654 | 2024.12.07 00:49:31.477697 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 877 rows starting from the beginning of the part | ||
| 2655 | 2024.12.07 00:49:31.477913 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part | ||
| 2656 | 2024.12.07 00:49:31.478587 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2024.12.07 00:49:31.478633 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2658 | 2024.12.07 00:49:31.479204 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2659 | 2024.12.07 00:49:31.479489 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2024.12.07 00:49:31.479700 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2378 rows, containing 5 columns (5 merged, 0 gathered) in 0.00305513 sec., 778362.9501854258 rows/sec., 59.63 MiB/sec. | ||
| 2661 | 2024.12.07 00:49:31.479761 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2662 | 2024.12.07 00:49:31.479835 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2663 | 2024.12.07 00:49:31.479865 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2664 | 2024.12.07 00:49:31.479888 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.003041 sec., 42091.4172969418 rows/sec., 2.93 MiB/sec. | ||
| 2665 | 2024.12.07 00:49:31.480424 [ 280 ] {4c7edd8b-7d54-4719-9770-e660d86f4e90} <Debug> TCPHandler: Processed in 0.003748113 sec. | ||
| 2666 | 2024.12.07 00:49:31.480557 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 2667 | 2024.12.07 00:49:31.480847 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2668 | 2024.12.07 00:49:31.480896 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2669 | 2024.12.07 00:49:31.481376 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2670 | 2024.12.07 00:49:31.481416 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2671 | 2024.12.07 00:49:31.481433 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4057 rows starting from the beginning of the part | ||
| 2672 | 2024.12.07 00:49:31.481615 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2673 | 2024.12.07 00:49:31.481849 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 2674 | 2024.12.07 00:49:31.482234 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2675 | 2024.12.07 00:49:31.482348 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2676 | 2024.12.07 00:49:31.482712 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_16_3} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2677 | 2024.12.07 00:49:31.482859 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2678 | 2024.12.07 00:49:31.483160 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2679 | 2024.12.07 00:49:31.483353 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 960 rows starting from the beginning of the part | ||
| 2680 | 2024.12.07 00:49:31.483552 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 128 rows starting from the beginning of the part | ||
| 2681 | 2024.12.07 00:49:31.484032 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2024.12.07 00:49:31.484077 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2683 | 2024.12.07 00:49:31.484570 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2684 | 2024.12.07 00:49:31.484903 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2024.12.07 00:49:31.485174 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.003917 sec., 255.29742149604286 rows/sec., 16.21 KiB/sec. | ||
| 2686 | 2024.12.07 00:49:31.485402 [ 276 ] {dc4dfba6-40d3-4949-8ffc-c79972650bc8} <Debug> TCPHandler: Processed in 0.004816405 sec. | ||
| 2687 | 2024.12.07 00:49:31.485554 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2024.12.07 00:49:31.485663 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2689 | 2024.12.07 00:49:31.485733 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2690 | 2024.12.07 00:49:31.486512 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5702 rows, containing 5 columns (5 merged, 0 gathered) in 0.006565579 sec., 868468.7214943267 rows/sec., 58.43 MiB/sec. | ||
| 2691 | 2024.12.07 00:49:31.486871 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2692 | 2024.12.07 00:49:31.487013 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2693 | 2024.12.07 00:49:31.487055 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2694 | 2024.12.07 00:49:31.487280 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2695 | 2024.12.07 00:49:31.487369 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2696 | 2024.12.07 00:49:31.487445 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 2697 | 2024.12.07 00:49:31.487763 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2698 | 2024.12.07 00:49:31.488019 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2024.12.07 00:49:31.488217 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002576 sec., 4270.186335403727 rows/sec., 7.65 MiB/sec. | ||
| 2700 | 2024.12.07 00:49:31.488329 [ 280 ] {c83bd04d-be44-4f15-8f64-aa9eec938f41} <Debug> TCPHandler: Processed in 0.002826385 sec. | ||
| 2701 | 2024.12.07 00:49:31.488481 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2024.12.07 00:49:31.488608 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2703 | 2024.12.07 00:49:31.488663 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2704 | 2024.12.07 00:49:31.489108 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2024.12.07 00:49:31.489145 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2706 | 2024.12.07 00:49:31.489496 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2707 | 2024.12.07 00:49:31.489756 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2024.12.07 00:49:31.489947 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001363 sec., 8804.10858400587 rows/sec., 642.68 KiB/sec. | ||
| 2709 | 2024.12.07 00:49:31.489999 [ 276 ] {25997f93-8870-41a3-a37d-c04bce1216dd} <Debug> TCPHandler: Processed in 0.001583511 sec. | ||
| 2710 | 2024.12.07 00:49:31.490140 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2024.12.07 00:49:31.490268 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2712 | 2024.12.07 00:49:31.490322 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2713 | 2024.12.07 00:49:31.490847 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2024.12.07 00:49:31.490885 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2715 | 2024.12.07 00:49:31.491227 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2716 | 2024.12.07 00:49:31.491461 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2024.12.07 00:49:31.491572 [ 145 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2718 | 2024.12.07 00:49:31.491609 [ 145 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2024.12.07 00:49:31.491630 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2720 | 2024.12.07 00:49:31.491647 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001404 sec., 34188.03418803419 rows/sec., 2.30 MiB/sec. | ||
| 2721 | 2024.12.07 00:49:31.491862 [ 280 ] {b69566a6-f8a2-4ea5-ba48-e24c17906405} <Debug> TCPHandler: Processed in 0.001773145 sec. | ||
| 2722 | 2024.12.07 00:49:31.491898 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 2723 | 2024.12.07 00:49:31.492056 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2724 | 2024.12.07 00:49:31.492094 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 620 rows starting from the beginning of the part | ||
| 2725 | 2024.12.07 00:49:31.492217 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 2726 | 2024.12.07 00:49:31.492348 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2727 | 2024.12.07 00:49:31.492560 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2728 | 2024.12.07 00:49:31.492722 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 2729 | 2024.12.07 00:49:31.492919 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 2730 | 2024.12.07 00:49:31.494121 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 4 columns (4 merged, 0 gathered) in 0.002413377 sec., 374578.8577582367 rows/sec., 24.39 MiB/sec. | ||
| 2731 | 2024.12.07 00:49:31.494291 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2732 | 2024.12.07 00:49:31.494613 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2733 | 2024.12.07 00:49:31.494698 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_16_3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2734 | 2024.12.07 00:49:31.494774 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2735 | 2024.12.07 00:49:31.685055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2736 | 2024.12.07 00:49:31.685662 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2024.12.07 00:49:31.685703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2738 | 2024.12.07 00:49:31.686210 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2739 | 2024.12.07 00:49:31.686459 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2024.12.07 00:49:31.686658 [ 145 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2741 | 2024.12.07 00:49:31.686710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2742 | 2024.12.07 00:49:31.686748 [ 145 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2743 | 2024.12.07 00:49:31.686781 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2744 | 2024.12.07 00:49:31.687027 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2745 | 2024.12.07 00:49:31.687193 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2746 | 2024.12.07 00:49:31.687246 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2747 | 2024.12.07 00:49:31.687320 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2748 | 2024.12.07 00:49:31.687555 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2749 | 2024.12.07 00:49:31.687702 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2750 | 2024.12.07 00:49:31.687901 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2751 | 2024.12.07 00:49:31.688037 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 2752 | 2024.12.07 00:49:31.689804 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002941528 sec., 1721214.2804691982 rows/sec., 24.62 MiB/sec. | ||
| 2753 | 2024.12.07 00:49:31.690215 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2754 | 2024.12.07 00:49:31.690570 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_11_2} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2755 | 2024.12.07 00:49:31.690668 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_11_2} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2756 | 2024.12.07 00:49:31.690761 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2757 | 2024.12.07 00:49:32.000061 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2758 | 2024.12.07 00:49:32.021986 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2024.12.07 00:49:32.022032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2760 | 2024.12.07 00:49:32.029555 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2761 | 2024.12.07 00:49:32.030314 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2024.12.07 00:49:32.030731 [ 150 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2763 | 2024.12.07 00:49:32.030906 [ 150 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.12.07 00:49:32.031025 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2765 | 2024.12.07 00:49:32.031391 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2766 | 2024.12.07 00:49:32.039769 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2767 | 2024.12.07 00:49:32.041043 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2768 | 2024.12.07 00:49:32.041913 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2769 | 2024.12.07 00:49:32.046487 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2770 | 2024.12.07 00:49:32.051142 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2771 | 2024.12.07 00:49:32.056083 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2772 | 2024.12.07 00:49:32.061249 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2773 | 2024.12.07 00:49:32.065694 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 2774 | 2024.12.07 00:49:32.125101 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.093892071 sec., 883.9937080523019 rows/sec., 4.57 MiB/sec. | ||
| 2775 | 2024.12.07 00:49:32.127798 [ 191 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2776 | 2024.12.07 00:49:32.130882 [ 191 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_11_2} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2777 | 2024.12.07 00:49:32.131024 [ 191 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_11_2} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2778 | 2024.12.07 00:49:32.133493 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2779 | 2024.12.07 00:49:33.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.93 MiB, peak 180.81 MiB, free memory in arenas 0.00 B, will set to 173.25 MiB (RSS), difference: 2.33 MiB | ||
| 2780 | 2024.12.07 00:49:36.460909 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2024.12.07 00:49:36.461136 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2782 | 2024.12.07 00:49:36.461217 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2783 | 2024.12.07 00:49:36.462091 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2024.12.07 00:49:36.462142 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2785 | 2024.12.07 00:49:36.462576 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2786 | 2024.12.07 00:49:36.462827 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2787 | 2024.12.07 00:49:36.463050 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.17 MiB/sec. | ||
| 2788 | 2024.12.07 00:49:36.463107 [ 276 ] {8afa2aca-7b42-428e-af2e-ce3cec8245ab} <Debug> TCPHandler: Processed in 0.002337786 sec. | ||
| 2789 | 2024.12.07 00:49:36.463303 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2790 | 2024.12.07 00:49:36.463435 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2791 | 2024.12.07 00:49:36.463490 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2792 | 2024.12.07 00:49:36.464135 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2024.12.07 00:49:36.464174 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2794 | 2024.12.07 00:49:36.464533 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2795 | 2024.12.07 00:49:36.464782 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2024.12.07 00:49:36.464995 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 3.14 MiB/sec. | ||
| 2797 | 2024.12.07 00:49:36.465050 [ 280 ] {2dcf60bd-7e5d-4db8-adbb-3b33e748d626} <Debug> TCPHandler: Processed in 0.001812935 sec. | ||
| 2798 | 2024.12.07 00:49:36.465189 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2799 | 2024.12.07 00:49:36.465297 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2800 | 2024.12.07 00:49:36.465346 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2801 | 2024.12.07 00:49:36.465878 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2024.12.07 00:49:36.465916 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2803 | 2024.12.07 00:49:36.466299 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2804 | 2024.12.07 00:49:36.466534 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2024.12.07 00:49:36.466741 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec. | ||
| 2806 | 2024.12.07 00:49:36.466793 [ 276 ] {fce687fa-70fc-4a21-8fff-15b0057c593e} <Debug> TCPHandler: Processed in 0.001655333 sec. | ||
| 2807 | 2024.12.07 00:49:36.466928 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2024.12.07 00:49:36.467050 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2809 | 2024.12.07 00:49:36.467106 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2810 | 2024.12.07 00:49:36.467644 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2024.12.07 00:49:36.467690 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2812 | 2024.12.07 00:49:36.468091 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2813 | 2024.12.07 00:49:36.468323 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2024.12.07 00:49:36.468525 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 2815 | 2024.12.07 00:49:36.468576 [ 280 ] {a4807064-b762-4688-9cd2-a18839c8b976} <Debug> TCPHandler: Processed in 0.001699004 sec. | ||
| 2816 | 2024.12.07 00:49:39.062311 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2817 | 2024.12.07 00:49:39.062364 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2818 | 2024.12.07 00:49:39.186832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2819 | 2024.12.07 00:49:39.187562 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2024.12.07 00:49:39.187621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2821 | 2024.12.07 00:49:39.188334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2822 | 2024.12.07 00:49:39.188599 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2024.12.07 00:49:39.188846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2824 | 2024.12.07 00:49:39.220176 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 432 | ||
| 2825 | 2024.12.07 00:49:39.223668 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2826 | 2024.12.07 00:49:39.223716 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2827 | 2024.12.07 00:49:39.225286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2828 | 2024.12.07 00:49:39.225593 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2829 | 2024.12.07 00:49:39.226585 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432 | ||
| 2830 | 2024.12.07 00:49:39.539829 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2831 | 2024.12.07 00:49:39.560038 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2024.12.07 00:49:39.560104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2833 | 2024.12.07 00:49:39.567632 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2834 | 2024.12.07 00:49:39.568458 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2024.12.07 00:49:39.572101 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2836 | 2024.12.07 00:49:41.467227 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2837 | 2024.12.07 00:49:41.467433 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2838 | 2024.12.07 00:49:41.467503 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2839 | 2024.12.07 00:49:41.468236 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2024.12.07 00:49:41.468287 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2841 | 2024.12.07 00:49:41.468725 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2842 | 2024.12.07 00:49:41.468992 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2024.12.07 00:49:41.469188 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 2844 | 2024.12.07 00:49:41.469243 [ 276 ] {ecc58b4c-04a1-44ef-af6b-21950c0a7328} <Debug> TCPHandler: Processed in 0.002149462 sec. | ||
| 2845 | 2024.12.07 00:49:41.469418 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2846 | 2024.12.07 00:49:41.469555 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2847 | 2024.12.07 00:49:41.469611 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2848 | 2024.12.07 00:49:41.470333 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2024.12.07 00:49:41.470372 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2850 | 2024.12.07 00:49:41.470764 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2851 | 2024.12.07 00:49:41.471031 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.12.07 00:49:41.471221 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Debug> executeQuery: Read 283 rows, 25.55 KiB in 0.001696 sec., 166863.20754716982 rows/sec., 14.71 MiB/sec. | ||
| 2853 | 2024.12.07 00:49:41.471272 [ 280 ] {c972fd5b-7a35-4909-8e4b-1bc6ad471e46} <Debug> TCPHandler: Processed in 0.001922258 sec. | ||
| 2854 | 2024.12.07 00:49:41.471414 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2024.12.07 00:49:41.471543 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2856 | 2024.12.07 00:49:41.471598 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2857 | 2024.12.07 00:49:41.472233 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2024.12.07 00:49:41.472270 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2859 | 2024.12.07 00:49:41.472609 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2860 | 2024.12.07 00:49:41.472845 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2024.12.07 00:49:41.473017 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001502 sec., 31291.61118508655 rows/sec., 2.25 MiB/sec. | ||
| 2862 | 2024.12.07 00:49:41.473067 [ 276 ] {dc68f1cf-c729-4acf-bfa3-03899c023b9e} <Debug> TCPHandler: Processed in 0.001714984 sec. | ||
| 2863 | 2024.12.07 00:49:41.473217 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2024.12.07 00:49:41.473347 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2865 | 2024.12.07 00:49:41.473400 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2866 | 2024.12.07 00:49:41.474034 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2024.12.07 00:49:41.474080 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2868 | 2024.12.07 00:49:41.474427 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2869 | 2024.12.07 00:49:41.474679 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2024.12.07 00:49:41.474876 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec. | ||
| 2871 | 2024.12.07 00:49:41.474928 [ 280 ] {97db2285-5504-43ac-9964-547381fff2dd} <Debug> TCPHandler: Processed in 0.001779215 sec. | ||
| 2872 | 2024.12.07 00:49:41.475078 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2024.12.07 00:49:41.475200 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2874 | 2024.12.07 00:49:41.475255 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2875 | 2024.12.07 00:49:41.475883 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2024.12.07 00:49:41.475930 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2877 | 2024.12.07 00:49:41.476307 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2878 | 2024.12.07 00:49:41.476546 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2024.12.07 00:49:41.476820 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 2880 | 2024.12.07 00:49:41.477029 [ 276 ] {6d287402-4af6-45a9-aeef-a920493b1dbe} <Debug> TCPHandler: Processed in 0.001996659 sec. | ||
| 2881 | 2024.12.07 00:49:41.477202 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2882 | 2024.12.07 00:49:41.477315 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2883 | 2024.12.07 00:49:41.477359 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2884 | 2024.12.07 00:49:41.478040 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2024.12.07 00:49:41.478079 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2886 | 2024.12.07 00:49:41.478475 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2887 | 2024.12.07 00:49:41.478717 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2024.12.07 00:49:41.478967 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001668 sec., 252997.60191846523 rows/sec., 18.08 MiB/sec. | ||
| 2889 | 2024.12.07 00:49:41.479162 [ 280 ] {9edd7c10-4dcc-4e16-817b-8bb615c91f19} <Debug> TCPHandler: Processed in 0.002022039 sec. | ||
| 2890 | 2024.12.07 00:49:41.479351 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2891 | 2024.12.07 00:49:41.479483 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2892 | 2024.12.07 00:49:41.479540 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2893 | 2024.12.07 00:49:41.480097 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2894 | 2024.12.07 00:49:41.480144 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2895 | 2024.12.07 00:49:41.480496 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2896 | 2024.12.07 00:49:41.480733 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2897 | 2024.12.07 00:49:41.481037 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 2898 | 2024.12.07 00:49:41.481151 [ 276 ] {e21b5516-de86-4bf9-a03e-444221a78d36} <Debug> TCPHandler: Processed in 0.001885058 sec. | ||
| 2899 | 2024.12.07 00:49:41.481295 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2900 | 2024.12.07 00:49:41.481422 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2901 | 2024.12.07 00:49:41.481480 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2902 | 2024.12.07 00:49:41.482107 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2903 | 2024.12.07 00:49:41.482148 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2904 | 2024.12.07 00:49:41.482526 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2905 | 2024.12.07 00:49:41.482760 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2906 | 2024.12.07 00:49:41.483044 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001649 sec., 143723.46876895087 rows/sec., 9.63 MiB/sec. | ||
| 2907 | 2024.12.07 00:49:41.483267 [ 280 ] {a7824284-80e1-4205-ad19-1ae66a96da8b} <Debug> TCPHandler: Processed in 0.00203044 sec. | ||
| 2908 | 2024.12.07 00:49:41.483423 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2909 | 2024.12.07 00:49:41.483552 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2910 | 2024.12.07 00:49:41.483609 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2911 | 2024.12.07 00:49:41.484143 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2912 | 2024.12.07 00:49:41.484181 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2913 | 2024.12.07 00:49:41.484522 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2914 | 2024.12.07 00:49:41.484753 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2024.12.07 00:49:41.485033 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec. | ||
| 2916 | 2024.12.07 00:49:41.485162 [ 276 ] {aa94485a-34b2-4a8e-920a-ee7e90e9fd2a} <Debug> TCPHandler: Processed in 0.001805786 sec. | ||
| 2917 | 2024.12.07 00:49:41.485303 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2918 | 2024.12.07 00:49:41.485431 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2919 | 2024.12.07 00:49:41.485511 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2920 | 2024.12.07 00:49:41.486710 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2921 | 2024.12.07 00:49:41.486749 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2922 | 2024.12.07 00:49:41.487397 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2923 | 2024.12.07 00:49:41.487651 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2924 | 2024.12.07 00:49:41.487885 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002483 sec., 16109.544905356424 rows/sec., 28.87 MiB/sec. | ||
| 2925 | 2024.12.07 00:49:41.487976 [ 280 ] {c7226b4f-636a-4f6f-bedc-35e3c0631f7f} <Debug> TCPHandler: Processed in 0.002735984 sec. | ||
| 2926 | 2024.12.07 00:49:41.488110 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2927 | 2024.12.07 00:49:41.488240 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2928 | 2024.12.07 00:49:41.488295 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2929 | 2024.12.07 00:49:41.488823 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2930 | 2024.12.07 00:49:41.488869 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2931 | 2024.12.07 00:49:41.489260 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2932 | 2024.12.07 00:49:41.489488 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2933 | 2024.12.07 00:49:41.489691 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 2934 | 2024.12.07 00:49:41.489740 [ 276 ] {ceabb909-9142-42d1-9c80-f6a2c48a0bb7} <Debug> TCPHandler: Processed in 0.001691443 sec. | ||
| 2935 | 2024.12.07 00:49:44.464447 [ 133 ] {} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2936 | 2024.12.07 00:49:44.464508 [ 133 ] {} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2024.12.07 00:49:44.464529 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2938 | 2024.12.07 00:49:44.464769 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::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 | ||
| 2939 | 2024.12.07 00:49:44.465108 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2940 | 2024.12.07 00:49:44.465152 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part | ||
| 2941 | 2024.12.07 00:49:44.465276 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2942 | 2024.12.07 00:49:44.465408 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 2943 | 2024.12.07 00:49:44.465509 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::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 | ||
| 2944 | 2024.12.07 00:49:44.465621 [ 195 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2945 | 2024.12.07 00:49:44.467925 [ 190 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003306495 sec., 12702.272345792146 rows/sec., 2.09 MiB/sec. | ||
| 2946 | 2024.12.07 00:49:44.468231 [ 190 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2947 | 2024.12.07 00:49:44.468727 [ 190 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2024.12.07 00:49:44.468816 [ 190 ] {4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc::all_1_5_1} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2949 | 2024.12.07 00:49:44.468921 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2950 | 2024.12.07 00:49:46.460432 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2951 | 2024.12.07 00:49:46.460634 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2952 | 2024.12.07 00:49:46.460707 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2953 | 2024.12.07 00:49:46.461442 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2024.12.07 00:49:46.461491 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2955 | 2024.12.07 00:49:46.461898 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2956 | 2024.12.07 00:49:46.462145 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2024.12.07 00:49:46.462379 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001791 sec., 1116.6945840312674 rows/sec., 91.06 KiB/sec. | ||
| 2958 | 2024.12.07 00:49:46.462557 [ 276 ] {55288419-6f82-4c6a-b078-4cbeb029a876} <Debug> TCPHandler: Processed in 0.002267585 sec. | ||
| 2959 | 2024.12.07 00:49:46.462746 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2960 | 2024.12.07 00:49:46.462862 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2961 | 2024.12.07 00:49:46.462907 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2962 | 2024.12.07 00:49:46.463516 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2963 | 2024.12.07 00:49:46.463556 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2964 | 2024.12.07 00:49:46.463909 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2965 | 2024.12.07 00:49:46.464162 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2024.12.07 00:49:46.464431 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001591 sec., 35826.524198617226 rows/sec., 2.73 MiB/sec. | ||
| 2967 | 2024.12.07 00:49:46.464520 [ 280 ] {dc68f729-5e79-43fa-8a1f-153bce57d80e} <Debug> TCPHandler: Processed in 0.001831916 sec. | ||
| 2968 | 2024.12.07 00:49:46.464688 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2969 | 2024.12.07 00:49:46.464795 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2970 | 2024.12.07 00:49:46.464840 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2971 | 2024.12.07 00:49:46.465370 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2024.12.07 00:49:46.465409 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2973 | 2024.12.07 00:49:46.465758 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2974 | 2024.12.07 00:49:46.465993 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2024.12.07 00:49:46.466202 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00143 sec., 1398.6013986013986 rows/sec., 97.66 KiB/sec. | ||
| 2976 | 2024.12.07 00:49:46.466255 [ 276 ] {8c337a21-1d5b-48ea-b0ce-f6ce54d25342} <Debug> TCPHandler: Processed in 0.001619442 sec. | ||
| 2977 | 2024.12.07 00:49:46.466403 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2978 | 2024.12.07 00:49:46.466531 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2979 | 2024.12.07 00:49:46.466586 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2980 | 2024.12.07 00:49:46.467259 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2981 | 2024.12.07 00:49:46.467302 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2982 | 2024.12.07 00:49:46.467664 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2983 | 2024.12.07 00:49:46.467904 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2984 | 2024.12.07 00:49:46.468123 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00162 sec., 40740.740740740745 rows/sec., 3.18 MiB/sec. | ||
| 2985 | 2024.12.07 00:49:46.468175 [ 280 ] {80e0501f-5790-492e-ba15-461dc546b856} <Debug> TCPHandler: Processed in 0.001834896 sec. | ||
| 2986 | 2024.12.07 00:49:46.468331 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2987 | 2024.12.07 00:49:46.468461 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2988 | 2024.12.07 00:49:46.468519 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2989 | 2024.12.07 00:49:46.469138 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2024.12.07 00:49:46.469189 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2991 | 2024.12.07 00:49:46.469581 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2992 | 2024.12.07 00:49:46.469817 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2024.12.07 00:49:46.470024 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001593 sec., 101067.16886377904 rows/sec., 7.04 MiB/sec. | ||
| 2994 | 2024.12.07 00:49:46.470076 [ 276 ] {c0d10ad8-d45b-4bd9-a8b9-e4a425fd247f} <Debug> TCPHandler: Processed in 0.001807845 sec. | ||
| 2995 | 2024.12.07 00:49:46.470228 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2996 | 2024.12.07 00:49:46.470349 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2997 | 2024.12.07 00:49:46.470396 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2998 | 2024.12.07 00:49:46.470841 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2024.12.07 00:49:46.470880 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3000 | 2024.12.07 00:49:46.471246 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3001 | 2024.12.07 00:49:46.471480 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2024.12.07 00:49:46.471707 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 3003 | 2024.12.07 00:49:46.471830 [ 280 ] {c491790d-5557-47e7-bf87-484ae7385829} <Debug> TCPHandler: Processed in 0.001665723 sec. | ||
| 3004 | 2024.12.07 00:49:46.688955 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3005 | 2024.12.07 00:49:46.689621 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2024.12.07 00:49:46.689664 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3007 | 2024.12.07 00:49:46.690224 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3008 | 2024.12.07 00:49:46.690476 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2024.12.07 00:49:46.690713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3010 | 2024.12.07 00:49:47.072163 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3011 | 2024.12.07 00:49:47.092424 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3012 | 2024.12.07 00:49:47.092493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3013 | 2024.12.07 00:49:47.099928 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3014 | 2024.12.07 00:49:47.100698 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3015 | 2024.12.07 00:49:47.103561 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3016 | 2024.12.07 00:49:49.226765 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 466 | ||
| 3017 | 2024.12.07 00:49:49.229801 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2024.12.07 00:49:49.229853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3019 | 2024.12.07 00:49:49.231320 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3020 | 2024.12.07 00:49:49.231658 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2024.12.07 00:49:49.232207 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 466 | ||
| 3022 | 2024.12.07 00:49:51.467381 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2024.12.07 00:49:51.467612 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3024 | 2024.12.07 00:49:51.467691 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3025 | 2024.12.07 00:49:51.468531 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2024.12.07 00:49:51.468583 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3027 | 2024.12.07 00:49:51.469012 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3028 | 2024.12.07 00:49:51.469268 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2024.12.07 00:49:51.469465 [ 124 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3030 | 2024.12.07 00:49:51.469534 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 3031 | 2024.12.07 00:49:51.469561 [ 124 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2024.12.07 00:49:51.469637 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3033 | 2024.12.07 00:49:51.469660 [ 276 ] {a249a512-7a63-4ec6-8016-8de422b0ab0b} <Debug> TCPHandler: Processed in 0.002415977 sec. | ||
| 3034 | 2024.12.07 00:49:51.469865 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::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 | ||
| 3035 | 2024.12.07 00:49:51.469886 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3036 | 2024.12.07 00:49:51.470138 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3037 | 2024.12.07 00:49:51.470156 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3038 | 2024.12.07 00:49:51.470204 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 3039 | 2024.12.07 00:49:51.470266 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3040 | 2024.12.07 00:49:51.470478 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3041 | 2024.12.07 00:49:51.470868 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3042 | 2024.12.07 00:49:51.471166 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3043 | 2024.12.07 00:49:51.471530 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3044 | 2024.12.07 00:49:51.473183 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2024.12.07 00:49:51.473256 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3046 | 2024.12.07 00:49:51.474078 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004331525 sec., 16160.590092403945 rows/sec., 1.20 MiB/sec. | ||
| 3047 | 2024.12.07 00:49:51.474312 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3048 | 2024.12.07 00:49:51.474359 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3049 | 2024.12.07 00:49:51.474834 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3050 | 2024.12.07 00:49:51.474875 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2024.12.07 00:49:51.475006 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_9_2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3052 | 2024.12.07 00:49:51.475264 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3053 | 2024.12.07 00:49:51.475389 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Debug> executeQuery: Read 283 rows, 25.55 KiB in 0.005319 sec., 53205.489753713104 rows/sec., 4.69 MiB/sec. | ||
| 3054 | 2024.12.07 00:49:51.475627 [ 280 ] {d8233974-0991-46e8-ac9c-c2f8f14c3f2d} <Debug> TCPHandler: Processed in 0.005836375 sec. | ||
| 3055 | 2024.12.07 00:49:51.475799 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3056 | 2024.12.07 00:49:51.475916 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3057 | 2024.12.07 00:49:51.475961 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3058 | 2024.12.07 00:49:51.476542 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3059 | 2024.12.07 00:49:51.476582 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3060 | 2024.12.07 00:49:51.477021 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3061 | 2024.12.07 00:49:51.477312 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2024.12.07 00:49:51.477479 [ 124 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3063 | 2024.12.07 00:49:51.477547 [ 124 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2024.12.07 00:49:51.477566 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001662 sec., 28279.181708784596 rows/sec., 2.04 MiB/sec. | ||
| 3065 | 2024.12.07 00:49:51.477584 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3066 | 2024.12.07 00:49:51.477766 [ 276 ] {72a0ab41-176d-4d32-ad61-68faf0ad4b12} <Debug> TCPHandler: Processed in 0.00201656 sec. | ||
| 3067 | 2024.12.07 00:49:51.478054 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3068 | 2024.12.07 00:49:51.478159 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::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 | ||
| 3069 | 2024.12.07 00:49:51.478296 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3070 | 2024.12.07 00:49:51.478379 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3071 | 2024.12.07 00:49:51.478564 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3072 | 2024.12.07 00:49:51.478654 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3073 | 2024.12.07 00:49:51.478987 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 3074 | 2024.12.07 00:49:51.479370 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
| 3075 | 2024.12.07 00:49:51.479724 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part | ||
| 3076 | 2024.12.07 00:49:51.480052 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 3077 | 2024.12.07 00:49:51.480397 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 47 rows starting from the beginning of the part | ||
| 3078 | 2024.12.07 00:49:51.481312 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2024.12.07 00:49:51.481369 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3080 | 2024.12.07 00:49:51.482454 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3081 | 2024.12.07 00:49:51.483159 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2024.12.07 00:49:51.483271 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005535809 sec., 34141.35133636294 rows/sec., 2.58 MiB/sec. | ||
| 3083 | 2024.12.07 00:49:51.483569 [ 190 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3084 | 2024.12.07 00:49:51.483746 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005486 sec., 2551.950419248997 rows/sec., 178.72 KiB/sec. | ||
| 3085 | 2024.12.07 00:49:51.484091 [ 280 ] {b1c808a2-786f-4d91-8bb2-e0a4bae766aa} <Debug> TCPHandler: Processed in 0.006195533 sec. | ||
| 3086 | 2024.12.07 00:49:51.484450 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2024.12.07 00:49:51.484469 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2024.12.07 00:49:51.484655 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_11_2} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3089 | 2024.12.07 00:49:51.484664 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3090 | 2024.12.07 00:49:51.484776 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3091 | 2024.12.07 00:49:51.484805 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3092 | 2024.12.07 00:49:51.485494 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2024.12.07 00:49:51.485538 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3094 | 2024.12.07 00:49:51.485896 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3095 | 2024.12.07 00:49:51.486134 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2024.12.07 00:49:51.486297 [ 124 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3097 | 2024.12.07 00:49:51.486361 [ 124 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2024.12.07 00:49:51.486379 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001766 sec., 7361.268403171008 rows/sec., 458.97 KiB/sec. | ||
| 3099 | 2024.12.07 00:49:51.486399 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3100 | 2024.12.07 00:49:51.486534 [ 276 ] {1498bc0d-091e-45e6-9696-d555bb6ab9d6} <Debug> TCPHandler: Processed in 0.002266935 sec. | ||
| 3101 | 2024.12.07 00:49:51.486613 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::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 | ||
| 3102 | 2024.12.07 00:49:51.486714 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2024.12.07 00:49:51.486788 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3104 | 2024.12.07 00:49:51.486837 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 3105 | 2024.12.07 00:49:51.486917 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3106 | 2024.12.07 00:49:51.487083 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3107 | 2024.12.07 00:49:51.487108 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 3108 | 2024.12.07 00:49:51.487504 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 3109 | 2024.12.07 00:49:51.487847 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 3110 | 2024.12.07 00:49:51.488191 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3111 | 2024.12.07 00:49:51.490212 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3112 | 2024.12.07 00:49:51.490286 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3113 | 2024.12.07 00:49:51.490748 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004205753 sec., 15455.020777492166 rows/sec., 1023.99 KiB/sec. | ||
| 3114 | 2024.12.07 00:49:51.491013 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3115 | 2024.12.07 00:49:51.491240 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3116 | 2024.12.07 00:49:51.491667 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2024.12.07 00:49:51.491828 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2024.12.07 00:49:51.491882 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_9_2} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3119 | 2024.12.07 00:49:51.492065 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3120 | 2024.12.07 00:49:51.492282 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005381 sec., 78424.08474261289 rows/sec., 5.61 MiB/sec. | ||
| 3121 | 2024.12.07 00:49:51.492494 [ 280 ] {6b1119d7-5d40-4475-b921-c94c25f0633e} <Debug> TCPHandler: Processed in 0.005845905 sec. | ||
| 3122 | 2024.12.07 00:49:51.492665 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2024.12.07 00:49:51.492797 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3124 | 2024.12.07 00:49:51.492853 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3125 | 2024.12.07 00:49:51.493402 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2024.12.07 00:49:51.493446 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3127 | 2024.12.07 00:49:51.493802 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3128 | 2024.12.07 00:49:51.494037 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2024.12.07 00:49:51.494270 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec. | ||
| 3130 | 2024.12.07 00:49:51.494423 [ 276 ] {e092e6a4-2493-4a8a-9d25-e1b52c12e529} <Debug> TCPHandler: Processed in 0.001822236 sec. | ||
| 3131 | 2024.12.07 00:49:51.494572 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2024.12.07 00:49:51.494702 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3133 | 2024.12.07 00:49:51.494761 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3134 | 2024.12.07 00:49:51.495420 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2024.12.07 00:49:51.495461 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3136 | 2024.12.07 00:49:51.495838 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3137 | 2024.12.07 00:49:51.496080 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2024.12.07 00:49:51.496344 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001673 sec., 141661.68559473997 rows/sec., 9.50 MiB/sec. | ||
| 3139 | 2024.12.07 00:49:51.496581 [ 280 ] {f5c1ac05-7d10-4bf3-aa24-1aefd2fac114} <Debug> TCPHandler: Processed in 0.002061351 sec. | ||
| 3140 | 2024.12.07 00:49:51.496732 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2024.12.07 00:49:51.496863 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3142 | 2024.12.07 00:49:51.496919 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3143 | 2024.12.07 00:49:51.497454 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2024.12.07 00:49:51.497493 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3145 | 2024.12.07 00:49:51.497833 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3146 | 2024.12.07 00:49:51.498074 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2024.12.07 00:49:51.498229 [ 122 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3148 | 2024.12.07 00:49:51.498293 [ 122 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3149 | 2024.12.07 00:49:51.498312 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec. | ||
| 3150 | 2024.12.07 00:49:51.498331 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3151 | 2024.12.07 00:49:51.498463 [ 276 ] {aeb4d4d2-4224-4762-8398-3e9ebd6b0566} <Debug> TCPHandler: Processed in 0.001794525 sec. | ||
| 3152 | 2024.12.07 00:49:51.498699 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::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 | ||
| 3153 | 2024.12.07 00:49:51.498715 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2024.12.07 00:49:51.499043 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3155 | 2024.12.07 00:49:51.499085 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3156 | 2024.12.07 00:49:51.499224 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3157 | 2024.12.07 00:49:51.499244 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3158 | 2024.12.07 00:49:51.499621 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3159 | 2024.12.07 00:49:51.499914 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3160 | 2024.12.07 00:49:51.500274 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3161 | 2024.12.07 00:49:51.500571 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3162 | 2024.12.07 00:49:51.500906 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3163 | 2024.12.07 00:49:51.503643 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005163242 sec., 1936.7676355282204 rows/sec., 129.75 KiB/sec. | ||
| 3164 | 2024.12.07 00:49:51.503849 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3165 | 2024.12.07 00:49:51.504501 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3166 | 2024.12.07 00:49:51.504703 [ 198 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_10_2} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3167 | 2024.12.07 00:49:51.504896 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3168 | 2024.12.07 00:49:51.505011 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2024.12.07 00:49:51.505056 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3170 | 2024.12.07 00:49:51.505729 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3171 | 2024.12.07 00:49:51.505989 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3172 | 2024.12.07 00:49:51.506315 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007376 sec., 5422.993492407809 rows/sec., 9.72 MiB/sec. | ||
| 3173 | 2024.12.07 00:49:51.506421 [ 280 ] {df67653c-e16e-46ef-b89d-515c6daa90ff} <Debug> TCPHandler: Processed in 0.007842554 sec. | ||
| 3174 | 2024.12.07 00:49:51.506574 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3175 | 2024.12.07 00:49:51.506704 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3176 | 2024.12.07 00:49:51.506760 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3177 | 2024.12.07 00:49:51.507288 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2024.12.07 00:49:51.507334 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3179 | 2024.12.07 00:49:51.507701 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3180 | 2024.12.07 00:49:51.508013 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2024.12.07 00:49:51.508225 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec. | ||
| 3182 | 2024.12.07 00:49:51.508276 [ 276 ] {342df0b8-e6b9-4e89-88a8-85878ede1bd0} <Debug> TCPHandler: Processed in 0.001764105 sec. | ||
| 3183 | 2024.12.07 00:49:54.062406 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3184 | 2024.12.07 00:49:54.062484 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3185 | 2024.12.07 00:49:54.190824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3186 | 2024.12.07 00:49:54.191573 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3187 | 2024.12.07 00:49:54.191616 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 3188 | 2024.12.07 00:49:54.192135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3189 | 2024.12.07 00:49:54.192384 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2024.12.07 00:49:54.192637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3191 | 2024.12.07 00:49:54.603616 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3192 | 2024.12.07 00:49:54.625105 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2024.12.07 00:49:54.625164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3194 | 2024.12.07 00:49:54.633148 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3195 | 2024.12.07 00:49:54.634056 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2024.12.07 00:49:54.637353 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3197 | 2024.12.07 00:49:56.461939 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3198 | 2024.12.07 00:49:56.462153 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3199 | 2024.12.07 00:49:56.462235 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3200 | 2024.12.07 00:49:56.463059 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2024.12.07 00:49:56.463111 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3202 | 2024.12.07 00:49:56.463547 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3203 | 2024.12.07 00:49:56.463802 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2024.12.07 00:49:56.464035 [ 114 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3205 | 2024.12.07 00:49:56.464073 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.16 MiB/sec. | ||
| 3206 | 2024.12.07 00:49:56.464155 [ 114 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2024.12.07 00:49:56.464231 [ 276 ] {283d9bbf-4656-48ee-aa98-a21ea36e2437} <Debug> TCPHandler: Processed in 0.002421158 sec. | ||
| 3208 | 2024.12.07 00:49:56.464250 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3209 | 2024.12.07 00:49:56.464480 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3210 | 2024.12.07 00:49:56.464496 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 3211 | 2024.12.07 00:49:56.464708 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3212 | 2024.12.07 00:49:56.464789 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3213 | 2024.12.07 00:49:56.464817 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3214 | 2024.12.07 00:49:56.464854 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1429 rows starting from the beginning of the part | ||
| 3215 | 2024.12.07 00:49:56.465177 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 3216 | 2024.12.07 00:49:56.465516 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 283 rows starting from the beginning of the part | ||
| 3217 | 2024.12.07 00:49:56.465865 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 57 rows starting from the beginning of the part | ||
| 3218 | 2024.12.07 00:49:56.466226 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 283 rows starting from the beginning of the part | ||
| 3219 | 2024.12.07 00:49:56.466579 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 3220 | 2024.12.07 00:49:56.467693 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2024.12.07 00:49:56.467750 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3222 | 2024.12.07 00:49:56.468819 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3223 | 2024.12.07 00:49:56.469221 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2024.12.07 00:49:56.469564 [ 114 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3225 | 2024.12.07 00:49:56.469747 [ 114 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3226 | 2024.12.07 00:49:56.469839 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005183 sec., 12348.060968551032 rows/sec., 986.93 KiB/sec. | ||
| 3227 | 2024.12.07 00:49:56.469869 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3228 | 2024.12.07 00:49:56.470347 [ 280 ] {2302f5ad-65f2-4b1e-b92d-de5fbd3b59ad} <Debug> TCPHandler: Processed in 0.005959667 sec. | ||
| 3229 | 2024.12.07 00:49:56.470385 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 5 columns (5 merged, 0 gathered) in 0.005989688 sec., 361287.59962121566 rows/sec., 31.77 MiB/sec. | ||
| 3230 | 2024.12.07 00:49:56.470436 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 3231 | 2024.12.07 00:49:56.470615 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2024.12.07 00:49:56.470636 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3233 | 2024.12.07 00:49:56.470691 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 906 rows starting from the beginning of the part | ||
| 3234 | 2024.12.07 00:49:56.470992 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3235 | 2024.12.07 00:49:56.471049 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3236 | 2024.12.07 00:49:56.471190 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3237 | 2024.12.07 00:49:56.471251 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3238 | 2024.12.07 00:49:56.471472 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 422 rows starting from the beginning of the part | ||
| 3239 | 2024.12.07 00:49:56.472026 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 3240 | 2024.12.07 00:49:56.472470 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 422 rows starting from the beginning of the part | ||
| 3241 | 2024.12.07 00:49:56.472919 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3242 | 2024.12.07 00:49:56.473803 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2024.12.07 00:49:56.474271 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_21_4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3244 | 2024.12.07 00:49:56.474679 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3245 | 2024.12.07 00:49:56.474886 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2024.12.07 00:49:56.474959 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3247 | 2024.12.07 00:49:56.476060 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3248 | 2024.12.07 00:49:56.476568 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2024.12.07 00:49:56.476578 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1944 rows, containing 5 columns (5 merged, 0 gathered) in 0.006439247 sec., 301898.6536779844 rows/sec., 23.10 MiB/sec. | ||
| 3250 | 2024.12.07 00:49:56.476818 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3251 | 2024.12.07 00:49:56.476905 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2024.12.07 00:49:56.476958 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3253 | 2024.12.07 00:49:56.476979 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3254 | 2024.12.07 00:49:56.477009 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006163 sec., 25961.382443615123 rows/sec., 1.81 MiB/sec. | ||
| 3255 | 2024.12.07 00:49:56.477471 [ 276 ] {daa4402a-f0e1-4186-bb3b-aa889e148c06} <Debug> TCPHandler: Processed in 0.006941267 sec. | ||
| 3256 | 2024.12.07 00:49:56.477508 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 3257 | 2024.12.07 00:49:56.477730 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3258 | 2024.12.07 00:49:56.477868 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3259 | 2024.12.07 00:49:56.477977 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3260 | 2024.12.07 00:49:56.477971 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5702 rows starting from the beginning of the part | ||
| 3261 | 2024.12.07 00:49:56.478101 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3262 | 2024.12.07 00:49:56.478131 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2024.12.07 00:49:56.478595 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 3264 | 2024.12.07 00:49:56.478637 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_21_4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3265 | 2024.12.07 00:49:56.479050 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3266 | 2024.12.07 00:49:56.479203 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 3267 | 2024.12.07 00:49:56.479413 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part | ||
| 3268 | 2024.12.07 00:49:56.479600 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3269 | 2024.12.07 00:49:56.479681 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3270 | 2024.12.07 00:49:56.480232 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2024.12.07 00:49:56.480277 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3272 | 2024.12.07 00:49:56.480747 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3273 | 2024.12.07 00:49:56.481080 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3274 | 2024.12.07 00:49:56.481333 [ 114 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3275 | 2024.12.07 00:49:56.481408 [ 114 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3276 | 2024.12.07 00:49:56.481424 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003507 sec., 17108.63986313088 rows/sec., 1.15 MiB/sec. | ||
| 3277 | 2024.12.07 00:49:56.481476 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3278 | 2024.12.07 00:49:56.481587 [ 280 ] {3b6446f9-8ad7-4e40-9156-6b66a217fe6f} <Debug> TCPHandler: Processed in 0.003996318 sec. | ||
| 3279 | 2024.12.07 00:49:56.481802 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3280 | 2024.12.07 00:49:56.482020 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3281 | 2024.12.07 00:49:56.482069 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 904 rows starting from the beginning of the part | ||
| 3282 | 2024.12.07 00:49:56.482213 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3283 | 2024.12.07 00:49:56.482459 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3284 | 2024.12.07 00:49:56.482827 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3285 | 2024.12.07 00:49:56.483264 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3286 | 2024.12.07 00:49:56.483318 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6657 rows, containing 5 columns (5 merged, 0 gathered) in 0.006222323 sec., 1069857.6721266317 rows/sec., 72.15 MiB/sec. | ||
| 3287 | 2024.12.07 00:49:56.483504 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3288 | 2024.12.07 00:49:56.483916 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3289 | 2024.12.07 00:49:56.484525 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.12.07 00:49:56.484718 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3291 | 2024.12.07 00:49:56.484874 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 3292 | 2024.12.07 00:49:56.485427 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 4 columns (4 merged, 0 gathered) in 0.003830586 sec., 325798.7159144841 rows/sec., 21.25 MiB/sec. | ||
| 3293 | 2024.12.07 00:49:56.485653 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3294 | 2024.12.07 00:49:56.485941 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2024.12.07 00:49:56.486014 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_21_4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3296 | 2024.12.07 00:49:56.486094 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3297 | 2024.12.07 00:49:57.275345 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3298 | 2024.12.07 00:49:57.275552 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3299 | 2024.12.07 00:49:57.275630 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3300 | 2024.12.07 00:49:57.276376 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3301 | 2024.12.07 00:49:57.276424 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3302 | 2024.12.07 00:49:57.276845 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3303 | 2024.12.07 00:49:57.277092 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3304 | 2024.12.07 00:49:57.277316 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001819 sec., 7696.5365585486525 rows/sec., 554.05 KiB/sec. | ||
| 3305 | 2024.12.07 00:49:57.277488 [ 276 ] {b6ecdca9-9d25-4e8e-a505-1909e5683766} <Debug> TCPHandler: Processed in 0.002275725 sec. | ||
| 3306 | 2024.12.07 00:49:57.277705 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3307 | 2024.12.07 00:49:57.277843 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3308 | 2024.12.07 00:49:57.277899 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3309 | 2024.12.07 00:49:57.278566 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3310 | 2024.12.07 00:49:57.278611 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3311 | 2024.12.07 00:49:57.278958 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3312 | 2024.12.07 00:49:57.279199 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2024.12.07 00:49:57.279372 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00156 sec., 1282.051282051282 rows/sec., 104.54 KiB/sec. | ||
| 3314 | 2024.12.07 00:49:57.279424 [ 280 ] {93acb6eb-13be-43ad-bb6f-663c70508c8d} <Debug> TCPHandler: Processed in 0.001785356 sec. | ||
| 3315 | 2024.12.07 00:49:57.279587 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3316 | 2024.12.07 00:49:57.279716 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3317 | 2024.12.07 00:49:57.279768 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3318 | 2024.12.07 00:49:57.280974 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2024.12.07 00:49:57.281012 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3320 | 2024.12.07 00:49:57.281449 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3321 | 2024.12.07 00:49:57.281690 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2024.12.07 00:49:57.281872 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Debug> executeQuery: Read 1424 rows, 121.74 KiB in 0.002186 sec., 651418.1152790484 rows/sec., 54.38 MiB/sec. | ||
| 3323 | 2024.12.07 00:49:57.281922 [ 276 ] {6facccbf-ef60-4f65-9df8-5a92f99d8f6d} <Debug> TCPHandler: Processed in 0.002386567 sec. | ||
| 3324 | 2024.12.07 00:49:57.282065 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3325 | 2024.12.07 00:49:57.282197 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3326 | 2024.12.07 00:49:57.282252 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3327 | 2024.12.07 00:49:57.282884 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3328 | 2024.12.07 00:49:57.282920 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3329 | 2024.12.07 00:49:57.283287 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3330 | 2024.12.07 00:49:57.283523 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2024.12.07 00:49:57.283700 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001537 sec., 31880.28627195836 rows/sec., 2.29 MiB/sec. | ||
| 3332 | 2024.12.07 00:49:57.283752 [ 280 ] {9870e1dd-90e7-4d9f-a5b5-30c81b97b4b5} <Debug> TCPHandler: Processed in 0.001749654 sec. | ||
| 3333 | 2024.12.07 00:49:57.283900 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3334 | 2024.12.07 00:49:57.284028 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3335 | 2024.12.07 00:49:57.284082 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3336 | 2024.12.07 00:49:57.284750 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2024.12.07 00:49:57.284787 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3338 | 2024.12.07 00:49:57.285132 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3339 | 2024.12.07 00:49:57.285376 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2024.12.07 00:49:57.285491 [ 113 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3341 | 2024.12.07 00:49:57.285533 [ 113 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3342 | 2024.12.07 00:49:57.285556 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3343 | 2024.12.07 00:49:57.285559 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001558 sec., 155327.3427471117 rows/sec., 10.52 MiB/sec. | ||
| 3344 | 2024.12.07 00:49:57.285687 [ 276 ] {7bbc6a8f-3238-4059-b5a4-7c3dbd668114} <Debug> TCPHandler: Processed in 0.001846756 sec. | ||
| 3345 | 2024.12.07 00:49:57.285866 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::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 | ||
| 3346 | 2024.12.07 00:49:57.285892 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3347 | 2024.12.07 00:49:57.286193 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3348 | 2024.12.07 00:49:57.286195 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3349 | 2024.12.07 00:49:57.286255 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3350 | 2024.12.07 00:49:57.286307 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3351 | 2024.12.07 00:49:57.286600 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part | ||
| 3352 | 2024.12.07 00:49:57.286947 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3353 | 2024.12.07 00:49:57.287316 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3354 | 2024.12.07 00:49:57.287721 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3355 | 2024.12.07 00:49:57.288086 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::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 | ||
| 3356 | 2024.12.07 00:49:57.289407 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.12.07 00:49:57.289479 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3358 | 2024.12.07 00:49:57.290571 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3359 | 2024.12.07 00:49:57.291104 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2024.12.07 00:49:57.291277 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.00561071 sec., 134564.07477841486 rows/sec., 9.63 MiB/sec. | ||
| 3361 | 2024.12.07 00:49:57.291521 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005423 sec., 2397.197123363452 rows/sec., 149.46 KiB/sec. | ||
| 3362 | 2024.12.07 00:49:57.291560 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3363 | 2024.12.07 00:49:57.291723 [ 280 ] {5f49f8e8-86e6-430d-9737-fbd0da912916} <Debug> TCPHandler: Processed in 0.005925497 sec. | ||
| 3364 | 2024.12.07 00:49:57.291917 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3365 | 2024.12.07 00:49:57.292093 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2024.12.07 00:49:57.292128 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3367 | 2024.12.07 00:49:57.292239 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3368 | 2024.12.07 00:49:57.292261 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_11_2} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3369 | 2024.12.07 00:49:57.292448 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3370 | 2024.12.07 00:49:57.293342 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2024.12.07 00:49:57.293386 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3372 | 2024.12.07 00:49:57.293777 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3373 | 2024.12.07 00:49:57.294018 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2024.12.07 00:49:57.294206 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Debug> executeQuery: Read 880 rows, 65.34 KiB in 0.002148 sec., 409683.42644320294 rows/sec., 29.70 MiB/sec. | ||
| 3375 | 2024.12.07 00:49:57.294331 [ 276 ] {dc377a64-7eb1-4bf0-9826-4314be55c391} <Debug> TCPHandler: Processed in 0.00250082 sec. | ||
| 3376 | 2024.12.07 00:49:57.294487 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3377 | 2024.12.07 00:49:57.294613 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3378 | 2024.12.07 00:49:57.294659 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3379 | 2024.12.07 00:49:57.295084 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2024.12.07 00:49:57.295121 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3381 | 2024.12.07 00:49:57.295474 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3382 | 2024.12.07 00:49:57.295708 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2024.12.07 00:49:57.295959 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 232.89 KiB/sec. | ||
| 3384 | 2024.12.07 00:49:57.296089 [ 280 ] {e7533466-4aed-405d-8610-cf54bcc607e0} <Debug> TCPHandler: Processed in 0.001663712 sec. | ||
| 3385 | 2024.12.07 00:49:57.296225 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2024.12.07 00:49:57.296332 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3387 | 2024.12.07 00:49:57.296379 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3388 | 2024.12.07 00:49:57.297082 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2024.12.07 00:49:57.297119 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3390 | 2024.12.07 00:49:57.297537 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3391 | 2024.12.07 00:49:57.297777 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2024.12.07 00:49:57.297987 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001666 sec., 573829.5318127251 rows/sec., 38.12 MiB/sec. | ||
| 3393 | 2024.12.07 00:49:57.298058 [ 276 ] {50cd107d-9959-4ba5-a89e-583dbaf37551} <Debug> TCPHandler: Processed in 0.001883567 sec. | ||
| 3394 | 2024.12.07 00:49:57.298319 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2024.12.07 00:49:57.298493 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3396 | 2024.12.07 00:49:57.298551 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3397 | 2024.12.07 00:49:57.298979 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2024.12.07 00:49:57.299017 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3399 | 2024.12.07 00:49:57.299380 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3400 | 2024.12.07 00:49:57.299608 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2024.12.07 00:49:57.299783 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 3402 | 2024.12.07 00:49:57.299831 [ 280 ] {133350ef-42e6-4b60-a336-c91231028367} <Debug> TCPHandler: Processed in 0.001674803 sec. | ||
| 3403 | 2024.12.07 00:49:57.299952 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2024.12.07 00:49:57.300058 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3405 | 2024.12.07 00:49:57.300122 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3406 | 2024.12.07 00:49:57.301204 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3407 | 2024.12.07 00:49:57.301241 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3408 | 2024.12.07 00:49:57.301875 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3409 | 2024.12.07 00:49:57.302130 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2024.12.07 00:49:57.302328 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3411 | 2024.12.07 00:49:57.302388 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00235 sec., 17021.27659574468 rows/sec., 30.50 MiB/sec. | ||
| 3412 | 2024.12.07 00:49:57.302410 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3413 | 2024.12.07 00:49:57.302474 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3414 | 2024.12.07 00:49:57.302808 [ 276 ] {34972c95-12bb-4e43-832b-980252f15ccd} <Debug> TCPHandler: Processed in 0.002901687 sec. | ||
| 3415 | 2024.12.07 00:49:57.303002 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 3416 | 2024.12.07 00:49:57.303150 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2024.12.07 00:49:57.303467 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3418 | 2024.12.07 00:49:57.303553 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3419 | 2024.12.07 00:49:57.303836 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3420 | 2024.12.07 00:49:57.303950 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 111 rows starting from the beginning of the part | ||
| 3421 | 2024.12.07 00:49:57.304351 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part | ||
| 3422 | 2024.12.07 00:49:57.304767 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2024.12.07 00:49:57.304798 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
| 3424 | 2024.12.07 00:49:57.304816 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3425 | 2024.12.07 00:49:57.305217 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3426 | 2024.12.07 00:49:57.306084 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3427 | 2024.12.07 00:49:57.306110 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3428 | 2024.12.07 00:49:57.306384 [ 193 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3429 | 2024.12.07 00:49:57.306654 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2024.12.07 00:49:57.307191 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003746 sec., 9076.348104644954 rows/sec., 539.38 KiB/sec. | ||
| 3431 | 2024.12.07 00:49:57.307605 [ 280 ] {eb1d5a9a-0248-4d89-8ea2-097be209de4b} <Debug> TCPHandler: Processed in 0.004655471 sec. | ||
| 3432 | 2024.12.07 00:49:57.310208 [ 186 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 19 columns (19 merged, 0 gathered) in 0.00759112 sec., 35699.6069091254 rows/sec., 63.97 MiB/sec. | ||
| 3433 | 2024.12.07 00:49:57.310711 [ 186 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3434 | 2024.12.07 00:49:57.311122 [ 186 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2024.12.07 00:49:57.311205 [ 186 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3436 | 2024.12.07 00:49:57.311351 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. | ||
| 3437 | 2024.12.07 00:49:59.232432 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 520 | ||
| 3438 | 2024.12.07 00:49:59.235977 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2024.12.07 00:49:59.236027 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3440 | 2024.12.07 00:49:59.237557 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3441 | 2024.12.07 00:49:59.237884 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3442 | 2024.12.07 00:49:59.238076 [ 78 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3443 | 2024.12.07 00:49:59.238142 [ 78 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2024.12.07 00:49:59.238186 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3445 | 2024.12.07 00:49:59.238996 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 3446 | 2024.12.07 00:49:59.239666 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
| 3447 | 2024.12.07 00:49:59.240170 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3448 | 2024.12.07 00:49:59.240359 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part | ||
| 3449 | 2024.12.07 00:49:59.240899 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 3450 | 2024.12.07 00:49:59.241411 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 58 rows starting from the beginning of the part | ||
| 3451 | 2024.12.07 00:49:59.241904 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 3452 | 2024.12.07 00:49:59.242376 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3453 | 2024.12.07 00:49:59.242858 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part | ||
| 3454 | 2024.12.07 00:49:59.250471 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 72 columns (72 merged, 0 gathered) in 0.012128979 sec., 42872.528676980975 rows/sec., 38.48 MiB/sec. | ||
| 3455 | 2024.12.07 00:49:59.251502 [ 205 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3456 | 2024.12.07 00:49:59.252253 [ 205 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2024.12.07 00:49:59.252340 [ 205 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_11_2} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3458 | 2024.12.07 00:49:59.252540 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3459 | 2024.12.07 00:50:01.459886 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3460 | 2024.12.07 00:50:01.460208 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3461 | 2024.12.07 00:50:01.460322 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3462 | 2024.12.07 00:50:01.461253 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3463 | 2024.12.07 00:50:01.461298 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3464 | 2024.12.07 00:50:01.461744 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3465 | 2024.12.07 00:50:01.461997 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2024.12.07 00:50:01.462255 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002125 sec., 26352.941176470587 rows/sec., 2.01 MiB/sec. | ||
| 3467 | 2024.12.07 00:50:01.462364 [ 276 ] {f6bd2d2d-9697-4b74-acf7-5b0e7ec6cf62} <Debug> TCPHandler: Processed in 0.002655582 sec. | ||
| 3468 | 2024.12.07 00:50:01.462604 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3469 | 2024.12.07 00:50:01.462745 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3470 | 2024.12.07 00:50:01.462802 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3471 | 2024.12.07 00:50:01.463489 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3472 | 2024.12.07 00:50:01.463538 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3473 | 2024.12.07 00:50:01.463937 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3474 | 2024.12.07 00:50:01.464178 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3475 | 2024.12.07 00:50:01.464389 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001676 sec., 38186.15751789976 rows/sec., 2.98 MiB/sec. | ||
| 3476 | 2024.12.07 00:50:01.464443 [ 280 ] {794db7c1-ef73-4398-aac8-597bfdec7bb2} <Debug> TCPHandler: Processed in 0.001946688 sec. | ||
| 3477 | 2024.12.07 00:50:01.464579 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3478 | 2024.12.07 00:50:01.464687 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3479 | 2024.12.07 00:50:01.464740 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3480 | 2024.12.07 00:50:01.465395 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3481 | 2024.12.07 00:50:01.465442 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3482 | 2024.12.07 00:50:01.465868 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3483 | 2024.12.07 00:50:01.466100 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3484 | 2024.12.07 00:50:01.466294 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00163 sec., 78527.6073619632 rows/sec., 5.47 MiB/sec. | ||
| 3485 | 2024.12.07 00:50:01.466346 [ 276 ] {57530d1f-ba6e-4f78-ac0f-1efd193f81ae} <Debug> TCPHandler: Processed in 0.001818106 sec. | ||
| 3486 | 2024.12.07 00:50:01.466492 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3487 | 2024.12.07 00:50:01.466598 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3488 | 2024.12.07 00:50:01.466644 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3489 | 2024.12.07 00:50:01.467158 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2024.12.07 00:50:01.467205 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3491 | 2024.12.07 00:50:01.467625 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3492 | 2024.12.07 00:50:01.467878 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2024.12.07 00:50:01.468094 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001517 sec., 31641.397495056033 rows/sec., 2.13 MiB/sec. | ||
| 3494 | 2024.12.07 00:50:01.468143 [ 280 ] {18645f0f-3059-4320-9989-0d65ffd905d4} <Debug> TCPHandler: Processed in 0.001703463 sec. | ||
| 3495 | 2024.12.07 00:50:01.692755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3496 | 2024.12.07 00:50:01.693804 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2024.12.07 00:50:01.693890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3498 | 2024.12.07 00:50:01.694551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3499 | 2024.12.07 00:50:01.694811 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2024.12.07 00:50:01.695096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3501 | 2024.12.07 00:50:02.137408 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3502 | 2024.12.07 00:50:02.160100 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2024.12.07 00:50:02.160170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3504 | 2024.12.07 00:50:02.167740 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3505 | 2024.12.07 00:50:02.168545 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2024.12.07 00:50:02.172198 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3507 | 2024.12.07 00:50:06.460428 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2024.12.07 00:50:06.460654 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3509 | 2024.12.07 00:50:06.460733 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3510 | 2024.12.07 00:50:06.461494 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2024.12.07 00:50:06.461537 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3512 | 2024.12.07 00:50:06.461984 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3513 | 2024.12.07 00:50:06.462240 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2024.12.07 00:50:06.462469 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.28 MiB/sec. | ||
| 3515 | 2024.12.07 00:50:06.462525 [ 276 ] {a3efed74-387c-461c-96fc-7487c0d02ba1} <Debug> TCPHandler: Processed in 0.002234365 sec. | ||
| 3516 | 2024.12.07 00:50:06.462709 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2024.12.07 00:50:06.462847 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3518 | 2024.12.07 00:50:06.462903 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3519 | 2024.12.07 00:50:06.463592 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2024.12.07 00:50:06.463639 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3521 | 2024.12.07 00:50:06.464047 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3522 | 2024.12.07 00:50:06.464290 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2024.12.07 00:50:06.464503 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001685 sec., 37982.19584569733 rows/sec., 2.96 MiB/sec. | ||
| 3524 | 2024.12.07 00:50:06.464556 [ 280 ] {c5be4197-644c-4265-bc16-11aa91e82e06} <Debug> TCPHandler: Processed in 0.001916758 sec. | ||
| 3525 | 2024.12.07 00:50:06.464690 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3526 | 2024.12.07 00:50:06.464797 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3527 | 2024.12.07 00:50:06.464847 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3528 | 2024.12.07 00:50:06.465472 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2024.12.07 00:50:06.465517 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3530 | 2024.12.07 00:50:06.465963 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3531 | 2024.12.07 00:50:06.466204 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3532 | 2024.12.07 00:50:06.466416 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 3533 | 2024.12.07 00:50:06.466468 [ 276 ] {85aeedb1-a2c9-44c4-81de-7e0ce1da9808} <Debug> TCPHandler: Processed in 0.001830796 sec. | ||
| 3534 | 2024.12.07 00:50:06.466610 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2024.12.07 00:50:06.466715 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3536 | 2024.12.07 00:50:06.466761 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3537 | 2024.12.07 00:50:06.467298 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2024.12.07 00:50:06.467343 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3539 | 2024.12.07 00:50:06.467759 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3540 | 2024.12.07 00:50:06.468010 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2024.12.07 00:50:06.468227 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 3542 | 2024.12.07 00:50:06.468275 [ 280 ] {4a0e88d8-2cbe-483f-9524-d315aac8958f} <Debug> TCPHandler: Processed in 0.001715394 sec. | ||
| 3543 | 2024.12.07 00:50:08.813686 [ 70 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3544 | 2024.12.07 00:50:08.813753 [ 70 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3545 | 2024.12.07 00:50:08.813774 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3546 | 2024.12.07 00:50:08.813932 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3547 | 2024.12.07 00:50:08.814095 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3548 | 2024.12.07 00:50:08.814132 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3549 | 2024.12.07 00:50:08.814204 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3550 | 2024.12.07 00:50:08.814303 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3551 | 2024.12.07 00:50:08.814435 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3552 | 2024.12.07 00:50:08.814494 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3553 | 2024.12.07 00:50:08.815411 [ 205 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001563181 sec., 38383.271035152036 rows/sec., 1.96 MiB/sec. | ||
| 3554 | 2024.12.07 00:50:08.815617 [ 186 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3555 | 2024.12.07 00:50:08.816023 [ 186 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2024.12.07 00:50:08.816111 [ 186 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_10_2} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3557 | 2024.12.07 00:50:08.816209 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3558 | 2024.12.07 00:50:09.062735 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3559 | 2024.12.07 00:50:09.062774 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3560 | 2024.12.07 00:50:09.195223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3561 | 2024.12.07 00:50:09.196347 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2024.12.07 00:50:09.196404 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3563 | 2024.12.07 00:50:09.196968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3564 | 2024.12.07 00:50:09.197228 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2024.12.07 00:50:09.197447 [ 70 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3566 | 2024.12.07 00:50:09.197480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3567 | 2024.12.07 00:50:09.197514 [ 70 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2024.12.07 00:50:09.197547 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3569 | 2024.12.07 00:50:09.197702 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3570 | 2024.12.07 00:50:09.197881 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3571 | 2024.12.07 00:50:09.197928 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3572 | 2024.12.07 00:50:09.198006 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3573 | 2024.12.07 00:50:09.198112 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3574 | 2024.12.07 00:50:09.198261 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3575 | 2024.12.07 00:50:09.198335 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3576 | 2024.12.07 00:50:09.198543 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 3577 | 2024.12.07 00:50:09.200232 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002608972 sec., 2829083.6390731675 rows/sec., 40.47 MiB/sec. | ||
| 3578 | 2024.12.07 00:50:09.200626 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3579 | 2024.12.07 00:50:09.200926 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_16_3} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2024.12.07 00:50:09.201011 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_16_3} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3581 | 2024.12.07 00:50:09.201109 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3582 | 2024.12.07 00:50:09.239989 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 536 | ||
| 3583 | 2024.12.07 00:50:09.243271 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3584 | 2024.12.07 00:50:09.243313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3585 | 2024.12.07 00:50:09.244881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3586 | 2024.12.07 00:50:09.245191 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3587 | 2024.12.07 00:50:09.245674 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536 | ||
| 3588 | 2024.12.07 00:50:09.672273 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3589 | 2024.12.07 00:50:09.693877 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.12.07 00:50:09.693929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3591 | 2024.12.07 00:50:09.701453 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3592 | 2024.12.07 00:50:09.702257 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2024.12.07 00:50:09.702662 [ 79 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3594 | 2024.12.07 00:50:09.702814 [ 79 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2024.12.07 00:50:09.702897 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3596 | 2024.12.07 00:50:09.703314 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 3597 | 2024.12.07 00:50:09.711908 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3598 | 2024.12.07 00:50:09.713094 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3599 | 2024.12.07 00:50:09.713986 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 3600 | 2024.12.07 00:50:09.718629 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 3601 | 2024.12.07 00:50:09.723377 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 3602 | 2024.12.07 00:50:09.728491 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 3603 | 2024.12.07 00:50:09.733866 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3604 | 2024.12.07 00:50:09.738461 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3605 | 2024.12.07 00:50:09.798651 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.095612105 sec., 1265.5301334491066 rows/sec., 6.54 MiB/sec. | ||
| 3606 | 2024.12.07 00:50:09.800674 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3607 | 2024.12.07 00:50:09.803406 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2024.12.07 00:50:09.803532 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_16_3} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3609 | 2024.12.07 00:50:09.805357 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3610 | 2024.12.07 00:50:10.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.85 MiB, peak 188.81 MiB, free memory in arenas 0.00 B, will set to 179.96 MiB (RSS), difference: 1.12 MiB | ||
| 3611 | 2024.12.07 00:50:10.001375 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000934819 sec. | ||
| 3612 | 2024.12.07 00:50:11.467345 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2024.12.07 00:50:11.467653 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3614 | 2024.12.07 00:50:11.467772 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3615 | 2024.12.07 00:50:11.468645 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2024.12.07 00:50:11.468696 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3617 | 2024.12.07 00:50:11.469160 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3618 | 2024.12.07 00:50:11.469425 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2024.12.07 00:50:11.469699 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00213 sec., 6572.769953051643 rows/sec., 473.15 KiB/sec. | ||
| 3620 | 2024.12.07 00:50:11.469942 [ 276 ] {1bdfa04a-5c74-48cb-922e-043bdd340b5c} <Debug> TCPHandler: Processed in 0.002780484 sec. | ||
| 3621 | 2024.12.07 00:50:11.470141 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2024.12.07 00:50:11.470287 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3623 | 2024.12.07 00:50:11.470347 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3624 | 2024.12.07 00:50:11.471225 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2024.12.07 00:50:11.471269 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3626 | 2024.12.07 00:50:11.471674 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3627 | 2024.12.07 00:50:11.471923 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2024.12.07 00:50:11.472161 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Debug> executeQuery: Read 283 rows, 25.55 KiB in 0.00191 sec., 148167.5392670157 rows/sec., 13.06 MiB/sec. | ||
| 3629 | 2024.12.07 00:50:11.472221 [ 280 ] {6b119386-7e1d-44e9-9f51-ea8c9940840e} <Debug> TCPHandler: Processed in 0.002149803 sec. | ||
| 3630 | 2024.12.07 00:50:11.472377 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2024.12.07 00:50:11.472509 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3632 | 2024.12.07 00:50:11.472565 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3633 | 2024.12.07 00:50:11.473199 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2024.12.07 00:50:11.473238 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3635 | 2024.12.07 00:50:11.473602 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3636 | 2024.12.07 00:50:11.473846 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2024.12.07 00:50:11.474086 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001596 sec., 29448.621553884714 rows/sec., 2.12 MiB/sec. | ||
| 3638 | 2024.12.07 00:50:11.474268 [ 276 ] {c35f484b-c345-481a-a3c5-f2db0d93dae1} <Debug> TCPHandler: Processed in 0.001948299 sec. | ||
| 3639 | 2024.12.07 00:50:11.474435 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2024.12.07 00:50:11.474551 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3641 | 2024.12.07 00:50:11.474599 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3642 | 2024.12.07 00:50:11.475164 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2024.12.07 00:50:11.475206 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3644 | 2024.12.07 00:50:11.475565 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3645 | 2024.12.07 00:50:11.475810 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2024.12.07 00:50:11.476035 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001508 sec., 9283.819628647214 rows/sec., 650.18 KiB/sec. | ||
| 3647 | 2024.12.07 00:50:11.476123 [ 280 ] {45758a37-2a43-452c-b8ec-3cf3a8a1ba8f} <Debug> TCPHandler: Processed in 0.001740944 sec. | ||
| 3648 | 2024.12.07 00:50:11.476263 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2024.12.07 00:50:11.476370 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3650 | 2024.12.07 00:50:11.476416 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3651 | 2024.12.07 00:50:11.476942 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2024.12.07 00:50:11.476980 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3653 | 2024.12.07 00:50:11.477333 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3654 | 2024.12.07 00:50:11.477574 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2024.12.07 00:50:11.477786 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001438 sec., 9040.333796940195 rows/sec., 563.66 KiB/sec. | ||
| 3656 | 2024.12.07 00:50:11.477836 [ 276 ] {f4854435-7c72-4785-9c49-4e58a8d5b9a4} <Debug> TCPHandler: Processed in 0.001624732 sec. | ||
| 3657 | 2024.12.07 00:50:11.477975 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2024.12.07 00:50:11.478083 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3659 | 2024.12.07 00:50:11.478129 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3660 | 2024.12.07 00:50:11.478841 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3661 | 2024.12.07 00:50:11.478882 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3662 | 2024.12.07 00:50:11.479270 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3663 | 2024.12.07 00:50:11.479517 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2024.12.07 00:50:11.479734 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001673 sec., 252241.48236700537 rows/sec., 18.03 MiB/sec. | ||
| 3665 | 2024.12.07 00:50:11.479786 [ 280 ] {64f6263b-8914-4713-9b2c-f249af239400} <Debug> TCPHandler: Processed in 0.001862867 sec. | ||
| 3666 | 2024.12.07 00:50:11.479938 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3667 | 2024.12.07 00:50:11.480047 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3668 | 2024.12.07 00:50:11.480094 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3669 | 2024.12.07 00:50:11.480556 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2024.12.07 00:50:11.480594 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3671 | 2024.12.07 00:50:11.480953 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3672 | 2024.12.07 00:50:11.481201 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2024.12.07 00:50:11.481415 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 3674 | 2024.12.07 00:50:11.481465 [ 276 ] {aa58ed8e-2cf0-4893-b18b-aa16f41f60be} <Debug> TCPHandler: Processed in 0.001579411 sec. | ||
| 3675 | 2024.12.07 00:50:11.481612 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3676 | 2024.12.07 00:50:11.481723 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3677 | 2024.12.07 00:50:11.481773 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3678 | 2024.12.07 00:50:11.482338 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.12.07 00:50:11.482378 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3680 | 2024.12.07 00:50:11.482775 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3681 | 2024.12.07 00:50:11.483065 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2024.12.07 00:50:11.483342 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec. | ||
| 3683 | 2024.12.07 00:50:11.483589 [ 280 ] {c2a0ba73-989f-4a7c-99f1-93fb1d25902c} <Debug> TCPHandler: Processed in 0.00202758 sec. | ||
| 3684 | 2024.12.07 00:50:11.483759 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3685 | 2024.12.07 00:50:11.483880 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3686 | 2024.12.07 00:50:11.483938 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3687 | 2024.12.07 00:50:11.484425 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3688 | 2024.12.07 00:50:11.484464 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3689 | 2024.12.07 00:50:11.484810 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3690 | 2024.12.07 00:50:11.485043 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3691 | 2024.12.07 00:50:11.485276 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 3692 | 2024.12.07 00:50:11.485359 [ 276 ] {981da28d-9c17-420d-a569-31672b63c51b} <Debug> TCPHandler: Processed in 0.001652303 sec. | ||
| 3693 | 2024.12.07 00:50:11.485510 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3694 | 2024.12.07 00:50:11.485637 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3695 | 2024.12.07 00:50:11.485718 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3696 | 2024.12.07 00:50:11.486941 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3697 | 2024.12.07 00:50:11.486978 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3698 | 2024.12.07 00:50:11.487628 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3699 | 2024.12.07 00:50:11.487888 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3700 | 2024.12.07 00:50:11.488191 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002574 sec., 15540.01554001554 rows/sec., 27.85 MiB/sec. | ||
| 3701 | 2024.12.07 00:50:11.488571 [ 280 ] {c253f1b3-be6f-45d3-9da1-ff9a5215ac19} <Debug> TCPHandler: Processed in 0.003125142 sec. | ||
| 3702 | 2024.12.07 00:50:11.488728 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3703 | 2024.12.07 00:50:11.488857 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3704 | 2024.12.07 00:50:11.488913 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3705 | 2024.12.07 00:50:11.489375 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3706 | 2024.12.07 00:50:11.489413 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3707 | 2024.12.07 00:50:11.489772 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3708 | 2024.12.07 00:50:11.490008 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3709 | 2024.12.07 00:50:11.490226 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
| 3710 | 2024.12.07 00:50:11.490277 [ 276 ] {ce185d01-50ac-4536-b8cc-7552559fcdbe} <Debug> TCPHandler: Processed in 0.001612732 sec. | ||
| 3711 | 2024.12.07 00:50:16.460142 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3712 | 2024.12.07 00:50:16.460365 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3713 | 2024.12.07 00:50:16.460448 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3714 | 2024.12.07 00:50:16.461280 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2024.12.07 00:50:16.461330 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3716 | 2024.12.07 00:50:16.461761 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3717 | 2024.12.07 00:50:16.462019 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2024.12.07 00:50:16.462222 [ 95 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3719 | 2024.12.07 00:50:16.462249 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 3720 | 2024.12.07 00:50:16.462310 [ 95 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2024.12.07 00:50:16.462382 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3722 | 2024.12.07 00:50:16.462391 [ 276 ] {2f827735-67db-4506-8100-09743c350b84} <Debug> TCPHandler: Processed in 0.002383887 sec. | ||
| 3723 | 2024.12.07 00:50:16.462630 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 3724 | 2024.12.07 00:50:16.462630 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3725 | 2024.12.07 00:50:16.462886 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3726 | 2024.12.07 00:50:16.462914 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3727 | 2024.12.07 00:50:16.462961 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1430 rows starting from the beginning of the part | ||
| 3728 | 2024.12.07 00:50:16.463015 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3729 | 2024.12.07 00:50:16.463286 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1424 rows starting from the beginning of the part | ||
| 3730 | 2024.12.07 00:50:16.463627 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3731 | 2024.12.07 00:50:16.463973 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 3732 | 2024.12.07 00:50:16.464363 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 283 rows starting from the beginning of the part | ||
| 3733 | 2024.12.07 00:50:16.464818 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
| 3734 | 2024.12.07 00:50:16.466167 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2024.12.07 00:50:16.466231 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3736 | 2024.12.07 00:50:16.467363 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3737 | 2024.12.07 00:50:16.467788 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2024.12.07 00:50:16.467969 [ 95 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3739 | 2024.12.07 00:50:16.468042 [ 95 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2024.12.07 00:50:16.468063 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3741 | 2024.12.07 00:50:16.468150 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005263 sec., 12160.364810944327 rows/sec., 971.92 KiB/sec. | ||
| 3742 | 2024.12.07 00:50:16.468460 [ 280 ] {0cd9b8d0-57b9-4b73-bbb9-2a6b381b5536} <Debug> TCPHandler: Processed in 0.005945797 sec. | ||
| 3743 | 2024.12.07 00:50:16.468783 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3744 | 2024.12.07 00:50:16.468977 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 3745 | 2024.12.07 00:50:16.469245 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.006746344 sec., 489894.97126147145 rows/sec., 42.78 MiB/sec. | ||
| 3746 | 2024.12.07 00:50:16.469283 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3747 | 2024.12.07 00:50:16.469538 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3748 | 2024.12.07 00:50:16.469542 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3749 | 2024.12.07 00:50:16.469697 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 3750 | 2024.12.07 00:50:16.469803 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3751 | 2024.12.07 00:50:16.470277 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 880 rows starting from the beginning of the part | ||
| 3752 | 2024.12.07 00:50:16.470843 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3753 | 2024.12.07 00:50:16.471442 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2024.12.07 00:50:16.471593 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 3755 | 2024.12.07 00:50:16.472137 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_26_5} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3756 | 2024.12.07 00:50:16.472270 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 422 rows starting from the beginning of the part | ||
| 3757 | 2024.12.07 00:50:16.472599 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3758 | 2024.12.07 00:50:16.472778 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
| 3759 | 2024.12.07 00:50:16.473634 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2024.12.07 00:50:16.473679 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3761 | 2024.12.07 00:50:16.474229 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3762 | 2024.12.07 00:50:16.474538 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2024.12.07 00:50:16.474713 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3764 | 2024.12.07 00:50:16.474820 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2024.12.07 00:50:16.474882 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005737 sec., 27889.140665853232 rows/sec., 1.94 MiB/sec. | ||
| 3766 | 2024.12.07 00:50:16.474920 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3767 | 2024.12.07 00:50:16.475298 [ 276 ] {56908d81-86d3-4bc2-aa23-f86c19b339f8} <Debug> TCPHandler: Processed in 0.006692012 sec. | ||
| 3768 | 2024.12.07 00:50:16.475505 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.007225673 sec., 332425.78234581056 rows/sec., 25.48 MiB/sec. | ||
| 3769 | 2024.12.07 00:50:16.475602 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3770 | 2024.12.07 00:50:16.475698 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 3771 | 2024.12.07 00:50:16.475849 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3772 | 2024.12.07 00:50:16.475908 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3773 | 2024.12.07 00:50:16.476089 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3774 | 2024.12.07 00:50:16.476250 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3775 | 2024.12.07 00:50:16.476397 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6657 rows starting from the beginning of the part | ||
| 3776 | 2024.12.07 00:50:16.476640 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2024.12.07 00:50:16.476919 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 956 rows starting from the beginning of the part | ||
| 3778 | 2024.12.07 00:50:16.477084 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_26_5} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3779 | 2024.12.07 00:50:16.477645 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3780 | 2024.12.07 00:50:16.477660 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part | ||
| 3781 | 2024.12.07 00:50:16.478079 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 3782 | 2024.12.07 00:50:16.478370 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 3783 | 2024.12.07 00:50:16.478697 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 3784 | 2024.12.07 00:50:16.479508 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2024.12.07 00:50:16.479567 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3786 | 2024.12.07 00:50:16.480264 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3787 | 2024.12.07 00:50:16.480821 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3788 | 2024.12.07 00:50:16.481184 [ 95 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3789 | 2024.12.07 00:50:16.481288 [ 95 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3790 | 2024.12.07 00:50:16.481389 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3791 | 2024.12.07 00:50:16.481572 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005751 sec., 10432.968179447053 rows/sec., 719.98 KiB/sec. | ||
| 3792 | 2024.12.07 00:50:16.481951 [ 280 ] {23018ff2-eb7e-4226-8a9f-7c545e349b87} <Debug> TCPHandler: Processed in 0.006516638 sec. | ||
| 3793 | 2024.12.07 00:50:16.482036 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3794 | 2024.12.07 00:50:16.482329 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3795 | 2024.12.07 00:50:16.482382 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1248 rows starting from the beginning of the part | ||
| 3796 | 2024.12.07 00:50:16.482500 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3797 | 2024.12.07 00:50:16.482587 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 3798 | 2024.12.07 00:50:16.482745 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3799 | 2024.12.07 00:50:16.483011 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3800 | 2024.12.07 00:50:16.483299 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 3801 | 2024.12.07 00:50:16.484906 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00959996 sec., 864378.6015775066 rows/sec., 58.28 MiB/sec. | ||
| 3802 | 2024.12.07 00:50:16.485202 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3803 | 2024.12.07 00:50:16.485308 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 4 columns (4 merged, 0 gathered) in 0.003722173 sec., 411587.53233662166 rows/sec., 26.85 MiB/sec. | ||
| 3804 | 2024.12.07 00:50:16.485637 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2024.12.07 00:50:16.485657 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3806 | 2024.12.07 00:50:16.485804 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3807 | 2024.12.07 00:50:16.485940 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3808 | 2024.12.07 00:50:16.486049 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2024.12.07 00:50:16.486124 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_26_5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3810 | 2024.12.07 00:50:16.486196 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3811 | 2024.12.07 00:50:16.697617 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3812 | 2024.12.07 00:50:16.698322 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2024.12.07 00:50:16.698365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3814 | 2024.12.07 00:50:16.698895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3815 | 2024.12.07 00:50:16.699146 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3816 | 2024.12.07 00:50:16.699386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3817 | 2024.12.07 00:50:17.211982 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3818 | 2024.12.07 00:50:17.234024 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2024.12.07 00:50:17.234101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3820 | 2024.12.07 00:50:17.243280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3821 | 2024.12.07 00:50:17.244401 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3822 | 2024.12.07 00:50:17.248758 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3823 | 2024.12.07 00:50:19.245821 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 566 | ||
| 3824 | 2024.12.07 00:50:19.249118 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2024.12.07 00:50:19.249165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3826 | 2024.12.07 00:50:19.250633 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3827 | 2024.12.07 00:50:19.250942 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2024.12.07 00:50:19.252003 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 566 | ||
| 3829 | 2024.12.07 00:50:21.467466 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2024.12.07 00:50:21.467781 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3831 | 2024.12.07 00:50:21.467894 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3832 | 2024.12.07 00:50:21.468792 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2024.12.07 00:50:21.468833 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3834 | 2024.12.07 00:50:21.469275 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3835 | 2024.12.07 00:50:21.469524 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3836 | 2024.12.07 00:50:21.469739 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002029 sec., 6899.950714637753 rows/sec., 496.70 KiB/sec. | ||
| 3837 | 2024.12.07 00:50:21.469898 [ 276 ] {b2eb4ff2-c725-4f87-9865-e5e81f3797ba} <Debug> TCPHandler: Processed in 0.002603561 sec. | ||
| 3838 | 2024.12.07 00:50:21.470102 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3839 | 2024.12.07 00:50:21.470245 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3840 | 2024.12.07 00:50:21.470302 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3841 | 2024.12.07 00:50:21.471014 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3842 | 2024.12.07 00:50:21.471054 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3843 | 2024.12.07 00:50:21.471439 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3844 | 2024.12.07 00:50:21.471694 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2024.12.07 00:50:21.471871 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Debug> executeQuery: Read 283 rows, 25.55 KiB in 0.001658 sec., 170687.5753920386 rows/sec., 15.05 MiB/sec. | ||
| 3846 | 2024.12.07 00:50:21.471922 [ 280 ] {6020e624-06c7-4a62-9cc0-0280526d0675} <Debug> TCPHandler: Processed in 0.001889108 sec. | ||
| 3847 | 2024.12.07 00:50:21.472043 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3848 | 2024.12.07 00:50:21.472149 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3849 | 2024.12.07 00:50:21.472195 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3850 | 2024.12.07 00:50:21.472807 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2024.12.07 00:50:21.472852 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3852 | 2024.12.07 00:50:21.473272 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3853 | 2024.12.07 00:50:21.473518 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2024.12.07 00:50:21.473714 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001585 sec., 29652.996845425867 rows/sec., 2.13 MiB/sec. | ||
| 3855 | 2024.12.07 00:50:21.473849 [ 276 ] {dbb16c04-e526-41c2-9f03-6e935621d8d0} <Debug> TCPHandler: Processed in 0.001855496 sec. | ||
| 3856 | 2024.12.07 00:50:21.474107 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3857 | 2024.12.07 00:50:21.474216 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3858 | 2024.12.07 00:50:21.474259 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3859 | 2024.12.07 00:50:21.474882 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2024.12.07 00:50:21.474928 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3861 | 2024.12.07 00:50:21.475340 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3862 | 2024.12.07 00:50:21.475573 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2024.12.07 00:50:21.475818 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001604 sec., 8728.179551122195 rows/sec., 611.26 KiB/sec. | ||
| 3864 | 2024.12.07 00:50:21.475950 [ 280 ] {f4d77b1f-e37d-4141-9bdb-d3ab481402e3} <Debug> TCPHandler: Processed in 0.001895287 sec. | ||
| 3865 | 2024.12.07 00:50:21.476077 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3866 | 2024.12.07 00:50:21.476182 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3867 | 2024.12.07 00:50:21.476227 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3868 | 2024.12.07 00:50:21.476735 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3869 | 2024.12.07 00:50:21.476773 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3870 | 2024.12.07 00:50:21.477112 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3871 | 2024.12.07 00:50:21.477375 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3872 | 2024.12.07 00:50:21.477546 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001384 sec., 9393.063583815028 rows/sec., 585.66 KiB/sec. | ||
| 3873 | 2024.12.07 00:50:21.477596 [ 276 ] {b1154dfe-5ae1-49c6-86dd-6824c08dc0eb} <Debug> TCPHandler: Processed in 0.001568971 sec. | ||
| 3874 | 2024.12.07 00:50:21.477729 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3875 | 2024.12.07 00:50:21.477835 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3876 | 2024.12.07 00:50:21.477879 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3877 | 2024.12.07 00:50:21.478541 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3878 | 2024.12.07 00:50:21.478576 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3879 | 2024.12.07 00:50:21.478939 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3880 | 2024.12.07 00:50:21.479178 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3881 | 2024.12.07 00:50:21.479356 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001543 sec., 273493.19507453014 rows/sec., 19.55 MiB/sec. | ||
| 3882 | 2024.12.07 00:50:21.479408 [ 280 ] {11776a58-b32b-451b-9158-2b299e47db3f} <Debug> TCPHandler: Processed in 0.001728984 sec. | ||
| 3883 | 2024.12.07 00:50:21.479544 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3884 | 2024.12.07 00:50:21.479648 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3885 | 2024.12.07 00:50:21.479694 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3886 | 2024.12.07 00:50:21.480109 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3887 | 2024.12.07 00:50:21.480152 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3888 | 2024.12.07 00:50:21.480535 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3889 | 2024.12.07 00:50:21.480789 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3890 | 2024.12.07 00:50:21.481023 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec. | ||
| 3891 | 2024.12.07 00:50:21.481189 [ 276 ] {abd49b39-4e6c-48f4-b04e-fa197723bdc6} <Debug> TCPHandler: Processed in 0.001692223 sec. | ||
| 3892 | 2024.12.07 00:50:21.481375 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3893 | 2024.12.07 00:50:21.481488 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3894 | 2024.12.07 00:50:21.481555 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3895 | 2024.12.07 00:50:21.482156 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3896 | 2024.12.07 00:50:21.482196 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3897 | 2024.12.07 00:50:21.482585 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3898 | 2024.12.07 00:50:21.482820 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3899 | 2024.12.07 00:50:21.483063 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001591 sec., 148962.9164047769 rows/sec., 9.98 MiB/sec. | ||
| 3900 | 2024.12.07 00:50:21.483205 [ 280 ] {d926c010-a9e1-4d06-804f-28ce81e2f998} <Debug> TCPHandler: Processed in 0.001895047 sec. | ||
| 3901 | 2024.12.07 00:50:21.483394 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3902 | 2024.12.07 00:50:21.483508 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3903 | 2024.12.07 00:50:21.483556 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3904 | 2024.12.07 00:50:21.484020 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3905 | 2024.12.07 00:50:21.484061 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3906 | 2024.12.07 00:50:21.484429 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3907 | 2024.12.07 00:50:21.484667 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3908 | 2024.12.07 00:50:21.484909 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 3909 | 2024.12.07 00:50:21.485101 [ 276 ] {2b0e480d-8286-49c0-9247-a2f5364068a4} <Debug> TCPHandler: Processed in 0.001789525 sec. | ||
| 3910 | 2024.12.07 00:50:21.485274 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3911 | 2024.12.07 00:50:21.485385 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3912 | 2024.12.07 00:50:21.485470 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3913 | 2024.12.07 00:50:21.486660 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2024.12.07 00:50:21.486701 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3915 | 2024.12.07 00:50:21.487353 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3916 | 2024.12.07 00:50:21.487614 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2024.12.07 00:50:21.487935 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002548 sec., 15698.587127158557 rows/sec., 28.13 MiB/sec. | ||
| 3918 | 2024.12.07 00:50:21.488173 [ 280 ] {82dc925a-c2be-4093-b251-778b738d2b91} <Debug> TCPHandler: Processed in 0.002963648 sec. | ||
| 3919 | 2024.12.07 00:50:21.488296 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2024.12.07 00:50:21.488423 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3921 | 2024.12.07 00:50:21.488478 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3922 | 2024.12.07 00:50:21.489001 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2024.12.07 00:50:21.489047 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3924 | 2024.12.07 00:50:21.489448 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3925 | 2024.12.07 00:50:21.489688 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2024.12.07 00:50:21.489944 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001549 sec., 52937.37895416398 rows/sec., 3.36 MiB/sec. | ||
| 3927 | 2024.12.07 00:50:21.490158 [ 276 ] {79a59bca-acf5-41e9-983f-cac50f0a9fb9} <Debug> TCPHandler: Processed in 0.001908998 sec. | ||
| 3928 | 2024.12.07 00:50:24.062822 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3929 | 2024.12.07 00:50:24.062903 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3930 | 2024.12.07 00:50:24.199513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3931 | 2024.12.07 00:50:24.200527 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.12.07 00:50:24.200579 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3933 | 2024.12.07 00:50:24.201186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3934 | 2024.12.07 00:50:24.201458 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2024.12.07 00:50:24.201774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3936 | 2024.12.07 00:50:24.748822 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3937 | 2024.12.07 00:50:24.769160 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2024.12.07 00:50:24.769228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3939 | 2024.12.07 00:50:24.777096 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3940 | 2024.12.07 00:50:24.777890 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2024.12.07 00:50:24.780591 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3942 | 2024.12.07 00:50:26.460160 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3943 | 2024.12.07 00:50:26.460345 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3944 | 2024.12.07 00:50:26.460416 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3945 | 2024.12.07 00:50:26.461148 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2024.12.07 00:50:26.461202 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3947 | 2024.12.07 00:50:26.461629 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3948 | 2024.12.07 00:50:26.461880 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3949 | 2024.12.07 00:50:26.462131 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. | ||
| 3950 | 2024.12.07 00:50:26.462212 [ 276 ] {3f86662e-dad0-4855-ad16-e0cc8653a0e9} <Debug> TCPHandler: Processed in 0.002180593 sec. | ||
| 3951 | 2024.12.07 00:50:26.462458 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3952 | 2024.12.07 00:50:26.462599 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3953 | 2024.12.07 00:50:26.462655 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3954 | 2024.12.07 00:50:26.463350 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3955 | 2024.12.07 00:50:26.463399 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3956 | 2024.12.07 00:50:26.463792 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3957 | 2024.12.07 00:50:26.464033 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3958 | 2024.12.07 00:50:26.464248 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001681 sec., 38072.5758477097 rows/sec., 2.97 MiB/sec. | ||
| 3959 | 2024.12.07 00:50:26.464302 [ 280 ] {5d338379-5796-4c7a-8a11-f61ff4e21a65} <Debug> TCPHandler: Processed in 0.001962719 sec. | ||
| 3960 | 2024.12.07 00:50:26.464439 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3961 | 2024.12.07 00:50:26.464577 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3962 | 2024.12.07 00:50:26.464637 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3963 | 2024.12.07 00:50:26.465268 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2024.12.07 00:50:26.465316 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3965 | 2024.12.07 00:50:26.465741 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3966 | 2024.12.07 00:50:26.465978 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2024.12.07 00:50:26.466181 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
| 3968 | 2024.12.07 00:50:26.466233 [ 276 ] {c50b76e7-957c-491c-8bd2-9e0dbd5794bc} <Debug> TCPHandler: Processed in 0.001846337 sec. | ||
| 3969 | 2024.12.07 00:50:26.466382 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3970 | 2024.12.07 00:50:26.466495 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3971 | 2024.12.07 00:50:26.466551 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3972 | 2024.12.07 00:50:26.467071 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2024.12.07 00:50:26.467118 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3974 | 2024.12.07 00:50:26.467537 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3975 | 2024.12.07 00:50:26.467772 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2024.12.07 00:50:26.467971 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 3977 | 2024.12.07 00:50:26.468019 [ 280 ] {948372d1-cbf3-4516-b4a3-f5bcc56d11c3} <Debug> TCPHandler: Processed in 0.001688203 sec. | ||
| 3978 | 2024.12.07 00:50:27.271187 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3979 | 2024.12.07 00:50:27.271395 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3980 | 2024.12.07 00:50:27.271476 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3981 | 2024.12.07 00:50:27.272242 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2024.12.07 00:50:27.272290 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3983 | 2024.12.07 00:50:27.272714 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3984 | 2024.12.07 00:50:27.272971 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3985 | 2024.12.07 00:50:27.273153 [ 99 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 3986 | 2024.12.07 00:50:27.273233 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 3987 | 2024.12.07 00:50:27.273241 [ 99 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3988 | 2024.12.07 00:50:27.273315 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3989 | 2024.12.07 00:50:27.273372 [ 276 ] {04e0b344-2290-4a25-8a17-49470c1ca00f} <Debug> TCPHandler: Processed in 0.002319436 sec. | ||
| 3990 | 2024.12.07 00:50:27.273577 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 3991 | 2024.12.07 00:50:27.273624 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3992 | 2024.12.07 00:50:27.273865 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3993 | 2024.12.07 00:50:27.273873 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3994 | 2024.12.07 00:50:27.273929 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 3995 | 2024.12.07 00:50:27.273971 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3996 | 2024.12.07 00:50:27.274240 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3997 | 2024.12.07 00:50:27.274637 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3998 | 2024.12.07 00:50:27.275057 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 3999 | 2024.12.07 00:50:27.275431 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4000 | 2024.12.07 00:50:27.276788 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2024.12.07 00:50:27.276858 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4002 | 2024.12.07 00:50:27.278058 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4003 | 2024.12.07 00:50:27.278065 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004634882 sec., 15102.865617722307 rows/sec., 1.12 MiB/sec. | ||
| 4004 | 2024.12.07 00:50:27.278333 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4005 | 2024.12.07 00:50:27.278541 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4006 | 2024.12.07 00:50:27.279089 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.005282 sec., 2650.5111700113594 rows/sec., 216.13 KiB/sec. | ||
| 4007 | 2024.12.07 00:50:27.279224 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4008 | 2024.12.07 00:50:27.279256 [ 280 ] {d2bb428e-631e-4f7b-b9e5-a4c3bab4eff0} <Debug> TCPHandler: Processed in 0.005699102 sec. | ||
| 4009 | 2024.12.07 00:50:27.279419 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_13_3} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4010 | 2024.12.07 00:50:27.279459 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4011 | 2024.12.07 00:50:27.279575 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4012 | 2024.12.07 00:50:27.279675 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4013 | 2024.12.07 00:50:27.279733 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4014 | 2024.12.07 00:50:27.281263 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2024.12.07 00:50:27.281302 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4016 | 2024.12.07 00:50:27.281739 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4017 | 2024.12.07 00:50:27.281972 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2024.12.07 00:50:27.282194 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Debug> executeQuery: Read 1430 rows, 122.18 KiB in 0.002549 sec., 561004.3154178109 rows/sec., 46.81 MiB/sec. | ||
| 4019 | 2024.12.07 00:50:27.282247 [ 276 ] {bd802543-0218-4f95-a10b-b3b705974f06} <Debug> TCPHandler: Processed in 0.002868526 sec. | ||
| 4020 | 2024.12.07 00:50:27.282411 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4021 | 2024.12.07 00:50:27.282546 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4022 | 2024.12.07 00:50:27.282603 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4023 | 2024.12.07 00:50:27.283273 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2024.12.07 00:50:27.283321 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4025 | 2024.12.07 00:50:27.283711 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4026 | 2024.12.07 00:50:27.283955 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2024.12.07 00:50:27.284170 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Debug> executeQuery: Read 61 rows, 4.44 KiB in 0.001653 sec., 36902.601330913494 rows/sec., 2.62 MiB/sec. | ||
| 4028 | 2024.12.07 00:50:27.284226 [ 280 ] {f0d21e3b-9584-4a49-b29c-53242b885a8a} <Debug> TCPHandler: Processed in 0.001879367 sec. | ||
| 4029 | 2024.12.07 00:50:27.284362 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2024.12.07 00:50:27.284469 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4031 | 2024.12.07 00:50:27.284520 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4032 | 2024.12.07 00:50:27.285243 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2024.12.07 00:50:27.285290 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4034 | 2024.12.07 00:50:27.285669 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4035 | 2024.12.07 00:50:27.285899 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2024.12.07 00:50:27.286119 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001667 sec., 145170.96580683862 rows/sec., 9.84 MiB/sec. | ||
| 4037 | 2024.12.07 00:50:27.286212 [ 276 ] {f04d690c-dc92-48fe-97e2-b4ebc5da6323} <Debug> TCPHandler: Processed in 0.001900468 sec. | ||
| 4038 | 2024.12.07 00:50:27.286355 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2024.12.07 00:50:27.286462 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4040 | 2024.12.07 00:50:27.286509 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4041 | 2024.12.07 00:50:27.287030 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2024.12.07 00:50:27.287069 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4043 | 2024.12.07 00:50:27.287421 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4044 | 2024.12.07 00:50:27.287657 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2024.12.07 00:50:27.287821 [ 98 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4046 | 2024.12.07 00:50:27.287885 [ 98 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4047 | 2024.12.07 00:50:27.287903 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001448 sec., 8977.900552486188 rows/sec., 559.77 KiB/sec. | ||
| 4048 | 2024.12.07 00:50:27.287919 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4049 | 2024.12.07 00:50:27.288062 [ 280 ] {a5e1a647-3034-4d20-a5e4-5bba9585cad6} <Debug> TCPHandler: Processed in 0.001755485 sec. | ||
| 4050 | 2024.12.07 00:50:27.288146 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 4051 | 2024.12.07 00:50:27.288244 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2024.12.07 00:50:27.288314 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4053 | 2024.12.07 00:50:27.288373 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 4054 | 2024.12.07 00:50:27.288472 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4055 | 2024.12.07 00:50:27.288630 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 4056 | 2024.12.07 00:50:27.288655 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4057 | 2024.12.07 00:50:27.288981 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 4058 | 2024.12.07 00:50:27.289402 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 4059 | 2024.12.07 00:50:27.289730 [ 200 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 4060 | 2024.12.07 00:50:27.291916 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003854536 sec., 16863.248909855818 rows/sec., 1.09 MiB/sec. | ||
| 4061 | 2024.12.07 00:50:27.291998 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4062 | 2024.12.07 00:50:27.292051 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4063 | 2024.12.07 00:50:27.292122 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4064 | 2024.12.07 00:50:27.292704 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4065 | 2024.12.07 00:50:27.292793 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4066 | 2024.12.07 00:50:27.292843 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_13_3} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4067 | 2024.12.07 00:50:27.292995 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4068 | 2024.12.07 00:50:27.293163 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2024.12.07 00:50:27.293386 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Debug> executeQuery: Read 892 rows, 66.32 KiB in 0.004986 sec., 178900.92258323304 rows/sec., 12.99 MiB/sec. | ||
| 4070 | 2024.12.07 00:50:27.293449 [ 276 ] {0e02f0b0-6437-4c62-bbd0-6fba699071ba} <Debug> TCPHandler: Processed in 0.005276014 sec. | ||
| 4071 | 2024.12.07 00:50:27.293612 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4072 | 2024.12.07 00:50:27.293745 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4073 | 2024.12.07 00:50:27.293800 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4074 | 2024.12.07 00:50:27.294328 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2024.12.07 00:50:27.294374 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4076 | 2024.12.07 00:50:27.294752 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4077 | 2024.12.07 00:50:27.294993 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2024.12.07 00:50:27.295206 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 4079 | 2024.12.07 00:50:27.295257 [ 280 ] {74a223d6-d71d-4a57-b77d-2969c38e954e} <Debug> TCPHandler: Processed in 0.001707954 sec. | ||
| 4080 | 2024.12.07 00:50:27.295386 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2024.12.07 00:50:27.295496 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4082 | 2024.12.07 00:50:27.295553 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4083 | 2024.12.07 00:50:27.296416 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2024.12.07 00:50:27.296463 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4085 | 2024.12.07 00:50:27.296885 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4086 | 2024.12.07 00:50:27.297120 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2024.12.07 00:50:27.297331 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.00186 sec., 517204.30107526877 rows/sec., 34.37 MiB/sec. | ||
| 4088 | 2024.12.07 00:50:27.297383 [ 276 ] {2566c1f5-d5d2-4c18-8f09-a05d86b0f56b} <Debug> TCPHandler: Processed in 0.002047741 sec. | ||
| 4089 | 2024.12.07 00:50:27.297533 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2024.12.07 00:50:27.297662 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4091 | 2024.12.07 00:50:27.297717 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4092 | 2024.12.07 00:50:27.298234 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2024.12.07 00:50:27.298280 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4094 | 2024.12.07 00:50:27.298654 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4095 | 2024.12.07 00:50:27.298885 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.12.07 00:50:27.299103 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. | ||
| 4097 | 2024.12.07 00:50:27.299153 [ 280 ] {53b1f992-14e1-4e48-a224-5c1d372ee142} <Debug> TCPHandler: Processed in 0.001680133 sec. | ||
| 4098 | 2024.12.07 00:50:27.299284 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2024.12.07 00:50:27.299391 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4100 | 2024.12.07 00:50:27.299455 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4101 | 2024.12.07 00:50:27.300698 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2024.12.07 00:50:27.300736 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4103 | 2024.12.07 00:50:27.301363 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4104 | 2024.12.07 00:50:27.301619 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2024.12.07 00:50:27.301855 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002486 sec., 16090.104585679808 rows/sec., 28.83 MiB/sec. | ||
| 4106 | 2024.12.07 00:50:27.301948 [ 276 ] {b2947c0e-75c1-4bac-9254-7ea3edc8843d} <Debug> TCPHandler: Processed in 0.002714104 sec. | ||
| 4107 | 2024.12.07 00:50:27.302085 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2024.12.07 00:50:27.302214 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4109 | 2024.12.07 00:50:27.302268 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4110 | 2024.12.07 00:50:27.302731 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2024.12.07 00:50:27.302768 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4112 | 2024.12.07 00:50:27.303115 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4113 | 2024.12.07 00:50:27.303351 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2024.12.07 00:50:27.303554 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001368 sec., 24853.801169590643 rows/sec., 1.44 MiB/sec. | ||
| 4115 | 2024.12.07 00:50:27.303603 [ 280 ] {1f446822-e75c-4f7d-811c-b042fd699432} <Debug> TCPHandler: Processed in 0.001580171 sec. | ||
| 4116 | 2024.12.07 00:50:29.252170 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 620 | ||
| 4117 | 2024.12.07 00:50:29.255609 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2024.12.07 00:50:29.255650 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4119 | 2024.12.07 00:50:29.257174 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4120 | 2024.12.07 00:50:29.257510 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2024.12.07 00:50:29.257993 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 620 | ||
| 4122 | 2024.12.07 00:50:31.459985 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4123 | 2024.12.07 00:50:31.460318 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4124 | 2024.12.07 00:50:31.460436 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4125 | 2024.12.07 00:50:31.461302 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2024.12.07 00:50:31.461356 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4127 | 2024.12.07 00:50:31.461793 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4128 | 2024.12.07 00:50:31.462068 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2024.12.07 00:50:31.462304 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002072 sec., 27027.027027027027 rows/sec., 2.06 MiB/sec. | ||
| 4130 | 2024.12.07 00:50:31.462374 [ 276 ] {d3938ac4-8327-4afa-9f6c-d5b27077d767} <Debug> TCPHandler: Processed in 0.002573621 sec. | ||
| 4131 | 2024.12.07 00:50:31.462557 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2024.12.07 00:50:31.462706 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4133 | 2024.12.07 00:50:31.462764 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4134 | 2024.12.07 00:50:31.463465 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.12.07 00:50:31.463515 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4136 | 2024.12.07 00:50:31.463914 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4137 | 2024.12.07 00:50:31.464158 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2024.12.07 00:50:31.464418 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001745 sec., 36676.21776504298 rows/sec., 2.86 MiB/sec. | ||
| 4139 | 2024.12.07 00:50:31.464621 [ 280 ] {7c5d23c0-0278-429a-9492-76ea7f771de4} <Debug> TCPHandler: Processed in 0.002129262 sec. | ||
| 4140 | 2024.12.07 00:50:31.464801 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2024.12.07 00:50:31.464913 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4142 | 2024.12.07 00:50:31.464963 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4143 | 2024.12.07 00:50:31.465520 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2024.12.07 00:50:31.465559 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4145 | 2024.12.07 00:50:31.465951 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4146 | 2024.12.07 00:50:31.466194 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2024.12.07 00:50:31.466450 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001552 sec., 82474.22680412371 rows/sec., 5.74 MiB/sec. | ||
| 4148 | 2024.12.07 00:50:31.466671 [ 276 ] {218bf4ed-53c3-4111-9b0f-8b150eb5f99e} <Debug> TCPHandler: Processed in 0.001930158 sec. | ||
| 4149 | 2024.12.07 00:50:31.466874 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2024.12.07 00:50:31.467010 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4151 | 2024.12.07 00:50:31.467069 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4152 | 2024.12.07 00:50:31.467637 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2024.12.07 00:50:31.467677 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4154 | 2024.12.07 00:50:31.468039 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4155 | 2024.12.07 00:50:31.468273 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2024.12.07 00:50:31.468482 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001503 sec., 31936.127744510977 rows/sec., 2.15 MiB/sec. | ||
| 4157 | 2024.12.07 00:50:31.468533 [ 280 ] {597e7d02-7da6-4e52-8e4a-6a9457dd5a8b} <Debug> TCPHandler: Processed in 0.001739814 sec. | ||
| 4158 | 2024.12.07 00:50:31.701906 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4159 | 2024.12.07 00:50:31.702816 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4160 | 2024.12.07 00:50:31.702860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4161 | 2024.12.07 00:50:31.703383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4162 | 2024.12.07 00:50:31.703644 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2024.12.07 00:50:31.703887 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4164 | 2024.12.07 00:50:32.280663 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4165 | 2024.12.07 00:50:32.301746 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2024.12.07 00:50:32.301805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4167 | 2024.12.07 00:50:32.309471 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4168 | 2024.12.07 00:50:32.310268 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2024.12.07 00:50:32.313452 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4170 | 2024.12.07 00:50:36.460545 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2024.12.07 00:50:36.460845 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4172 | 2024.12.07 00:50:36.460914 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4173 | 2024.12.07 00:50:36.461655 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2024.12.07 00:50:36.461696 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4175 | 2024.12.07 00:50:36.462116 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4176 | 2024.12.07 00:50:36.462368 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2024.12.07 00:50:36.462524 [ 81 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4178 | 2024.12.07 00:50:36.462569 [ 81 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4179 | 2024.12.07 00:50:36.462576 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001796 sec., 31180.400890868597 rows/sec., 2.38 MiB/sec. | ||
| 4180 | 2024.12.07 00:50:36.462594 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4181 | 2024.12.07 00:50:36.462672 [ 276 ] {e18d077e-1ea4-4456-8d0e-70fc1b84f4b8} <Debug> TCPHandler: Processed in 0.002307365 sec. | ||
| 4182 | 2024.12.07 00:50:36.463046 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4183 | 2024.12.07 00:50:36.463359 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 4184 | 2024.12.07 00:50:36.463457 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4185 | 2024.12.07 00:50:36.463607 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4186 | 2024.12.07 00:50:36.463935 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4187 | 2024.12.07 00:50:36.464028 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1431 rows starting from the beginning of the part | ||
| 4188 | 2024.12.07 00:50:36.464392 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 283 rows starting from the beginning of the part | ||
| 4189 | 2024.12.07 00:50:36.464791 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 4190 | 2024.12.07 00:50:36.465145 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1430 rows starting from the beginning of the part | ||
| 4191 | 2024.12.07 00:50:36.465482 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4192 | 2024.12.07 00:50:36.465735 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4193 | 2024.12.07 00:50:36.466647 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2024.12.07 00:50:36.466721 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4195 | 2024.12.07 00:50:36.467734 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4196 | 2024.12.07 00:50:36.468285 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2024.12.07 00:50:36.468528 [ 81 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4198 | 2024.12.07 00:50:36.468580 [ 81 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4199 | 2024.12.07 00:50:36.468611 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4200 | 2024.12.07 00:50:36.468620 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005267 sec., 12151.129675337004 rows/sec., 971.19 KiB/sec. | ||
| 4201 | 2024.12.07 00:50:36.468921 [ 280 ] {7d4c4714-310a-48c7-8230-3ac78ccb0d25} <Debug> TCPHandler: Processed in 0.00610667 sec. | ||
| 4202 | 2024.12.07 00:50:36.469221 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2024.12.07 00:50:36.469264 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 4204 | 2024.12.07 00:50:36.469777 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4205 | 2024.12.07 00:50:36.470032 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4206 | 2024.12.07 00:50:36.470272 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4207 | 2024.12.07 00:50:36.470520 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
| 4208 | 2024.12.07 00:50:36.470661 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.007937677 sec., 417250.53816122777 rows/sec., 36.42 MiB/sec. | ||
| 4209 | 2024.12.07 00:50:36.471051 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 422 rows starting from the beginning of the part | ||
| 4210 | 2024.12.07 00:50:36.471219 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4211 | 2024.12.07 00:50:36.471502 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
| 4212 | 2024.12.07 00:50:36.472230 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 892 rows starting from the beginning of the part | ||
| 4213 | 2024.12.07 00:50:36.472915 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2024.12.07 00:50:36.473097 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4215 | 2024.12.07 00:50:36.473333 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_31_6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4216 | 2024.12.07 00:50:36.473596 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4217 | 2024.12.07 00:50:36.473704 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4218 | 2024.12.07 00:50:36.474580 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2024.12.07 00:50:36.474639 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4220 | 2024.12.07 00:50:36.475585 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4221 | 2024.12.07 00:50:36.476096 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.12.07 00:50:36.476398 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4223 | 2024.12.07 00:50:36.476452 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2024.12.07 00:50:36.476484 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4225 | 2024.12.07 00:50:36.476484 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006923 sec., 23111.367904087823 rows/sec., 1.61 MiB/sec. | ||
| 4226 | 2024.12.07 00:50:36.476779 [ 276 ] {a5a6da47-7c1d-419c-950f-8b1204d6aa49} <Debug> TCPHandler: Processed in 0.007725432 sec. | ||
| 4227 | 2024.12.07 00:50:36.477128 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2024.12.07 00:50:36.477618 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4229 | 2024.12.07 00:50:36.477866 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4230 | 2024.12.07 00:50:36.477975 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.009237052 sec., 261555.3100707888 rows/sec., 20.06 MiB/sec. | ||
| 4231 | 2024.12.07 00:50:36.478050 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 4232 | 2024.12.07 00:50:36.478319 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4233 | 2024.12.07 00:50:36.478729 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4234 | 2024.12.07 00:50:36.478863 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8298 rows starting from the beginning of the part | ||
| 4235 | 2024.12.07 00:50:36.479291 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4236 | 2024.12.07 00:50:36.479796 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4237 | 2024.12.07 00:50:36.479938 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4238 | 2024.12.07 00:50:36.480309 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 962 rows starting from the beginning of the part | ||
| 4239 | 2024.12.07 00:50:36.480595 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_31_6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4240 | 2024.12.07 00:50:36.480826 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 128 rows starting from the beginning of the part | ||
| 4241 | 2024.12.07 00:50:36.480991 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4242 | 2024.12.07 00:50:36.481296 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 4243 | 2024.12.07 00:50:36.481907 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4244 | 2024.12.07 00:50:36.481973 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4245 | 2024.12.07 00:50:36.482732 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4246 | 2024.12.07 00:50:36.483173 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4247 | 2024.12.07 00:50:36.483385 [ 81 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4248 | 2024.12.07 00:50:36.483482 [ 81 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2024.12.07 00:50:36.483564 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4250 | 2024.12.07 00:50:36.483731 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006273 sec., 9564.801530368244 rows/sec., 660.07 KiB/sec. | ||
| 4251 | 2024.12.07 00:50:36.484047 [ 280 ] {6d39a45c-591d-422e-80da-0f4a38057d88} <Debug> TCPHandler: Processed in 0.00709852 sec. | ||
| 4252 | 2024.12.07 00:50:36.484097 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 4253 | 2024.12.07 00:50:36.484509 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4254 | 2024.12.07 00:50:36.484560 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1532 rows starting from the beginning of the part | ||
| 4255 | 2024.12.07 00:50:36.484864 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4256 | 2024.12.07 00:50:36.485134 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4257 | 2024.12.07 00:50:36.485519 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 4258 | 2024.12.07 00:50:36.485842 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 4259 | 2024.12.07 00:50:36.486012 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 4260 | 2024.12.07 00:50:36.487941 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1816 rows, containing 4 columns (4 merged, 0 gathered) in 0.004216263 sec., 430713.16945835686 rows/sec., 28.09 MiB/sec. | ||
| 4261 | 2024.12.07 00:50:36.488251 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4262 | 2024.12.07 00:50:36.488733 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9945 rows, containing 5 columns (5 merged, 0 gathered) in 0.012003486 sec., 828509.3180431084 rows/sec., 55.86 MiB/sec. | ||
| 4263 | 2024.12.07 00:50:36.488875 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4264 | 2024.12.07 00:50:36.488996 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_31_6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4265 | 2024.12.07 00:50:36.489074 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4266 | 2024.12.07 00:50:36.489141 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4267 | 2024.12.07 00:50:36.489453 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.12.07 00:50:36.489541 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4269 | 2024.12.07 00:50:36.489626 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4270 | 2024.12.07 00:50:38.217293 [ 77 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 4271 | 2024.12.07 00:50:38.217385 [ 77 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.12.07 00:50:38.217423 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4273 | 2024.12.07 00:50:38.217689 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::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 | ||
| 4274 | 2024.12.07 00:50:38.217897 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4275 | 2024.12.07 00:50:38.217934 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 4276 | 2024.12.07 00:50:38.218007 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4277 | 2024.12.07 00:50:38.218104 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4278 | 2024.12.07 00:50:38.218383 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4279 | 2024.12.07 00:50:38.218524 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4280 | 2024.12.07 00:50:38.219636 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122781 sec., 6595.122153439286 rows/sec., 442.56 KiB/sec. | ||
| 4281 | 2024.12.07 00:50:38.219800 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4282 | 2024.12.07 00:50:38.220086 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2024.12.07 00:50:38.220164 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_14_3} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 4284 | 2024.12.07 00:50:38.220239 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 4285 | 2024.12.07 00:50:39.062963 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4286 | 2024.12.07 00:50:39.063023 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4287 | 2024.12.07 00:50:39.204045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4288 | 2024.12.07 00:50:39.205165 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2024.12.07 00:50:39.205296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4290 | 2024.12.07 00:50:39.205914 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4291 | 2024.12.07 00:50:39.206189 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2024.12.07 00:50:39.206460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4293 | 2024.12.07 00:50:39.258231 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 636 | ||
| 4294 | 2024.12.07 00:50:39.260946 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4295 | 2024.12.07 00:50:39.261005 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4296 | 2024.12.07 00:50:39.262483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4297 | 2024.12.07 00:50:39.262798 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4298 | 2024.12.07 00:50:39.263455 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4299 | 2024.12.07 00:50:39.341828 [ 76 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4300 | 2024.12.07 00:50:39.341933 [ 76 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.12.07 00:50:39.341983 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4302 | 2024.12.07 00:50:39.342303 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4303 | 2024.12.07 00:50:39.342578 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4304 | 2024.12.07 00:50:39.342641 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 59 rows starting from the beginning of the part | ||
| 4305 | 2024.12.07 00:50:39.342790 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 49 rows starting from the beginning of the part | ||
| 4306 | 2024.12.07 00:50:39.343222 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part | ||
| 4307 | 2024.12.07 00:50:39.343319 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 47 rows starting from the beginning of the part | ||
| 4308 | 2024.12.07 00:50:39.343482 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 61 rows starting from the beginning of the part | ||
| 4309 | 2024.12.07 00:50:39.344452 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002351186 sec., 111858.44080391769 rows/sec., 8.43 MiB/sec. | ||
| 4310 | 2024.12.07 00:50:39.344748 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4311 | 2024.12.07 00:50:39.345156 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2024.12.07 00:50:39.345251 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_15_3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4313 | 2024.12.07 00:50:39.345352 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4314 | 2024.12.07 00:50:39.813506 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4315 | 2024.12.07 00:50:39.836128 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4316 | 2024.12.07 00:50:39.836181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4317 | 2024.12.07 00:50:39.843845 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4318 | 2024.12.07 00:50:39.844614 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4319 | 2024.12.07 00:50:39.847420 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4320 | 2024.12.07 00:50:41.466704 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4321 | 2024.12.07 00:50:41.466914 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4322 | 2024.12.07 00:50:41.466985 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4323 | 2024.12.07 00:50:41.467728 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2024.12.07 00:50:41.467771 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4325 | 2024.12.07 00:50:41.468225 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4326 | 2024.12.07 00:50:41.468473 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2024.12.07 00:50:41.468668 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 555.57 KiB/sec. | ||
| 4328 | 2024.12.07 00:50:41.468730 [ 276 ] {9d326135-4c9f-4617-9c4d-d1d925b402e5} <Debug> TCPHandler: Processed in 0.002161163 sec. | ||
| 4329 | 2024.12.07 00:50:41.468898 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4330 | 2024.12.07 00:50:41.469043 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4331 | 2024.12.07 00:50:41.469102 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4332 | 2024.12.07 00:50:41.469926 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2024.12.07 00:50:41.469966 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4334 | 2024.12.07 00:50:41.470349 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4335 | 2024.12.07 00:50:41.470596 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2024.12.07 00:50:41.470777 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Debug> executeQuery: Read 283 rows, 25.55 KiB in 0.001769 sec., 159977.38835500283 rows/sec., 14.10 MiB/sec. | ||
| 4337 | 2024.12.07 00:50:41.470827 [ 280 ] {ac4ec49e-636c-4500-9784-20ccde7ec7ab} <Debug> TCPHandler: Processed in 0.001988679 sec. | ||
| 4338 | 2024.12.07 00:50:41.470973 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4339 | 2024.12.07 00:50:41.471103 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4340 | 2024.12.07 00:50:41.471158 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4341 | 2024.12.07 00:50:41.471804 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2024.12.07 00:50:41.471849 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4343 | 2024.12.07 00:50:41.472210 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4344 | 2024.12.07 00:50:41.472444 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2024.12.07 00:50:41.472671 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001597 sec., 29430.181590482156 rows/sec., 2.12 MiB/sec. | ||
| 4346 | 2024.12.07 00:50:41.472878 [ 276 ] {f7d4169d-66ce-4185-abb2-b55c50154bbf} <Debug> TCPHandler: Processed in 0.001965038 sec. | ||
| 4347 | 2024.12.07 00:50:41.473042 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2024.12.07 00:50:41.473174 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4349 | 2024.12.07 00:50:41.473234 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4350 | 2024.12.07 00:50:41.473881 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2024.12.07 00:50:41.473925 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4352 | 2024.12.07 00:50:41.474268 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4353 | 2024.12.07 00:50:41.474510 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2024.12.07 00:50:41.474718 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec. | ||
| 4355 | 2024.12.07 00:50:41.474771 [ 280 ] {0d489623-6f22-48c8-bb19-846ea4cdfe37} <Debug> TCPHandler: Processed in 0.001790956 sec. | ||
| 4356 | 2024.12.07 00:50:41.474895 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4357 | 2024.12.07 00:50:41.475021 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4358 | 2024.12.07 00:50:41.475075 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4359 | 2024.12.07 00:50:41.475713 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2024.12.07 00:50:41.475759 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4361 | 2024.12.07 00:50:41.476131 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4362 | 2024.12.07 00:50:41.476376 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2024.12.07 00:50:41.476589 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 4364 | 2024.12.07 00:50:41.476642 [ 276 ] {2d4da6f4-bc3a-4a11-a7b8-bf1218ef2128} <Debug> TCPHandler: Processed in 0.001796855 sec. | ||
| 4365 | 2024.12.07 00:50:41.476784 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4366 | 2024.12.07 00:50:41.476912 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4367 | 2024.12.07 00:50:41.476962 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4368 | 2024.12.07 00:50:41.477654 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2024.12.07 00:50:41.477693 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4370 | 2024.12.07 00:50:41.478081 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4371 | 2024.12.07 00:50:41.478324 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2024.12.07 00:50:41.478571 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001672 sec., 252392.34449760764 rows/sec., 18.04 MiB/sec. | ||
| 4373 | 2024.12.07 00:50:41.478771 [ 280 ] {81afeb2a-a685-4a61-9076-ca4919087f79} <Debug> TCPHandler: Processed in 0.002035341 sec. | ||
| 4374 | 2024.12.07 00:50:41.479006 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4375 | 2024.12.07 00:50:41.479155 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4376 | 2024.12.07 00:50:41.479213 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4377 | 2024.12.07 00:50:41.479762 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2024.12.07 00:50:41.479808 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4379 | 2024.12.07 00:50:41.480182 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4380 | 2024.12.07 00:50:41.480416 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2024.12.07 00:50:41.480635 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 4382 | 2024.12.07 00:50:41.480747 [ 276 ] {2b1809c6-5a23-48ac-8e9d-610da888d334} <Debug> TCPHandler: Processed in 0.001876308 sec. | ||
| 4383 | 2024.12.07 00:50:41.480890 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4384 | 2024.12.07 00:50:41.481021 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4385 | 2024.12.07 00:50:41.481088 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4386 | 2024.12.07 00:50:41.481733 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4387 | 2024.12.07 00:50:41.481780 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4388 | 2024.12.07 00:50:41.482201 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4389 | 2024.12.07 00:50:41.482439 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4390 | 2024.12.07 00:50:41.482649 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001657 sec., 143029.57151478576 rows/sec., 9.59 MiB/sec. | ||
| 4391 | 2024.12.07 00:50:41.482700 [ 280 ] {a1f60de0-e943-421f-ba65-26934d6783d4} <Debug> TCPHandler: Processed in 0.001861297 sec. | ||
| 4392 | 2024.12.07 00:50:41.482827 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4393 | 2024.12.07 00:50:41.482942 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4394 | 2024.12.07 00:50:41.482997 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4395 | 2024.12.07 00:50:41.483497 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4396 | 2024.12.07 00:50:41.483542 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4397 | 2024.12.07 00:50:41.483952 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4398 | 2024.12.07 00:50:41.484182 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4399 | 2024.12.07 00:50:41.484443 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec. | ||
| 4400 | 2024.12.07 00:50:41.484690 [ 276 ] {27e05f25-f153-469f-ae10-c8db9c7a4c57} <Debug> TCPHandler: Processed in 0.001911377 sec. | ||
| 4401 | 2024.12.07 00:50:41.484894 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4402 | 2024.12.07 00:50:41.485021 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4403 | 2024.12.07 00:50:41.485109 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4404 | 2024.12.07 00:50:41.486350 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2024.12.07 00:50:41.486390 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4406 | 2024.12.07 00:50:41.487044 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4407 | 2024.12.07 00:50:41.487314 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2024.12.07 00:50:41.487576 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002579 sec., 15509.887553315237 rows/sec., 27.79 MiB/sec. | ||
| 4409 | 2024.12.07 00:50:41.487754 [ 280 ] {4c1763d9-8786-4793-ba00-485458027cfc} <Debug> TCPHandler: Processed in 0.002951789 sec. | ||
| 4410 | 2024.12.07 00:50:41.487902 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4411 | 2024.12.07 00:50:41.488031 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4412 | 2024.12.07 00:50:41.488086 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4413 | 2024.12.07 00:50:41.488608 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2024.12.07 00:50:41.488654 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4415 | 2024.12.07 00:50:41.489049 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4416 | 2024.12.07 00:50:41.489285 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2024.12.07 00:50:41.489488 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec. | ||
| 4418 | 2024.12.07 00:50:41.489537 [ 276 ] {1fe642ca-1f13-4381-b933-438a0414c01d} <Debug> TCPHandler: Processed in 0.001696424 sec. | ||
| 4419 | 2024.12.07 00:50:46.460898 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4420 | 2024.12.07 00:50:46.461103 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4421 | 2024.12.07 00:50:46.461178 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4422 | 2024.12.07 00:50:46.461916 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4423 | 2024.12.07 00:50:46.461969 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4424 | 2024.12.07 00:50:46.462388 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4425 | 2024.12.07 00:50:46.462676 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4426 | 2024.12.07 00:50:46.462895 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001843 sec., 1085.1871947911015 rows/sec., 88.49 KiB/sec. | ||
| 4427 | 2024.12.07 00:50:46.462962 [ 276 ] {fea939ea-76af-44b1-9bf5-a6968eecf58c} <Debug> TCPHandler: Processed in 0.002198144 sec. | ||
| 4428 | 2024.12.07 00:50:46.463126 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4429 | 2024.12.07 00:50:46.463243 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4430 | 2024.12.07 00:50:46.463292 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4431 | 2024.12.07 00:50:46.463891 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2024.12.07 00:50:46.463933 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4433 | 2024.12.07 00:50:46.464291 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4434 | 2024.12.07 00:50:46.464532 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2024.12.07 00:50:46.464755 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00154 sec., 37012.98701298702 rows/sec., 2.82 MiB/sec. | ||
| 4436 | 2024.12.07 00:50:46.464809 [ 280 ] {78a9539b-3587-434f-b199-dfdf5b2ccc13} <Debug> TCPHandler: Processed in 0.001737514 sec. | ||
| 4437 | 2024.12.07 00:50:46.464948 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2024.12.07 00:50:46.465058 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4439 | 2024.12.07 00:50:46.465105 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4440 | 2024.12.07 00:50:46.465622 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2024.12.07 00:50:46.465663 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4442 | 2024.12.07 00:50:46.466021 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4443 | 2024.12.07 00:50:46.466255 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4444 | 2024.12.07 00:50:46.466467 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001434 sec., 1394.700139470014 rows/sec., 97.38 KiB/sec. | ||
| 4445 | 2024.12.07 00:50:46.466520 [ 276 ] {885f05d5-1f41-4715-9319-fa153fc16ef3} <Debug> TCPHandler: Processed in 0.001633202 sec. | ||
| 4446 | 2024.12.07 00:50:46.466667 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4447 | 2024.12.07 00:50:46.466773 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4448 | 2024.12.07 00:50:46.466817 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4449 | 2024.12.07 00:50:46.467370 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2024.12.07 00:50:46.467408 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4451 | 2024.12.07 00:50:46.467770 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4452 | 2024.12.07 00:50:46.468010 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2024.12.07 00:50:46.468217 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001465 sec., 45051.19453924915 rows/sec., 3.52 MiB/sec. | ||
| 4454 | 2024.12.07 00:50:46.468268 [ 280 ] {088dc90e-57e3-4abd-802e-95c4e7f8b200} <Debug> TCPHandler: Processed in 0.001660793 sec. | ||
| 4455 | 2024.12.07 00:50:46.468424 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4456 | 2024.12.07 00:50:46.468531 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4457 | 2024.12.07 00:50:46.468580 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4458 | 2024.12.07 00:50:46.469126 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2024.12.07 00:50:46.469173 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4460 | 2024.12.07 00:50:46.469568 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4461 | 2024.12.07 00:50:46.469816 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4462 | 2024.12.07 00:50:46.470025 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001516 sec., 106200.52770448549 rows/sec., 7.40 MiB/sec. | ||
| 4463 | 2024.12.07 00:50:46.470077 [ 276 ] {c7eef335-560f-4687-af84-9c262026f1d9} <Debug> TCPHandler: Processed in 0.001711514 sec. | ||
| 4464 | 2024.12.07 00:50:46.470218 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4465 | 2024.12.07 00:50:46.470325 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4466 | 2024.12.07 00:50:46.470371 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4467 | 2024.12.07 00:50:46.470809 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4468 | 2024.12.07 00:50:46.470847 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4469 | 2024.12.07 00:50:46.471207 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4470 | 2024.12.07 00:50:46.471441 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4471 | 2024.12.07 00:50:46.471657 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
| 4472 | 2024.12.07 00:50:46.471708 [ 280 ] {e8b1426a-c04c-4aef-8db7-bf12ae853c96} <Debug> TCPHandler: Processed in 0.00154204 sec. | ||
| 4473 | 2024.12.07 00:50:46.706576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4474 | 2024.12.07 00:50:46.707214 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4475 | 2024.12.07 00:50:46.707265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4476 | 2024.12.07 00:50:46.707779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4477 | 2024.12.07 00:50:46.708030 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4478 | 2024.12.07 00:50:46.708231 [ 60 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4479 | 2024.12.07 00:50:46.708303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4480 | 2024.12.07 00:50:46.708332 [ 60 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2024.12.07 00:50:46.708366 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4482 | 2024.12.07 00:50:46.708554 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4483 | 2024.12.07 00:50:46.708722 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4484 | 2024.12.07 00:50:46.708766 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4485 | 2024.12.07 00:50:46.708839 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4486 | 2024.12.07 00:50:46.708948 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4487 | 2024.12.07 00:50:46.709059 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4488 | 2024.12.07 00:50:46.709140 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4489 | 2024.12.07 00:50:46.709238 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 4490 | 2024.12.07 00:50:46.711559 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003112442 sec., 3096603.88852226 rows/sec., 44.30 MiB/sec. | ||
| 4491 | 2024.12.07 00:50:46.712027 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4492 | 2024.12.07 00:50:46.712400 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_21_4} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2024.12.07 00:50:46.712493 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_21_4} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4494 | 2024.12.07 00:50:46.712612 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4495 | 2024.12.07 00:50:47.347492 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4496 | 2024.12.07 00:50:47.369958 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4497 | 2024.12.07 00:50:47.370031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4498 | 2024.12.07 00:50:47.377378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4499 | 2024.12.07 00:50:47.378261 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4500 | 2024.12.07 00:50:47.378728 [ 62 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4501 | 2024.12.07 00:50:47.378871 [ 62 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2024.12.07 00:50:47.378938 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4503 | 2024.12.07 00:50:47.379398 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4504 | 2024.12.07 00:50:47.399713 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4505 | 2024.12.07 00:50:47.400678 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4506 | 2024.12.07 00:50:47.402011 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4507 | 2024.12.07 00:50:47.407001 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4508 | 2024.12.07 00:50:47.412318 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4509 | 2024.12.07 00:50:47.417554 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4510 | 2024.12.07 00:50:47.423107 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4511 | 2024.12.07 00:50:47.427534 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 4512 | 2024.12.07 00:50:47.490272 [ 203 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.111181412 sec., 1430.0951673468585 rows/sec., 7.39 MiB/sec. | ||
| 4513 | 2024.12.07 00:50:47.493159 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4514 | 2024.12.07 00:50:47.496267 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_21_4} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2024.12.07 00:50:47.496403 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_21_4} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4516 | 2024.12.07 00:50:47.498773 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4517 | 2024.12.07 00:50:48.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.79 MiB, peak 197.33 MiB, free memory in arenas 0.00 B, will set to 187.93 MiB (RSS), difference: 1.14 MiB | ||
| 4518 | 2024.12.07 00:50:49.263579 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 670 | ||
| 4519 | 2024.12.07 00:50:49.266743 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2024.12.07 00:50:49.266795 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4521 | 2024.12.07 00:50:49.268314 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4522 | 2024.12.07 00:50:49.268634 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2024.12.07 00:50:49.268893 [ 57 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4524 | 2024.12.07 00:50:49.269008 [ 57 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2024.12.07 00:50:49.269082 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4526 | 2024.12.07 00:50:49.269722 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 4527 | 2024.12.07 00:50:49.270740 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670 | ||
| 4528 | 2024.12.07 00:50:49.271154 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4529 | 2024.12.07 00:50:49.271338 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part | ||
| 4530 | 2024.12.07 00:50:49.272032 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 4531 | 2024.12.07 00:50:49.272705 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 4532 | 2024.12.07 00:50:49.273358 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 54 rows starting from the beginning of the part | ||
| 4533 | 2024.12.07 00:50:49.273904 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
| 4534 | 2024.12.07 00:50:49.274505 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 4535 | 2024.12.07 00:50:49.282742 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 72 columns (72 merged, 0 gathered) in 0.013457835 sec., 49785.12517057907 rows/sec., 42.56 MiB/sec. | ||
| 4536 | 2024.12.07 00:50:49.283902 [ 192 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4537 | 2024.12.07 00:50:49.284642 [ 192 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2024.12.07 00:50:49.284729 [ 192 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_16_3} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4539 | 2024.12.07 00:50:49.284949 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
| 4540 | 2024.12.07 00:50:51.467358 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2024.12.07 00:50:51.467592 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4542 | 2024.12.07 00:50:51.467663 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4543 | 2024.12.07 00:50:51.468419 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2024.12.07 00:50:51.468465 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4545 | 2024.12.07 00:50:51.468889 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4546 | 2024.12.07 00:50:51.469137 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.12.07 00:50:51.469360 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 4548 | 2024.12.07 00:50:51.469416 [ 276 ] {2a91092c-6ef9-416b-aa3c-4d37c7b180f4} <Debug> TCPHandler: Processed in 0.002189053 sec. | ||
| 4549 | 2024.12.07 00:50:51.469642 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4550 | 2024.12.07 00:50:51.469781 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4551 | 2024.12.07 00:50:51.469836 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4552 | 2024.12.07 00:50:51.470603 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4553 | 2024.12.07 00:50:51.470644 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4554 | 2024.12.07 00:50:51.471035 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4555 | 2024.12.07 00:50:51.471275 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4556 | 2024.12.07 00:50:51.471490 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001739 sec., 163887.291546866 rows/sec., 14.46 MiB/sec. | ||
| 4557 | 2024.12.07 00:50:51.471543 [ 280 ] {37e199a8-52f5-4305-bb87-ce0c1ece4d7a} <Debug> TCPHandler: Processed in 0.001968499 sec. | ||
| 4558 | 2024.12.07 00:50:51.471694 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4559 | 2024.12.07 00:50:51.471822 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4560 | 2024.12.07 00:50:51.471876 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4561 | 2024.12.07 00:50:51.472509 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2024.12.07 00:50:51.472548 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4563 | 2024.12.07 00:50:51.472896 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4564 | 2024.12.07 00:50:51.473132 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4565 | 2024.12.07 00:50:51.473343 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001549 sec., 30987.734021949644 rows/sec., 2.23 MiB/sec. | ||
| 4566 | 2024.12.07 00:50:51.473394 [ 276 ] {05ad4ef5-c968-4857-9e38-af8ea1ed079c} <Debug> TCPHandler: Processed in 0.001763155 sec. | ||
| 4567 | 2024.12.07 00:50:51.473548 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4568 | 2024.12.07 00:50:51.473675 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4569 | 2024.12.07 00:50:51.473728 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4570 | 2024.12.07 00:50:51.474334 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4571 | 2024.12.07 00:50:51.474372 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4572 | 2024.12.07 00:50:51.474712 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4573 | 2024.12.07 00:50:51.474943 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4574 | 2024.12.07 00:50:51.475099 [ 55 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4575 | 2024.12.07 00:50:51.475165 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec. | ||
| 4576 | 2024.12.07 00:50:51.475178 [ 55 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4577 | 2024.12.07 00:50:51.475247 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4578 | 2024.12.07 00:50:51.475278 [ 280 ] {628928a7-67cb-496a-86cd-039e0c0c6605} <Debug> TCPHandler: Processed in 0.001786716 sec. | ||
| 4579 | 2024.12.07 00:50:51.475478 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2024.12.07 00:50:51.475488 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::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 | ||
| 4581 | 2024.12.07 00:50:51.475680 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4582 | 2024.12.07 00:50:51.475754 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4583 | 2024.12.07 00:50:51.475779 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4584 | 2024.12.07 00:50:51.475830 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 4585 | 2024.12.07 00:50:51.476138 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4586 | 2024.12.07 00:50:51.476441 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4587 | 2024.12.07 00:50:51.476865 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
| 4588 | 2024.12.07 00:50:51.477219 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4589 | 2024.12.07 00:50:51.477579 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 4590 | 2024.12.07 00:50:51.478765 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4591 | 2024.12.07 00:50:51.478836 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4592 | 2024.12.07 00:50:51.479971 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4593 | 2024.12.07 00:50:51.480495 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2024.12.07 00:50:51.480505 [ 191 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005135642 sec., 105342.23374604383 rows/sec., 7.55 MiB/sec. | ||
| 4595 | 2024.12.07 00:50:51.480798 [ 191 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4596 | 2024.12.07 00:50:51.480823 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005213 sec., 2493.7655860349128 rows/sec., 155.49 KiB/sec. | ||
| 4597 | 2024.12.07 00:50:51.480975 [ 276 ] {eee3a4bc-a9fb-4ce9-996b-937e4cdd0da3} <Debug> TCPHandler: Processed in 0.00560331 sec. | ||
| 4598 | 2024.12.07 00:50:51.481149 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2024.12.07 00:50:51.481326 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4600 | 2024.12.07 00:50:51.481336 [ 191 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4601 | 2024.12.07 00:50:51.481409 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4602 | 2024.12.07 00:50:51.481532 [ 191 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_16_3} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4603 | 2024.12.07 00:50:51.481700 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4604 | 2024.12.07 00:50:51.482353 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4605 | 2024.12.07 00:50:51.482397 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4606 | 2024.12.07 00:50:51.482782 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4607 | 2024.12.07 00:50:51.483020 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4608 | 2024.12.07 00:50:51.483263 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001991 sec., 212456.05223505775 rows/sec., 15.19 MiB/sec. | ||
| 4609 | 2024.12.07 00:50:51.483486 [ 280 ] {fdc90ae1-f806-47d8-9091-ed137cc55334} <Debug> TCPHandler: Processed in 0.002413498 sec. | ||
| 4610 | 2024.12.07 00:50:51.483666 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4611 | 2024.12.07 00:50:51.483779 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4612 | 2024.12.07 00:50:51.483827 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4613 | 2024.12.07 00:50:51.484308 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4614 | 2024.12.07 00:50:51.484348 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4615 | 2024.12.07 00:50:51.484714 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4616 | 2024.12.07 00:50:51.484953 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4617 | 2024.12.07 00:50:51.485107 [ 55 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4618 | 2024.12.07 00:50:51.485166 [ 55 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2024.12.07 00:50:51.485195 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 4620 | 2024.12.07 00:50:51.485212 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4621 | 2024.12.07 00:50:51.485327 [ 276 ] {d04c93ab-eaa5-4207-b8bf-e8e367aa9615} <Debug> TCPHandler: Processed in 0.001730534 sec. | ||
| 4622 | 2024.12.07 00:50:51.485409 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 4623 | 2024.12.07 00:50:51.485485 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4624 | 2024.12.07 00:50:51.485538 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4625 | 2024.12.07 00:50:51.485580 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part | ||
| 4626 | 2024.12.07 00:50:51.485636 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4627 | 2024.12.07 00:50:51.485721 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 4628 | 2024.12.07 00:50:51.485823 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4629 | 2024.12.07 00:50:51.486141 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4630 | 2024.12.07 00:50:51.486457 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4631 | 2024.12.07 00:50:51.486729 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4632 | 2024.12.07 00:50:51.486955 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4633 | 2024.12.07 00:50:51.487786 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2024.12.07 00:50:51.487830 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4635 | 2024.12.07 00:50:51.488391 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.00306516 sec., 29362.25188897154 rows/sec., 1.50 MiB/sec. | ||
| 4636 | 2024.12.07 00:50:51.488481 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4637 | 2024.12.07 00:50:51.488500 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4638 | 2024.12.07 00:50:51.488779 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4639 | 2024.12.07 00:50:51.488820 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.12.07 00:50:51.488955 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_15_3} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4641 | 2024.12.07 00:50:51.489194 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4642 | 2024.12.07 00:50:51.489234 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003621 sec., 65451.53272576636 rows/sec., 4.39 MiB/sec. | ||
| 4643 | 2024.12.07 00:50:51.489474 [ 280 ] {980b87f2-e48a-4b20-93df-b458300afd9a} <Debug> TCPHandler: Processed in 0.00405207 sec. | ||
| 4644 | 2024.12.07 00:50:51.489679 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4645 | 2024.12.07 00:50:51.489813 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4646 | 2024.12.07 00:50:51.489872 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4647 | 2024.12.07 00:50:51.490399 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4648 | 2024.12.07 00:50:51.490438 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4649 | 2024.12.07 00:50:51.490785 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4650 | 2024.12.07 00:50:51.491021 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4651 | 2024.12.07 00:50:51.491227 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 4652 | 2024.12.07 00:50:51.491277 [ 276 ] {d5043e61-74dd-40ff-b654-c1ca0f441099} <Debug> TCPHandler: Processed in 0.001662243 sec. | ||
| 4653 | 2024.12.07 00:50:51.491406 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4654 | 2024.12.07 00:50:51.491512 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4655 | 2024.12.07 00:50:51.491577 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4656 | 2024.12.07 00:50:51.492720 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4657 | 2024.12.07 00:50:51.492758 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4658 | 2024.12.07 00:50:51.493395 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4659 | 2024.12.07 00:50:51.493648 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4660 | 2024.12.07 00:50:51.493810 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4661 | 2024.12.07 00:50:51.493871 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2024.12.07 00:50:51.493901 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4663 | 2024.12.07 00:50:51.493937 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002436 sec., 16830.870279146144 rows/sec., 30.16 MiB/sec. | ||
| 4664 | 2024.12.07 00:50:51.494386 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 4665 | 2024.12.07 00:50:51.494739 [ 280 ] {f33c4b61-e625-4deb-8d82-12a295284880} <Debug> TCPHandler: Processed in 0.003382566 sec. | ||
| 4666 | 2024.12.07 00:50:51.494975 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2024.12.07 00:50:51.495245 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4668 | 2024.12.07 00:50:51.495303 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4669 | 2024.12.07 00:50:51.495334 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4670 | 2024.12.07 00:50:51.495499 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 271 rows starting from the beginning of the part | ||
| 4671 | 2024.12.07 00:50:51.496356 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4672 | 2024.12.07 00:50:51.496963 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 4673 | 2024.12.07 00:50:51.497719 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2024.12.07 00:50:51.497724 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 4675 | 2024.12.07 00:50:51.497790 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4676 | 2024.12.07 00:50:51.498311 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4677 | 2024.12.07 00:50:51.498898 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
| 4678 | 2024.12.07 00:50:51.499298 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4679 | 2024.12.07 00:50:51.499987 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4680 | 2024.12.07 00:50:51.500355 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005209 sec., 15741.985025916683 rows/sec., 1023.81 KiB/sec. | ||
| 4681 | 2024.12.07 00:50:51.500502 [ 276 ] {31392066-e717-4ea6-be28-35adbc3b8bec} <Debug> TCPHandler: Processed in 0.005661212 sec. | ||
| 4682 | 2024.12.07 00:50:51.503467 [ 189 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 19 columns (19 merged, 0 gathered) in 0.009489918 sec., 49736.99456623334 rows/sec., 89.13 MiB/sec. | ||
| 4683 | 2024.12.07 00:50:51.504080 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4684 | 2024.12.07 00:50:51.504484 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2024.12.07 00:50:51.504558 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4686 | 2024.12.07 00:50:51.504669 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 4687 | 2024.12.07 00:50:54.063062 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4688 | 2024.12.07 00:50:54.063114 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4689 | 2024.12.07 00:50:54.208429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4690 | 2024.12.07 00:50:54.209218 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2024.12.07 00:50:54.209281 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4692 | 2024.12.07 00:50:54.209834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4693 | 2024.12.07 00:50:54.210098 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2024.12.07 00:50:54.210377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4695 | 2024.12.07 00:50:54.899791 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4696 | 2024.12.07 00:50:54.919468 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4697 | 2024.12.07 00:50:54.919535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4698 | 2024.12.07 00:50:54.926917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4699 | 2024.12.07 00:50:54.927656 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4700 | 2024.12.07 00:50:54.930549 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4701 | 2024.12.07 00:50:56.461029 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4702 | 2024.12.07 00:50:56.461211 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4703 | 2024.12.07 00:50:56.461280 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4704 | 2024.12.07 00:50:56.462060 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4705 | 2024.12.07 00:50:56.462105 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4706 | 2024.12.07 00:50:56.462528 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4707 | 2024.12.07 00:50:56.462773 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2024.12.07 00:50:56.462964 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001805 sec., 31024.930747922437 rows/sec., 2.37 MiB/sec. | ||
| 4709 | 2024.12.07 00:50:56.463018 [ 276 ] {47b70f7e-5352-4f37-9cf0-c1bf8e7cc4d0} <Debug> TCPHandler: Processed in 0.002119452 sec. | ||
| 4710 | 2024.12.07 00:50:56.463198 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4711 | 2024.12.07 00:50:56.463304 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4712 | 2024.12.07 00:50:56.463348 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4713 | 2024.12.07 00:50:56.463904 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2024.12.07 00:50:56.463943 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4715 | 2024.12.07 00:50:56.464297 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4716 | 2024.12.07 00:50:56.464545 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2024.12.07 00:50:56.464722 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001441 sec., 44413.60166551006 rows/sec., 3.47 MiB/sec. | ||
| 4718 | 2024.12.07 00:50:56.464773 [ 280 ] {b452f146-7821-45a6-a398-6cab7b9988e8} <Debug> TCPHandler: Processed in 0.001638813 sec. | ||
| 4719 | 2024.12.07 00:50:56.464926 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4720 | 2024.12.07 00:50:56.465032 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4721 | 2024.12.07 00:50:56.465080 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4722 | 2024.12.07 00:50:56.465706 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2024.12.07 00:50:56.465744 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4724 | 2024.12.07 00:50:56.466159 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4725 | 2024.12.07 00:50:56.466413 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2024.12.07 00:50:56.466593 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 4727 | 2024.12.07 00:50:56.466648 [ 276 ] {658fac96-56be-4a70-bc67-473a536d9bb0} <Debug> TCPHandler: Processed in 0.001781686 sec. | ||
| 4728 | 2024.12.07 00:50:56.466798 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4729 | 2024.12.07 00:50:56.466908 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4730 | 2024.12.07 00:50:56.466956 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4731 | 2024.12.07 00:50:56.467413 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4732 | 2024.12.07 00:50:56.467451 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4733 | 2024.12.07 00:50:56.467829 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4734 | 2024.12.07 00:50:56.468076 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4735 | 2024.12.07 00:50:56.468252 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
| 4736 | 2024.12.07 00:50:56.468301 [ 280 ] {ec7405ed-5790-444c-baad-bf24aac76a50} <Debug> TCPHandler: Processed in 0.00155857 sec. | ||
| 4737 | 2024.12.07 00:50:57.271264 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4738 | 2024.12.07 00:50:57.271520 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4739 | 2024.12.07 00:50:57.271589 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4740 | 2024.12.07 00:50:57.272297 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4741 | 2024.12.07 00:50:57.272338 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4742 | 2024.12.07 00:50:57.272754 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4743 | 2024.12.07 00:50:57.273000 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4744 | 2024.12.07 00:50:57.273201 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001732 sec., 8083.140877598153 rows/sec., 581.88 KiB/sec. | ||
| 4745 | 2024.12.07 00:50:57.273256 [ 276 ] {eb6d5bca-04dc-4b41-a441-d4bd57851f70} <Debug> TCPHandler: Processed in 0.002181223 sec. | ||
| 4746 | 2024.12.07 00:50:57.273426 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4747 | 2024.12.07 00:50:57.273564 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4748 | 2024.12.07 00:50:57.273619 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4749 | 2024.12.07 00:50:57.274267 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4750 | 2024.12.07 00:50:57.274313 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4751 | 2024.12.07 00:50:57.274690 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4752 | 2024.12.07 00:50:57.274948 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4753 | 2024.12.07 00:50:57.275127 [ 46 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4754 | 2024.12.07 00:50:57.275150 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001607 sec., 1244.5550715619167 rows/sec., 101.48 KiB/sec. | ||
| 4755 | 2024.12.07 00:50:57.275232 [ 46 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4756 | 2024.12.07 00:50:57.275313 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4757 | 2024.12.07 00:50:57.275317 [ 280 ] {47639348-4fc3-4aee-95e3-b2089a09f7b8} <Debug> TCPHandler: Processed in 0.001958509 sec. | ||
| 4758 | 2024.12.07 00:50:57.275548 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4759 | 2024.12.07 00:50:57.275635 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::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 | ||
| 4760 | 2024.12.07 00:50:57.275732 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4761 | 2024.12.07 00:50:57.275781 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4762 | 2024.12.07 00:50:57.275799 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4763 | 2024.12.07 00:50:57.275824 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4764 | 2024.12.07 00:50:57.275993 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4765 | 2024.12.07 00:50:57.276242 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4766 | 2024.12.07 00:50:57.276688 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 4767 | 2024.12.07 00:50:57.276891 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4768 | 2024.12.07 00:50:57.277119 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 4769 | 2024.12.07 00:50:57.278138 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4770 | 2024.12.07 00:50:57.278206 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4771 | 2024.12.07 00:50:57.278318 [ 195 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002901618 sec., 11028.329711216295 rows/sec., 942.36 KiB/sec. | ||
| 4772 | 2024.12.07 00:50:57.278636 [ 195 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4773 | 2024.12.07 00:50:57.279085 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4774 | 2024.12.07 00:50:57.279175 [ 195 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4775 | 2024.12.07 00:50:57.279313 [ 195 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_6_1} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4776 | 2024.12.07 00:50:57.279480 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4777 | 2024.12.07 00:50:57.279557 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4778 | 2024.12.07 00:50:57.279748 [ 46 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4779 | 2024.12.07 00:50:57.279811 [ 46 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2024.12.07 00:50:57.279849 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4781 | 2024.12.07 00:50:57.279845 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.004143 sec., 344195.0277576635 rows/sec., 28.74 MiB/sec. | ||
| 4782 | 2024.12.07 00:50:57.280108 [ 276 ] {e6799f83-de64-4410-a911-fea807ac3380} <Debug> TCPHandler: Processed in 0.004678472 sec. | ||
| 4783 | 2024.12.07 00:50:57.280260 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 4784 | 2024.12.07 00:50:57.280431 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4785 | 2024.12.07 00:50:57.280765 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4786 | 2024.12.07 00:50:57.280903 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1433 rows starting from the beginning of the part | ||
| 4787 | 2024.12.07 00:50:57.280905 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4788 | 2024.12.07 00:50:57.281125 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4789 | 2024.12.07 00:50:57.281390 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 283 rows starting from the beginning of the part | ||
| 4790 | 2024.12.07 00:50:57.281604 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 57 rows starting from the beginning of the part | ||
| 4791 | 2024.12.07 00:50:57.281827 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 285 rows starting from the beginning of the part | ||
| 4792 | 2024.12.07 00:50:57.281995 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 4793 | 2024.12.07 00:50:57.282239 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1426 rows starting from the beginning of the part | ||
| 4794 | 2024.12.07 00:50:57.283034 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4795 | 2024.12.07 00:50:57.283087 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4796 | 2024.12.07 00:50:57.283637 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4797 | 2024.12.07 00:50:57.283890 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2024.12.07 00:50:57.284190 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.003419 sec., 14624.159110851126 rows/sec., 1.05 MiB/sec. | ||
| 4799 | 2024.12.07 00:50:57.284523 [ 280 ] {33722dc4-b80c-401f-be03-7b1c8a80820a} <Debug> TCPHandler: Processed in 0.004216963 sec. | ||
| 4800 | 2024.12.07 00:50:57.284723 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004745094 sec., 746033.6929047138 rows/sec., 65.51 MiB/sec. | ||
| 4801 | 2024.12.07 00:50:57.284733 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4802 | 2024.12.07 00:50:57.284898 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4803 | 2024.12.07 00:50:57.284966 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4804 | 2024.12.07 00:50:57.285037 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4805 | 2024.12.07 00:50:57.285502 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4806 | 2024.12.07 00:50:57.285583 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_36_7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4807 | 2024.12.07 00:50:57.285677 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 4808 | 2024.12.07 00:50:57.285887 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2024.12.07 00:50:57.285922 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4810 | 2024.12.07 00:50:57.286281 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4811 | 2024.12.07 00:50:57.286523 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2024.12.07 00:50:57.286737 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001876 sec., 128997.86780383794 rows/sec., 8.74 MiB/sec. | ||
| 4813 | 2024.12.07 00:50:57.286792 [ 276 ] {eeec3b9e-80bd-462e-8d58-8ab0f1f983a9} <Debug> TCPHandler: Processed in 0.002144132 sec. | ||
| 4814 | 2024.12.07 00:50:57.286939 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2024.12.07 00:50:57.287045 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4816 | 2024.12.07 00:50:57.287090 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4817 | 2024.12.07 00:50:57.287611 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2024.12.07 00:50:57.287650 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4819 | 2024.12.07 00:50:57.287987 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4820 | 2024.12.07 00:50:57.288222 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2024.12.07 00:50:57.288494 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001456 sec., 8928.571428571428 rows/sec., 556.69 KiB/sec. | ||
| 4822 | 2024.12.07 00:50:57.288696 [ 280 ] {9aff288a-38aa-42ea-b172-4cc4ff80c37c} <Debug> TCPHandler: Processed in 0.001802975 sec. | ||
| 4823 | 2024.12.07 00:50:57.288923 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2024.12.07 00:50:57.289058 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4825 | 2024.12.07 00:50:57.289114 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4826 | 2024.12.07 00:50:57.289982 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2024.12.07 00:50:57.290021 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4828 | 2024.12.07 00:50:57.290416 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4829 | 2024.12.07 00:50:57.290660 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2024.12.07 00:50:57.290851 [ 46 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4831 | 2024.12.07 00:50:57.290920 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001884 sec., 467622.08067940554 rows/sec., 33.91 MiB/sec. | ||
| 4832 | 2024.12.07 00:50:57.290950 [ 46 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4833 | 2024.12.07 00:50:57.291041 [ 276 ] {f8c07fa5-3713-4011-beb9-b6ca9502bcba} <Debug> TCPHandler: Processed in 0.002233693 sec. | ||
| 4834 | 2024.12.07 00:50:57.291041 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4835 | 2024.12.07 00:50:57.291279 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4836 | 2024.12.07 00:50:57.291319 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4837 | 2024.12.07 00:50:57.291573 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4838 | 2024.12.07 00:50:57.291722 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4839 | 2024.12.07 00:50:57.291727 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4840 | 2024.12.07 00:50:57.291831 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 4841 | 2024.12.07 00:50:57.292088 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 422 rows starting from the beginning of the part | ||
| 4842 | 2024.12.07 00:50:57.292342 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 4843 | 2024.12.07 00:50:57.292523 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 423 rows starting from the beginning of the part | ||
| 4844 | 2024.12.07 00:50:57.292666 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 4845 | 2024.12.07 00:50:57.292871 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 881 rows starting from the beginning of the part | ||
| 4846 | 2024.12.07 00:50:57.293251 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2024.12.07 00:50:57.293293 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4848 | 2024.12.07 00:50:57.293821 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4849 | 2024.12.07 00:50:57.294144 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4850 | 2024.12.07 00:50:57.294366 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002885 sec., 2079.7227036395147 rows/sec., 108.66 KiB/sec. | ||
| 4851 | 2024.12.07 00:50:57.294419 [ 280 ] {345cb5f2-d6a0-43a0-9af2-90dc163c8b1c} <Debug> TCPHandler: Processed in 0.003271754 sec. | ||
| 4852 | 2024.12.07 00:50:57.294582 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4853 | 2024.12.07 00:50:57.294631 [ 205 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.003433757 sec., 806696.5717143059 rows/sec., 61.59 MiB/sec. | ||
| 4854 | 2024.12.07 00:50:57.294717 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4855 | 2024.12.07 00:50:57.294783 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4856 | 2024.12.07 00:50:57.294816 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4857 | 2024.12.07 00:50:57.295197 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4858 | 2024.12.07 00:50:57.295268 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_36_7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4859 | 2024.12.07 00:50:57.295330 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4860 | 2024.12.07 00:50:57.295683 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2024.12.07 00:50:57.295721 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4862 | 2024.12.07 00:50:57.296139 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4863 | 2024.12.07 00:50:57.296378 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2024.12.07 00:50:57.296544 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4865 | 2024.12.07 00:50:57.296603 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2024.12.07 00:50:57.296634 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001934 sec., 494312.30610134435 rows/sec., 32.84 MiB/sec. | ||
| 4867 | 2024.12.07 00:50:57.296643 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4868 | 2024.12.07 00:50:57.296823 [ 276 ] {16550c61-0fe2-4670-808e-daaa1715c9be} <Debug> TCPHandler: Processed in 0.002318865 sec. | ||
| 4869 | 2024.12.07 00:50:57.297104 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4870 | 2024.12.07 00:50:57.297109 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 4871 | 2024.12.07 00:50:57.297527 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4872 | 2024.12.07 00:50:57.297709 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4873 | 2024.12.07 00:50:57.297725 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4874 | 2024.12.07 00:50:57.297793 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9945 rows starting from the beginning of the part | ||
| 4875 | 2024.12.07 00:50:57.297990 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 4876 | 2024.12.07 00:50:57.298232 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
| 4877 | 2024.12.07 00:50:57.298445 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 4878 | 2024.12.07 00:50:57.298568 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 4879 | 2024.12.07 00:50:57.298737 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 956 rows starting from the beginning of the part | ||
| 4880 | 2024.12.07 00:50:57.299201 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2024.12.07 00:50:57.299244 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4882 | 2024.12.07 00:50:57.299651 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4883 | 2024.12.07 00:50:57.299952 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2024.12.07 00:50:57.300448 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003056 sec., 327.22513089005236 rows/sec., 22.05 KiB/sec. | ||
| 4885 | 2024.12.07 00:50:57.300939 [ 280 ] {3f6f872d-97ca-4786-afcd-216b1274e42a} <Debug> TCPHandler: Processed in 0.003984149 sec. | ||
| 4886 | 2024.12.07 00:50:57.301345 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4887 | 2024.12.07 00:50:57.301575 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4888 | 2024.12.07 00:50:57.301648 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4889 | 2024.12.07 00:50:57.302984 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2024.12.07 00:50:57.303024 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4891 | 2024.12.07 00:50:57.303663 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11696 rows, containing 5 columns (5 merged, 0 gathered) in 0.006874515 sec., 1701356.3865959998 rows/sec., 114.65 MiB/sec. | ||
| 4892 | 2024.12.07 00:50:57.303925 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4893 | 2024.12.07 00:50:57.303932 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4894 | 2024.12.07 00:50:57.304271 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4895 | 2024.12.07 00:50:57.304280 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2024.12.07 00:50:57.304362 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4897 | 2024.12.07 00:50:57.304599 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4898 | 2024.12.07 00:50:57.304671 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00313 sec., 13099.041533546326 rows/sec., 23.47 MiB/sec. | ||
| 4899 | 2024.12.07 00:50:57.304775 [ 276 ] {0fd421ae-2bcc-4061-b7e2-2e12ea3eb5ed} <Debug> TCPHandler: Processed in 0.003687813 sec. | ||
| 4900 | 2024.12.07 00:50:57.304961 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4901 | 2024.12.07 00:50:57.305090 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4902 | 2024.12.07 00:50:57.305144 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4903 | 2024.12.07 00:50:57.305608 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4904 | 2024.12.07 00:50:57.305647 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4905 | 2024.12.07 00:50:57.305988 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4906 | 2024.12.07 00:50:57.306219 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4907 | 2024.12.07 00:50:57.306387 [ 46 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4908 | 2024.12.07 00:50:57.306440 [ 46 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2024.12.07 00:50:57.306470 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0014 sec., 24285.714285714286 rows/sec., 1.41 MiB/sec. | ||
| 4910 | 2024.12.07 00:50:57.306477 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4911 | 2024.12.07 00:50:57.306638 [ 280 ] {5d873422-35a1-4e2f-ba15-24cf1873cc80} <Debug> TCPHandler: Processed in 0.001734494 sec. | ||
| 4912 | 2024.12.07 00:50:57.306912 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 4913 | 2024.12.07 00:50:57.307104 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4914 | 2024.12.07 00:50:57.307141 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1816 rows starting from the beginning of the part | ||
| 4915 | 2024.12.07 00:50:57.307260 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 4916 | 2024.12.07 00:50:57.307452 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 4917 | 2024.12.07 00:50:57.307628 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 4918 | 2024.12.07 00:50:57.307768 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4919 | 2024.12.07 00:50:57.307962 [ 204 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 4920 | 2024.12.07 00:50:57.309497 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 4 columns (4 merged, 0 gathered) in 0.002861087 sec., 745870.3632570418 rows/sec., 48.55 MiB/sec. | ||
| 4921 | 2024.12.07 00:50:57.309759 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4922 | 2024.12.07 00:50:57.310110 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2024.12.07 00:50:57.310208 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_36_7} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4924 | 2024.12.07 00:50:57.310299 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4925 | 2024.12.07 00:50:59.270983 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 724 | ||
| 4926 | 2024.12.07 00:50:59.274623 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2024.12.07 00:50:59.274683 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4928 | 2024.12.07 00:50:59.276184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4929 | 2024.12.07 00:50:59.276502 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2024.12.07 00:50:59.277127 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 724 | ||
| 4931 | 2024.12.07 00:51:01.459613 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2024.12.07 00:51:01.459814 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4933 | 2024.12.07 00:51:01.459886 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4934 | 2024.12.07 00:51:01.460629 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.12.07 00:51:01.460668 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4936 | 2024.12.07 00:51:01.461100 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4937 | 2024.12.07 00:51:01.461351 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2024.12.07 00:51:01.461541 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00178 sec., 31460.674157303372 rows/sec., 2.40 MiB/sec. | ||
| 4939 | 2024.12.07 00:51:01.461598 [ 276 ] {b4518fd5-f514-4cb6-8a42-e857607fc250} <Debug> TCPHandler: Processed in 0.002113852 sec. | ||
| 4940 | 2024.12.07 00:51:01.461773 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2024.12.07 00:51:01.461915 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4942 | 2024.12.07 00:51:01.461971 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4943 | 2024.12.07 00:51:01.462656 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2024.12.07 00:51:01.462694 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4945 | 2024.12.07 00:51:01.463068 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4946 | 2024.12.07 00:51:01.463309 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2024.12.07 00:51:01.463489 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001605 sec., 39875.38940809968 rows/sec., 3.11 MiB/sec. | ||
| 4948 | 2024.12.07 00:51:01.463541 [ 280 ] {fcdcc641-92cf-49f2-a00d-243d637ae168} <Debug> TCPHandler: Processed in 0.001840126 sec. | ||
| 4949 | 2024.12.07 00:51:01.463714 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2024.12.07 00:51:01.463822 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4951 | 2024.12.07 00:51:01.463872 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4952 | 2024.12.07 00:51:01.464385 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2024.12.07 00:51:01.464421 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4954 | 2024.12.07 00:51:01.464815 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4955 | 2024.12.07 00:51:01.465054 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2024.12.07 00:51:01.465233 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001433 sec., 89323.09839497558 rows/sec., 6.22 MiB/sec. | ||
| 4957 | 2024.12.07 00:51:01.465283 [ 276 ] {dbe576ca-dff1-4dbf-9dfa-4e132c4cdca4} <Debug> TCPHandler: Processed in 0.001621102 sec. | ||
| 4958 | 2024.12.07 00:51:01.465446 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2024.12.07 00:51:01.465555 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4960 | 2024.12.07 00:51:01.465601 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4961 | 2024.12.07 00:51:01.466034 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2024.12.07 00:51:01.466071 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4963 | 2024.12.07 00:51:01.466452 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4964 | 2024.12.07 00:51:01.466693 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2024.12.07 00:51:01.466865 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001332 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. | ||
| 4966 | 2024.12.07 00:51:01.466914 [ 280 ] {0e3a9dbd-1caa-439b-8921-62cc4e4ca2a2} <Debug> TCPHandler: Processed in 0.00151868 sec. | ||
| 4967 | 2024.12.07 00:51:01.710511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4968 | 2024.12.07 00:51:01.711400 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2024.12.07 00:51:01.711457 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4970 | 2024.12.07 00:51:01.711991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4971 | 2024.12.07 00:51:01.712254 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2024.12.07 00:51:01.712548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4973 | 2024.12.07 00:51:02.430602 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4974 | 2024.12.07 00:51:02.452556 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2024.12.07 00:51:02.452616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4976 | 2024.12.07 00:51:02.463472 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4977 | 2024.12.07 00:51:02.464757 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4978 | 2024.12.07 00:51:02.468787 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4979 | 2024.12.07 00:51:06.461856 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2024.12.07 00:51:06.462059 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4981 | 2024.12.07 00:51:06.462131 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4982 | 2024.12.07 00:51:06.463090 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2024.12.07 00:51:06.463151 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4984 | 2024.12.07 00:51:06.463701 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4985 | 2024.12.07 00:51:06.464025 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2024.12.07 00:51:06.464314 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002305 sec., 24295.010845986984 rows/sec., 1.85 MiB/sec. | ||
| 4987 | 2024.12.07 00:51:06.464393 [ 276 ] {a9b1569a-36ee-4e61-a7fb-6a217f8e5f6c} <Debug> TCPHandler: Processed in 0.002668902 sec. | ||
| 4988 | 2024.12.07 00:51:06.464605 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4989 | 2024.12.07 00:51:06.464732 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4990 | 2024.12.07 00:51:06.464786 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4991 | 2024.12.07 00:51:06.465455 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2024.12.07 00:51:06.465496 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4993 | 2024.12.07 00:51:06.465863 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4994 | 2024.12.07 00:51:06.466112 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4995 | 2024.12.07 00:51:06.466335 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001634 sec., 39167.68665850673 rows/sec., 3.06 MiB/sec. | ||
| 4996 | 2024.12.07 00:51:06.466389 [ 280 ] {03145c24-8f32-4bac-894a-b00d3ff4c8ce} <Debug> TCPHandler: Processed in 0.001851256 sec. | ||
| 4997 | 2024.12.07 00:51:06.466546 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4998 | 2024.12.07 00:51:06.466658 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4999 | 2024.12.07 00:51:06.466709 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5000 | 2024.12.07 00:51:06.467240 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2024.12.07 00:51:06.467279 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5002 | 2024.12.07 00:51:06.467660 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5003 | 2024.12.07 00:51:06.467924 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5004 | 2024.12.07 00:51:06.468165 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 5005 | 2024.12.07 00:51:06.468243 [ 276 ] {7a5e7f26-5bb5-467b-94e3-03c1d68c2c93} <Debug> TCPHandler: Processed in 0.001753534 sec. | ||
| 5006 | 2024.12.07 00:51:06.468471 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5007 | 2024.12.07 00:51:06.468648 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5008 | 2024.12.07 00:51:06.468697 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5009 | 2024.12.07 00:51:06.469168 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2024.12.07 00:51:06.469211 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5011 | 2024.12.07 00:51:06.469578 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5012 | 2024.12.07 00:51:06.469825 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2024.12.07 00:51:06.470045 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec. | ||
| 5014 | 2024.12.07 00:51:06.470097 [ 280 ] {b908bf73-b696-4bf0-8e72-8bff89919f89} <Debug> TCPHandler: Processed in 0.001756315 sec. | ||
| 5015 | 2024.12.07 00:51:08.174980 [ 36 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 5016 | 2024.12.07 00:51:08.175043 [ 36 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2024.12.07 00:51:08.175064 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5018 | 2024.12.07 00:51:08.175267 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 5019 | 2024.12.07 00:51:08.175490 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5020 | 2024.12.07 00:51:08.175534 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 65 rows starting from the beginning of the part | ||
| 5021 | 2024.12.07 00:51:08.175630 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 47 rows starting from the beginning of the part | ||
| 5022 | 2024.12.07 00:51:08.175874 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 5023 | 2024.12.07 00:51:08.176068 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part | ||
| 5024 | 2024.12.07 00:51:08.176261 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part | ||
| 5025 | 2024.12.07 00:51:08.177445 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002316616 sec., 91512.79279777054 rows/sec., 6.90 MiB/sec. | ||
| 5026 | 2024.12.07 00:51:08.177657 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 5027 | 2024.12.07 00:51:08.177981 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2024.12.07 00:51:08.178071 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_19_4} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 5029 | 2024.12.07 00:51:08.178168 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5030 | 2024.12.07 00:51:09.063435 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5031 | 2024.12.07 00:51:09.063483 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5032 | 2024.12.07 00:51:09.212673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5033 | 2024.12.07 00:51:09.213438 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2024.12.07 00:51:09.213498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5035 | 2024.12.07 00:51:09.214135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5036 | 2024.12.07 00:51:09.214394 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2024.12.07 00:51:09.214636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5038 | 2024.12.07 00:51:09.277431 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 740 | ||
| 5039 | 2024.12.07 00:51:09.280247 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2024.12.07 00:51:09.280295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5041 | 2024.12.07 00:51:09.281770 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5042 | 2024.12.07 00:51:09.282105 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2024.12.07 00:51:09.283423 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 740 | ||
| 5044 | 2024.12.07 00:51:09.968872 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5045 | 2024.12.07 00:51:09.990240 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2024.12.07 00:51:09.990297 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5047 | 2024.12.07 00:51:09.997637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5048 | 2024.12.07 00:51:09.998399 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2024.12.07 00:51:10.001953 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5050 | 2024.12.07 00:51:11.467046 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2024.12.07 00:51:11.467231 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5052 | 2024.12.07 00:51:11.467303 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5053 | 2024.12.07 00:51:11.468058 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2024.12.07 00:51:11.468109 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5055 | 2024.12.07 00:51:11.468541 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5056 | 2024.12.07 00:51:11.468800 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2024.12.07 00:51:11.468989 [ 32 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5058 | 2024.12.07 00:51:11.469056 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 5059 | 2024.12.07 00:51:11.469085 [ 32 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2024.12.07 00:51:11.469160 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5061 | 2024.12.07 00:51:11.469178 [ 276 ] {6e2ed373-7310-4c0c-892e-9e52de6615fd} <Debug> TCPHandler: Processed in 0.002257404 sec. | ||
| 5062 | 2024.12.07 00:51:11.469452 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5063 | 2024.12.07 00:51:11.469478 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 5064 | 2024.12.07 00:51:11.469818 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5065 | 2024.12.07 00:51:11.469879 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5066 | 2024.12.07 00:51:11.469897 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5067 | 2024.12.07 00:51:11.469920 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5068 | 2024.12.07 00:51:11.470067 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5069 | 2024.12.07 00:51:11.470379 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5070 | 2024.12.07 00:51:11.470787 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5071 | 2024.12.07 00:51:11.471110 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5072 | 2024.12.07 00:51:11.472222 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2024.12.07 00:51:11.472268 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5074 | 2024.12.07 00:51:11.472608 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003339646 sec., 20960.305373683317 rows/sec., 1.55 MiB/sec. | ||
| 5075 | 2024.12.07 00:51:11.472947 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5076 | 2024.12.07 00:51:11.473006 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5077 | 2024.12.07 00:51:11.473499 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.12.07 00:51:11.473566 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5079 | 2024.12.07 00:51:11.473834 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_17_4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5080 | 2024.12.07 00:51:11.473977 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004274 sec., 66682.26485727656 rows/sec., 5.88 MiB/sec. | ||
| 5081 | 2024.12.07 00:51:11.474120 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5082 | 2024.12.07 00:51:11.474303 [ 280 ] {bf5ea02d-8737-4d02-a93e-6980784db5da} <Debug> TCPHandler: Processed in 0.004978328 sec. | ||
| 5083 | 2024.12.07 00:51:11.474562 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5084 | 2024.12.07 00:51:11.474699 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5085 | 2024.12.07 00:51:11.474752 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5086 | 2024.12.07 00:51:11.475699 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2024.12.07 00:51:11.475740 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5088 | 2024.12.07 00:51:11.476103 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5089 | 2024.12.07 00:51:11.476350 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2024.12.07 00:51:11.476601 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001924 sec., 24948.024948024948 rows/sec., 1.80 MiB/sec. | ||
| 5091 | 2024.12.07 00:51:11.476823 [ 276 ] {0f131811-c3e3-42aa-a6b4-9a65bf11bb4b} <Debug> TCPHandler: Processed in 0.002383267 sec. | ||
| 5092 | 2024.12.07 00:51:11.476984 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5093 | 2024.12.07 00:51:11.477107 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5094 | 2024.12.07 00:51:11.477154 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5095 | 2024.12.07 00:51:11.477739 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5096 | 2024.12.07 00:51:11.477778 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5097 | 2024.12.07 00:51:11.478134 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5098 | 2024.12.07 00:51:11.478375 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5099 | 2024.12.07 00:51:11.478593 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001511 sec., 9265.387160820648 rows/sec., 648.89 KiB/sec. | ||
| 5100 | 2024.12.07 00:51:11.478645 [ 280 ] {55b43a86-c517-4463-8d1d-1ac36adecad6} <Debug> TCPHandler: Processed in 0.001727614 sec. | ||
| 5101 | 2024.12.07 00:51:11.478786 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5102 | 2024.12.07 00:51:11.478911 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5103 | 2024.12.07 00:51:11.478965 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5104 | 2024.12.07 00:51:11.479662 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5105 | 2024.12.07 00:51:11.479707 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5106 | 2024.12.07 00:51:11.480074 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5107 | 2024.12.07 00:51:11.480308 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2024.12.07 00:51:11.480487 [ 31 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5109 | 2024.12.07 00:51:11.480534 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 5110 | 2024.12.07 00:51:11.480559 [ 31 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5111 | 2024.12.07 00:51:11.480629 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5112 | 2024.12.07 00:51:11.480654 [ 276 ] {d09b1671-c502-44dd-a6fd-430812648df4} <Debug> TCPHandler: Processed in 0.001910588 sec. | ||
| 5113 | 2024.12.07 00:51:11.480931 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5114 | 2024.12.07 00:51:11.481015 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 5115 | 2024.12.07 00:51:11.481262 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5116 | 2024.12.07 00:51:11.481414 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5117 | 2024.12.07 00:51:11.481511 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5118 | 2024.12.07 00:51:11.481615 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 5119 | 2024.12.07 00:51:11.481869 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5120 | 2024.12.07 00:51:11.482263 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5121 | 2024.12.07 00:51:11.482649 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5122 | 2024.12.07 00:51:11.483067 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5123 | 2024.12.07 00:51:11.484366 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2024.12.07 00:51:11.484454 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5125 | 2024.12.07 00:51:11.485571 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004835576 sec., 13442.03875608614 rows/sec., 890.62 KiB/sec. | ||
| 5126 | 2024.12.07 00:51:11.485580 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5127 | 2024.12.07 00:51:11.485783 [ 203 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5128 | 2024.12.07 00:51:11.486030 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2024.12.07 00:51:11.486412 [ 203 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5130 | 2024.12.07 00:51:11.486491 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005338 sec., 79243.16223304608 rows/sec., 5.66 MiB/sec. | ||
| 5131 | 2024.12.07 00:51:11.486725 [ 203 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_17_4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5132 | 2024.12.07 00:51:11.486823 [ 280 ] {a859430c-99d3-4745-866d-e3506ab212d6} <Debug> TCPHandler: Processed in 0.006061029 sec. | ||
| 5133 | 2024.12.07 00:51:11.487063 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5134 | 2024.12.07 00:51:11.487128 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2024.12.07 00:51:11.487321 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5136 | 2024.12.07 00:51:11.487379 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5137 | 2024.12.07 00:51:11.487931 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2024.12.07 00:51:11.487972 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5139 | 2024.12.07 00:51:11.488351 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5140 | 2024.12.07 00:51:11.488593 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2024.12.07 00:51:11.488802 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 5142 | 2024.12.07 00:51:11.488851 [ 276 ] {52f8590c-05c0-4b72-ae2a-a201e0de6110} <Debug> TCPHandler: Processed in 0.001906017 sec. | ||
| 5143 | 2024.12.07 00:51:11.488993 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2024.12.07 00:51:11.489123 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5145 | 2024.12.07 00:51:11.489181 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5146 | 2024.12.07 00:51:11.489852 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2024.12.07 00:51:11.489890 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5148 | 2024.12.07 00:51:11.490276 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5149 | 2024.12.07 00:51:11.490517 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2024.12.07 00:51:11.490733 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00164 sec., 144512.19512195123 rows/sec., 9.69 MiB/sec. | ||
| 5151 | 2024.12.07 00:51:11.490829 [ 280 ] {aab48de9-6bdc-4280-a271-b90c7bc79b5e} <Debug> TCPHandler: Processed in 0.001897937 sec. | ||
| 5152 | 2024.12.07 00:51:11.490984 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2024.12.07 00:51:11.491092 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5154 | 2024.12.07 00:51:11.491138 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5155 | 2024.12.07 00:51:11.491567 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2024.12.07 00:51:11.491606 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5157 | 2024.12.07 00:51:11.491976 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5158 | 2024.12.07 00:51:11.492213 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2024.12.07 00:51:11.492467 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 5160 | 2024.12.07 00:51:11.492680 [ 276 ] {5c2d074a-447e-4933-acf4-20765710fd58} <Debug> TCPHandler: Processed in 0.001753375 sec. | ||
| 5161 | 2024.12.07 00:51:11.492860 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2024.12.07 00:51:11.492983 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5163 | 2024.12.07 00:51:11.493060 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5164 | 2024.12.07 00:51:11.494366 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2024.12.07 00:51:11.494405 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5166 | 2024.12.07 00:51:11.495078 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5167 | 2024.12.07 00:51:11.495352 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5168 | 2024.12.07 00:51:11.495593 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002635 sec., 15559.772296015179 rows/sec., 27.88 MiB/sec. | ||
| 5169 | 2024.12.07 00:51:11.495695 [ 280 ] {730ba272-1024-4d53-961c-4c0abc317b9e} <Debug> TCPHandler: Processed in 0.002888497 sec. | ||
| 5170 | 2024.12.07 00:51:11.495842 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2024.12.07 00:51:11.495953 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5172 | 2024.12.07 00:51:11.496000 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5173 | 2024.12.07 00:51:11.496462 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5174 | 2024.12.07 00:51:11.496502 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5175 | 2024.12.07 00:51:11.496903 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5176 | 2024.12.07 00:51:11.497161 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5177 | 2024.12.07 00:51:11.497401 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec. | ||
| 5178 | 2024.12.07 00:51:11.497713 [ 276 ] {3a294ae8-0e2f-4961-88dc-95abc85f3ddd} <Debug> TCPHandler: Processed in 0.001924798 sec. | ||
| 5179 | 2024.12.07 00:51:16.460635 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2024.12.07 00:51:16.460839 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5181 | 2024.12.07 00:51:16.460910 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5182 | 2024.12.07 00:51:16.461688 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2024.12.07 00:51:16.461739 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5184 | 2024.12.07 00:51:16.462160 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5185 | 2024.12.07 00:51:16.462418 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2024.12.07 00:51:16.462654 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 5187 | 2024.12.07 00:51:16.462712 [ 276 ] {2ced62e5-bcb1-4388-812b-105b2404eb7d} <Debug> TCPHandler: Processed in 0.002207933 sec. | ||
| 5188 | 2024.12.07 00:51:16.462890 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5189 | 2024.12.07 00:51:16.462997 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5190 | 2024.12.07 00:51:16.463043 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5191 | 2024.12.07 00:51:16.463608 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2024.12.07 00:51:16.463646 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5193 | 2024.12.07 00:51:16.464002 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5194 | 2024.12.07 00:51:16.464244 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2024.12.07 00:51:16.464466 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec. | ||
| 5196 | 2024.12.07 00:51:16.464517 [ 280 ] {ca91bb1a-a080-492c-b0bc-837b9e77f867} <Debug> TCPHandler: Processed in 0.001688323 sec. | ||
| 5197 | 2024.12.07 00:51:16.464676 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5198 | 2024.12.07 00:51:16.464781 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5199 | 2024.12.07 00:51:16.464828 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5200 | 2024.12.07 00:51:16.465355 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2024.12.07 00:51:16.465393 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5202 | 2024.12.07 00:51:16.465768 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5203 | 2024.12.07 00:51:16.465998 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2024.12.07 00:51:16.466237 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 5205 | 2024.12.07 00:51:16.466326 [ 276 ] {a88ecd14-6643-433a-9744-a2c9f03ff599} <Debug> TCPHandler: Processed in 0.001711304 sec. | ||
| 5206 | 2024.12.07 00:51:16.466544 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5207 | 2024.12.07 00:51:16.466711 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5208 | 2024.12.07 00:51:16.466764 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5209 | 2024.12.07 00:51:16.467245 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2024.12.07 00:51:16.467285 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5211 | 2024.12.07 00:51:16.467665 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5212 | 2024.12.07 00:51:16.467918 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2024.12.07 00:51:16.468151 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 5214 | 2024.12.07 00:51:16.468203 [ 280 ] {8edc1e91-3339-4be4-8620-955fc5abc6c2} <Debug> TCPHandler: Processed in 0.001792265 sec. | ||
| 5215 | 2024.12.07 00:51:16.714751 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5216 | 2024.12.07 00:51:16.715382 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2024.12.07 00:51:16.715429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5218 | 2024.12.07 00:51:16.715937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5219 | 2024.12.07 00:51:16.716181 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2024.12.07 00:51:16.716463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5221 | 2024.12.07 00:51:17.502024 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5222 | 2024.12.07 00:51:17.524766 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5223 | 2024.12.07 00:51:17.524846 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5224 | 2024.12.07 00:51:17.532928 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5225 | 2024.12.07 00:51:17.533691 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5226 | 2024.12.07 00:51:17.537449 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5227 | 2024.12.07 00:51:19.283545 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 770 | ||
| 5228 | 2024.12.07 00:51:19.286544 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2024.12.07 00:51:19.286592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5230 | 2024.12.07 00:51:19.288063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5231 | 2024.12.07 00:51:19.288371 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.12.07 00:51:19.289388 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 770 | ||
| 5233 | 2024.12.07 00:51:21.467709 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5234 | 2024.12.07 00:51:21.468072 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5235 | 2024.12.07 00:51:21.468183 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5236 | 2024.12.07 00:51:21.468949 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5237 | 2024.12.07 00:51:21.468999 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5238 | 2024.12.07 00:51:21.469431 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5239 | 2024.12.07 00:51:21.469682 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2024.12.07 00:51:21.469927 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 5241 | 2024.12.07 00:51:21.470053 [ 276 ] {5cb1ca00-ee30-4ed5-84b9-874e5ffc6d6e} <Debug> TCPHandler: Processed in 0.002527349 sec. | ||
| 5242 | 2024.12.07 00:51:21.470258 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2024.12.07 00:51:21.470399 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5244 | 2024.12.07 00:51:21.470456 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5245 | 2024.12.07 00:51:21.471250 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2024.12.07 00:51:21.471290 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5247 | 2024.12.07 00:51:21.471686 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5248 | 2024.12.07 00:51:21.471928 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2024.12.07 00:51:21.472093 [ 83 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5250 | 2024.12.07 00:51:21.472154 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00179 sec., 159217.87709497206 rows/sec., 14.05 MiB/sec. | ||
| 5251 | 2024.12.07 00:51:21.472180 [ 83 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2024.12.07 00:51:21.472246 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5253 | 2024.12.07 00:51:21.472271 [ 280 ] {0e438789-4533-49b7-b735-b38b9284f7a4} <Debug> TCPHandler: Processed in 0.002081961 sec. | ||
| 5254 | 2024.12.07 00:51:21.472535 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5255 | 2024.12.07 00:51:21.472651 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 5256 | 2024.12.07 00:51:21.472918 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5257 | 2024.12.07 00:51:21.473104 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5258 | 2024.12.07 00:51:21.473280 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5259 | 2024.12.07 00:51:21.473450 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1435 rows starting from the beginning of the part | ||
| 5260 | 2024.12.07 00:51:21.473858 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5261 | 2024.12.07 00:51:21.474272 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
| 5262 | 2024.12.07 00:51:21.474720 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 285 rows starting from the beginning of the part | ||
| 5263 | 2024.12.07 00:51:21.475146 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
| 5264 | 2024.12.07 00:51:21.475422 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 285 rows starting from the beginning of the part | ||
| 5265 | 2024.12.07 00:51:21.476361 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5266 | 2024.12.07 00:51:21.476419 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5267 | 2024.12.07 00:51:21.477384 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5268 | 2024.12.07 00:51:21.477948 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5269 | 2024.12.07 00:51:21.478229 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00547 sec., 8775.137111517368 rows/sec., 646.99 KiB/sec. | ||
| 5270 | 2024.12.07 00:51:21.478404 [ 276 ] {6cd5458d-ccc1-4227-9a97-9cefd1491094} <Debug> TCPHandler: Processed in 0.006027359 sec. | ||
| 5271 | 2024.12.07 00:51:21.478708 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5272 | 2024.12.07 00:51:21.478867 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.006518409 sec., 333363.555432008 rows/sec., 29.32 MiB/sec. | ||
| 5273 | 2024.12.07 00:51:21.478910 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5274 | 2024.12.07 00:51:21.479016 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5275 | 2024.12.07 00:51:21.479371 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5276 | 2024.12.07 00:51:21.480052 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5277 | 2024.12.07 00:51:21.480159 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5278 | 2024.12.07 00:51:21.480213 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5279 | 2024.12.07 00:51:21.480231 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_41_8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5280 | 2024.12.07 00:51:21.480413 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5281 | 2024.12.07 00:51:21.480709 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5282 | 2024.12.07 00:51:21.480965 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5283 | 2024.12.07 00:51:21.481197 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002332 sec., 6003.430531732419 rows/sec., 420.44 KiB/sec. | ||
| 5284 | 2024.12.07 00:51:21.481323 [ 280 ] {e81bdfe4-2c4b-4334-a0f8-a9babfa6db8a} <Debug> TCPHandler: Processed in 0.002770645 sec. | ||
| 5285 | 2024.12.07 00:51:21.481472 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5286 | 2024.12.07 00:51:21.481602 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5287 | 2024.12.07 00:51:21.481655 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5288 | 2024.12.07 00:51:21.482260 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5289 | 2024.12.07 00:51:21.482298 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5290 | 2024.12.07 00:51:21.482643 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5291 | 2024.12.07 00:51:21.482881 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5292 | 2024.12.07 00:51:21.483133 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 5293 | 2024.12.07 00:51:21.483350 [ 276 ] {6c9d5a45-42a6-49b4-b53c-93663f6ed76b} <Debug> TCPHandler: Processed in 0.001933488 sec. | ||
| 5294 | 2024.12.07 00:51:21.483513 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2024.12.07 00:51:21.483645 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5296 | 2024.12.07 00:51:21.483700 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5297 | 2024.12.07 00:51:21.484582 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2024.12.07 00:51:21.484631 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5299 | 2024.12.07 00:51:21.485097 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5300 | 2024.12.07 00:51:21.485341 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2024.12.07 00:51:21.485501 [ 83 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5302 | 2024.12.07 00:51:21.485554 [ 83 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2024.12.07 00:51:21.485576 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001957 sec., 216147.1640265713 rows/sec., 15.45 MiB/sec. | ||
| 5304 | 2024.12.07 00:51:21.485590 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5305 | 2024.12.07 00:51:21.485753 [ 280 ] {035bfb69-f738-4fd1-9035-e6336378ff30} <Debug> TCPHandler: Processed in 0.002296965 sec. | ||
| 5306 | 2024.12.07 00:51:21.486004 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2024.12.07 00:51:21.486040 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 5308 | 2024.12.07 00:51:21.486418 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5309 | 2024.12.07 00:51:21.486598 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5310 | 2024.12.07 00:51:21.486622 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5311 | 2024.12.07 00:51:21.486716 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 5312 | 2024.12.07 00:51:21.487126 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5313 | 2024.12.07 00:51:21.487614 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
| 5314 | 2024.12.07 00:51:21.488008 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 423 rows starting from the beginning of the part | ||
| 5315 | 2024.12.07 00:51:21.488301 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
| 5316 | 2024.12.07 00:51:21.488628 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 423 rows starting from the beginning of the part | ||
| 5317 | 2024.12.07 00:51:21.489627 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5318 | 2024.12.07 00:51:21.489708 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5319 | 2024.12.07 00:51:21.490690 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5320 | 2024.12.07 00:51:21.491184 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2024.12.07 00:51:21.491876 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005556 sec., 1079.913606911447 rows/sec., 56.42 KiB/sec. | ||
| 5322 | 2024.12.07 00:51:21.492340 [ 276 ] {a36ba530-d23c-4bea-82c6-6173e8f7635d} <Debug> TCPHandler: Processed in 0.006466838 sec. | ||
| 5323 | 2024.12.07 00:51:21.492369 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.00662931 sec., 294600.7955579087 rows/sec., 22.55 MiB/sec. | ||
| 5324 | 2024.12.07 00:51:21.492531 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5325 | 2024.12.07 00:51:21.492591 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5326 | 2024.12.07 00:51:21.492777 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5327 | 2024.12.07 00:51:21.492884 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5328 | 2024.12.07 00:51:21.493186 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2024.12.07 00:51:21.493426 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_41_8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5330 | 2024.12.07 00:51:21.493567 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5331 | 2024.12.07 00:51:21.493904 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2024.12.07 00:51:21.493948 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5333 | 2024.12.07 00:51:21.494353 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5334 | 2024.12.07 00:51:21.494602 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2024.12.07 00:51:21.494761 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5336 | 2024.12.07 00:51:21.494817 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2024.12.07 00:51:21.494852 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5338 | 2024.12.07 00:51:21.494864 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002151 sec., 110181.31101813109 rows/sec., 7.39 MiB/sec. | ||
| 5339 | 2024.12.07 00:51:21.495093 [ 280 ] {ab8613f2-b5b1-4c93-b0c9-9f224651081f} <Debug> TCPHandler: Processed in 0.002647342 sec. | ||
| 5340 | 2024.12.07 00:51:21.495113 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 5341 | 2024.12.07 00:51:21.495280 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5342 | 2024.12.07 00:51:21.495311 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5343 | 2024.12.07 00:51:21.495363 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11696 rows starting from the beginning of the part | ||
| 5344 | 2024.12.07 00:51:21.495559 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5345 | 2024.12.07 00:51:21.495667 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part | ||
| 5346 | 2024.12.07 00:51:21.495725 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5347 | 2024.12.07 00:51:21.496008 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 5348 | 2024.12.07 00:51:21.496353 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 5349 | 2024.12.07 00:51:21.496701 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 5350 | 2024.12.07 00:51:21.497002 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5351 | 2024.12.07 00:51:21.497932 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2024.12.07 00:51:21.498008 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5353 | 2024.12.07 00:51:21.498637 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5354 | 2024.12.07 00:51:21.499042 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2024.12.07 00:51:21.499438 [ 106 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 5356 | 2024.12.07 00:51:21.499585 [ 106 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5357 | 2024.12.07 00:51:21.499656 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004194 sec., 238.43586075345732 rows/sec., 16.07 KiB/sec. | ||
| 5358 | 2024.12.07 00:51:21.499700 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5359 | 2024.12.07 00:51:21.499973 [ 276 ] {6b26faa9-8a3f-469c-b2c3-667c1309040e} <Debug> TCPHandler: Processed in 0.004776245 sec. | ||
| 5360 | 2024.12.07 00:51:21.500270 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5361 | 2024.12.07 00:51:21.500445 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 5362 | 2024.12.07 00:51:21.500701 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5363 | 2024.12.07 00:51:21.501127 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5364 | 2024.12.07 00:51:21.501161 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5365 | 2024.12.07 00:51:21.501267 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5366 | 2024.12.07 00:51:21.501790 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5367 | 2024.12.07 00:51:21.502288 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5368 | 2024.12.07 00:51:21.502790 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5369 | 2024.12.07 00:51:21.503179 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5370 | 2024.12.07 00:51:21.503656 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 5371 | 2024.12.07 00:51:21.504939 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12618 rows, containing 5 columns (5 merged, 0 gathered) in 0.009999467 sec., 1261867.257524826 rows/sec., 85.12 MiB/sec. | ||
| 5372 | 2024.12.07 00:51:21.505732 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5373 | 2024.12.07 00:51:21.507451 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2024.12.07 00:51:21.507813 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5375 | 2024.12.07 00:51:21.508135 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 5376 | 2024.12.07 00:51:21.509128 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.009196121 sec., 2066.0885171041136 rows/sec., 138.79 KiB/sec. | ||
| 5377 | 2024.12.07 00:51:21.509358 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 5378 | 2024.12.07 00:51:21.509675 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2024.12.07 00:51:21.509731 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5380 | 2024.12.07 00:51:21.510022 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2024.12.07 00:51:21.510218 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_19_4} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 5382 | 2024.12.07 00:51:21.510374 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5383 | 2024.12.07 00:51:21.510867 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5384 | 2024.12.07 00:51:21.511134 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2024.12.07 00:51:21.511423 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.010912 sec., 3757.3313782991204 rows/sec., 6.73 MiB/sec. | ||
| 5386 | 2024.12.07 00:51:21.511618 [ 280 ] {95b022ce-feeb-4c40-a850-aa429f2f9d63} <Debug> TCPHandler: Processed in 0.011516107 sec. | ||
| 5387 | 2024.12.07 00:51:21.511790 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2024.12.07 00:51:21.511924 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5389 | 2024.12.07 00:51:21.511980 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5390 | 2024.12.07 00:51:21.512449 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2024.12.07 00:51:21.512488 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5392 | 2024.12.07 00:51:21.512860 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5393 | 2024.12.07 00:51:21.513101 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2024.12.07 00:51:21.513266 [ 106 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5395 | 2024.12.07 00:51:21.513323 [ 106 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2024.12.07 00:51:21.513346 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec. | ||
| 5397 | 2024.12.07 00:51:21.513363 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5398 | 2024.12.07 00:51:21.513494 [ 276 ] {091c2c2d-1140-497b-be08-f64d4a27439f} <Debug> TCPHandler: Processed in 0.001768805 sec. | ||
| 5399 | 2024.12.07 00:51:21.513565 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 5400 | 2024.12.07 00:51:21.513682 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5401 | 2024.12.07 00:51:21.513718 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2134 rows starting from the beginning of the part | ||
| 5402 | 2024.12.07 00:51:21.513805 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part | ||
| 5403 | 2024.12.07 00:51:21.513884 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 5404 | 2024.12.07 00:51:21.514023 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 5405 | 2024.12.07 00:51:21.514103 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 5406 | 2024.12.07 00:51:21.514175 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5407 | 2024.12.07 00:51:21.515563 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 4 columns (4 merged, 0 gathered) in 0.002075221 sec., 1188307.1730673504 rows/sec., 77.41 MiB/sec. | ||
| 5408 | 2024.12.07 00:51:21.515820 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5409 | 2024.12.07 00:51:21.516141 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2024.12.07 00:51:21.516237 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_41_8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5411 | 2024.12.07 00:51:21.516342 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5412 | 2024.12.07 00:51:24.063733 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5413 | 2024.12.07 00:51:24.063814 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5414 | 2024.12.07 00:51:24.216597 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5415 | 2024.12.07 00:51:24.217265 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5416 | 2024.12.07 00:51:24.217315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5417 | 2024.12.07 00:51:24.217847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5418 | 2024.12.07 00:51:24.218110 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5419 | 2024.12.07 00:51:24.218358 [ 120 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5420 | 2024.12.07 00:51:24.218401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5421 | 2024.12.07 00:51:24.218473 [ 120 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5422 | 2024.12.07 00:51:24.218520 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5423 | 2024.12.07 00:51:24.218704 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5424 | 2024.12.07 00:51:24.218891 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5425 | 2024.12.07 00:51:24.218940 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5426 | 2024.12.07 00:51:24.219036 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5427 | 2024.12.07 00:51:24.219288 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5428 | 2024.12.07 00:51:24.219613 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5429 | 2024.12.07 00:51:24.219705 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5430 | 2024.12.07 00:51:24.219980 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 5431 | 2024.12.07 00:51:24.222576 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003956918 sec., 3021543.534639838 rows/sec., 43.22 MiB/sec. | ||
| 5432 | 2024.12.07 00:51:24.223177 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5433 | 2024.12.07 00:51:24.223568 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_26_5} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2024.12.07 00:51:24.223659 [ 186 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_26_5} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5435 | 2024.12.07 00:51:24.223777 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5436 | 2024.12.07 00:51:25.037506 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5437 | 2024.12.07 00:51:25.058897 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2024.12.07 00:51:25.058976 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5439 | 2024.12.07 00:51:25.066841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5440 | 2024.12.07 00:51:25.067665 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2024.12.07 00:51:25.068084 [ 139 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5442 | 2024.12.07 00:51:25.068241 [ 139 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2024.12.07 00:51:25.068337 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5444 | 2024.12.07 00:51:25.068849 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5445 | 2024.12.07 00:51:25.084814 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5446 | 2024.12.07 00:51:25.086573 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5447 | 2024.12.07 00:51:25.088202 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5448 | 2024.12.07 00:51:25.093883 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5449 | 2024.12.07 00:51:25.099537 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5450 | 2024.12.07 00:51:25.105083 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5451 | 2024.12.07 00:51:25.110813 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5452 | 2024.12.07 00:51:25.115365 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 5453 | 2024.12.07 00:51:25.174238 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.105741235 sec., 1853.5815285304734 rows/sec., 9.58 MiB/sec. | ||
| 5454 | 2024.12.07 00:51:25.176899 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5455 | 2024.12.07 00:51:25.179865 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_26_5} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2024.12.07 00:51:25.179951 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_26_5} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5457 | 2024.12.07 00:51:25.182322 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5458 | 2024.12.07 00:51:26.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.02 MiB, peak 204.57 MiB, free memory in arenas 0.00 B, will set to 195.35 MiB (RSS), difference: 1.32 MiB | ||
| 5459 | 2024.12.07 00:51:26.461229 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2024.12.07 00:51:26.461413 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5461 | 2024.12.07 00:51:26.461483 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5462 | 2024.12.07 00:51:26.462302 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5463 | 2024.12.07 00:51:26.462345 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5464 | 2024.12.07 00:51:26.462779 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5465 | 2024.12.07 00:51:26.463039 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5466 | 2024.12.07 00:51:26.463278 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 5467 | 2024.12.07 00:51:26.463342 [ 276 ] {4d6d1092-43c4-4feb-9e84-5c88ac602867} <Debug> TCPHandler: Processed in 0.002239044 sec. | ||
| 5468 | 2024.12.07 00:51:26.463533 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5469 | 2024.12.07 00:51:26.463677 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5470 | 2024.12.07 00:51:26.463735 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5471 | 2024.12.07 00:51:26.464409 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5472 | 2024.12.07 00:51:26.464449 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5473 | 2024.12.07 00:51:26.464813 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5474 | 2024.12.07 00:51:26.465063 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2024.12.07 00:51:26.465281 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001639 sec., 39048.20012202562 rows/sec., 3.05 MiB/sec. | ||
| 5476 | 2024.12.07 00:51:26.465335 [ 280 ] {c08d2cee-254d-4879-9784-38f1b3f90ccd} <Debug> TCPHandler: Processed in 0.001874248 sec. | ||
| 5477 | 2024.12.07 00:51:26.465492 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5478 | 2024.12.07 00:51:26.465622 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5479 | 2024.12.07 00:51:26.465681 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5480 | 2024.12.07 00:51:26.466335 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2024.12.07 00:51:26.466373 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5482 | 2024.12.07 00:51:26.466756 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5483 | 2024.12.07 00:51:26.467009 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2024.12.07 00:51:26.467217 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 5485 | 2024.12.07 00:51:26.467269 [ 276 ] {96ca9e2e-d160-41ce-a493-4b26e29b8277} <Debug> TCPHandler: Processed in 0.001840297 sec. | ||
| 5486 | 2024.12.07 00:51:26.467425 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5487 | 2024.12.07 00:51:26.467555 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5488 | 2024.12.07 00:51:26.467611 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5489 | 2024.12.07 00:51:26.468143 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5490 | 2024.12.07 00:51:26.468190 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5491 | 2024.12.07 00:51:26.468580 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5492 | 2024.12.07 00:51:26.468834 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2024.12.07 00:51:26.469056 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 5494 | 2024.12.07 00:51:26.469140 [ 280 ] {d6d83bc6-fc79-4dda-9037-a237b37beda7} <Debug> TCPHandler: Processed in 0.001777986 sec. | ||
| 5495 | 2024.12.07 00:51:27.273657 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5496 | 2024.12.07 00:51:27.273955 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5497 | 2024.12.07 00:51:27.274070 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5498 | 2024.12.07 00:51:27.274911 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2024.12.07 00:51:27.274956 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5500 | 2024.12.07 00:51:27.275385 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5501 | 2024.12.07 00:51:27.275640 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5502 | 2024.12.07 00:51:27.275876 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002006 sec., 6979.062811565304 rows/sec., 502.40 KiB/sec. | ||
| 5503 | 2024.12.07 00:51:27.275933 [ 276 ] {bb2a2094-e302-43bc-976f-2c792bd034c2} <Debug> TCPHandler: Processed in 0.002465649 sec. | ||
| 5504 | 2024.12.07 00:51:27.276109 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2024.12.07 00:51:27.276249 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5506 | 2024.12.07 00:51:27.276306 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5507 | 2024.12.07 00:51:27.276944 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2024.12.07 00:51:27.276992 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5509 | 2024.12.07 00:51:27.277396 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5510 | 2024.12.07 00:51:27.277642 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2024.12.07 00:51:27.277853 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001633 sec., 8573.178199632579 rows/sec., 699.08 KiB/sec. | ||
| 5512 | 2024.12.07 00:51:27.277905 [ 280 ] {8952b9c2-6699-47ee-b1a9-b2597c7b892e} <Debug> TCPHandler: Processed in 0.001862377 sec. | ||
| 5513 | 2024.12.07 00:51:27.278036 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5514 | 2024.12.07 00:51:27.278142 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5515 | 2024.12.07 00:51:27.278186 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5516 | 2024.12.07 00:51:27.279431 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5517 | 2024.12.07 00:51:27.279472 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5518 | 2024.12.07 00:51:27.279906 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5519 | 2024.12.07 00:51:27.280152 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2024.12.07 00:51:27.280358 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002238 sec., 639857.0151921358 rows/sec., 53.40 MiB/sec. | ||
| 5521 | 2024.12.07 00:51:27.280411 [ 276 ] {cf415b12-895b-4bdf-a3b2-4e47dcf653bc} <Debug> TCPHandler: Processed in 0.002425808 sec. | ||
| 5522 | 2024.12.07 00:51:27.280564 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5523 | 2024.12.07 00:51:27.280692 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5524 | 2024.12.07 00:51:27.280746 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5525 | 2024.12.07 00:51:27.281377 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2024.12.07 00:51:27.281416 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5527 | 2024.12.07 00:51:27.281766 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5528 | 2024.12.07 00:51:27.282005 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2024.12.07 00:51:27.282252 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001581 sec., 39215.686274509804 rows/sec., 2.79 MiB/sec. | ||
| 5530 | 2024.12.07 00:51:27.282421 [ 280 ] {4a044e97-73c3-4275-abb8-83dfcf4d97a3} <Debug> TCPHandler: Processed in 0.001915768 sec. | ||
| 5531 | 2024.12.07 00:51:27.282627 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2024.12.07 00:51:27.282760 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5533 | 2024.12.07 00:51:27.282814 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5534 | 2024.12.07 00:51:27.283506 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2024.12.07 00:51:27.283545 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5536 | 2024.12.07 00:51:27.283898 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5537 | 2024.12.07 00:51:27.284142 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2024.12.07 00:51:27.284345 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001607 sec., 150591.16365899192 rows/sec., 10.20 MiB/sec. | ||
| 5539 | 2024.12.07 00:51:27.284402 [ 276 ] {74479ba8-0441-4669-8738-c51028cf8ad6} <Debug> TCPHandler: Processed in 0.001888787 sec. | ||
| 5540 | 2024.12.07 00:51:27.284604 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5541 | 2024.12.07 00:51:27.284731 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5542 | 2024.12.07 00:51:27.284785 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5543 | 2024.12.07 00:51:27.285391 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5544 | 2024.12.07 00:51:27.285430 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5545 | 2024.12.07 00:51:27.285769 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5546 | 2024.12.07 00:51:27.286014 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2024.12.07 00:51:27.286235 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 5548 | 2024.12.07 00:51:27.286359 [ 280 ] {2fe19c43-2128-4702-bf1a-2f9eaa026804} <Debug> TCPHandler: Processed in 0.001815895 sec. | ||
| 5549 | 2024.12.07 00:51:27.286507 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5550 | 2024.12.07 00:51:27.286636 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5551 | 2024.12.07 00:51:27.286689 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5552 | 2024.12.07 00:51:27.287617 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5553 | 2024.12.07 00:51:27.287654 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5554 | 2024.12.07 00:51:27.288038 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5555 | 2024.12.07 00:51:27.288280 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2024.12.07 00:51:27.288491 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001885 sec., 473740.0530503979 rows/sec., 34.40 MiB/sec. | ||
| 5557 | 2024.12.07 00:51:27.288543 [ 276 ] {ea1b51ac-0c68-468c-b151-4eb1b35ffa62} <Debug> TCPHandler: Processed in 0.002097562 sec. | ||
| 5558 | 2024.12.07 00:51:27.288677 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5559 | 2024.12.07 00:51:27.288784 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5560 | 2024.12.07 00:51:27.288831 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5561 | 2024.12.07 00:51:27.289267 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2024.12.07 00:51:27.289305 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5563 | 2024.12.07 00:51:27.289653 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5564 | 2024.12.07 00:51:27.289889 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2024.12.07 00:51:27.290142 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
| 5566 | 2024.12.07 00:51:27.290334 [ 280 ] {44a05eec-49fd-4d5d-bef2-2e582cceb292} <Debug> TCPHandler: Processed in 0.001705564 sec. | ||
| 5567 | 2024.12.07 00:51:27.290494 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2024.12.07 00:51:27.290625 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5569 | 2024.12.07 00:51:27.290683 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5570 | 2024.12.07 00:51:27.291490 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5571 | 2024.12.07 00:51:27.291528 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5572 | 2024.12.07 00:51:27.291944 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5573 | 2024.12.07 00:51:27.292179 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5574 | 2024.12.07 00:51:27.292432 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001831 sec., 525395.958492627 rows/sec., 34.91 MiB/sec. | ||
| 5575 | 2024.12.07 00:51:27.292507 [ 276 ] {652724c7-00f1-41f3-9ee1-afdc14c89263} <Debug> TCPHandler: Processed in 0.002076561 sec. | ||
| 5576 | 2024.12.07 00:51:27.292721 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5577 | 2024.12.07 00:51:27.292914 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5578 | 2024.12.07 00:51:27.292971 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5579 | 2024.12.07 00:51:27.293444 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5580 | 2024.12.07 00:51:27.293482 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5581 | 2024.12.07 00:51:27.293824 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5582 | 2024.12.07 00:51:27.294062 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5583 | 2024.12.07 00:51:27.294261 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
| 5584 | 2024.12.07 00:51:27.294310 [ 280 ] {e1e54b8c-7d0b-4d69-bc17-70b2eff38cc0} <Debug> TCPHandler: Processed in 0.001723654 sec. | ||
| 5585 | 2024.12.07 00:51:27.294440 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5586 | 2024.12.07 00:51:27.294568 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5587 | 2024.12.07 00:51:27.294646 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5588 | 2024.12.07 00:51:27.295886 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.12.07 00:51:27.295924 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5590 | 2024.12.07 00:51:27.296560 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5591 | 2024.12.07 00:51:27.296813 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.12.07 00:51:27.297061 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002522 sec., 16256.93893735131 rows/sec., 29.13 MiB/sec. | ||
| 5593 | 2024.12.07 00:51:27.297155 [ 276 ] {2b9aae5c-1a88-4917-b959-c90a6eedb229} <Debug> TCPHandler: Processed in 0.002777715 sec. | ||
| 5594 | 2024.12.07 00:51:27.297307 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5595 | 2024.12.07 00:51:27.297434 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5596 | 2024.12.07 00:51:27.297488 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5597 | 2024.12.07 00:51:27.297983 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2024.12.07 00:51:27.298029 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5599 | 2024.12.07 00:51:27.298411 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5600 | 2024.12.07 00:51:27.298654 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5601 | 2024.12.07 00:51:27.298852 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001447 sec., 23496.89011748445 rows/sec., 1.36 MiB/sec. | ||
| 5602 | 2024.12.07 00:51:27.298900 [ 280 ] {1753c24a-6550-420a-a9db-1f23df0cda1b} <Debug> TCPHandler: Processed in 0.001654863 sec. | ||
| 5603 | 2024.12.07 00:51:29.289596 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 824 | ||
| 5604 | 2024.12.07 00:51:29.293343 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2024.12.07 00:51:29.293399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5606 | 2024.12.07 00:51:29.294922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5607 | 2024.12.07 00:51:29.295231 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2024.12.07 00:51:29.295919 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824 | ||
| 5609 | 2024.12.07 00:51:31.458915 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5610 | 2024.12.07 00:51:31.459240 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5611 | 2024.12.07 00:51:31.459357 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5612 | 2024.12.07 00:51:31.460163 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2024.12.07 00:51:31.460211 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5614 | 2024.12.07 00:51:31.460641 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5615 | 2024.12.07 00:51:31.460898 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2024.12.07 00:51:31.461145 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec. | ||
| 5617 | 2024.12.07 00:51:31.461213 [ 276 ] {4b884aed-41b6-4673-8106-90c1b7263ecf} <Debug> TCPHandler: Processed in 0.002480839 sec. | ||
| 5618 | 2024.12.07 00:51:31.461385 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2024.12.07 00:51:31.461507 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5620 | 2024.12.07 00:51:31.461557 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5621 | 2024.12.07 00:51:31.462133 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2024.12.07 00:51:31.462175 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5623 | 2024.12.07 00:51:31.462549 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5624 | 2024.12.07 00:51:31.462799 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2024.12.07 00:51:31.463043 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.22 MiB/sec. | ||
| 5626 | 2024.12.07 00:51:31.463133 [ 280 ] {d4b70dc1-c1b9-44e5-9501-f782b5de5cf2} <Debug> TCPHandler: Processed in 0.001803866 sec. | ||
| 5627 | 2024.12.07 00:51:31.463356 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5628 | 2024.12.07 00:51:31.463517 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5629 | 2024.12.07 00:51:31.463581 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5630 | 2024.12.07 00:51:31.464195 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2024.12.07 00:51:31.464243 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5632 | 2024.12.07 00:51:31.464653 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5633 | 2024.12.07 00:51:31.464894 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2024.12.07 00:51:31.465121 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001637 sec., 78191.81429444105 rows/sec., 5.45 MiB/sec. | ||
| 5635 | 2024.12.07 00:51:31.465175 [ 276 ] {ca8f5d33-9b96-4db1-be43-5ec89b90e1ba} <Debug> TCPHandler: Processed in 0.001934398 sec. | ||
| 5636 | 2024.12.07 00:51:31.465315 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2024.12.07 00:51:31.465428 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5638 | 2024.12.07 00:51:31.465485 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5639 | 2024.12.07 00:51:31.465999 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2024.12.07 00:51:31.466046 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5641 | 2024.12.07 00:51:31.466473 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5642 | 2024.12.07 00:51:31.466717 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2024.12.07 00:51:31.466937 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001537 sec., 31229.66818477554 rows/sec., 2.10 MiB/sec. | ||
| 5644 | 2024.12.07 00:51:31.466985 [ 280 ] {17fcbead-9ff9-45ee-ada7-9cf3ecb69cc9} <Debug> TCPHandler: Processed in 0.001721334 sec. | ||
| 5645 | 2024.12.07 00:51:31.718544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5646 | 2024.12.07 00:51:31.719203 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2024.12.07 00:51:31.719251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5648 | 2024.12.07 00:51:31.719868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5649 | 2024.12.07 00:51:31.720134 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2024.12.07 00:51:31.720407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5651 | 2024.12.07 00:51:32.584901 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5652 | 2024.12.07 00:51:32.603660 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.12.07 00:51:32.603725 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5654 | 2024.12.07 00:51:32.610939 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5655 | 2024.12.07 00:51:32.611688 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5656 | 2024.12.07 00:51:32.614191 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5657 | 2024.12.07 00:51:36.460834 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5658 | 2024.12.07 00:51:36.461069 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5659 | 2024.12.07 00:51:36.461153 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5660 | 2024.12.07 00:51:36.461965 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2024.12.07 00:51:36.462017 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5662 | 2024.12.07 00:51:36.462472 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5663 | 2024.12.07 00:51:36.462733 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2024.12.07 00:51:36.462976 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 5665 | 2024.12.07 00:51:36.463033 [ 276 ] {751009ab-a07a-4085-9cad-3f05d06b8cc2} <Debug> TCPHandler: Processed in 0.002341656 sec. | ||
| 5666 | 2024.12.07 00:51:36.463190 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5667 | 2024.12.07 00:51:36.463306 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5668 | 2024.12.07 00:51:36.463353 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5669 | 2024.12.07 00:51:36.463925 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5670 | 2024.12.07 00:51:36.463964 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5671 | 2024.12.07 00:51:36.464328 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5672 | 2024.12.07 00:51:36.464574 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2024.12.07 00:51:36.464788 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001504 sec., 42553.19148936171 rows/sec., 3.32 MiB/sec. | ||
| 5674 | 2024.12.07 00:51:36.464839 [ 280 ] {fd132df3-6064-4439-86b8-4139f98fe7ca} <Debug> TCPHandler: Processed in 0.001707784 sec. | ||
| 5675 | 2024.12.07 00:51:36.465001 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5676 | 2024.12.07 00:51:36.465130 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5677 | 2024.12.07 00:51:36.465191 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5678 | 2024.12.07 00:51:36.465772 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5679 | 2024.12.07 00:51:36.465810 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5680 | 2024.12.07 00:51:36.466209 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5681 | 2024.12.07 00:51:36.466448 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5682 | 2024.12.07 00:51:36.466660 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
| 5683 | 2024.12.07 00:51:36.466712 [ 276 ] {d5e1b269-52ae-4535-9d06-18050bcedb14} <Debug> TCPHandler: Processed in 0.001772915 sec. | ||
| 5684 | 2024.12.07 00:51:36.466860 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5685 | 2024.12.07 00:51:36.466989 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5686 | 2024.12.07 00:51:36.467044 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5687 | 2024.12.07 00:51:36.467560 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5688 | 2024.12.07 00:51:36.467599 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5689 | 2024.12.07 00:51:36.467960 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5690 | 2024.12.07 00:51:36.468201 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5691 | 2024.12.07 00:51:36.468420 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 5692 | 2024.12.07 00:51:36.468469 [ 280 ] {839f61e3-8dfd-4d03-a5a0-8c2f291072c2} <Debug> TCPHandler: Processed in 0.001670913 sec. | ||
| 5693 | 2024.12.07 00:51:38.409207 [ 141 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
| 5694 | 2024.12.07 00:51:38.409302 [ 141 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2024.12.07 00:51:38.409344 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5696 | 2024.12.07 00:51:38.409616 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
| 5697 | 2024.12.07 00:51:38.409945 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5698 | 2024.12.07 00:51:38.410017 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 5699 | 2024.12.07 00:51:38.410108 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
| 5700 | 2024.12.07 00:51:38.410307 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 5701 | 2024.12.07 00:51:38.410566 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 5702 | 2024.12.07 00:51:38.410784 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part | ||
| 5703 | 2024.12.07 00:51:38.411969 [ 197 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002513939 sec., 300325.5051136881 rows/sec., 21.50 MiB/sec. | ||
| 5704 | 2024.12.07 00:51:38.412135 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5705 | 2024.12.07 00:51:38.412417 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2024.12.07 00:51:38.412496 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_20_4} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
| 5707 | 2024.12.07 00:51:38.412575 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5708 | 2024.12.07 00:51:38.848893 [ 141 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 5709 | 2024.12.07 00:51:38.848989 [ 141 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.12.07 00:51:38.849023 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5711 | 2024.12.07 00:51:38.849277 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 5712 | 2024.12.07 00:51:38.849565 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5713 | 2024.12.07 00:51:38.849632 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 5714 | 2024.12.07 00:51:38.849732 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5715 | 2024.12.07 00:51:38.849838 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 5716 | 2024.12.07 00:51:38.850088 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 5717 | 2024.12.07 00:51:38.850310 [ 190 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 5718 | 2024.12.07 00:51:38.851401 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002279715 sec., 50006.25078134767 rows/sec., 2.55 MiB/sec. | ||
| 5719 | 2024.12.07 00:51:38.851592 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 5720 | 2024.12.07 00:51:38.851918 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2024.12.07 00:51:38.852006 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_19_4} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 5722 | 2024.12.07 00:51:38.852102 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5723 | 2024.12.07 00:51:39.063896 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5724 | 2024.12.07 00:51:39.063978 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5725 | 2024.12.07 00:51:39.220522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5726 | 2024.12.07 00:51:39.221296 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2024.12.07 00:51:39.221353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5728 | 2024.12.07 00:51:39.221954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5729 | 2024.12.07 00:51:39.222220 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2024.12.07 00:51:39.222474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5731 | 2024.12.07 00:51:39.296150 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 840 | ||
| 5732 | 2024.12.07 00:51:39.298872 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5733 | 2024.12.07 00:51:39.298923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5734 | 2024.12.07 00:51:39.300387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5735 | 2024.12.07 00:51:39.300714 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5736 | 2024.12.07 00:51:39.300934 [ 140 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5737 | 2024.12.07 00:51:39.301047 [ 140 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2024.12.07 00:51:39.301113 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5739 | 2024.12.07 00:51:39.301749 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 5740 | 2024.12.07 00:51:39.302401 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 5741 | 2024.12.07 00:51:39.302901 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5742 | 2024.12.07 00:51:39.303081 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 670 rows starting from the beginning of the part | ||
| 5743 | 2024.12.07 00:51:39.303732 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 54 rows starting from the beginning of the part | ||
| 5744 | 2024.12.07 00:51:39.304334 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 5745 | 2024.12.07 00:51:39.304906 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
| 5746 | 2024.12.07 00:51:39.305514 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 5747 | 2024.12.07 00:51:39.305995 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
| 5748 | 2024.12.07 00:51:39.313662 [ 204 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 72 columns (72 merged, 0 gathered) in 0.012384195 sec., 67828.38933010987 rows/sec., 55.96 MiB/sec. | ||
| 5749 | 2024.12.07 00:51:39.314985 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5750 | 2024.12.07 00:51:39.315789 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5751 | 2024.12.07 00:51:39.315871 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_21_4} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5752 | 2024.12.07 00:51:39.316194 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5753 | 2024.12.07 00:51:40.114249 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5754 | 2024.12.07 00:51:40.134373 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2024.12.07 00:51:40.134422 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5756 | 2024.12.07 00:51:40.142222 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5757 | 2024.12.07 00:51:40.143022 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2024.12.07 00:51:40.145776 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5759 | 2024.12.07 00:51:41.466761 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5760 | 2024.12.07 00:51:41.466948 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5761 | 2024.12.07 00:51:41.467019 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5762 | 2024.12.07 00:51:41.467746 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5763 | 2024.12.07 00:51:41.467793 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5764 | 2024.12.07 00:51:41.468232 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5765 | 2024.12.07 00:51:41.468482 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5766 | 2024.12.07 00:51:41.468704 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001799 sec., 7782.101167315175 rows/sec., 560.21 KiB/sec. | ||
| 5767 | 2024.12.07 00:51:41.468857 [ 276 ] {082211b7-5219-4820-bcca-ad55936421ce} <Debug> TCPHandler: Processed in 0.002219194 sec. | ||
| 5768 | 2024.12.07 00:51:41.469109 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5769 | 2024.12.07 00:51:41.469245 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5770 | 2024.12.07 00:51:41.469301 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5771 | 2024.12.07 00:51:41.470082 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2024.12.07 00:51:41.470123 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5773 | 2024.12.07 00:51:41.470572 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5774 | 2024.12.07 00:51:41.470862 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2024.12.07 00:51:41.471005 [ 137 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5776 | 2024.12.07 00:51:41.471053 [ 137 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5777 | 2024.12.07 00:51:41.471067 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001843 sec., 154639.17525773196 rows/sec., 13.64 MiB/sec. | ||
| 5778 | 2024.12.07 00:51:41.471082 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5779 | 2024.12.07 00:51:41.471202 [ 280 ] {05b57604-8a99-4e7d-89f9-ebb907b0cad9} <Debug> TCPHandler: Processed in 0.002209843 sec. | ||
| 5780 | 2024.12.07 00:51:41.471515 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5781 | 2024.12.07 00:51:41.471515 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 5782 | 2024.12.07 00:51:41.471860 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5783 | 2024.12.07 00:51:41.471899 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5784 | 2024.12.07 00:51:41.471953 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5785 | 2024.12.07 00:51:41.471970 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1435 rows starting from the beginning of the part | ||
| 5786 | 2024.12.07 00:51:41.472315 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 5787 | 2024.12.07 00:51:41.472601 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1432 rows starting from the beginning of the part | ||
| 5788 | 2024.12.07 00:51:41.472984 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5789 | 2024.12.07 00:51:41.473317 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 5790 | 2024.12.07 00:51:41.473637 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 285 rows starting from the beginning of the part | ||
| 5791 | 2024.12.07 00:51:41.474818 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2024.12.07 00:51:41.474887 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5793 | 2024.12.07 00:51:41.475806 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5794 | 2024.12.07 00:51:41.476333 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2024.12.07 00:51:41.476644 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004881 sec., 9834.050399508298 rows/sec., 725.07 KiB/sec. | ||
| 5796 | 2024.12.07 00:51:41.476989 [ 276 ] {8bd7b346-4a35-4efe-bcca-c6afd44acee3} <Debug> TCPHandler: Processed in 0.005660021 sec. | ||
| 5797 | 2024.12.07 00:51:41.477289 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2024.12.07 00:51:41.477643 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5799 | 2024.12.07 00:51:41.477707 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006496237 sec., 511065.0981483588 rows/sec., 44.62 MiB/sec. | ||
| 5800 | 2024.12.07 00:51:41.477730 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5801 | 2024.12.07 00:51:41.478065 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5802 | 2024.12.07 00:51:41.478715 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2024.12.07 00:51:41.478925 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5804 | 2024.12.07 00:51:41.478941 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_46_9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5805 | 2024.12.07 00:51:41.478983 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5806 | 2024.12.07 00:51:41.479134 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5807 | 2024.12.07 00:51:41.479485 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5808 | 2024.12.07 00:51:41.479729 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5809 | 2024.12.07 00:51:41.479909 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002413 sec., 5801.906340654786 rows/sec., 406.33 KiB/sec. | ||
| 5810 | 2024.12.07 00:51:41.479964 [ 280 ] {27ff6efe-0de5-422c-b373-508e6794bf1f} <Debug> TCPHandler: Processed in 0.002831746 sec. | ||
| 5811 | 2024.12.07 00:51:41.480105 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5812 | 2024.12.07 00:51:41.480239 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5813 | 2024.12.07 00:51:41.480293 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5814 | 2024.12.07 00:51:41.480887 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5815 | 2024.12.07 00:51:41.480924 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5816 | 2024.12.07 00:51:41.481271 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5817 | 2024.12.07 00:51:41.481516 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2024.12.07 00:51:41.481688 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001477 sec., 8801.624915368991 rows/sec., 548.78 KiB/sec. | ||
| 5819 | 2024.12.07 00:51:41.481740 [ 276 ] {8a927280-3b18-48b6-97be-9c32018e3e85} <Debug> TCPHandler: Processed in 0.001696113 sec. | ||
| 5820 | 2024.12.07 00:51:41.481891 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2024.12.07 00:51:41.482020 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5822 | 2024.12.07 00:51:41.482080 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5823 | 2024.12.07 00:51:41.482859 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2024.12.07 00:51:41.482896 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5825 | 2024.12.07 00:51:41.483263 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5826 | 2024.12.07 00:51:41.483503 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2024.12.07 00:51:41.483628 [ 137 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5828 | 2024.12.07 00:51:41.483664 [ 137 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5829 | 2024.12.07 00:51:41.483686 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001694 sec., 249704.84061393153 rows/sec., 17.85 MiB/sec. | ||
| 5830 | 2024.12.07 00:51:41.483689 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5831 | 2024.12.07 00:51:41.483777 [ 280 ] {6753e989-6421-4a1f-a86d-7c32d8e74132} <Debug> TCPHandler: Processed in 0.001948168 sec. | ||
| 5832 | 2024.12.07 00:51:41.483840 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 5833 | 2024.12.07 00:51:41.483950 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2024.12.07 00:51:41.483955 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5835 | 2024.12.07 00:51:41.484004 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 5836 | 2024.12.07 00:51:41.484149 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 5837 | 2024.12.07 00:51:41.484167 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5838 | 2024.12.07 00:51:41.484400 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5839 | 2024.12.07 00:51:41.484448 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 893 rows starting from the beginning of the part | ||
| 5840 | 2024.12.07 00:51:41.484730 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5841 | 2024.12.07 00:51:41.484974 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 5842 | 2024.12.07 00:51:41.485203 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 423 rows starting from the beginning of the part | ||
| 5843 | 2024.12.07 00:51:41.485842 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2024.12.07 00:51:41.485883 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5845 | 2024.12.07 00:51:41.486447 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5846 | 2024.12.07 00:51:41.486723 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2024.12.07 00:51:41.486947 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002864 sec., 2094.972067039106 rows/sec., 109.45 KiB/sec. | ||
| 5848 | 2024.12.07 00:51:41.487141 [ 276 ] {6aefdfbe-05e4-46d5-87bb-f9b20a199fb6} <Debug> TCPHandler: Processed in 0.003266265 sec. | ||
| 5849 | 2024.12.07 00:51:41.487217 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.003420778 sec., 708318.4000832558 rows/sec., 54.34 MiB/sec. | ||
| 5850 | 2024.12.07 00:51:41.487310 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5851 | 2024.12.07 00:51:41.487486 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5852 | 2024.12.07 00:51:41.487527 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5853 | 2024.12.07 00:51:41.487566 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5854 | 2024.12.07 00:51:41.488149 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5855 | 2024.12.07 00:51:41.488383 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_46_9} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5856 | 2024.12.07 00:51:41.488566 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5857 | 2024.12.07 00:51:41.488679 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5858 | 2024.12.07 00:51:41.488722 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5859 | 2024.12.07 00:51:41.489119 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5860 | 2024.12.07 00:51:41.489353 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2024.12.07 00:51:41.489486 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5862 | 2024.12.07 00:51:41.489529 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2024.12.07 00:51:41.489546 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002113 sec., 112162.80170373876 rows/sec., 7.52 MiB/sec. | ||
| 5864 | 2024.12.07 00:51:41.489557 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5865 | 2024.12.07 00:51:41.489644 [ 280 ] {ef8bef68-10ce-4d8f-9b86-6793b7c82013} <Debug> TCPHandler: Processed in 0.002415198 sec. | ||
| 5866 | 2024.12.07 00:51:41.489759 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5867 | 2024.12.07 00:51:41.489824 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5868 | 2024.12.07 00:51:41.490009 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5869 | 2024.12.07 00:51:41.490075 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5870 | 2024.12.07 00:51:41.490077 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12618 rows starting from the beginning of the part | ||
| 5871 | 2024.12.07 00:51:41.490152 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5872 | 2024.12.07 00:51:41.490254 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5873 | 2024.12.07 00:51:41.490631 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 962 rows starting from the beginning of the part | ||
| 5874 | 2024.12.07 00:51:41.491004 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 128 rows starting from the beginning of the part | ||
| 5875 | 2024.12.07 00:51:41.491211 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 5876 | 2024.12.07 00:51:41.491404 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 5877 | 2024.12.07 00:51:41.491911 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5878 | 2024.12.07 00:51:41.491955 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5879 | 2024.12.07 00:51:41.492472 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5880 | 2024.12.07 00:51:41.492724 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5881 | 2024.12.07 00:51:41.493043 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003034 sec., 329.59789057350037 rows/sec., 22.21 KiB/sec. | ||
| 5882 | 2024.12.07 00:51:41.493148 [ 276 ] {a9b721f0-fd77-4c32-b4b6-5a1992ee5ed9} <Debug> TCPHandler: Processed in 0.003410897 sec. | ||
| 5883 | 2024.12.07 00:51:41.493312 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5884 | 2024.12.07 00:51:41.493461 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5885 | 2024.12.07 00:51:41.493553 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5886 | 2024.12.07 00:51:41.495021 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2024.12.07 00:51:41.495060 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5888 | 2024.12.07 00:51:41.496038 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5889 | 2024.12.07 00:51:41.496309 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14265 rows, containing 5 columns (5 merged, 0 gathered) in 0.006664021 sec., 2140599.496910349 rows/sec., 144.38 MiB/sec. | ||
| 5890 | 2024.12.07 00:51:41.496444 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2024.12.07 00:51:41.496649 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5892 | 2024.12.07 00:51:41.496776 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5893 | 2024.12.07 00:51:41.496838 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5894 | 2024.12.07 00:51:41.496847 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003407 sec., 12034.047549163488 rows/sec., 21.56 MiB/sec. | ||
| 5895 | 2024.12.07 00:51:41.496908 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5896 | 2024.12.07 00:51:41.497484 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 5897 | 2024.12.07 00:51:41.497572 [ 280 ] {efdbb897-394e-4828-bdcc-d10842c21afc} <Debug> TCPHandler: Processed in 0.004328915 sec. | ||
| 5898 | 2024.12.07 00:51:41.497895 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5899 | 2024.12.07 00:51:41.498015 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2024.12.07 00:51:41.498322 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5901 | 2024.12.07 00:51:41.498357 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5902 | 2024.12.07 00:51:41.498582 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB. | ||
| 5903 | 2024.12.07 00:51:41.498609 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5904 | 2024.12.07 00:51:41.498797 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5905 | 2024.12.07 00:51:41.499037 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 472 rows starting from the beginning of the part | ||
| 5906 | 2024.12.07 00:51:41.499801 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part | ||
| 5907 | 2024.12.07 00:51:41.500603 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
| 5908 | 2024.12.07 00:51:41.500657 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5909 | 2024.12.07 00:51:41.500720 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5910 | 2024.12.07 00:51:41.501220 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
| 5911 | 2024.12.07 00:51:41.501900 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
| 5912 | 2024.12.07 00:51:41.502295 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5913 | 2024.12.07 00:51:41.502640 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
| 5914 | 2024.12.07 00:51:41.503260 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2024.12.07 00:51:41.503664 [ 136 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5916 | 2024.12.07 00:51:41.503966 [ 136 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2024.12.07 00:51:41.503962 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005784 sec., 14177.040110650069 rows/sec., 922.03 KiB/sec. | ||
| 5918 | 2024.12.07 00:51:41.504045 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5919 | 2024.12.07 00:51:41.504240 [ 276 ] {a55f5026-49ee-4e12-944b-2b89ce155937} <Debug> TCPHandler: Processed in 0.006527499 sec. | ||
| 5920 | 2024.12.07 00:51:41.504421 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 5921 | 2024.12.07 00:51:41.504617 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5922 | 2024.12.07 00:51:41.504665 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2466 rows starting from the beginning of the part | ||
| 5923 | 2024.12.07 00:51:41.504923 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5924 | 2024.12.07 00:51:41.505245 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 5925 | 2024.12.07 00:51:41.505483 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 5926 | 2024.12.07 00:51:41.505685 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 5927 | 2024.12.07 00:51:41.505921 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 5928 | 2024.12.07 00:51:41.508337 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2750 rows, containing 4 columns (4 merged, 0 gathered) in 0.004146112 sec., 663272.0003704675 rows/sec., 43.21 MiB/sec. | ||
| 5929 | 2024.12.07 00:51:41.508796 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5930 | 2024.12.07 00:51:41.509580 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5931 | 2024.12.07 00:51:41.509663 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_46_9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5932 | 2024.12.07 00:51:41.509750 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5933 | 2024.12.07 00:51:41.512530 [ 189 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 677 rows, containing 19 columns (19 merged, 0 gathered) in 0.015561366 sec., 43505.178144386555 rows/sec., 77.96 MiB/sec. | ||
| 5934 | 2024.12.07 00:51:41.513485 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5935 | 2024.12.07 00:51:41.513971 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5936 | 2024.12.07 00:51:41.514061 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5937 | 2024.12.07 00:51:41.514221 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB. | ||
| 5938 | 2024.12.07 00:51:42.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.63 MiB, peak 205.19 MiB, free memory in arenas 0.00 B, will set to 199.03 MiB (RSS), difference: 1.40 MiB | ||
| 5939 | 2024.12.07 00:51:46.460852 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2024.12.07 00:51:46.461061 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5941 | 2024.12.07 00:51:46.461136 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5942 | 2024.12.07 00:51:46.462085 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2024.12.07 00:51:46.462145 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5944 | 2024.12.07 00:51:46.462577 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5945 | 2024.12.07 00:51:46.462837 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2024.12.07 00:51:46.463137 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002111 sec., 947.4182851729038 rows/sec., 77.26 KiB/sec. | ||
| 5947 | 2024.12.07 00:51:46.463282 [ 276 ] {c3fd2584-4030-49e6-a365-e2a1bc74f59e} <Debug> TCPHandler: Processed in 0.00255994 sec. | ||
| 5948 | 2024.12.07 00:51:46.463472 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2024.12.07 00:51:46.463591 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5950 | 2024.12.07 00:51:46.463642 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5951 | 2024.12.07 00:51:46.464240 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2024.12.07 00:51:46.464281 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5953 | 2024.12.07 00:51:46.464649 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5954 | 2024.12.07 00:51:46.464890 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5955 | 2024.12.07 00:51:46.465110 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001547 sec., 36845.50743374273 rows/sec., 2.81 MiB/sec. | ||
| 5956 | 2024.12.07 00:51:46.465163 [ 280 ] {ca46c562-a262-46d5-aa04-c8047ce99473} <Debug> TCPHandler: Processed in 0.001749644 sec. | ||
| 5957 | 2024.12.07 00:51:46.465309 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5958 | 2024.12.07 00:51:46.465417 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5959 | 2024.12.07 00:51:46.465465 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5960 | 2024.12.07 00:51:46.466009 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2024.12.07 00:51:46.466048 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5962 | 2024.12.07 00:51:46.466400 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5963 | 2024.12.07 00:51:46.466638 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2024.12.07 00:51:46.466820 [ 132 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 5965 | 2024.12.07 00:51:46.466889 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001491 sec., 1341.381623071764 rows/sec., 93.66 KiB/sec. | ||
| 5966 | 2024.12.07 00:51:46.466906 [ 132 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.12.07 00:51:46.466967 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5968 | 2024.12.07 00:51:46.467018 [ 276 ] {dcd366fd-193a-413e-a1c7-2ece312f2f0a} <Debug> TCPHandler: Processed in 0.001760755 sec. | ||
| 5969 | 2024.12.07 00:51:46.467309 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2024.12.07 00:51:46.467438 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 5971 | 2024.12.07 00:51:46.467557 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5972 | 2024.12.07 00:51:46.467673 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5973 | 2024.12.07 00:51:46.467877 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5974 | 2024.12.07 00:51:46.467952 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 66 rows starting from the beginning of the part | ||
| 5975 | 2024.12.07 00:51:46.468218 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
| 5976 | 2024.12.07 00:51:46.468637 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part | ||
| 5977 | 2024.12.07 00:51:46.469080 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 62 rows starting from the beginning of the part | ||
| 5978 | 2024.12.07 00:51:46.469480 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 5979 | 2024.12.07 00:51:46.469710 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 5980 | 2024.12.07 00:51:46.470521 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5981 | 2024.12.07 00:51:46.470586 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5982 | 2024.12.07 00:51:46.471473 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5983 | 2024.12.07 00:51:46.472032 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5984 | 2024.12.07 00:51:46.472471 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.005356206 sec., 51155.61276022618 rows/sec., 3.85 MiB/sec. | ||
| 5985 | 2024.12.07 00:51:46.472581 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005086 sec., 12976.799056232796 rows/sec., 1.01 MiB/sec. | ||
| 5986 | 2024.12.07 00:51:46.472702 [ 280 ] {3caf17bc-b298-43a5-81a0-18669843fb3a} <Debug> TCPHandler: Processed in 0.005553739 sec. | ||
| 5987 | 2024.12.07 00:51:46.472711 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 5988 | 2024.12.07 00:51:46.472900 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2024.12.07 00:51:46.473092 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5990 | 2024.12.07 00:51:46.473181 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5991 | 2024.12.07 00:51:46.473265 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2024.12.07 00:51:46.473489 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_24_5} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 5993 | 2024.12.07 00:51:46.473670 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5994 | 2024.12.07 00:51:46.474174 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5995 | 2024.12.07 00:51:46.474218 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5996 | 2024.12.07 00:51:46.474653 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5997 | 2024.12.07 00:51:46.474914 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2024.12.07 00:51:46.475142 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002118 sec., 76015.10859301228 rows/sec., 5.29 MiB/sec. | ||
| 5999 | 2024.12.07 00:51:46.475209 [ 276 ] {8f549177-4540-4cd6-8c25-7644ada5d54e} <Debug> TCPHandler: Processed in 0.002400577 sec. | ||
| 6000 | 2024.12.07 00:51:46.475356 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6001 | 2024.12.07 00:51:46.475468 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6002 | 2024.12.07 00:51:46.475514 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6003 | 2024.12.07 00:51:46.475972 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6004 | 2024.12.07 00:51:46.476012 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6005 | 2024.12.07 00:51:46.476377 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6006 | 2024.12.07 00:51:46.476619 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6007 | 2024.12.07 00:51:46.476822 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
| 6008 | 2024.12.07 00:51:46.476872 [ 280 ] {ddc7638b-e8dc-4435-979d-bcdbf923c141} <Debug> TCPHandler: Processed in 0.001569441 sec. | ||
| 6009 | 2024.12.07 00:51:46.722578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6010 | 2024.12.07 00:51:46.723179 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6011 | 2024.12.07 00:51:46.723228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6012 | 2024.12.07 00:51:46.723736 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6013 | 2024.12.07 00:51:46.723991 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6014 | 2024.12.07 00:51:46.724223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6015 | 2024.12.07 00:51:47.645836 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6016 | 2024.12.07 00:51:47.666875 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2024.12.07 00:51:47.666931 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6018 | 2024.12.07 00:51:47.674554 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6019 | 2024.12.07 00:51:47.675342 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2024.12.07 00:51:47.679053 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6021 | 2024.12.07 00:51:49.302536 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 874 | ||
| 6022 | 2024.12.07 00:51:49.305616 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6023 | 2024.12.07 00:51:49.305665 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6024 | 2024.12.07 00:51:49.307139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6025 | 2024.12.07 00:51:49.307445 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6026 | 2024.12.07 00:51:49.307961 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 874 | ||
| 6027 | 2024.12.07 00:51:51.467578 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6028 | 2024.12.07 00:51:51.467783 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6029 | 2024.12.07 00:51:51.467856 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6030 | 2024.12.07 00:51:51.468587 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6031 | 2024.12.07 00:51:51.468634 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6032 | 2024.12.07 00:51:51.469073 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6033 | 2024.12.07 00:51:51.469338 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6034 | 2024.12.07 00:51:51.469537 [ 123 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6035 | 2024.12.07 00:51:51.469612 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 6036 | 2024.12.07 00:51:51.469637 [ 123 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6037 | 2024.12.07 00:51:51.469709 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6038 | 2024.12.07 00:51:51.469762 [ 276 ] {4cdf16cb-a723-4fee-ab8e-c0720b6bedd4} <Debug> TCPHandler: Processed in 0.002308955 sec. | ||
| 6039 | 2024.12.07 00:51:51.469912 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6040 | 2024.12.07 00:51:51.469963 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6041 | 2024.12.07 00:51:51.470046 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6042 | 2024.12.07 00:51:51.470098 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6043 | 2024.12.07 00:51:51.470134 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6044 | 2024.12.07 00:51:51.470220 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6045 | 2024.12.07 00:51:51.470231 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6046 | 2024.12.07 00:51:51.470547 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6047 | 2024.12.07 00:51:51.470769 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6048 | 2024.12.07 00:51:51.471042 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6049 | 2024.12.07 00:51:51.472091 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2024.12.07 00:51:51.472138 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6051 | 2024.12.07 00:51:51.472398 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002567381 sec., 27265.139065841806 rows/sec., 2.02 MiB/sec. | ||
| 6052 | 2024.12.07 00:51:51.472681 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6053 | 2024.12.07 00:51:51.472794 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6054 | 2024.12.07 00:51:51.473202 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2024.12.07 00:51:51.473262 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2024.12.07 00:51:51.473499 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_21_5} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6057 | 2024.12.07 00:51:51.473588 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00349 sec., 81661.8911174785 rows/sec., 7.20 MiB/sec. | ||
| 6058 | 2024.12.07 00:51:51.473708 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6059 | 2024.12.07 00:51:51.473781 [ 280 ] {d80f5aca-9744-456c-ac32-202cfd972be5} <Debug> TCPHandler: Processed in 0.003888437 sec. | ||
| 6060 | 2024.12.07 00:51:51.473956 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6061 | 2024.12.07 00:51:51.474091 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6062 | 2024.12.07 00:51:51.474147 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6063 | 2024.12.07 00:51:51.474815 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2024.12.07 00:51:51.474863 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6065 | 2024.12.07 00:51:51.475254 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6066 | 2024.12.07 00:51:51.475501 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2024.12.07 00:51:51.475703 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001643 sec., 29214.850882531955 rows/sec., 2.10 MiB/sec. | ||
| 6068 | 2024.12.07 00:51:51.475756 [ 276 ] {5cb62227-079e-4b17-8a8f-1a82406e66fb} <Debug> TCPHandler: Processed in 0.001863946 sec. | ||
| 6069 | 2024.12.07 00:51:51.475892 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6070 | 2024.12.07 00:51:51.476003 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6071 | 2024.12.07 00:51:51.476057 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6072 | 2024.12.07 00:51:51.476687 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2024.12.07 00:51:51.476735 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6074 | 2024.12.07 00:51:51.477123 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6075 | 2024.12.07 00:51:51.477367 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2024.12.07 00:51:51.477578 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0016 sec., 8750 rows/sec., 612.79 KiB/sec. | ||
| 6077 | 2024.12.07 00:51:51.477630 [ 280 ] {43c27521-b54c-4242-ab4a-df2a6ac9e333} <Debug> TCPHandler: Processed in 0.001789385 sec. | ||
| 6078 | 2024.12.07 00:51:51.477762 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6079 | 2024.12.07 00:51:51.477871 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6080 | 2024.12.07 00:51:51.477915 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6081 | 2024.12.07 00:51:51.478527 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2024.12.07 00:51:51.478574 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6083 | 2024.12.07 00:51:51.479003 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6084 | 2024.12.07 00:51:51.479247 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2024.12.07 00:51:51.479401 [ 123 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6086 | 2024.12.07 00:51:51.479469 [ 123 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6087 | 2024.12.07 00:51:51.479480 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 6088 | 2024.12.07 00:51:51.479505 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6089 | 2024.12.07 00:51:51.479632 [ 276 ] {db6eea02-15b5-413f-9219-3f80b72c53ba} <Debug> TCPHandler: Processed in 0.001918068 sec. | ||
| 6090 | 2024.12.07 00:51:51.479854 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6091 | 2024.12.07 00:51:51.479935 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6092 | 2024.12.07 00:51:51.480246 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6093 | 2024.12.07 00:51:51.480315 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6094 | 2024.12.07 00:51:51.480321 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6095 | 2024.12.07 00:51:51.480405 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6096 | 2024.12.07 00:51:51.480586 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6097 | 2024.12.07 00:51:51.480937 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6098 | 2024.12.07 00:51:51.481306 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6099 | 2024.12.07 00:51:51.481714 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6100 | 2024.12.07 00:51:51.483631 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2024.12.07 00:51:51.483709 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6102 | 2024.12.07 00:51:51.484291 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004656212 sec., 13959.845470953642 rows/sec., 924.92 KiB/sec. | ||
| 6103 | 2024.12.07 00:51:51.484488 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6104 | 2024.12.07 00:51:51.484714 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6105 | 2024.12.07 00:51:51.484940 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2024.12.07 00:51:51.485083 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_21_5} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6107 | 2024.12.07 00:51:51.485243 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6108 | 2024.12.07 00:51:51.485251 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2024.12.07 00:51:51.485527 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005296 sec., 79871.60120845921 rows/sec., 5.71 MiB/sec. | ||
| 6110 | 2024.12.07 00:51:51.485623 [ 280 ] {0ce1d8d7-2f28-4dbe-b7e3-0551f0f64147} <Debug> TCPHandler: Processed in 0.005866246 sec. | ||
| 6111 | 2024.12.07 00:51:51.485810 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6112 | 2024.12.07 00:51:51.485954 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6113 | 2024.12.07 00:51:51.486011 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6114 | 2024.12.07 00:51:51.486457 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6115 | 2024.12.07 00:51:51.486495 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6116 | 2024.12.07 00:51:51.486854 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6117 | 2024.12.07 00:51:51.487099 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6118 | 2024.12.07 00:51:51.487366 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 6119 | 2024.12.07 00:51:51.487573 [ 276 ] {64eb3e96-a653-418d-9fda-1d39dad11f5d} <Debug> TCPHandler: Processed in 0.001842526 sec. | ||
| 6120 | 2024.12.07 00:51:51.487723 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2024.12.07 00:51:51.487831 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6122 | 2024.12.07 00:51:51.487880 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6123 | 2024.12.07 00:51:51.488435 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2024.12.07 00:51:51.488475 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6125 | 2024.12.07 00:51:51.488867 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6126 | 2024.12.07 00:51:51.489107 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6127 | 2024.12.07 00:51:51.489317 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001509 sec., 157057.6540755467 rows/sec., 10.53 MiB/sec. | ||
| 6128 | 2024.12.07 00:51:51.489368 [ 280 ] {33355f2b-131b-42b7-af30-592d24b252e4} <Debug> TCPHandler: Processed in 0.001696584 sec. | ||
| 6129 | 2024.12.07 00:51:51.489507 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2024.12.07 00:51:51.489615 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6131 | 2024.12.07 00:51:51.489662 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6132 | 2024.12.07 00:51:51.490077 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6133 | 2024.12.07 00:51:51.490115 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6134 | 2024.12.07 00:51:51.490462 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6135 | 2024.12.07 00:51:51.490706 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2024.12.07 00:51:51.490929 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 50.40 KiB/sec. | ||
| 6137 | 2024.12.07 00:51:51.491050 [ 276 ] {7ef1f629-17ef-4eef-ac98-262b94410189} <Debug> TCPHandler: Processed in 0.001594412 sec. | ||
| 6138 | 2024.12.07 00:51:51.491191 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6139 | 2024.12.07 00:51:51.491318 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6140 | 2024.12.07 00:51:51.491396 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6141 | 2024.12.07 00:51:51.492651 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2024.12.07 00:51:51.492690 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6143 | 2024.12.07 00:51:51.493364 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6144 | 2024.12.07 00:51:51.493622 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2024.12.07 00:51:51.493902 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002611 sec., 15702.795863653771 rows/sec., 28.14 MiB/sec. | ||
| 6146 | 2024.12.07 00:51:51.494482 [ 280 ] {ce75b1ee-5858-41d3-aebf-179c38d8c460} <Debug> TCPHandler: Processed in 0.003345306 sec. | ||
| 6147 | 2024.12.07 00:51:51.494665 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6148 | 2024.12.07 00:51:51.494795 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6149 | 2024.12.07 00:51:51.494850 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6150 | 2024.12.07 00:51:51.495330 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6151 | 2024.12.07 00:51:51.495369 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6152 | 2024.12.07 00:51:51.495731 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6153 | 2024.12.07 00:51:51.495980 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6154 | 2024.12.07 00:51:51.496184 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
| 6155 | 2024.12.07 00:51:51.496236 [ 276 ] {02d5e565-55b2-4d29-af88-3a9bbc755ae6} <Debug> TCPHandler: Processed in 0.001633982 sec. | ||
| 6156 | 2024.12.07 00:51:54.064249 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6157 | 2024.12.07 00:51:54.064324 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6158 | 2024.12.07 00:51:54.224330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6159 | 2024.12.07 00:51:54.225076 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6160 | 2024.12.07 00:51:54.225115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6161 | 2024.12.07 00:51:54.225629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6162 | 2024.12.07 00:51:54.225898 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6163 | 2024.12.07 00:51:54.226157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6164 | 2024.12.07 00:51:55.179104 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6165 | 2024.12.07 00:51:55.200911 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2024.12.07 00:51:55.200978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6167 | 2024.12.07 00:51:55.208646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6168 | 2024.12.07 00:51:55.209409 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2024.12.07 00:51:55.212506 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6170 | 2024.12.07 00:51:56.461101 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2024.12.07 00:51:56.461404 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6172 | 2024.12.07 00:51:56.461519 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6173 | 2024.12.07 00:51:56.462556 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2024.12.07 00:51:56.462601 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6175 | 2024.12.07 00:51:56.463038 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6176 | 2024.12.07 00:51:56.463306 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2024.12.07 00:51:56.463541 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002213 sec., 25305.015815634884 rows/sec., 1.93 MiB/sec. | ||
| 6178 | 2024.12.07 00:51:56.463667 [ 276 ] {a39cb020-7fa6-44ac-bad3-aff7400fc9fa} <Debug> TCPHandler: Processed in 0.002751025 sec. | ||
| 6179 | 2024.12.07 00:51:56.463903 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6180 | 2024.12.07 00:51:56.464172 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6181 | 2024.12.07 00:51:56.464227 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6182 | 2024.12.07 00:51:56.464806 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2024.12.07 00:51:56.464846 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6184 | 2024.12.07 00:51:56.465215 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6185 | 2024.12.07 00:51:56.465459 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2024.12.07 00:51:56.465633 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001548 sec., 41343.669250645995 rows/sec., 3.23 MiB/sec. | ||
| 6187 | 2024.12.07 00:51:56.465684 [ 280 ] {e6311eb9-b21b-492d-baa1-f1c696c358b6} <Debug> TCPHandler: Processed in 0.001906028 sec. | ||
| 6188 | 2024.12.07 00:51:56.465839 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2024.12.07 00:51:56.465969 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6190 | 2024.12.07 00:51:56.466028 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6191 | 2024.12.07 00:51:56.466563 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2024.12.07 00:51:56.466600 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6193 | 2024.12.07 00:51:56.466993 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6194 | 2024.12.07 00:51:56.467232 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2024.12.07 00:51:56.467412 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 6196 | 2024.12.07 00:51:56.467461 [ 276 ] {2f966d8a-3d86-4fe0-9c9e-5315e0cffb68} <Debug> TCPHandler: Processed in 0.001686913 sec. | ||
| 6197 | 2024.12.07 00:51:56.467619 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6198 | 2024.12.07 00:51:56.467755 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6199 | 2024.12.07 00:51:56.467810 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6200 | 2024.12.07 00:51:56.468310 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2024.12.07 00:51:56.468347 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6202 | 2024.12.07 00:51:56.468712 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6203 | 2024.12.07 00:51:56.468955 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2024.12.07 00:51:56.469127 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
| 6205 | 2024.12.07 00:51:56.469175 [ 280 ] {a5fd83b5-c809-4070-b36e-c8e82f5de6c6} <Debug> TCPHandler: Processed in 0.001619992 sec. | ||
| 6206 | 2024.12.07 00:51:57.270128 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2024.12.07 00:51:57.270345 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6208 | 2024.12.07 00:51:57.270427 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6209 | 2024.12.07 00:51:57.271278 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2024.12.07 00:51:57.271328 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6211 | 2024.12.07 00:51:57.271762 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6212 | 2024.12.07 00:51:57.272009 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2024.12.07 00:51:57.272246 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001961 sec., 7139.214686384497 rows/sec., 513.93 KiB/sec. | ||
| 6214 | 2024.12.07 00:51:57.272314 [ 276 ] {f694dca5-aef0-45af-9d6b-6abd94b973c1} <Debug> TCPHandler: Processed in 0.002322325 sec. | ||
| 6215 | 2024.12.07 00:51:57.272491 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2024.12.07 00:51:57.272613 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6217 | 2024.12.07 00:51:57.272664 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6218 | 2024.12.07 00:51:57.273210 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2024.12.07 00:51:57.273256 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6220 | 2024.12.07 00:51:57.273614 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6221 | 2024.12.07 00:51:57.273859 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2024.12.07 00:51:57.274112 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001517 sec., 1318.3915622940015 rows/sec., 107.51 KiB/sec. | ||
| 6223 | 2024.12.07 00:51:57.274304 [ 280 ] {18a38b02-c3bd-4c81-8d1e-8c8d2fa56948} <Debug> TCPHandler: Processed in 0.001867436 sec. | ||
| 6224 | 2024.12.07 00:51:57.274475 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6225 | 2024.12.07 00:51:57.274604 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6226 | 2024.12.07 00:51:57.274657 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6227 | 2024.12.07 00:51:57.275785 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2024.12.07 00:51:57.275826 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6229 | 2024.12.07 00:51:57.276268 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6230 | 2024.12.07 00:51:57.276506 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2024.12.07 00:51:57.276721 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002146 sec., 664492.0782851818 rows/sec., 55.49 MiB/sec. | ||
| 6232 | 2024.12.07 00:51:57.276776 [ 276 ] {b2926f9b-9d96-4795-a321-f1a03a9335b8} <Debug> TCPHandler: Processed in 0.002364906 sec. | ||
| 6233 | 2024.12.07 00:51:57.276921 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2024.12.07 00:51:57.277050 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6235 | 2024.12.07 00:51:57.277104 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6236 | 2024.12.07 00:51:57.277761 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2024.12.07 00:51:57.277808 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6238 | 2024.12.07 00:51:57.278210 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6239 | 2024.12.07 00:51:57.278443 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2024.12.07 00:51:57.278699 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.00166 sec., 30120.481927710844 rows/sec., 2.16 MiB/sec. | ||
| 6241 | 2024.12.07 00:51:57.278771 [ 280 ] {e8553c09-7c41-4ccf-b44e-434c0a520727} <Debug> TCPHandler: Processed in 0.001913678 sec. | ||
| 6242 | 2024.12.07 00:51:57.279004 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6243 | 2024.12.07 00:51:57.279210 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6244 | 2024.12.07 00:51:57.279265 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6245 | 2024.12.07 00:51:57.279973 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2024.12.07 00:51:57.280020 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6247 | 2024.12.07 00:51:57.280392 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6248 | 2024.12.07 00:51:57.280622 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2024.12.07 00:51:57.280829 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001667 sec., 145170.96580683862 rows/sec., 9.84 MiB/sec. | ||
| 6250 | 2024.12.07 00:51:57.280880 [ 276 ] {021b7ceb-9687-4367-b21a-13b04960726c} <Debug> TCPHandler: Processed in 0.002005629 sec. | ||
| 6251 | 2024.12.07 00:51:57.281012 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6252 | 2024.12.07 00:51:57.281119 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6253 | 2024.12.07 00:51:57.281163 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6254 | 2024.12.07 00:51:57.281683 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2024.12.07 00:51:57.281722 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6256 | 2024.12.07 00:51:57.282054 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6257 | 2024.12.07 00:51:57.282298 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2024.12.07 00:51:57.282538 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00144 sec., 9027.777777777777 rows/sec., 562.88 KiB/sec. | ||
| 6259 | 2024.12.07 00:51:57.282760 [ 280 ] {05de4acc-4f8e-40f6-a4dd-0726a370031f} <Debug> TCPHandler: Processed in 0.001794075 sec. | ||
| 6260 | 2024.12.07 00:51:57.282900 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2024.12.07 00:51:57.283006 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6262 | 2024.12.07 00:51:57.283050 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6263 | 2024.12.07 00:51:57.283851 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2024.12.07 00:51:57.283890 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6265 | 2024.12.07 00:51:57.284275 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6266 | 2024.12.07 00:51:57.284511 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2024.12.07 00:51:57.284773 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001779 sec., 495222.03485103993 rows/sec., 35.91 MiB/sec. | ||
| 6268 | 2024.12.07 00:51:57.284928 [ 276 ] {184fc5d0-18af-4116-8e9a-0662022d05e1} <Debug> TCPHandler: Processed in 0.002073691 sec. | ||
| 6269 | 2024.12.07 00:51:57.285147 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6270 | 2024.12.07 00:51:57.285316 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6271 | 2024.12.07 00:51:57.285374 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6272 | 2024.12.07 00:51:57.285920 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2024.12.07 00:51:57.285967 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6274 | 2024.12.07 00:51:57.286342 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6275 | 2024.12.07 00:51:57.286570 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6276 | 2024.12.07 00:51:57.286768 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 6277 | 2024.12.07 00:51:57.286818 [ 280 ] {3ba7d464-6ff2-4aa1-82f7-5f0b0795e8d0} <Debug> TCPHandler: Processed in 0.001794955 sec. | ||
| 6278 | 2024.12.07 00:51:57.286941 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6279 | 2024.12.07 00:51:57.287049 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6280 | 2024.12.07 00:51:57.287097 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6281 | 2024.12.07 00:51:57.287878 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6282 | 2024.12.07 00:51:57.287924 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6283 | 2024.12.07 00:51:57.288384 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6284 | 2024.12.07 00:51:57.288617 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6285 | 2024.12.07 00:51:57.288826 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.0018 sec., 531111.1111111111 rows/sec., 35.29 MiB/sec. | ||
| 6286 | 2024.12.07 00:51:57.288877 [ 276 ] {c6589ca0-1890-4775-8200-e66fb7d44bd7} <Debug> TCPHandler: Processed in 0.001987429 sec. | ||
| 6287 | 2024.12.07 00:51:57.289002 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6288 | 2024.12.07 00:51:57.289109 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6289 | 2024.12.07 00:51:57.289155 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6290 | 2024.12.07 00:51:57.289648 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6291 | 2024.12.07 00:51:57.289693 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6292 | 2024.12.07 00:51:57.290090 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6293 | 2024.12.07 00:51:57.290332 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6294 | 2024.12.07 00:51:57.290575 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 6295 | 2024.12.07 00:51:57.290783 [ 280 ] {5dec6ec8-0682-478d-af42-225454dd385b} <Debug> TCPHandler: Processed in 0.001827236 sec. | ||
| 6296 | 2024.12.07 00:51:57.290932 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6297 | 2024.12.07 00:51:57.291041 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6298 | 2024.12.07 00:51:57.291115 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6299 | 2024.12.07 00:51:57.292357 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6300 | 2024.12.07 00:51:57.292397 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6301 | 2024.12.07 00:51:57.293028 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6302 | 2024.12.07 00:51:57.293275 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6303 | 2024.12.07 00:51:57.293508 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002491 sec., 16459.253311922923 rows/sec., 29.49 MiB/sec. | ||
| 6304 | 2024.12.07 00:51:57.293599 [ 276 ] {097659b8-ece4-4ee2-95c9-3d4af131bf15} <Debug> TCPHandler: Processed in 0.002726634 sec. | ||
| 6305 | 2024.12.07 00:51:57.293745 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6306 | 2024.12.07 00:51:57.293873 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6307 | 2024.12.07 00:51:57.293928 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6308 | 2024.12.07 00:51:57.294395 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2024.12.07 00:51:57.294432 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6310 | 2024.12.07 00:51:57.294768 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6311 | 2024.12.07 00:51:57.295004 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2024.12.07 00:51:57.295248 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001398 sec., 24320.457796852646 rows/sec., 1.41 MiB/sec. | ||
| 6313 | 2024.12.07 00:51:57.295336 [ 280 ] {e92b2a00-8e2a-42eb-8385-27ac3481b197} <Debug> TCPHandler: Processed in 0.001652962 sec. | ||
| 6314 | 2024.12.07 00:51:59.308146 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 928 | ||
| 6315 | 2024.12.07 00:51:59.312148 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2024.12.07 00:51:59.312212 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6317 | 2024.12.07 00:51:59.313728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6318 | 2024.12.07 00:51:59.314055 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2024.12.07 00:51:59.315611 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928 | ||
| 6320 | 2024.12.07 00:52:01.459198 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2024.12.07 00:52:01.459484 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6322 | 2024.12.07 00:52:01.459565 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6323 | 2024.12.07 00:52:01.460424 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2024.12.07 00:52:01.460473 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6325 | 2024.12.07 00:52:01.460905 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6326 | 2024.12.07 00:52:01.461171 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2024.12.07 00:52:01.461374 [ 78 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6328 | 2024.12.07 00:52:01.461398 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 6329 | 2024.12.07 00:52:01.461453 [ 78 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6330 | 2024.12.07 00:52:01.461526 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6331 | 2024.12.07 00:52:01.461538 [ 276 ] {c94349ff-3088-4da0-aabd-396ed216e7ea} <Debug> TCPHandler: Processed in 0.0025239 sec. | ||
| 6332 | 2024.12.07 00:52:01.461690 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 6333 | 2024.12.07 00:52:01.461741 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6334 | 2024.12.07 00:52:01.461849 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6335 | 2024.12.07 00:52:01.461885 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6336 | 2024.12.07 00:52:01.461897 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1435 rows starting from the beginning of the part | ||
| 6337 | 2024.12.07 00:52:01.461945 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6338 | 2024.12.07 00:52:01.462148 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 57 rows starting from the beginning of the part | ||
| 6339 | 2024.12.07 00:52:01.462460 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 285 rows starting from the beginning of the part | ||
| 6340 | 2024.12.07 00:52:01.462822 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part | ||
| 6341 | 2024.12.07 00:52:01.463188 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1426 rows starting from the beginning of the part | ||
| 6342 | 2024.12.07 00:52:01.463515 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6343 | 2024.12.07 00:52:01.464370 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6344 | 2024.12.07 00:52:01.464420 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6345 | 2024.12.07 00:52:01.464985 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6346 | 2024.12.07 00:52:01.465242 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6347 | 2024.12.07 00:52:01.465462 [ 78 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6348 | 2024.12.07 00:52:01.465578 [ 78 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2024.12.07 00:52:01.465599 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003712 sec., 17241.379310344826 rows/sec., 1.35 MiB/sec. | ||
| 6350 | 2024.12.07 00:52:01.465657 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6351 | 2024.12.07 00:52:01.465796 [ 280 ] {0887446b-cae1-4721-a0ce-1aa98e0c3110} <Debug> TCPHandler: Processed in 0.004112572 sec. | ||
| 6352 | 2024.12.07 00:52:01.466148 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6353 | 2024.12.07 00:52:01.466244 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 6354 | 2024.12.07 00:52:01.466581 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6355 | 2024.12.07 00:52:01.466831 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6356 | 2024.12.07 00:52:01.466881 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6357 | 2024.12.07 00:52:01.467002 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 6358 | 2024.12.07 00:52:01.467765 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 6359 | 2024.12.07 00:52:01.468422 [ 190 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.006778674 sec., 489033.6959706279 rows/sec., 42.71 MiB/sec. | ||
| 6360 | 2024.12.07 00:52:01.468502 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 423 rows starting from the beginning of the part | ||
| 6361 | 2024.12.07 00:52:01.468882 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6362 | 2024.12.07 00:52:01.468976 [ 190 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6363 | 2024.12.07 00:52:01.469459 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 881 rows starting from the beginning of the part | ||
| 6364 | 2024.12.07 00:52:01.469749 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6365 | 2024.12.07 00:52:01.470446 [ 190 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2024.12.07 00:52:01.470829 [ 190 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_51_10} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6367 | 2024.12.07 00:52:01.471132 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6368 | 2024.12.07 00:52:01.471316 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6369 | 2024.12.07 00:52:01.471372 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6370 | 2024.12.07 00:52:01.471979 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6371 | 2024.12.07 00:52:01.472279 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2024.12.07 00:52:01.472484 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6373 | 2024.12.07 00:52:01.472619 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6374 | 2024.12.07 00:52:01.472720 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6375 | 2024.12.07 00:52:01.472829 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006366 sec., 20106.817467797675 rows/sec., 1.40 MiB/sec. | ||
| 6376 | 2024.12.07 00:52:01.473319 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007507258 sec., 321422.2822766981 rows/sec., 24.65 MiB/sec. | ||
| 6377 | 2024.12.07 00:52:01.473347 [ 276 ] {2cc0a6c9-feb2-4e33-9bde-777290c2cc38} <Debug> TCPHandler: Processed in 0.007409366 sec. | ||
| 6378 | 2024.12.07 00:52:01.473377 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 6379 | 2024.12.07 00:52:01.473700 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6380 | 2024.12.07 00:52:01.473779 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6381 | 2024.12.07 00:52:01.474272 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6382 | 2024.12.07 00:52:01.474302 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6383 | 2024.12.07 00:52:01.474487 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6384 | 2024.12.07 00:52:01.474525 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14265 rows starting from the beginning of the part | ||
| 6385 | 2024.12.07 00:52:01.475208 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
| 6386 | 2024.12.07 00:52:01.475367 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6387 | 2024.12.07 00:52:01.475820 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6388 | 2024.12.07 00:52:01.476327 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6389 | 2024.12.07 00:52:01.476721 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_51_10} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6390 | 2024.12.07 00:52:01.476826 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 956 rows starting from the beginning of the part | ||
| 6391 | 2024.12.07 00:52:01.477268 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 128 rows starting from the beginning of the part | ||
| 6392 | 2024.12.07 00:52:01.477813 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6393 | 2024.12.07 00:52:01.478457 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.12.07 00:52:01.478559 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6395 | 2024.12.07 00:52:01.479298 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6396 | 2024.12.07 00:52:01.479636 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.12.07 00:52:01.479953 [ 78 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6398 | 2024.12.07 00:52:01.480117 [ 78 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6399 | 2024.12.07 00:52:01.480187 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006091 sec., 7880.479395829913 rows/sec., 543.84 KiB/sec. | ||
| 6400 | 2024.12.07 00:52:01.480183 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6401 | 2024.12.07 00:52:01.480580 [ 280 ] {ec91720f-35fa-4e23-bef4-6b5716c4feef} <Debug> TCPHandler: Processed in 0.007119691 sec. | ||
| 6402 | 2024.12.07 00:52:01.480912 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 6403 | 2024.12.07 00:52:01.481402 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6404 | 2024.12.07 00:52:01.481478 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2750 rows starting from the beginning of the part | ||
| 6405 | 2024.12.07 00:52:01.481775 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 6406 | 2024.12.07 00:52:01.482130 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6407 | 2024.12.07 00:52:01.482412 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6408 | 2024.12.07 00:52:01.482676 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part | ||
| 6409 | 2024.12.07 00:52:01.482939 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part | ||
| 6410 | 2024.12.07 00:52:01.484774 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3034 rows, containing 4 columns (4 merged, 0 gathered) in 0.004397137 sec., 689994.421370087 rows/sec., 44.95 MiB/sec. | ||
| 6411 | 2024.12.07 00:52:01.485245 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15907 rows, containing 5 columns (5 merged, 0 gathered) in 0.012342123 sec., 1288838.233098147 rows/sec., 86.93 MiB/sec. | ||
| 6412 | 2024.12.07 00:52:01.485338 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6413 | 2024.12.07 00:52:01.485708 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6414 | 2024.12.07 00:52:01.485849 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6415 | 2024.12.07 00:52:01.486044 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_51_10} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6416 | 2024.12.07 00:52:01.486245 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6417 | 2024.12.07 00:52:01.486328 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2024.12.07 00:52:01.486432 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6419 | 2024.12.07 00:52:01.486526 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6420 | 2024.12.07 00:52:01.726270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6421 | 2024.12.07 00:52:01.726871 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2024.12.07 00:52:01.726916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6423 | 2024.12.07 00:52:01.727434 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6424 | 2024.12.07 00:52:01.727688 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2024.12.07 00:52:01.727899 [ 78 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6426 | 2024.12.07 00:52:01.727933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6427 | 2024.12.07 00:52:01.727979 [ 78 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2024.12.07 00:52:01.728010 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6429 | 2024.12.07 00:52:01.728164 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6430 | 2024.12.07 00:52:01.728336 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6431 | 2024.12.07 00:52:01.728376 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6432 | 2024.12.07 00:52:01.728452 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6433 | 2024.12.07 00:52:01.728608 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6434 | 2024.12.07 00:52:01.728785 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6435 | 2024.12.07 00:52:01.728903 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6436 | 2024.12.07 00:52:01.729069 [ 193 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 6437 | 2024.12.07 00:52:01.731176 [ 191 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003088991 sec., 4601178.83153431 rows/sec., 65.82 MiB/sec. | ||
| 6438 | 2024.12.07 00:52:01.731609 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6439 | 2024.12.07 00:52:01.731976 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_31_6} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6440 | 2024.12.07 00:52:01.732081 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_31_6} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6441 | 2024.12.07 00:52:01.732199 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6442 | 2024.12.07 00:52:02.712557 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6443 | 2024.12.07 00:52:02.734790 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2024.12.07 00:52:02.734854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6445 | 2024.12.07 00:52:02.742537 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6446 | 2024.12.07 00:52:02.743313 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2024.12.07 00:52:02.743710 [ 90 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6448 | 2024.12.07 00:52:02.743846 [ 90 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6449 | 2024.12.07 00:52:02.743919 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6450 | 2024.12.07 00:52:02.744203 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 6451 | 2024.12.07 00:52:02.753080 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6452 | 2024.12.07 00:52:02.754280 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6453 | 2024.12.07 00:52:02.755195 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 6454 | 2024.12.07 00:52:02.759964 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 6455 | 2024.12.07 00:52:02.765217 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 6456 | 2024.12.07 00:52:02.770387 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 6457 | 2024.12.07 00:52:02.775711 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6458 | 2024.12.07 00:52:02.780352 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6459 | 2024.12.07 00:52:02.839300 [ 203 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.095242729 sec., 2456.8804617095757 rows/sec., 12.70 MiB/sec. | ||
| 6460 | 2024.12.07 00:52:02.842588 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6461 | 2024.12.07 00:52:02.845584 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6462 | 2024.12.07 00:52:02.845719 [ 205 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_31_6} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6463 | 2024.12.07 00:52:02.848338 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6464 | 2024.12.07 00:52:03.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.09 MiB, peak 212.65 MiB, free memory in arenas 0.00 B, will set to 203.69 MiB (RSS), difference: 1.59 MiB | ||
| 6465 | 2024.12.07 00:52:06.460545 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2024.12.07 00:52:06.460757 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6467 | 2024.12.07 00:52:06.460830 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6468 | 2024.12.07 00:52:06.461605 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2024.12.07 00:52:06.461657 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6470 | 2024.12.07 00:52:06.462101 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6471 | 2024.12.07 00:52:06.462381 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2024.12.07 00:52:06.462634 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.22 MiB/sec. | ||
| 6473 | 2024.12.07 00:52:06.462712 [ 276 ] {1e162065-5f97-4e06-9e29-8dbfc7932daf} <Debug> TCPHandler: Processed in 0.002308996 sec. | ||
| 6474 | 2024.12.07 00:52:06.462965 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2024.12.07 00:52:06.463119 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6476 | 2024.12.07 00:52:06.463167 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6477 | 2024.12.07 00:52:06.463742 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2024.12.07 00:52:06.463782 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6479 | 2024.12.07 00:52:06.464153 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6480 | 2024.12.07 00:52:06.464396 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2024.12.07 00:52:06.464574 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec. | ||
| 6482 | 2024.12.07 00:52:06.464625 [ 280 ] {79389665-ba70-4d93-adc4-4bafa39eebf0} <Debug> TCPHandler: Processed in 0.001784005 sec. | ||
| 6483 | 2024.12.07 00:52:06.464778 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6484 | 2024.12.07 00:52:06.464909 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6485 | 2024.12.07 00:52:06.464969 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6486 | 2024.12.07 00:52:06.465568 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2024.12.07 00:52:06.465605 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6488 | 2024.12.07 00:52:06.465993 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6489 | 2024.12.07 00:52:06.466236 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2024.12.07 00:52:06.466413 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
| 6491 | 2024.12.07 00:52:06.466463 [ 276 ] {2c0a8d0e-271b-4dc6-8ca2-777d1afdbdc0} <Debug> TCPHandler: Processed in 0.001749404 sec. | ||
| 6492 | 2024.12.07 00:52:06.466611 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6493 | 2024.12.07 00:52:06.466739 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6494 | 2024.12.07 00:52:06.466795 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6495 | 2024.12.07 00:52:06.467317 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2024.12.07 00:52:06.467361 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6497 | 2024.12.07 00:52:06.467729 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6498 | 2024.12.07 00:52:06.467966 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2024.12.07 00:52:06.468138 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
| 6500 | 2024.12.07 00:52:06.468185 [ 280 ] {25ec6ab5-8c03-4433-ba47-e50d8321136f} <Debug> TCPHandler: Processed in 0.001634632 sec. | ||
| 6501 | 2024.12.07 00:52:08.736018 [ 69 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 6502 | 2024.12.07 00:52:08.736091 [ 69 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6503 | 2024.12.07 00:52:08.736118 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6504 | 2024.12.07 00:52:08.736326 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 6505 | 2024.12.07 00:52:08.736544 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6506 | 2024.12.07 00:52:08.736582 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part | ||
| 6507 | 2024.12.07 00:52:08.736655 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6508 | 2024.12.07 00:52:08.736744 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6509 | 2024.12.07 00:52:08.737030 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 6510 | 2024.12.07 00:52:08.737140 [ 189 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 6511 | 2024.12.07 00:52:08.738259 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.002067411 sec., 11125.025454541938 rows/sec., 747.75 KiB/sec. | ||
| 6512 | 2024.12.07 00:52:08.738496 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6513 | 2024.12.07 00:52:08.739089 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2024.12.07 00:52:08.739252 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_23_5} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 6515 | 2024.12.07 00:52:08.739415 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6516 | 2024.12.07 00:52:09.064579 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6517 | 2024.12.07 00:52:09.064629 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6518 | 2024.12.07 00:52:09.228063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6519 | 2024.12.07 00:52:09.228785 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2024.12.07 00:52:09.228837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6521 | 2024.12.07 00:52:09.229472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6522 | 2024.12.07 00:52:09.229732 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2024.12.07 00:52:09.230016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6524 | 2024.12.07 00:52:09.315932 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 944 | ||
| 6525 | 2024.12.07 00:52:09.318897 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2024.12.07 00:52:09.318949 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6527 | 2024.12.07 00:52:09.320439 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6528 | 2024.12.07 00:52:09.320750 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2024.12.07 00:52:09.321966 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944 | ||
| 6530 | 2024.12.07 00:52:10.001328 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000937419 sec. | ||
| 6531 | 2024.12.07 00:52:10.253138 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6532 | 2024.12.07 00:52:10.272780 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2024.12.07 00:52:10.272838 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6534 | 2024.12.07 00:52:10.280012 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6535 | 2024.12.07 00:52:10.280765 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6536 | 2024.12.07 00:52:10.283847 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6537 | 2024.12.07 00:52:11.466768 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6538 | 2024.12.07 00:52:11.467081 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6539 | 2024.12.07 00:52:11.467199 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6540 | 2024.12.07 00:52:11.468126 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6541 | 2024.12.07 00:52:11.468181 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6542 | 2024.12.07 00:52:11.468636 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6543 | 2024.12.07 00:52:11.468903 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6544 | 2024.12.07 00:52:11.469148 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002139 sec., 6545.114539504441 rows/sec., 471.16 KiB/sec. | ||
| 6545 | 2024.12.07 00:52:11.469266 [ 276 ] {a4b4419c-1d08-4578-a0db-fb1c82cbf7ce} <Debug> TCPHandler: Processed in 0.002689403 sec. | ||
| 6546 | 2024.12.07 00:52:11.469530 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6547 | 2024.12.07 00:52:11.469681 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6548 | 2024.12.07 00:52:11.469741 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6549 | 2024.12.07 00:52:11.470584 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6550 | 2024.12.07 00:52:11.470627 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6551 | 2024.12.07 00:52:11.471026 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6552 | 2024.12.07 00:52:11.471275 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6553 | 2024.12.07 00:52:11.471490 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001846 sec., 154387.86565547128 rows/sec., 13.62 MiB/sec. | ||
| 6554 | 2024.12.07 00:52:11.471543 [ 280 ] {7aae7f27-e53b-4479-9a2c-25b5050ee3e0} <Debug> TCPHandler: Processed in 0.002128602 sec. | ||
| 6555 | 2024.12.07 00:52:11.471718 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6556 | 2024.12.07 00:52:11.471849 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6557 | 2024.12.07 00:52:11.471905 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6558 | 2024.12.07 00:52:11.472568 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2024.12.07 00:52:11.472616 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6560 | 2024.12.07 00:52:11.472976 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6561 | 2024.12.07 00:52:11.473235 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6562 | 2024.12.07 00:52:11.473504 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001683 sec., 28520.499108734402 rows/sec., 2.05 MiB/sec. | ||
| 6563 | 2024.12.07 00:52:11.473748 [ 276 ] {24cd11fa-e0ea-4491-b12b-9803ab95c9ba} <Debug> TCPHandler: Processed in 0.002089821 sec. | ||
| 6564 | 2024.12.07 00:52:11.473942 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6565 | 2024.12.07 00:52:11.474071 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6566 | 2024.12.07 00:52:11.474126 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6567 | 2024.12.07 00:52:11.474752 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6568 | 2024.12.07 00:52:11.474791 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6569 | 2024.12.07 00:52:11.475137 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6570 | 2024.12.07 00:52:11.475377 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6571 | 2024.12.07 00:52:11.475599 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec. | ||
| 6572 | 2024.12.07 00:52:11.475716 [ 280 ] {7707e0eb-3227-4f28-a4dc-1c1abd75062e} <Debug> TCPHandler: Processed in 0.001853936 sec. | ||
| 6573 | 2024.12.07 00:52:11.475883 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6574 | 2024.12.07 00:52:11.476015 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6575 | 2024.12.07 00:52:11.476070 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6576 | 2024.12.07 00:52:11.476733 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2024.12.07 00:52:11.476771 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6578 | 2024.12.07 00:52:11.477130 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6579 | 2024.12.07 00:52:11.477373 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6580 | 2024.12.07 00:52:11.477582 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001596 sec., 8145.363408521303 rows/sec., 507.86 KiB/sec. | ||
| 6581 | 2024.12.07 00:52:11.477634 [ 276 ] {67cc0acb-6f5c-46d7-8961-366ccc5a91dd} <Debug> TCPHandler: Processed in 0.001814326 sec. | ||
| 6582 | 2024.12.07 00:52:11.477785 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6583 | 2024.12.07 00:52:11.477898 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6584 | 2024.12.07 00:52:11.477943 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6585 | 2024.12.07 00:52:11.478627 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6586 | 2024.12.07 00:52:11.478666 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6587 | 2024.12.07 00:52:11.479054 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6588 | 2024.12.07 00:52:11.479305 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6589 | 2024.12.07 00:52:11.479512 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001637 sec., 258399.51130116067 rows/sec., 18.47 MiB/sec. | ||
| 6590 | 2024.12.07 00:52:11.479565 [ 280 ] {83ca2278-e819-46f3-9bb4-9d47f12d48ae} <Debug> TCPHandler: Processed in 0.001831606 sec. | ||
| 6591 | 2024.12.07 00:52:11.479738 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6592 | 2024.12.07 00:52:11.479867 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6593 | 2024.12.07 00:52:11.479923 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6594 | 2024.12.07 00:52:11.480448 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6595 | 2024.12.07 00:52:11.480493 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6596 | 2024.12.07 00:52:11.480863 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6597 | 2024.12.07 00:52:11.481099 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6598 | 2024.12.07 00:52:11.481310 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 6599 | 2024.12.07 00:52:11.481383 [ 276 ] {e064fb72-51b1-4894-904e-65a921654dc5} <Debug> TCPHandler: Processed in 0.001706163 sec. | ||
| 6600 | 2024.12.07 00:52:11.481519 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6601 | 2024.12.07 00:52:11.481636 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6602 | 2024.12.07 00:52:11.481693 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6603 | 2024.12.07 00:52:11.482336 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6604 | 2024.12.07 00:52:11.482383 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6605 | 2024.12.07 00:52:11.482798 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6606 | 2024.12.07 00:52:11.483035 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6607 | 2024.12.07 00:52:11.483284 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001671 sec., 141831.23877917416 rows/sec., 9.51 MiB/sec. | ||
| 6608 | 2024.12.07 00:52:11.483460 [ 280 ] {5504438d-7286-4587-aea9-e83f4cf6d328} <Debug> TCPHandler: Processed in 0.001989249 sec. | ||
| 6609 | 2024.12.07 00:52:11.483693 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6610 | 2024.12.07 00:52:11.483849 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6611 | 2024.12.07 00:52:11.483898 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6612 | 2024.12.07 00:52:11.484368 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6613 | 2024.12.07 00:52:11.484407 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6614 | 2024.12.07 00:52:11.484750 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6615 | 2024.12.07 00:52:11.484992 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6616 | 2024.12.07 00:52:11.485208 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 6617 | 2024.12.07 00:52:11.485259 [ 276 ] {662c2f1d-d495-447e-8c3a-069c4aaab09f} <Debug> TCPHandler: Processed in 0.001689763 sec. | ||
| 6618 | 2024.12.07 00:52:11.485391 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6619 | 2024.12.07 00:52:11.485497 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6620 | 2024.12.07 00:52:11.485564 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6621 | 2024.12.07 00:52:11.486865 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6622 | 2024.12.07 00:52:11.486905 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6623 | 2024.12.07 00:52:11.487567 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6624 | 2024.12.07 00:52:11.487829 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2024.12.07 00:52:11.488088 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002612 sec., 15696.78407350689 rows/sec., 28.13 MiB/sec. | ||
| 6626 | 2024.12.07 00:52:11.488182 [ 280 ] {8f9e791b-4c41-4f1f-9677-d4048c908f48} <Debug> TCPHandler: Processed in 0.002841226 sec. | ||
| 6627 | 2024.12.07 00:52:11.488335 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6628 | 2024.12.07 00:52:11.488463 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6629 | 2024.12.07 00:52:11.488518 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6630 | 2024.12.07 00:52:11.489027 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6631 | 2024.12.07 00:52:11.489073 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6632 | 2024.12.07 00:52:11.489496 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6633 | 2024.12.07 00:52:11.489742 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2024.12.07 00:52:11.489941 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 6635 | 2024.12.07 00:52:11.489989 [ 276 ] {cc4cd5a2-5670-491e-8a02-27b90056f706} <Debug> TCPHandler: Processed in 0.001715674 sec. | ||
| 6636 | 2024.12.07 00:52:16.460745 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2024.12.07 00:52:16.460952 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6638 | 2024.12.07 00:52:16.461026 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6639 | 2024.12.07 00:52:16.461827 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6640 | 2024.12.07 00:52:16.461876 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6641 | 2024.12.07 00:52:16.462324 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6642 | 2024.12.07 00:52:16.462593 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6643 | 2024.12.07 00:52:16.462823 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.22 MiB/sec. | ||
| 6644 | 2024.12.07 00:52:16.462891 [ 276 ] {7b0e114b-cc69-461d-99d6-fe5fe1c71dd6} <Debug> TCPHandler: Processed in 0.002287366 sec. | ||
| 6645 | 2024.12.07 00:52:16.463064 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2024.12.07 00:52:16.463190 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6647 | 2024.12.07 00:52:16.463239 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6648 | 2024.12.07 00:52:16.463829 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2024.12.07 00:52:16.463869 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6650 | 2024.12.07 00:52:16.464252 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6651 | 2024.12.07 00:52:16.464495 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2024.12.07 00:52:16.464708 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 3.23 MiB/sec. | ||
| 6653 | 2024.12.07 00:52:16.464760 [ 280 ] {5c11baec-f9cf-4bec-b48e-3427f872c138} <Debug> TCPHandler: Processed in 0.001754474 sec. | ||
| 6654 | 2024.12.07 00:52:16.464924 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6655 | 2024.12.07 00:52:16.465068 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6656 | 2024.12.07 00:52:16.465128 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6657 | 2024.12.07 00:52:16.465784 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2024.12.07 00:52:16.465824 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6659 | 2024.12.07 00:52:16.466215 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6660 | 2024.12.07 00:52:16.466464 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2024.12.07 00:52:16.466674 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 6662 | 2024.12.07 00:52:16.466726 [ 276 ] {7814da35-8f52-4e6e-83e2-a6c190ea13dc} <Debug> TCPHandler: Processed in 0.001867587 sec. | ||
| 6663 | 2024.12.07 00:52:16.466876 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6664 | 2024.12.07 00:52:16.466986 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6665 | 2024.12.07 00:52:16.467033 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6666 | 2024.12.07 00:52:16.467477 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6667 | 2024.12.07 00:52:16.467515 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6668 | 2024.12.07 00:52:16.467863 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6669 | 2024.12.07 00:52:16.468099 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6670 | 2024.12.07 00:52:16.468318 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
| 6671 | 2024.12.07 00:52:16.468370 [ 280 ] {eb8971f9-4efc-412c-af54-c26097486010} <Debug> TCPHandler: Processed in 0.001545271 sec. | ||
| 6672 | 2024.12.07 00:52:16.730131 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6673 | 2024.12.07 00:52:16.730856 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2024.12.07 00:52:16.730902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6675 | 2024.12.07 00:52:16.731448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6676 | 2024.12.07 00:52:16.731705 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2024.12.07 00:52:16.731966 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6678 | 2024.12.07 00:52:17.783896 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6679 | 2024.12.07 00:52:17.803647 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2024.12.07 00:52:17.803697 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6681 | 2024.12.07 00:52:17.811293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6682 | 2024.12.07 00:52:17.812042 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.12.07 00:52:17.815014 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6684 | 2024.12.07 00:52:19.322080 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 974 | ||
| 6685 | 2024.12.07 00:52:19.325028 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6686 | 2024.12.07 00:52:19.325073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6687 | 2024.12.07 00:52:19.326538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6688 | 2024.12.07 00:52:19.326861 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2024.12.07 00:52:19.328541 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974 | ||
| 6690 | 2024.12.07 00:52:21.466158 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6691 | 2024.12.07 00:52:21.466381 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6692 | 2024.12.07 00:52:21.466460 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6693 | 2024.12.07 00:52:21.467255 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6694 | 2024.12.07 00:52:21.467300 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6695 | 2024.12.07 00:52:21.467732 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6696 | 2024.12.07 00:52:21.467991 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6697 | 2024.12.07 00:52:21.468224 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 6698 | 2024.12.07 00:52:21.468281 [ 276 ] {95a9bf00-a17e-4f87-8b65-734542d67b14} <Debug> TCPHandler: Processed in 0.002258175 sec. | ||
| 6699 | 2024.12.07 00:52:21.468472 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6700 | 2024.12.07 00:52:21.468610 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6701 | 2024.12.07 00:52:21.468664 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6702 | 2024.12.07 00:52:21.469392 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6703 | 2024.12.07 00:52:21.469431 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6704 | 2024.12.07 00:52:21.469817 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6705 | 2024.12.07 00:52:21.470057 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6706 | 2024.12.07 00:52:21.470262 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001683 sec., 169340.46345811052 rows/sec., 14.94 MiB/sec. | ||
| 6707 | 2024.12.07 00:52:21.470314 [ 280 ] {9959147f-a090-42a0-9d51-e1ae2c0d6663} <Debug> TCPHandler: Processed in 0.001909928 sec. | ||
| 6708 | 2024.12.07 00:52:21.470467 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6709 | 2024.12.07 00:52:21.470598 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6710 | 2024.12.07 00:52:21.470651 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6711 | 2024.12.07 00:52:21.471243 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6712 | 2024.12.07 00:52:21.471283 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6713 | 2024.12.07 00:52:21.471637 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6714 | 2024.12.07 00:52:21.471869 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6715 | 2024.12.07 00:52:21.472134 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001564 sec., 30690.537084398977 rows/sec., 2.21 MiB/sec. | ||
| 6716 | 2024.12.07 00:52:21.472345 [ 276 ] {660d9d4b-9a47-4778-ba30-d9a58371a38b} <Debug> TCPHandler: Processed in 0.001937008 sec. | ||
| 6717 | 2024.12.07 00:52:21.472536 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6718 | 2024.12.07 00:52:21.472666 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6719 | 2024.12.07 00:52:21.472720 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6720 | 2024.12.07 00:52:21.473300 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2024.12.07 00:52:21.473339 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6722 | 2024.12.07 00:52:21.473685 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6723 | 2024.12.07 00:52:21.473925 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2024.12.07 00:52:21.474123 [ 108 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 6725 | 2024.12.07 00:52:21.474135 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
| 6726 | 2024.12.07 00:52:21.474219 [ 108 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2024.12.07 00:52:21.474288 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6728 | 2024.12.07 00:52:21.474292 [ 280 ] {b397df1b-5d46-43df-ab3e-806539aab216} <Debug> TCPHandler: Processed in 0.001829846 sec. | ||
| 6729 | 2024.12.07 00:52:21.474534 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6730 | 2024.12.07 00:52:21.474549 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 6731 | 2024.12.07 00:52:21.474771 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6732 | 2024.12.07 00:52:21.474799 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6733 | 2024.12.07 00:52:21.474882 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6734 | 2024.12.07 00:52:21.474887 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
| 6735 | 2024.12.07 00:52:21.475223 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6736 | 2024.12.07 00:52:21.475647 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 6737 | 2024.12.07 00:52:21.475971 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
| 6738 | 2024.12.07 00:52:21.476394 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 6739 | 2024.12.07 00:52:21.476828 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 6740 | 2024.12.07 00:52:21.477885 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6741 | 2024.12.07 00:52:21.477969 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6742 | 2024.12.07 00:52:21.478985 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6743 | 2024.12.07 00:52:21.479608 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6744 | 2024.12.07 00:52:21.479801 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005411697 sec., 99968.64199898849 rows/sec., 7.16 MiB/sec. | ||
| 6745 | 2024.12.07 00:52:21.480147 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005446 sec., 2387.0730811604844 rows/sec., 148.83 KiB/sec. | ||
| 6746 | 2024.12.07 00:52:21.480147 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 6747 | 2024.12.07 00:52:21.480584 [ 276 ] {d04955af-6f4f-4135-9614-b314c48f6bab} <Debug> TCPHandler: Processed in 0.006168321 sec. | ||
| 6748 | 2024.12.07 00:52:21.480812 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2024.12.07 00:52:21.480990 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6750 | 2024.12.07 00:52:21.480999 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2024.12.07 00:52:21.481097 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6752 | 2024.12.07 00:52:21.481210 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_25_5} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 6753 | 2024.12.07 00:52:21.481366 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6754 | 2024.12.07 00:52:21.482014 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2024.12.07 00:52:21.482057 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6756 | 2024.12.07 00:52:21.482442 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6757 | 2024.12.07 00:52:21.482681 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2024.12.07 00:52:21.482893 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001958 sec., 216036.77221654748 rows/sec., 15.44 MiB/sec. | ||
| 6759 | 2024.12.07 00:52:21.482946 [ 280 ] {87b4330f-714f-43f4-a08a-82ed9b01f3d1} <Debug> TCPHandler: Processed in 0.002225984 sec. | ||
| 6760 | 2024.12.07 00:52:21.483100 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2024.12.07 00:52:21.483231 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6762 | 2024.12.07 00:52:21.483286 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6763 | 2024.12.07 00:52:21.483814 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2024.12.07 00:52:21.483861 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6765 | 2024.12.07 00:52:21.484220 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6766 | 2024.12.07 00:52:21.484454 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6767 | 2024.12.07 00:52:21.484614 [ 108 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 6768 | 2024.12.07 00:52:21.484674 [ 108 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2024.12.07 00:52:21.484708 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 6770 | 2024.12.07 00:52:21.484711 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6771 | 2024.12.07 00:52:21.484853 [ 276 ] {13ab60ee-5413-4c36-9e0e-77447e96a23e} <Debug> TCPHandler: Processed in 0.001813346 sec. | ||
| 6772 | 2024.12.07 00:52:21.485014 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 6773 | 2024.12.07 00:52:21.485062 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6774 | 2024.12.07 00:52:21.485332 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6775 | 2024.12.07 00:52:21.485335 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6776 | 2024.12.07 00:52:21.485437 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 114 rows starting from the beginning of the part | ||
| 6777 | 2024.12.07 00:52:21.485448 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6778 | 2024.12.07 00:52:21.485763 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6779 | 2024.12.07 00:52:21.486119 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6780 | 2024.12.07 00:52:21.486420 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 6781 | 2024.12.07 00:52:21.486786 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 6782 | 2024.12.07 00:52:21.487129 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 6783 | 2024.12.07 00:52:21.488352 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6784 | 2024.12.07 00:52:21.488421 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6785 | 2024.12.07 00:52:21.489624 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6786 | 2024.12.07 00:52:21.489791 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.004919617 sec., 29270.57126601522 rows/sec., 1.49 MiB/sec. | ||
| 6787 | 2024.12.07 00:52:21.489992 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 6788 | 2024.12.07 00:52:21.490169 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2024.12.07 00:52:21.490598 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005358 sec., 44232.92273236282 rows/sec., 2.96 MiB/sec. | ||
| 6790 | 2024.12.07 00:52:21.490611 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6791 | 2024.12.07 00:52:21.490781 [ 280 ] {f2aba73c-ce7e-4ea6-b825-849fa1280c25} <Debug> TCPHandler: Processed in 0.005810454 sec. | ||
| 6792 | 2024.12.07 00:52:21.490849 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_24_5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 6793 | 2024.12.07 00:52:21.490990 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6794 | 2024.12.07 00:52:21.491004 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6795 | 2024.12.07 00:52:21.491149 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6796 | 2024.12.07 00:52:21.491210 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6797 | 2024.12.07 00:52:21.491752 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2024.12.07 00:52:21.491798 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6799 | 2024.12.07 00:52:21.492178 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6800 | 2024.12.07 00:52:21.492425 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2024.12.07 00:52:21.492662 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 6802 | 2024.12.07 00:52:21.492864 [ 276 ] {7fbc0fa6-6cc6-414c-92cb-63fbf7c32635} <Debug> TCPHandler: Processed in 0.001975129 sec. | ||
| 6803 | 2024.12.07 00:52:21.493040 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2024.12.07 00:52:21.493173 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6805 | 2024.12.07 00:52:21.493267 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6806 | 2024.12.07 00:52:21.494490 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2024.12.07 00:52:21.494528 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6808 | 2024.12.07 00:52:21.495180 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6809 | 2024.12.07 00:52:21.495444 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6810 | 2024.12.07 00:52:21.495714 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002572 sec., 15940.90202177294 rows/sec., 28.57 MiB/sec. | ||
| 6811 | 2024.12.07 00:52:21.495966 [ 280 ] {f3df9148-a0d9-4848-af07-a73e0c029fa8} <Debug> TCPHandler: Processed in 0.003001479 sec. | ||
| 6812 | 2024.12.07 00:52:21.496119 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6813 | 2024.12.07 00:52:21.496250 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6814 | 2024.12.07 00:52:21.496305 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6815 | 2024.12.07 00:52:21.496820 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2024.12.07 00:52:21.496865 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6817 | 2024.12.07 00:52:21.497221 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6818 | 2024.12.07 00:52:21.497463 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2024.12.07 00:52:21.497680 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
| 6820 | 2024.12.07 00:52:21.497730 [ 276 ] {732060d4-5f90-4005-aa7f-639ee9f203b2} <Debug> TCPHandler: Processed in 0.001673103 sec. | ||
| 6821 | 2024.12.07 00:52:24.064677 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6822 | 2024.12.07 00:52:24.064734 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6823 | 2024.12.07 00:52:24.232100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6824 | 2024.12.07 00:52:24.233175 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6825 | 2024.12.07 00:52:24.233258 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6826 | 2024.12.07 00:52:24.233813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6827 | 2024.12.07 00:52:24.234071 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6828 | 2024.12.07 00:52:24.234328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6829 | 2024.12.07 00:52:25.315069 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6830 | 2024.12.07 00:52:25.337490 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6831 | 2024.12.07 00:52:25.337546 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6832 | 2024.12.07 00:52:25.346686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6833 | 2024.12.07 00:52:25.347440 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2024.12.07 00:52:25.350138 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6835 | 2024.12.07 00:52:26.461111 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6836 | 2024.12.07 00:52:26.461331 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6837 | 2024.12.07 00:52:26.461418 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6838 | 2024.12.07 00:52:26.462280 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2024.12.07 00:52:26.462333 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6840 | 2024.12.07 00:52:26.462773 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6841 | 2024.12.07 00:52:26.463040 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2024.12.07 00:52:26.463218 [ 103 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6843 | 2024.12.07 00:52:26.463292 [ 103 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2024.12.07 00:52:26.463297 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.12 MiB/sec. | ||
| 6845 | 2024.12.07 00:52:26.463321 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6846 | 2024.12.07 00:52:26.463458 [ 276 ] {0cc7c403-0b67-45f3-b19c-416370e72f31} <Debug> TCPHandler: Processed in 0.002487699 sec. | ||
| 6847 | 2024.12.07 00:52:26.463577 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 6848 | 2024.12.07 00:52:26.463675 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6849 | 2024.12.07 00:52:26.463777 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6850 | 2024.12.07 00:52:26.463856 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1435 rows starting from the beginning of the part | ||
| 6851 | 2024.12.07 00:52:26.463948 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6852 | 2024.12.07 00:52:26.464088 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
| 6853 | 2024.12.07 00:52:26.464101 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6854 | 2024.12.07 00:52:26.464509 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 285 rows starting from the beginning of the part | ||
| 6855 | 2024.12.07 00:52:26.464799 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 6856 | 2024.12.07 00:52:26.465178 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 285 rows starting from the beginning of the part | ||
| 6857 | 2024.12.07 00:52:26.465566 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 6858 | 2024.12.07 00:52:26.467054 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2024.12.07 00:52:26.467133 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6860 | 2024.12.07 00:52:26.468288 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6861 | 2024.12.07 00:52:26.468742 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2024.12.07 00:52:26.469210 [ 103 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6863 | 2024.12.07 00:52:26.469187 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005709552 sec., 380590.2809887711 rows/sec., 33.48 MiB/sec. | ||
| 6864 | 2024.12.07 00:52:26.469290 [ 103 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6865 | 2024.12.07 00:52:26.469345 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005461 sec., 11719.465299395715 rows/sec., 936.68 KiB/sec. | ||
| 6866 | 2024.12.07 00:52:26.469363 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6867 | 2024.12.07 00:52:26.469609 [ 280 ] {5407547f-3933-448d-bd3f-ab0c132c612a} <Debug> TCPHandler: Processed in 0.006007739 sec. | ||
| 6868 | 2024.12.07 00:52:26.469749 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 6869 | 2024.12.07 00:52:26.469794 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6870 | 2024.12.07 00:52:26.469866 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6871 | 2024.12.07 00:52:26.470210 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6872 | 2024.12.07 00:52:26.470221 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6873 | 2024.12.07 00:52:26.470308 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 6874 | 2024.12.07 00:52:26.470381 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6875 | 2024.12.07 00:52:26.470707 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
| 6876 | 2024.12.07 00:52:26.471032 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 423 rows starting from the beginning of the part | ||
| 6877 | 2024.12.07 00:52:26.471451 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 6878 | 2024.12.07 00:52:26.471756 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2024.12.07 00:52:26.471891 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 423 rows starting from the beginning of the part | ||
| 6880 | 2024.12.07 00:52:26.472340 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 6881 | 2024.12.07 00:52:26.473023 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_56_11} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6882 | 2024.12.07 00:52:26.473471 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 6883 | 2024.12.07 00:52:26.473919 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2024.12.07 00:52:26.473987 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6885 | 2024.12.07 00:52:26.475002 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6886 | 2024.12.07 00:52:26.475471 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6887 | 2024.12.07 00:52:26.475746 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6888 | 2024.12.07 00:52:26.475865 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2024.12.07 00:52:26.475968 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6890 | 2024.12.07 00:52:26.476203 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006089 sec., 26276.892757431433 rows/sec., 1.83 MiB/sec. | ||
| 6891 | 2024.12.07 00:52:26.476262 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.006740143 sec., 289756.46362399135 rows/sec., 22.18 MiB/sec. | ||
| 6892 | 2024.12.07 00:52:26.476364 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 6893 | 2024.12.07 00:52:26.476417 [ 276 ] {c4c832d2-a194-4090-a493-306f3b7c4a42} <Debug> TCPHandler: Processed in 0.006658391 sec. | ||
| 6894 | 2024.12.07 00:52:26.476644 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.12.07 00:52:26.476664 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6896 | 2024.12.07 00:52:26.476689 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6897 | 2024.12.07 00:52:26.476801 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15907 rows starting from the beginning of the part | ||
| 6898 | 2024.12.07 00:52:26.476986 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6899 | 2024.12.07 00:52:26.477121 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 6900 | 2024.12.07 00:52:26.477229 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6901 | 2024.12.07 00:52:26.477568 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 6902 | 2024.12.07 00:52:26.478021 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6903 | 2024.12.07 00:52:26.478232 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 6904 | 2024.12.07 00:52:26.478626 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_56_11} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6905 | 2024.12.07 00:52:26.478745 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 6906 | 2024.12.07 00:52:26.479125 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6907 | 2024.12.07 00:52:26.479328 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 6908 | 2024.12.07 00:52:26.479870 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2024.12.07 00:52:26.479918 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6910 | 2024.12.07 00:52:26.480414 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6911 | 2024.12.07 00:52:26.480808 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2024.12.07 00:52:26.481009 [ 103 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6913 | 2024.12.07 00:52:26.481113 [ 103 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2024.12.07 00:52:26.481186 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6915 | 2024.12.07 00:52:26.481192 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004297 sec., 13963.230160577148 rows/sec., 963.61 KiB/sec. | ||
| 6916 | 2024.12.07 00:52:26.481663 [ 280 ] {8457ddbd-a58f-45ff-96ff-7f7239625942} <Debug> TCPHandler: Processed in 0.005122201 sec. | ||
| 6917 | 2024.12.07 00:52:26.481862 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 6918 | 2024.12.07 00:52:26.482773 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6919 | 2024.12.07 00:52:26.482933 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3034 rows starting from the beginning of the part | ||
| 6920 | 2024.12.07 00:52:26.483621 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 6921 | 2024.12.07 00:52:26.483763 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 6922 | 2024.12.07 00:52:26.483971 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 6923 | 2024.12.07 00:52:26.484201 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 6924 | 2024.12.07 00:52:26.484522 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 6925 | 2024.12.07 00:52:26.486825 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 4 columns (4 merged, 0 gathered) in 0.005465188 sec., 618094.0161619326 rows/sec., 40.29 MiB/sec. | ||
| 6926 | 2024.12.07 00:52:26.487306 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6927 | 2024.12.07 00:52:26.487757 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2024.12.07 00:52:26.487896 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_56_11} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6929 | 2024.12.07 00:52:26.488071 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6930 | 2024.12.07 00:52:26.488199 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16861 rows, containing 5 columns (5 merged, 0 gathered) in 0.012059028 sec., 1398205.5601827942 rows/sec., 94.37 MiB/sec. | ||
| 6931 | 2024.12.07 00:52:26.488367 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6932 | 2024.12.07 00:52:26.488641 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2024.12.07 00:52:26.488716 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6934 | 2024.12.07 00:52:26.488800 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
| 6935 | 2024.12.07 00:52:27.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.35 MiB, peak 214.45 MiB, free memory in arenas 0.00 B, will set to 207.24 MiB (RSS), difference: 1.89 MiB | ||
| 6936 | 2024.12.07 00:52:27.270186 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2024.12.07 00:52:27.270396 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6938 | 2024.12.07 00:52:27.270475 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6939 | 2024.12.07 00:52:27.271287 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2024.12.07 00:52:27.271333 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6941 | 2024.12.07 00:52:27.271762 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6942 | 2024.12.07 00:52:27.272023 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2024.12.07 00:52:27.272216 [ 102 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 6944 | 2024.12.07 00:52:27.272281 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 6945 | 2024.12.07 00:52:27.272310 [ 102 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2024.12.07 00:52:27.272385 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6947 | 2024.12.07 00:52:27.272410 [ 276 ] {20b8088b-97af-4f3c-8103-545b808b1d28} <Debug> TCPHandler: Processed in 0.002352736 sec. | ||
| 6948 | 2024.12.07 00:52:27.272630 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 6949 | 2024.12.07 00:52:27.272654 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2024.12.07 00:52:27.272923 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6951 | 2024.12.07 00:52:27.272938 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6952 | 2024.12.07 00:52:27.273024 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6953 | 2024.12.07 00:52:27.273025 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 6954 | 2024.12.07 00:52:27.273343 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 6955 | 2024.12.07 00:52:27.273770 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 6956 | 2024.12.07 00:52:27.274227 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 6957 | 2024.12.07 00:52:27.274580 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 6958 | 2024.12.07 00:52:27.275798 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6959 | 2024.12.07 00:52:27.275863 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6960 | 2024.12.07 00:52:27.276838 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6961 | 2024.12.07 00:52:27.277046 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.0045393 sec., 15420.879871345804 rows/sec., 1.14 MiB/sec. | ||
| 6962 | 2024.12.07 00:52:27.277220 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 6963 | 2024.12.07 00:52:27.277239 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2024.12.07 00:52:27.277634 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.004786 sec., 2925.198495612202 rows/sec., 238.53 KiB/sec. | ||
| 6965 | 2024.12.07 00:52:27.277749 [ 280 ] {87a93d7e-27b6-43e4-b764-b209fe3c8cf2} <Debug> TCPHandler: Processed in 0.005184123 sec. | ||
| 6966 | 2024.12.07 00:52:27.277763 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2024.12.07 00:52:27.277887 [ 189 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_25_6} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 6968 | 2024.12.07 00:52:27.277905 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6969 | 2024.12.07 00:52:27.277994 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6970 | 2024.12.07 00:52:27.278043 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6971 | 2024.12.07 00:52:27.278088 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6972 | 2024.12.07 00:52:27.279347 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2024.12.07 00:52:27.279386 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6974 | 2024.12.07 00:52:27.279837 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6975 | 2024.12.07 00:52:27.280091 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2024.12.07 00:52:27.280317 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002303 sec., 621797.6552323058 rows/sec., 51.89 MiB/sec. | ||
| 6977 | 2024.12.07 00:52:27.280371 [ 276 ] {a4838d49-dd4e-40ac-a446-f83b8f925b4e} <Debug> TCPHandler: Processed in 0.00252123 sec. | ||
| 6978 | 2024.12.07 00:52:27.280527 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6979 | 2024.12.07 00:52:27.280656 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6980 | 2024.12.07 00:52:27.280710 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6981 | 2024.12.07 00:52:27.281332 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2024.12.07 00:52:27.281371 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6983 | 2024.12.07 00:52:27.281729 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6984 | 2024.12.07 00:52:27.281971 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2024.12.07 00:52:27.282132 [ 102 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 6986 | 2024.12.07 00:52:27.282204 [ 102 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2024.12.07 00:52:27.282222 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.00159 sec., 38993.7106918239 rows/sec., 2.77 MiB/sec. | ||
| 6988 | 2024.12.07 00:52:27.282242 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6989 | 2024.12.07 00:52:27.282399 [ 280 ] {799f0e55-698d-40fd-8e2f-eb500fd532e5} <Debug> TCPHandler: Processed in 0.001933309 sec. | ||
| 6990 | 2024.12.07 00:52:27.282463 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 6991 | 2024.12.07 00:52:27.282562 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6992 | 2024.12.07 00:52:27.282597 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6993 | 2024.12.07 00:52:27.282638 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 66 rows starting from the beginning of the part | ||
| 6994 | 2024.12.07 00:52:27.282757 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6995 | 2024.12.07 00:52:27.282820 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 6996 | 2024.12.07 00:52:27.282879 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6997 | 2024.12.07 00:52:27.283055 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 50 rows starting from the beginning of the part | ||
| 6998 | 2024.12.07 00:52:27.283224 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 48 rows starting from the beginning of the part | ||
| 6999 | 2024.12.07 00:52:27.283422 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 7000 | 2024.12.07 00:52:27.283650 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 62 rows starting from the beginning of the part | ||
| 7001 | 2024.12.07 00:52:27.284629 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2024.12.07 00:52:27.284679 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7003 | 2024.12.07 00:52:27.285261 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.002887997 sec., 111495.96069525003 rows/sec., 8.41 MiB/sec. | ||
| 7004 | 2024.12.07 00:52:27.285278 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7005 | 2024.12.07 00:52:27.285557 [ 198 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 7006 | 2024.12.07 00:52:27.285763 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2024.12.07 00:52:27.286164 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003464 sec., 69861.43187066974 rows/sec., 4.73 MiB/sec. | ||
| 7008 | 2024.12.07 00:52:27.286283 [ 198 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7009 | 2024.12.07 00:52:27.286326 [ 276 ] {c665d510-63b8-42cd-82ca-a011cfed7fcd} <Debug> TCPHandler: Processed in 0.003833686 sec. | ||
| 7010 | 2024.12.07 00:52:27.286474 [ 198 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_29_6} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 7011 | 2024.12.07 00:52:27.286516 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7012 | 2024.12.07 00:52:27.286636 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7013 | 2024.12.07 00:52:27.286732 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7014 | 2024.12.07 00:52:27.286790 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7015 | 2024.12.07 00:52:27.287396 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7016 | 2024.12.07 00:52:27.287435 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7017 | 2024.12.07 00:52:27.287790 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7018 | 2024.12.07 00:52:27.288030 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2024.12.07 00:52:27.288195 [ 102 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7020 | 2024.12.07 00:52:27.288253 [ 102 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.12.07 00:52:27.288284 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec. | ||
| 7022 | 2024.12.07 00:52:27.288292 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7023 | 2024.12.07 00:52:27.288459 [ 280 ] {e60d2214-2ec4-4c33-b9c8-cce7cf57c53e} <Debug> TCPHandler: Processed in 0.00202701 sec. | ||
| 7024 | 2024.12.07 00:52:27.288692 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7025 | 2024.12.07 00:52:27.288844 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7026 | 2024.12.07 00:52:27.289052 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7027 | 2024.12.07 00:52:27.289077 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7028 | 2024.12.07 00:52:27.289087 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7029 | 2024.12.07 00:52:27.289136 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7030 | 2024.12.07 00:52:27.289254 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7031 | 2024.12.07 00:52:27.289564 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7032 | 2024.12.07 00:52:27.289883 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7033 | 2024.12.07 00:52:27.290104 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7034 | 2024.12.07 00:52:27.291352 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7035 | 2024.12.07 00:52:27.291367 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002944078 sec., 22078.21939500244 rows/sec., 1.43 MiB/sec. | ||
| 7036 | 2024.12.07 00:52:27.291402 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7037 | 2024.12.07 00:52:27.291682 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7038 | 2024.12.07 00:52:27.292131 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7039 | 2024.12.07 00:52:27.292323 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2024.12.07 00:52:27.292514 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_25_6} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7041 | 2024.12.07 00:52:27.292596 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7042 | 2024.12.07 00:52:27.292696 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7043 | 2024.12.07 00:52:27.292903 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.003863 sec., 231167.48640952626 rows/sec., 16.78 MiB/sec. | ||
| 7044 | 2024.12.07 00:52:27.292967 [ 276 ] {63c6d183-adbf-4bbf-b8a5-2cbbec1b3190} <Debug> TCPHandler: Processed in 0.004356436 sec. | ||
| 7045 | 2024.12.07 00:52:27.293118 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7046 | 2024.12.07 00:52:27.293251 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7047 | 2024.12.07 00:52:27.293307 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7048 | 2024.12.07 00:52:27.293841 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2024.12.07 00:52:27.293886 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7050 | 2024.12.07 00:52:27.294269 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7051 | 2024.12.07 00:52:27.294514 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2024.12.07 00:52:27.294728 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 7053 | 2024.12.07 00:52:27.294843 [ 280 ] {cfd0fa76-9145-4f71-8cb9-002be28d3aec} <Debug> TCPHandler: Processed in 0.001786595 sec. | ||
| 7054 | 2024.12.07 00:52:27.294987 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7055 | 2024.12.07 00:52:27.295105 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7056 | 2024.12.07 00:52:27.295164 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7057 | 2024.12.07 00:52:27.296006 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2024.12.07 00:52:27.296052 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7059 | 2024.12.07 00:52:27.296481 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7060 | 2024.12.07 00:52:27.296719 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7061 | 2024.12.07 00:52:27.296924 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001847 sec., 520844.6128857607 rows/sec., 34.61 MiB/sec. | ||
| 7062 | 2024.12.07 00:52:27.296975 [ 276 ] {62a77ba3-e946-43f9-adc7-a1c14dfe09ee} <Debug> TCPHandler: Processed in 0.00204023 sec. | ||
| 7063 | 2024.12.07 00:52:27.297123 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7064 | 2024.12.07 00:52:27.297251 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7065 | 2024.12.07 00:52:27.297306 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7066 | 2024.12.07 00:52:27.297812 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7067 | 2024.12.07 00:52:27.297858 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7068 | 2024.12.07 00:52:27.298235 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7069 | 2024.12.07 00:52:27.298466 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7070 | 2024.12.07 00:52:27.298671 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 7071 | 2024.12.07 00:52:27.298721 [ 280 ] {10edbc08-eba0-4d17-89e0-471df3d68a89} <Debug> TCPHandler: Processed in 0.001658633 sec. | ||
| 7072 | 2024.12.07 00:52:27.298853 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7073 | 2024.12.07 00:52:27.298959 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7074 | 2024.12.07 00:52:27.299025 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7075 | 2024.12.07 00:52:27.300312 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2024.12.07 00:52:27.300352 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7077 | 2024.12.07 00:52:27.300984 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7078 | 2024.12.07 00:52:27.301255 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2024.12.07 00:52:27.301421 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7080 | 2024.12.07 00:52:27.301482 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2024.12.07 00:52:27.301518 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7082 | 2024.12.07 00:52:27.301557 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00261 sec., 15708.812260536399 rows/sec., 28.15 MiB/sec. | ||
| 7083 | 2024.12.07 00:52:27.302010 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 7084 | 2024.12.07 00:52:27.302592 [ 276 ] {07724e7b-d295-4aa0-896e-983497aaed89} <Debug> TCPHandler: Processed in 0.003777824 sec. | ||
| 7085 | 2024.12.07 00:52:27.302882 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7086 | 2024.12.07 00:52:27.302987 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7087 | 2024.12.07 00:52:27.303139 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7088 | 2024.12.07 00:52:27.303160 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 677 rows starting from the beginning of the part | ||
| 7089 | 2024.12.07 00:52:27.303235 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7090 | 2024.12.07 00:52:27.303985 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
| 7091 | 2024.12.07 00:52:27.304682 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part | ||
| 7092 | 2024.12.07 00:52:27.305416 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
| 7093 | 2024.12.07 00:52:27.305667 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2024.12.07 00:52:27.305911 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7095 | 2024.12.07 00:52:27.306031 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part | ||
| 7096 | 2024.12.07 00:52:27.306757 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 7097 | 2024.12.07 00:52:27.307652 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7098 | 2024.12.07 00:52:27.308191 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2024.12.07 00:52:27.308764 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005696 sec., 5969.101123595506 rows/sec., 354.72 KiB/sec. | ||
| 7100 | 2024.12.07 00:52:27.308908 [ 280 ] {9762ad6e-3871-4d5c-99b5-b5b01cff8e00} <Debug> TCPHandler: Processed in 0.006190502 sec. | ||
| 7101 | 2024.12.07 00:52:27.316008 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 19 columns (19 merged, 0 gathered) in 0.014402154 sec., 61240.839391107744 rows/sec., 109.74 MiB/sec. | ||
| 7102 | 2024.12.07 00:52:27.317013 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7103 | 2024.12.07 00:52:27.317419 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2024.12.07 00:52:27.317494 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7105 | 2024.12.07 00:52:27.317596 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7106 | 2024.12.07 00:52:28.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.22 MiB, peak 215.94 MiB, free memory in arenas 0.00 B, will set to 209.26 MiB (RSS), difference: 1.04 MiB | ||
| 7107 | 2024.12.07 00:52:29.328757 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1028 | ||
| 7108 | 2024.12.07 00:52:29.332598 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2024.12.07 00:52:29.332659 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7110 | 2024.12.07 00:52:29.334200 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7111 | 2024.12.07 00:52:29.334539 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7112 | 2024.12.07 00:52:29.334794 [ 99 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7113 | 2024.12.07 00:52:29.334944 [ 99 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7114 | 2024.12.07 00:52:29.335037 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7115 | 2024.12.07 00:52:29.335790 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 7116 | 2024.12.07 00:52:29.336770 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7117 | 2024.12.07 00:52:29.337221 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7118 | 2024.12.07 00:52:29.337404 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 840 rows starting from the beginning of the part | ||
| 7119 | 2024.12.07 00:52:29.338084 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 7120 | 2024.12.07 00:52:29.338716 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 54 rows starting from the beginning of the part | ||
| 7121 | 2024.12.07 00:52:29.339404 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 7122 | 2024.12.07 00:52:29.340021 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 7123 | 2024.12.07 00:52:29.340721 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 54 rows starting from the beginning of the part | ||
| 7124 | 2024.12.07 00:52:29.348890 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 72 columns (72 merged, 0 gathered) in 0.013605109 sec., 75559.85034739523 rows/sec., 60.70 MiB/sec. | ||
| 7125 | 2024.12.07 00:52:29.350321 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7126 | 2024.12.07 00:52:29.351167 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7127 | 2024.12.07 00:52:29.351270 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_26_5} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7128 | 2024.12.07 00:52:29.351619 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 7129 | 2024.12.07 00:52:31.459430 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2024.12.07 00:52:31.459756 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7131 | 2024.12.07 00:52:31.459871 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7132 | 2024.12.07 00:52:31.460777 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2024.12.07 00:52:31.460816 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7134 | 2024.12.07 00:52:31.461252 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7135 | 2024.12.07 00:52:31.461523 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2024.12.07 00:52:31.461741 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002068 sec., 27079.303675048355 rows/sec., 2.07 MiB/sec. | ||
| 7137 | 2024.12.07 00:52:31.461826 [ 276 ] {51a8edd2-18de-4c9f-9a23-002fa9d4c474} <Debug> TCPHandler: Processed in 0.002588981 sec. | ||
| 7138 | 2024.12.07 00:52:31.462083 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2024.12.07 00:52:31.462267 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7140 | 2024.12.07 00:52:31.462326 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7141 | 2024.12.07 00:52:31.463019 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2024.12.07 00:52:31.463066 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7143 | 2024.12.07 00:52:31.463447 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7144 | 2024.12.07 00:52:31.463703 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2024.12.07 00:52:31.463877 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001642 sec., 38976.8574908648 rows/sec., 3.04 MiB/sec. | ||
| 7146 | 2024.12.07 00:52:31.463928 [ 280 ] {d25ca98a-675b-4c15-b833-936a150b6369} <Debug> TCPHandler: Processed in 0.001980669 sec. | ||
| 7147 | 2024.12.07 00:52:31.464097 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7148 | 2024.12.07 00:52:31.464214 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7149 | 2024.12.07 00:52:31.464272 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7150 | 2024.12.07 00:52:31.464861 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.12.07 00:52:31.464905 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7152 | 2024.12.07 00:52:31.465331 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7153 | 2024.12.07 00:52:31.465575 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.12.07 00:52:31.465753 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001569 sec., 81580.6246016571 rows/sec., 5.68 MiB/sec. | ||
| 7155 | 2024.12.07 00:52:31.465804 [ 276 ] {c7e446aa-a038-4375-9ea3-7965f5266051} <Debug> TCPHandler: Processed in 0.001760665 sec. | ||
| 7156 | 2024.12.07 00:52:31.465942 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7157 | 2024.12.07 00:52:31.466047 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7158 | 2024.12.07 00:52:31.466093 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7159 | 2024.12.07 00:52:31.466615 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2024.12.07 00:52:31.466659 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7161 | 2024.12.07 00:52:31.467074 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7162 | 2024.12.07 00:52:31.467324 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7163 | 2024.12.07 00:52:31.467525 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001497 sec., 32064.128256513024 rows/sec., 2.16 MiB/sec. | ||
| 7164 | 2024.12.07 00:52:31.467593 [ 280 ] {33ff3c52-c6d6-4095-8eee-f65410573aca} <Debug> TCPHandler: Processed in 0.001701874 sec. | ||
| 7165 | 2024.12.07 00:52:31.734447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7166 | 2024.12.07 00:52:31.735187 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7167 | 2024.12.07 00:52:31.735234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7168 | 2024.12.07 00:52:31.735745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7169 | 2024.12.07 00:52:31.736001 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7170 | 2024.12.07 00:52:31.736244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7171 | 2024.12.07 00:52:32.850190 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7172 | 2024.12.07 00:52:32.871444 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7173 | 2024.12.07 00:52:32.871501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7174 | 2024.12.07 00:52:32.879428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7175 | 2024.12.07 00:52:32.880206 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7176 | 2024.12.07 00:52:32.883677 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7177 | 2024.12.07 00:52:36.460662 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7178 | 2024.12.07 00:52:36.460889 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7179 | 2024.12.07 00:52:36.460968 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7180 | 2024.12.07 00:52:36.461777 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7181 | 2024.12.07 00:52:36.461819 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7182 | 2024.12.07 00:52:36.462257 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7183 | 2024.12.07 00:52:36.462522 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7184 | 2024.12.07 00:52:36.462729 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec. | ||
| 7185 | 2024.12.07 00:52:36.462783 [ 276 ] {69827ebc-1201-4fc9-818c-87a543322d27} <Debug> TCPHandler: Processed in 0.002259115 sec. | ||
| 7186 | 2024.12.07 00:52:36.462985 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7187 | 2024.12.07 00:52:36.463114 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7188 | 2024.12.07 00:52:36.463169 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7189 | 2024.12.07 00:52:36.463769 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7190 | 2024.12.07 00:52:36.463807 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7191 | 2024.12.07 00:52:36.464167 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7192 | 2024.12.07 00:52:36.464416 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7193 | 2024.12.07 00:52:36.464598 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec. | ||
| 7194 | 2024.12.07 00:52:36.464649 [ 280 ] {b43027fe-25bf-4eca-88e7-e33ab9a72fbc} <Debug> TCPHandler: Processed in 0.001732724 sec. | ||
| 7195 | 2024.12.07 00:52:36.464810 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7196 | 2024.12.07 00:52:36.464940 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7197 | 2024.12.07 00:52:36.465001 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7198 | 2024.12.07 00:52:36.465584 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7199 | 2024.12.07 00:52:36.465622 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7200 | 2024.12.07 00:52:36.466020 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7201 | 2024.12.07 00:52:36.466268 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7202 | 2024.12.07 00:52:36.466446 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
| 7203 | 2024.12.07 00:52:36.466495 [ 276 ] {6e241edd-376a-4a30-871a-02efe49b2f80} <Debug> TCPHandler: Processed in 0.001749075 sec. | ||
| 7204 | 2024.12.07 00:52:36.466665 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7205 | 2024.12.07 00:52:36.466794 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7206 | 2024.12.07 00:52:36.466849 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7207 | 2024.12.07 00:52:36.467377 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2024.12.07 00:52:36.467414 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7209 | 2024.12.07 00:52:36.467766 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7210 | 2024.12.07 00:52:36.468002 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7211 | 2024.12.07 00:52:36.468188 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 7212 | 2024.12.07 00:52:36.468283 [ 280 ] {146ea8b5-4f79-48f4-83fe-22774d41119a} <Debug> TCPHandler: Processed in 0.001678953 sec. | ||
| 7213 | 2024.12.07 00:52:39.064775 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7214 | 2024.12.07 00:52:39.064835 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7215 | 2024.12.07 00:52:39.236350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7216 | 2024.12.07 00:52:39.237122 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7217 | 2024.12.07 00:52:39.237179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7218 | 2024.12.07 00:52:39.237750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7219 | 2024.12.07 00:52:39.238019 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2024.12.07 00:52:39.238225 [ 82 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7221 | 2024.12.07 00:52:39.238288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7222 | 2024.12.07 00:52:39.238315 [ 82 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2024.12.07 00:52:39.238351 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7224 | 2024.12.07 00:52:39.238477 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7225 | 2024.12.07 00:52:39.238610 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7226 | 2024.12.07 00:52:39.238652 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7227 | 2024.12.07 00:52:39.238727 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7228 | 2024.12.07 00:52:39.238810 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7229 | 2024.12.07 00:52:39.239070 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7230 | 2024.12.07 00:52:39.239197 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7231 | 2024.12.07 00:52:39.239260 [ 198 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 7232 | 2024.12.07 00:52:39.241655 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003239224 sec., 5103382.785506652 rows/sec., 73.00 MiB/sec. | ||
| 7233 | 2024.12.07 00:52:39.241774 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7234 | 2024.12.07 00:52:39.242132 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_36_7} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2024.12.07 00:52:39.242231 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_36_7} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7236 | 2024.12.07 00:52:39.242335 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7237 | 2024.12.07 00:52:39.337016 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1044 | ||
| 7238 | 2024.12.07 00:52:39.339598 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2024.12.07 00:52:39.339638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7240 | 2024.12.07 00:52:39.341048 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7241 | 2024.12.07 00:52:39.341345 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2024.12.07 00:52:39.341951 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1044 | ||
| 7243 | 2024.12.07 00:52:39.407905 [ 81 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 7244 | 2024.12.07 00:52:39.407973 [ 81 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2024.12.07 00:52:39.407998 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7246 | 2024.12.07 00:52:39.408161 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 7247 | 2024.12.07 00:52:39.408317 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7248 | 2024.12.07 00:52:39.408357 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part | ||
| 7249 | 2024.12.07 00:52:39.408482 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 7250 | 2024.12.07 00:52:39.408684 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 7251 | 2024.12.07 00:52:39.408945 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7252 | 2024.12.07 00:52:39.409056 [ 191 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 7253 | 2024.12.07 00:52:39.410194 [ 190 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002111642 sec., 23678.256068026683 rows/sec., 1.98 MiB/sec. | ||
| 7254 | 2024.12.07 00:52:39.410409 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 7255 | 2024.12.07 00:52:39.410795 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2024.12.07 00:52:39.410891 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_10_2} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 7257 | 2024.12.07 00:52:39.411007 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7258 | 2024.12.07 00:52:40.383729 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7259 | 2024.12.07 00:52:40.405305 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7260 | 2024.12.07 00:52:40.405358 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7261 | 2024.12.07 00:52:40.412715 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7262 | 2024.12.07 00:52:40.413487 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7263 | 2024.12.07 00:52:40.413806 [ 80 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7264 | 2024.12.07 00:52:40.413883 [ 80 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2024.12.07 00:52:40.413932 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7266 | 2024.12.07 00:52:40.414215 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7267 | 2024.12.07 00:52:40.422638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7268 | 2024.12.07 00:52:40.423911 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7269 | 2024.12.07 00:52:40.424807 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7270 | 2024.12.07 00:52:40.429435 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7271 | 2024.12.07 00:52:40.434094 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7272 | 2024.12.07 00:52:40.439182 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7273 | 2024.12.07 00:52:40.444698 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7274 | 2024.12.07 00:52:40.449400 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 7275 | 2024.12.07 00:52:40.508078 [ 186 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.094046204 sec., 2892.195414926051 rows/sec., 14.96 MiB/sec. | ||
| 7276 | 2024.12.07 00:52:40.511278 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7277 | 2024.12.07 00:52:40.514833 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_36_7} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7278 | 2024.12.07 00:52:40.514969 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_36_7} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7279 | 2024.12.07 00:52:40.517554 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7280 | 2024.12.07 00:52:41.468331 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7281 | 2024.12.07 00:52:41.468635 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7282 | 2024.12.07 00:52:41.468710 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7283 | 2024.12.07 00:52:41.469482 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7284 | 2024.12.07 00:52:41.469532 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7285 | 2024.12.07 00:52:41.469998 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7286 | 2024.12.07 00:52:41.470277 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7287 | 2024.12.07 00:52:41.470512 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec. | ||
| 7288 | 2024.12.07 00:52:41.470577 [ 276 ] {d65a5ae5-5618-4d5c-a1a9-945f95c1f46a} <Debug> TCPHandler: Processed in 0.002432848 sec. | ||
| 7289 | 2024.12.07 00:52:41.470756 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7290 | 2024.12.07 00:52:41.470879 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7291 | 2024.12.07 00:52:41.470928 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7292 | 2024.12.07 00:52:41.471669 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2024.12.07 00:52:41.471710 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7294 | 2024.12.07 00:52:41.472104 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7295 | 2024.12.07 00:52:41.472343 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2024.12.07 00:52:41.472564 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001714 sec., 166277.7129521587 rows/sec., 14.67 MiB/sec. | ||
| 7297 | 2024.12.07 00:52:41.472616 [ 280 ] {d43b6e7a-4448-4426-8f7d-48f808b4eaae} <Debug> TCPHandler: Processed in 0.001916797 sec. | ||
| 7298 | 2024.12.07 00:52:41.472789 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2024.12.07 00:52:41.472921 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7300 | 2024.12.07 00:52:41.472977 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7301 | 2024.12.07 00:52:41.473622 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2024.12.07 00:52:41.473661 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7303 | 2024.12.07 00:52:41.474022 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7304 | 2024.12.07 00:52:41.474267 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2024.12.07 00:52:41.474453 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001557 sec., 30828.516377649325 rows/sec., 2.22 MiB/sec. | ||
| 7306 | 2024.12.07 00:52:41.474543 [ 276 ] {758f4abb-95a6-4c66-97d7-61726c29e12a} <Debug> TCPHandler: Processed in 0.001817776 sec. | ||
| 7307 | 2024.12.07 00:52:41.474780 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7308 | 2024.12.07 00:52:41.474925 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7309 | 2024.12.07 00:52:41.474980 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7310 | 2024.12.07 00:52:41.475610 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2024.12.07 00:52:41.475648 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7312 | 2024.12.07 00:52:41.475992 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7313 | 2024.12.07 00:52:41.476229 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2024.12.07 00:52:41.476409 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001513 sec., 9253.139458030402 rows/sec., 648.03 KiB/sec. | ||
| 7315 | 2024.12.07 00:52:41.476506 [ 280 ] {4f0c1f85-703f-4f92-8a6e-f4bfe019637c} <Debug> TCPHandler: Processed in 0.001857507 sec. | ||
| 7316 | 2024.12.07 00:52:41.476659 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2024.12.07 00:52:41.476766 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7318 | 2024.12.07 00:52:41.476811 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7319 | 2024.12.07 00:52:41.477338 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7320 | 2024.12.07 00:52:41.477376 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7321 | 2024.12.07 00:52:41.477732 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7322 | 2024.12.07 00:52:41.477974 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7323 | 2024.12.07 00:52:41.478187 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001441 sec., 9021.512838306731 rows/sec., 562.49 KiB/sec. | ||
| 7324 | 2024.12.07 00:52:41.478396 [ 276 ] {19071f80-cb36-4833-b942-f80d1b73b822} <Debug> TCPHandler: Processed in 0.001786725 sec. | ||
| 7325 | 2024.12.07 00:52:41.478571 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7326 | 2024.12.07 00:52:41.478707 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7327 | 2024.12.07 00:52:41.478761 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7328 | 2024.12.07 00:52:41.479594 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2024.12.07 00:52:41.479632 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7330 | 2024.12.07 00:52:41.480002 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7331 | 2024.12.07 00:52:41.480237 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2024.12.07 00:52:41.480411 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001739 sec., 243243.24324324323 rows/sec., 17.39 MiB/sec. | ||
| 7333 | 2024.12.07 00:52:41.480461 [ 280 ] {d6d14290-3c65-491d-b96e-653d6638b735} <Debug> TCPHandler: Processed in 0.001952929 sec. | ||
| 7334 | 2024.12.07 00:52:41.480600 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2024.12.07 00:52:41.480730 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7336 | 2024.12.07 00:52:41.480787 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7337 | 2024.12.07 00:52:41.481305 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2024.12.07 00:52:41.481349 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7339 | 2024.12.07 00:52:41.481723 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7340 | 2024.12.07 00:52:41.481965 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2024.12.07 00:52:41.482160 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. | ||
| 7342 | 2024.12.07 00:52:41.482276 [ 276 ] {8353e246-5e1f-42a0-aa98-3675a83aab46} <Debug> TCPHandler: Processed in 0.001737494 sec. | ||
| 7343 | 2024.12.07 00:52:41.482425 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7344 | 2024.12.07 00:52:41.482545 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7345 | 2024.12.07 00:52:41.482603 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7346 | 2024.12.07 00:52:41.483234 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2024.12.07 00:52:41.483278 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7348 | 2024.12.07 00:52:41.483695 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7349 | 2024.12.07 00:52:41.483930 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2024.12.07 00:52:41.484129 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001604 sec., 147755.6109725686 rows/sec., 9.90 MiB/sec. | ||
| 7351 | 2024.12.07 00:52:41.484189 [ 280 ] {b103fbb4-8153-41b8-8b70-2cff18221223} <Debug> TCPHandler: Processed in 0.001813455 sec. | ||
| 7352 | 2024.12.07 00:52:41.484414 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7353 | 2024.12.07 00:52:41.484572 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7354 | 2024.12.07 00:52:41.484629 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7355 | 2024.12.07 00:52:41.485139 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2024.12.07 00:52:41.485184 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7357 | 2024.12.07 00:52:41.485571 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7358 | 2024.12.07 00:52:41.485814 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7359 | 2024.12.07 00:52:41.485990 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
| 7360 | 2024.12.07 00:52:41.486037 [ 276 ] {bae5af56-3f49-4446-b8ed-90fd73cbebca} <Debug> TCPHandler: Processed in 0.001743334 sec. | ||
| 7361 | 2024.12.07 00:52:41.486177 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7362 | 2024.12.07 00:52:41.486284 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7363 | 2024.12.07 00:52:41.486349 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7364 | 2024.12.07 00:52:41.487499 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7365 | 2024.12.07 00:52:41.487536 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7366 | 2024.12.07 00:52:41.488175 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7367 | 2024.12.07 00:52:41.488432 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7368 | 2024.12.07 00:52:41.488628 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002367 sec., 17321.50401351922 rows/sec., 31.04 MiB/sec. | ||
| 7369 | 2024.12.07 00:52:41.488720 [ 280 ] {3c1582a7-b749-476c-ae94-d8e99fcdabc0} <Debug> TCPHandler: Processed in 0.002593291 sec. | ||
| 7370 | 2024.12.07 00:52:41.488868 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7371 | 2024.12.07 00:52:41.488997 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7372 | 2024.12.07 00:52:41.489052 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7373 | 2024.12.07 00:52:41.489559 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7374 | 2024.12.07 00:52:41.489595 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7375 | 2024.12.07 00:52:41.489942 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7376 | 2024.12.07 00:52:41.490185 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2024.12.07 00:52:41.490358 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00139 sec., 58992.80575539568 rows/sec., 3.75 MiB/sec. | ||
| 7378 | 2024.12.07 00:52:41.490406 [ 276 ] {7bfc7426-a3aa-45ba-9186-c15c80baf148} <Debug> TCPHandler: Processed in 0.001600561 sec. | ||
| 7379 | 2024.12.07 00:52:46.460278 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7380 | 2024.12.07 00:52:46.460507 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7381 | 2024.12.07 00:52:46.460588 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7382 | 2024.12.07 00:52:46.461348 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7383 | 2024.12.07 00:52:46.461393 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7384 | 2024.12.07 00:52:46.461822 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7385 | 2024.12.07 00:52:46.462091 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7386 | 2024.12.07 00:52:46.462302 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001855 sec., 1078.167115902965 rows/sec., 87.92 KiB/sec. | ||
| 7387 | 2024.12.07 00:52:46.462369 [ 276 ] {8570aed2-f013-4f44-8667-17b42da6160f} <Debug> TCPHandler: Processed in 0.002226284 sec. | ||
| 7388 | 2024.12.07 00:52:46.462552 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7389 | 2024.12.07 00:52:46.462674 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7390 | 2024.12.07 00:52:46.462723 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7391 | 2024.12.07 00:52:46.463336 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7392 | 2024.12.07 00:52:46.463375 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7393 | 2024.12.07 00:52:46.463745 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7394 | 2024.12.07 00:52:46.463986 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7395 | 2024.12.07 00:52:46.464129 [ 65 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7396 | 2024.12.07 00:52:46.464168 [ 65 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2024.12.07 00:52:46.464187 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001539 sec., 37037.03703703704 rows/sec., 2.82 MiB/sec. | ||
| 7398 | 2024.12.07 00:52:46.464192 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7399 | 2024.12.07 00:52:46.464275 [ 280 ] {318987d0-6ac5-4ff2-a3e7-d6f754f49dba} <Debug> TCPHandler: Processed in 0.001778605 sec. | ||
| 7400 | 2024.12.07 00:52:46.464482 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7401 | 2024.12.07 00:52:46.464491 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 7402 | 2024.12.07 00:52:46.464646 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7403 | 2024.12.07 00:52:46.464736 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7404 | 2024.12.07 00:52:46.464776 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7405 | 2024.12.07 00:52:46.464874 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1435 rows starting from the beginning of the part | ||
| 7406 | 2024.12.07 00:52:46.465155 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1432 rows starting from the beginning of the part | ||
| 7407 | 2024.12.07 00:52:46.465688 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7408 | 2024.12.07 00:52:46.465998 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
| 7409 | 2024.12.07 00:52:46.466448 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 285 rows starting from the beginning of the part | ||
| 7410 | 2024.12.07 00:52:46.466785 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 57 rows starting from the beginning of the part | ||
| 7411 | 2024.12.07 00:52:46.467680 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7412 | 2024.12.07 00:52:46.467752 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7413 | 2024.12.07 00:52:46.468669 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7414 | 2024.12.07 00:52:46.469211 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7415 | 2024.12.07 00:52:46.469606 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005005 sec., 399.6003996003996 rows/sec., 27.90 KiB/sec. | ||
| 7416 | 2024.12.07 00:52:46.469687 [ 276 ] {f183cd3b-aac6-4050-a397-2730a45f7d0e} <Debug> TCPHandler: Processed in 0.005294695 sec. | ||
| 7417 | 2024.12.07 00:52:46.469862 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7418 | 2024.12.07 00:52:46.470047 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7419 | 2024.12.07 00:52:46.470125 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7420 | 2024.12.07 00:52:46.470593 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006286713 sec., 528256.9762608855 rows/sec., 46.12 MiB/sec. | ||
| 7421 | 2024.12.07 00:52:46.470898 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7422 | 2024.12.07 00:52:46.471454 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2024.12.07 00:52:46.471464 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2024.12.07 00:52:46.471514 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7425 | 2024.12.07 00:52:46.471653 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_61_12} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7426 | 2024.12.07 00:52:46.471806 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7427 | 2024.12.07 00:52:46.472074 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7428 | 2024.12.07 00:52:46.472347 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7429 | 2024.12.07 00:52:46.472517 [ 65 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7430 | 2024.12.07 00:52:46.472557 [ 65 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7431 | 2024.12.07 00:52:46.472579 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7432 | 2024.12.07 00:52:46.472608 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00261 sec., 25287.35632183908 rows/sec., 1.97 MiB/sec. | ||
| 7433 | 2024.12.07 00:52:46.473017 [ 280 ] {636fc134-0a8f-48a8-9dcc-5165f39c622f} <Debug> TCPHandler: Processed in 0.003209853 sec. | ||
| 7434 | 2024.12.07 00:52:46.473003 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 7435 | 2024.12.07 00:52:46.473336 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7436 | 2024.12.07 00:52:46.473746 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7437 | 2024.12.07 00:52:46.473831 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7438 | 2024.12.07 00:52:46.473876 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7439 | 2024.12.07 00:52:46.473903 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 7440 | 2024.12.07 00:52:46.474244 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 893 rows starting from the beginning of the part | ||
| 7441 | 2024.12.07 00:52:46.474633 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7442 | 2024.12.07 00:52:46.474975 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 7443 | 2024.12.07 00:52:46.475317 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 423 rows starting from the beginning of the part | ||
| 7444 | 2024.12.07 00:52:46.475597 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 7445 | 2024.12.07 00:52:46.476718 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2024.12.07 00:52:46.476783 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7447 | 2024.12.07 00:52:46.477894 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7448 | 2024.12.07 00:52:46.478327 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2024.12.07 00:52:46.478530 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7450 | 2024.12.07 00:52:46.478622 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2024.12.07 00:52:46.478712 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7452 | 2024.12.07 00:52:46.478962 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005333 sec., 30189.38683667729 rows/sec., 2.10 MiB/sec. | ||
| 7453 | 2024.12.07 00:52:46.479313 [ 276 ] {d7fbd971-223e-4203-9da2-51ee1ed0d1d3} <Debug> TCPHandler: Processed in 0.006147871 sec. | ||
| 7454 | 2024.12.07 00:52:46.479324 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.006660642 sec., 364079.0182087553 rows/sec., 27.93 MiB/sec. | ||
| 7455 | 2024.12.07 00:52:46.479568 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 7456 | 2024.12.07 00:52:46.479595 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7457 | 2024.12.07 00:52:46.479706 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7458 | 2024.12.07 00:52:46.479893 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7459 | 2024.12.07 00:52:46.480046 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7460 | 2024.12.07 00:52:46.480369 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7461 | 2024.12.07 00:52:46.480617 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16861 rows starting from the beginning of the part | ||
| 7462 | 2024.12.07 00:52:46.480802 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7463 | 2024.12.07 00:52:46.481333 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_61_12} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7464 | 2024.12.07 00:52:46.481348 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 962 rows starting from the beginning of the part | ||
| 7465 | 2024.12.07 00:52:46.481571 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7466 | 2024.12.07 00:52:46.481947 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 128 rows starting from the beginning of the part | ||
| 7467 | 2024.12.07 00:52:46.482276 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 7468 | 2024.12.07 00:52:46.482623 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
| 7469 | 2024.12.07 00:52:46.482969 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7470 | 2024.12.07 00:52:46.482978 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
| 7471 | 2024.12.07 00:52:46.483054 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7472 | 2024.12.07 00:52:46.484048 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7473 | 2024.12.07 00:52:46.484381 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2024.12.07 00:52:46.484551 [ 65 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7475 | 2024.12.07 00:52:46.484657 [ 65 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2024.12.07 00:52:46.484743 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7477 | 2024.12.07 00:52:46.484765 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004981 sec., 12045.773940975707 rows/sec., 831.28 KiB/sec. | ||
| 7478 | 2024.12.07 00:52:46.484922 [ 280 ] {ffb60613-bdbf-4b14-b8d3-151d09261baf} <Debug> TCPHandler: Processed in 0.005472038 sec. | ||
| 7479 | 2024.12.07 00:52:46.484977 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 7480 | 2024.12.07 00:52:46.485097 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7481 | 2024.12.07 00:52:46.485133 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3378 rows starting from the beginning of the part | ||
| 7482 | 2024.12.07 00:52:46.485289 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 7483 | 2024.12.07 00:52:46.485631 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part | ||
| 7484 | 2024.12.07 00:52:46.485970 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 7485 | 2024.12.07 00:52:46.486338 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 7486 | 2024.12.07 00:52:46.486652 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 7487 | 2024.12.07 00:52:46.489774 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3662 rows, containing 4 columns (4 merged, 0 gathered) in 0.004954738 sec., 739090.5432335675 rows/sec., 48.18 MiB/sec. | ||
| 7488 | 2024.12.07 00:52:46.490189 [ 193 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7489 | 2024.12.07 00:52:46.490496 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7490 | 2024.12.07 00:52:46.490596 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_61_12} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7491 | 2024.12.07 00:52:46.490667 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7492 | 2024.12.07 00:52:46.492334 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18509 rows, containing 5 columns (5 merged, 0 gathered) in 0.013429945 sec., 1378188.816112054 rows/sec., 93.01 MiB/sec. | ||
| 7493 | 2024.12.07 00:52:46.492580 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7494 | 2024.12.07 00:52:46.492897 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2024.12.07 00:52:46.492978 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7496 | 2024.12.07 00:52:46.493069 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. | ||
| 7497 | 2024.12.07 00:52:46.738416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7498 | 2024.12.07 00:52:46.739393 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2024.12.07 00:52:46.739475 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7500 | 2024.12.07 00:52:46.740241 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7501 | 2024.12.07 00:52:46.740506 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2024.12.07 00:52:46.740769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7503 | 2024.12.07 00:52:47.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.21 MiB, peak 222.75 MiB, free memory in arenas 0.00 B, will set to 212.80 MiB (RSS), difference: 1.59 MiB | ||
| 7504 | 2024.12.07 00:52:47.922696 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7505 | 2024.12.07 00:52:47.941652 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2024.12.07 00:52:47.941721 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7507 | 2024.12.07 00:52:47.948814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7508 | 2024.12.07 00:52:47.949578 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2024.12.07 00:52:47.953007 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7510 | 2024.12.07 00:52:49.342075 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1078 | ||
| 7511 | 2024.12.07 00:52:49.345232 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2024.12.07 00:52:49.345288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7513 | 2024.12.07 00:52:49.346740 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7514 | 2024.12.07 00:52:49.347040 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2024.12.07 00:52:49.348306 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1078 | ||
| 7516 | 2024.12.07 00:52:51.466789 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7517 | 2024.12.07 00:52:51.467023 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7518 | 2024.12.07 00:52:51.467105 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7519 | 2024.12.07 00:52:51.467929 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7520 | 2024.12.07 00:52:51.467978 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7521 | 2024.12.07 00:52:51.468413 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7522 | 2024.12.07 00:52:51.468669 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7523 | 2024.12.07 00:52:51.468935 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec. | ||
| 7524 | 2024.12.07 00:52:51.469025 [ 276 ] {edc2eff2-5399-43ae-8c6c-0931e9bdbdb8} <Debug> TCPHandler: Processed in 0.002426358 sec. | ||
| 7525 | 2024.12.07 00:52:51.469277 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7526 | 2024.12.07 00:52:51.469413 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7527 | 2024.12.07 00:52:51.469459 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7528 | 2024.12.07 00:52:51.470162 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.12.07 00:52:51.470203 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7530 | 2024.12.07 00:52:51.470593 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7531 | 2024.12.07 00:52:51.470835 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2024.12.07 00:52:51.471070 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001682 sec., 169441.14149821643 rows/sec., 14.95 MiB/sec. | ||
| 7533 | 2024.12.07 00:52:51.471163 [ 280 ] {a4f1a22a-f458-4be4-bafc-0d6ef66c4b69} <Debug> TCPHandler: Processed in 0.002003169 sec. | ||
| 7534 | 2024.12.07 00:52:51.471385 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7535 | 2024.12.07 00:52:51.471563 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7536 | 2024.12.07 00:52:51.471620 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7537 | 2024.12.07 00:52:51.472218 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2024.12.07 00:52:51.472258 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7539 | 2024.12.07 00:52:51.472617 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7540 | 2024.12.07 00:52:51.472868 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2024.12.07 00:52:51.473126 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001587 sec., 30245.746691871453 rows/sec., 2.18 MiB/sec. | ||
| 7542 | 2024.12.07 00:52:51.473339 [ 276 ] {774d16a5-40c0-47a6-8866-678b54ee8a7e} <Debug> TCPHandler: Processed in 0.002078421 sec. | ||
| 7543 | 2024.12.07 00:52:51.473534 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7544 | 2024.12.07 00:52:51.473666 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7545 | 2024.12.07 00:52:51.473720 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7546 | 2024.12.07 00:52:51.474276 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2024.12.07 00:52:51.474316 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7548 | 2024.12.07 00:52:51.474659 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7549 | 2024.12.07 00:52:51.474904 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7550 | 2024.12.07 00:52:51.475152 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec. | ||
| 7551 | 2024.12.07 00:52:51.475328 [ 280 ] {dcf82b24-2bb6-4678-9d29-62513762e0eb} <Debug> TCPHandler: Processed in 0.001875577 sec. | ||
| 7552 | 2024.12.07 00:52:51.475475 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7553 | 2024.12.07 00:52:51.475585 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7554 | 2024.12.07 00:52:51.475631 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7555 | 2024.12.07 00:52:51.476184 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2024.12.07 00:52:51.476224 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7557 | 2024.12.07 00:52:51.476576 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7558 | 2024.12.07 00:52:51.476836 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2024.12.07 00:52:51.477094 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 7560 | 2024.12.07 00:52:51.477317 [ 276 ] {e767f67f-4b00-44c0-9477-18bff9e43b8a} <Debug> TCPHandler: Processed in 0.001890077 sec. | ||
| 7561 | 2024.12.07 00:52:51.477506 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2024.12.07 00:52:51.477637 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7563 | 2024.12.07 00:52:51.477693 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7564 | 2024.12.07 00:52:51.478411 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2024.12.07 00:52:51.478451 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7566 | 2024.12.07 00:52:51.478830 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7567 | 2024.12.07 00:52:51.479066 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2024.12.07 00:52:51.479278 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001669 sec., 253445.17675254645 rows/sec., 18.12 MiB/sec. | ||
| 7569 | 2024.12.07 00:52:51.479330 [ 280 ] {74bb5782-ae1a-4428-a2d2-6fdd4af873b0} <Debug> TCPHandler: Processed in 0.001901928 sec. | ||
| 7570 | 2024.12.07 00:52:51.479467 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2024.12.07 00:52:51.479576 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7572 | 2024.12.07 00:52:51.479624 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7573 | 2024.12.07 00:52:51.480062 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7574 | 2024.12.07 00:52:51.480102 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7575 | 2024.12.07 00:52:51.480466 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7576 | 2024.12.07 00:52:51.480713 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7577 | 2024.12.07 00:52:51.480966 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 222.32 KiB/sec. | ||
| 7578 | 2024.12.07 00:52:51.481177 [ 276 ] {e616104b-56ff-40af-8a2f-e6b7db5467d1} <Debug> TCPHandler: Processed in 0.001759744 sec. | ||
| 7579 | 2024.12.07 00:52:51.481370 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7580 | 2024.12.07 00:52:51.481503 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7581 | 2024.12.07 00:52:51.481562 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7582 | 2024.12.07 00:52:51.482148 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7583 | 2024.12.07 00:52:51.482187 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7584 | 2024.12.07 00:52:51.482566 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7585 | 2024.12.07 00:52:51.482803 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2024.12.07 00:52:51.483003 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001531 sec., 154800.78380143698 rows/sec., 10.38 MiB/sec. | ||
| 7587 | 2024.12.07 00:52:51.483055 [ 280 ] {9f637b17-2cea-46f7-be3d-d18e8412f91b} <Debug> TCPHandler: Processed in 0.001773435 sec. | ||
| 7588 | 2024.12.07 00:52:51.483196 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7589 | 2024.12.07 00:52:51.483326 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7590 | 2024.12.07 00:52:51.483385 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7591 | 2024.12.07 00:52:51.483870 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7592 | 2024.12.07 00:52:51.483908 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7593 | 2024.12.07 00:52:51.484256 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7594 | 2024.12.07 00:52:51.484491 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7595 | 2024.12.07 00:52:51.484649 [ 62 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
| 7596 | 2024.12.07 00:52:51.484718 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 7597 | 2024.12.07 00:52:51.484734 [ 62 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2024.12.07 00:52:51.484814 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7599 | 2024.12.07 00:52:51.484840 [ 276 ] {f3e27758-facb-4493-b34d-7bca17368ed2} <Debug> TCPHandler: Processed in 0.001707484 sec. | ||
| 7600 | 2024.12.07 00:52:51.485093 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7601 | 2024.12.07 00:52:51.485443 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
| 7602 | 2024.12.07 00:52:51.485536 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7603 | 2024.12.07 00:52:51.485948 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7604 | 2024.12.07 00:52:51.485984 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7605 | 2024.12.07 00:52:51.486040 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 7606 | 2024.12.07 00:52:51.486210 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7607 | 2024.12.07 00:52:51.486452 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7608 | 2024.12.07 00:52:51.486684 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7609 | 2024.12.07 00:52:51.486897 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 7610 | 2024.12.07 00:52:51.487087 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 7611 | 2024.12.07 00:52:51.488789 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.003851747 sec., 7269.4286514664645 rows/sec., 488.82 KiB/sec. | ||
| 7612 | 2024.12.07 00:52:51.488932 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 7613 | 2024.12.07 00:52:51.489253 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2024.12.07 00:52:51.489301 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7615 | 2024.12.07 00:52:51.489322 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2024.12.07 00:52:51.489438 [ 193 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_28_6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
| 7617 | 2024.12.07 00:52:51.489537 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7618 | 2024.12.07 00:52:51.490062 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7619 | 2024.12.07 00:52:51.490316 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7620 | 2024.12.07 00:52:51.490555 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005183 sec., 7910.476557978005 rows/sec., 14.18 MiB/sec. | ||
| 7621 | 2024.12.07 00:52:51.490657 [ 280 ] {2f4668cd-d309-45e1-ac1f-551bf9d5b2ab} <Debug> TCPHandler: Processed in 0.005731123 sec. | ||
| 7622 | 2024.12.07 00:52:51.490795 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2024.12.07 00:52:51.490927 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7624 | 2024.12.07 00:52:51.490983 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7625 | 2024.12.07 00:52:51.491511 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.12.07 00:52:51.491557 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7627 | 2024.12.07 00:52:51.491942 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7628 | 2024.12.07 00:52:51.492183 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.12.07 00:52:51.492387 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec. | ||
| 7630 | 2024.12.07 00:52:51.492437 [ 276 ] {ce7ae3c2-a331-43db-b74a-f1b1f9e87dca} <Debug> TCPHandler: Processed in 0.001701183 sec. | ||
| 7631 | 2024.12.07 00:52:54.064871 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7632 | 2024.12.07 00:52:54.064924 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7633 | 2024.12.07 00:52:54.240892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7634 | 2024.12.07 00:52:54.241982 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2024.12.07 00:52:54.242078 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7636 | 2024.12.07 00:52:54.242683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7637 | 2024.12.07 00:52:54.242950 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2024.12.07 00:52:54.243229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7639 | 2024.12.07 00:52:55.453063 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7640 | 2024.12.07 00:52:55.473120 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7641 | 2024.12.07 00:52:55.473183 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7642 | 2024.12.07 00:52:55.481054 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7643 | 2024.12.07 00:52:55.481854 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7644 | 2024.12.07 00:52:55.484817 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7645 | 2024.12.07 00:52:56.460289 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7646 | 2024.12.07 00:52:56.460477 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7647 | 2024.12.07 00:52:56.460549 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7648 | 2024.12.07 00:52:56.461317 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2024.12.07 00:52:56.461361 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7650 | 2024.12.07 00:52:56.461811 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7651 | 2024.12.07 00:52:56.462068 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2024.12.07 00:52:56.462282 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.31 MiB/sec. | ||
| 7653 | 2024.12.07 00:52:56.462388 [ 276 ] {947ed078-36c2-4dc8-9642-45992fc7f983} <Debug> TCPHandler: Processed in 0.002226524 sec. | ||
| 7654 | 2024.12.07 00:52:56.462634 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7655 | 2024.12.07 00:52:56.462812 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7656 | 2024.12.07 00:52:56.462873 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7657 | 2024.12.07 00:52:56.463464 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2024.12.07 00:52:56.463503 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7659 | 2024.12.07 00:52:56.463866 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7660 | 2024.12.07 00:52:56.464106 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7661 | 2024.12.07 00:52:56.464286 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001511 sec., 42356.05559232296 rows/sec., 3.31 MiB/sec. | ||
| 7662 | 2024.12.07 00:52:56.464337 [ 280 ] {586a0caa-ae4c-402f-9d7f-98a0be5d1bcc} <Debug> TCPHandler: Processed in 0.001833106 sec. | ||
| 7663 | 2024.12.07 00:52:56.464497 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2024.12.07 00:52:56.464628 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7665 | 2024.12.07 00:52:56.464686 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7666 | 2024.12.07 00:52:56.465233 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2024.12.07 00:52:56.465270 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7668 | 2024.12.07 00:52:56.465657 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7669 | 2024.12.07 00:52:56.465903 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7670 | 2024.12.07 00:52:56.466093 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 7671 | 2024.12.07 00:52:56.466143 [ 276 ] {f59d5b20-f5c9-493e-8ed0-0f3c71f7d345} <Debug> TCPHandler: Processed in 0.001711164 sec. | ||
| 7672 | 2024.12.07 00:52:56.466317 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7673 | 2024.12.07 00:52:56.466451 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7674 | 2024.12.07 00:52:56.466508 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7675 | 2024.12.07 00:52:56.467016 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7676 | 2024.12.07 00:52:56.467053 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7677 | 2024.12.07 00:52:56.467403 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7678 | 2024.12.07 00:52:56.467635 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7679 | 2024.12.07 00:52:56.467804 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 7680 | 2024.12.07 00:52:56.467852 [ 280 ] {efc1acc9-c082-45d6-bcb2-aa2e19c17f3a} <Debug> TCPHandler: Processed in 0.001615761 sec. | ||
| 7681 | 2024.12.07 00:52:57.270219 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7682 | 2024.12.07 00:52:57.270426 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7683 | 2024.12.07 00:52:57.270508 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7684 | 2024.12.07 00:52:57.271316 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7685 | 2024.12.07 00:52:57.271365 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7686 | 2024.12.07 00:52:57.271807 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7687 | 2024.12.07 00:52:57.272063 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7688 | 2024.12.07 00:52:57.272325 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec. | ||
| 7689 | 2024.12.07 00:52:57.272472 [ 276 ] {d2b91486-d918-4a5c-876a-5069b932b857} <Debug> TCPHandler: Processed in 0.002386127 sec. | ||
| 7690 | 2024.12.07 00:52:57.272713 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7691 | 2024.12.07 00:52:57.272833 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7692 | 2024.12.07 00:52:57.272882 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7693 | 2024.12.07 00:52:57.273453 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.12.07 00:52:57.273492 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7695 | 2024.12.07 00:52:57.273845 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7696 | 2024.12.07 00:52:57.274093 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7697 | 2024.12.07 00:52:57.274360 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001541 sec., 1297.8585334198572 rows/sec., 105.83 KiB/sec. | ||
| 7698 | 2024.12.07 00:52:57.274532 [ 280 ] {11074390-3b43-4692-bc55-7f43cb3a8366} <Debug> TCPHandler: Processed in 0.001877538 sec. | ||
| 7699 | 2024.12.07 00:52:57.274682 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7700 | 2024.12.07 00:52:57.274793 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7701 | 2024.12.07 00:52:57.274838 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7702 | 2024.12.07 00:52:57.276184 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7703 | 2024.12.07 00:52:57.276224 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7704 | 2024.12.07 00:52:57.276677 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7705 | 2024.12.07 00:52:57.276927 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7706 | 2024.12.07 00:52:57.277137 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002367 sec., 602450.3591043515 rows/sec., 50.31 MiB/sec. | ||
| 7707 | 2024.12.07 00:52:57.277192 [ 276 ] {c19f362a-1da7-4980-9054-28c1df035a92} <Debug> TCPHandler: Processed in 0.002562871 sec. | ||
| 7708 | 2024.12.07 00:52:57.277368 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7709 | 2024.12.07 00:52:57.277496 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7710 | 2024.12.07 00:52:57.277551 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7711 | 2024.12.07 00:52:57.278160 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7712 | 2024.12.07 00:52:57.278200 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7713 | 2024.12.07 00:52:57.278541 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7714 | 2024.12.07 00:52:57.278765 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7715 | 2024.12.07 00:52:57.279015 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001541 sec., 32446.463335496428 rows/sec., 2.33 MiB/sec. | ||
| 7716 | 2024.12.07 00:52:57.279186 [ 280 ] {453d9021-59e3-42ef-8a7d-352652c9301a} <Debug> TCPHandler: Processed in 0.001875487 sec. | ||
| 7717 | 2024.12.07 00:52:57.279436 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7718 | 2024.12.07 00:52:57.279571 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7719 | 2024.12.07 00:52:57.279627 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7720 | 2024.12.07 00:52:57.280319 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7721 | 2024.12.07 00:52:57.280359 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7722 | 2024.12.07 00:52:57.280726 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7723 | 2024.12.07 00:52:57.280971 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7724 | 2024.12.07 00:52:57.281228 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001683 sec., 143790.8496732026 rows/sec., 9.74 MiB/sec. | ||
| 7725 | 2024.12.07 00:52:57.281452 [ 276 ] {083a2e34-d145-4f34-a8d7-9da223fe9df8} <Debug> TCPHandler: Processed in 0.002128252 sec. | ||
| 7726 | 2024.12.07 00:52:57.281640 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7727 | 2024.12.07 00:52:57.281773 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7728 | 2024.12.07 00:52:57.281827 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7729 | 2024.12.07 00:52:57.282408 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7730 | 2024.12.07 00:52:57.282447 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7731 | 2024.12.07 00:52:57.282790 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7732 | 2024.12.07 00:52:57.283021 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2024.12.07 00:52:57.283310 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001544 sec., 8419.689119170984 rows/sec., 524.97 KiB/sec. | ||
| 7734 | 2024.12.07 00:52:57.283540 [ 280 ] {68cfa131-7f1e-4672-a0ff-c022b2faeefd} <Debug> TCPHandler: Processed in 0.001983719 sec. | ||
| 7735 | 2024.12.07 00:52:57.283692 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7736 | 2024.12.07 00:52:57.283800 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7737 | 2024.12.07 00:52:57.283845 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7738 | 2024.12.07 00:52:57.284842 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2024.12.07 00:52:57.284890 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7740 | 2024.12.07 00:52:57.285298 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7741 | 2024.12.07 00:52:57.285547 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2024.12.07 00:52:57.285755 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001978 sec., 445399.39332659246 rows/sec., 32.30 MiB/sec. | ||
| 7743 | 2024.12.07 00:52:57.285807 [ 276 ] {347be286-f760-40f4-bfa3-e7096f9b9367} <Debug> TCPHandler: Processed in 0.002166283 sec. | ||
| 7744 | 2024.12.07 00:52:57.285944 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7745 | 2024.12.07 00:52:57.286050 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7746 | 2024.12.07 00:52:57.286097 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7747 | 2024.12.07 00:52:57.286535 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7748 | 2024.12.07 00:52:57.286575 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7749 | 2024.12.07 00:52:57.286916 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7750 | 2024.12.07 00:52:57.287162 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7751 | 2024.12.07 00:52:57.287372 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 7752 | 2024.12.07 00:52:57.287422 [ 280 ] {412eaedc-13b1-4ef2-9eee-4aaca2db5b8a} <Debug> TCPHandler: Processed in 0.001529031 sec. | ||
| 7753 | 2024.12.07 00:52:57.287559 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2024.12.07 00:52:57.287667 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7755 | 2024.12.07 00:52:57.287716 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7756 | 2024.12.07 00:52:57.288417 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2024.12.07 00:52:57.288456 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7758 | 2024.12.07 00:52:57.288886 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7759 | 2024.12.07 00:52:57.289138 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2024.12.07 00:52:57.289342 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001698 sec., 563015.3121319199 rows/sec., 37.41 MiB/sec. | ||
| 7761 | 2024.12.07 00:52:57.289393 [ 276 ] {d48f9f75-b295-4d8c-b928-0faa58afb7be} <Debug> TCPHandler: Processed in 0.001885697 sec. | ||
| 7762 | 2024.12.07 00:52:57.289540 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7763 | 2024.12.07 00:52:57.289668 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7764 | 2024.12.07 00:52:57.289723 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7765 | 2024.12.07 00:52:57.290181 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2024.12.07 00:52:57.290219 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7767 | 2024.12.07 00:52:57.290556 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7768 | 2024.12.07 00:52:57.290787 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7769 | 2024.12.07 00:52:57.291040 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 7770 | 2024.12.07 00:52:57.291250 [ 280 ] {4df61dfc-3987-4a47-96d6-f8b92e6ce68e} <Debug> TCPHandler: Processed in 0.001766035 sec. | ||
| 7771 | 2024.12.07 00:52:57.291441 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7772 | 2024.12.07 00:52:57.291574 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7773 | 2024.12.07 00:52:57.291661 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7774 | 2024.12.07 00:52:57.292858 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7775 | 2024.12.07 00:52:57.292897 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7776 | 2024.12.07 00:52:57.293558 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7777 | 2024.12.07 00:52:57.293825 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7778 | 2024.12.07 00:52:57.294063 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002519 sec., 16276.30011909488 rows/sec., 29.17 MiB/sec. | ||
| 7779 | 2024.12.07 00:52:57.294156 [ 276 ] {6091bdce-d8f0-4fc3-8168-e6c178f67fff} <Debug> TCPHandler: Processed in 0.002800005 sec. | ||
| 7780 | 2024.12.07 00:52:57.294305 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7781 | 2024.12.07 00:52:57.294434 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7782 | 2024.12.07 00:52:57.294489 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7783 | 2024.12.07 00:52:57.294985 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.12.07 00:52:57.295024 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7785 | 2024.12.07 00:52:57.295395 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7786 | 2024.12.07 00:52:57.295631 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7787 | 2024.12.07 00:52:57.295843 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001437 sec., 23660.403618649965 rows/sec., 1.37 MiB/sec. | ||
| 7788 | 2024.12.07 00:52:57.295892 [ 280 ] {a7d467be-64b6-411e-8d56-f483ee5bea73} <Debug> TCPHandler: Processed in 0.001650023 sec. | ||
| 7789 | 2024.12.07 00:52:59.348533 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1132 | ||
| 7790 | 2024.12.07 00:52:59.352110 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7791 | 2024.12.07 00:52:59.352160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7792 | 2024.12.07 00:52:59.353671 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7793 | 2024.12.07 00:52:59.353987 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2024.12.07 00:52:59.354536 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1132 | ||
| 7795 | 2024.12.07 00:53:01.458846 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7796 | 2024.12.07 00:53:01.459076 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7797 | 2024.12.07 00:53:01.459146 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7798 | 2024.12.07 00:53:01.459917 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7799 | 2024.12.07 00:53:01.459962 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7800 | 2024.12.07 00:53:01.460407 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7801 | 2024.12.07 00:53:01.460681 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7802 | 2024.12.07 00:53:01.460934 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. | ||
| 7803 | 2024.12.07 00:53:01.460992 [ 276 ] {eeb22f7c-77cd-42da-85a2-99360f71a5ac} <Debug> TCPHandler: Processed in 0.002284606 sec. | ||
| 7804 | 2024.12.07 00:53:01.461180 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7805 | 2024.12.07 00:53:01.461320 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7806 | 2024.12.07 00:53:01.461376 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7807 | 2024.12.07 00:53:01.462046 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7808 | 2024.12.07 00:53:01.462090 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7809 | 2024.12.07 00:53:01.462455 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7810 | 2024.12.07 00:53:01.462710 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7811 | 2024.12.07 00:53:01.462932 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001643 sec., 38953.134510042604 rows/sec., 3.04 MiB/sec. | ||
| 7812 | 2024.12.07 00:53:01.462986 [ 280 ] {4b94cb90-5c5a-4b43-ac26-f3cc80b4e922} <Debug> TCPHandler: Processed in 0.001873557 sec. | ||
| 7813 | 2024.12.07 00:53:01.463144 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7814 | 2024.12.07 00:53:01.463276 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7815 | 2024.12.07 00:53:01.463337 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7816 | 2024.12.07 00:53:01.463960 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7817 | 2024.12.07 00:53:01.464007 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7818 | 2024.12.07 00:53:01.464413 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7819 | 2024.12.07 00:53:01.464668 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7820 | 2024.12.07 00:53:01.464926 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001672 sec., 76555.02392344497 rows/sec., 5.33 MiB/sec. | ||
| 7821 | 2024.12.07 00:53:01.464988 [ 276 ] {9061471b-011f-43e9-a0e7-5450b670454a} <Debug> TCPHandler: Processed in 0.001907737 sec. | ||
| 7822 | 2024.12.07 00:53:01.465243 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7823 | 2024.12.07 00:53:01.465475 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7824 | 2024.12.07 00:53:01.465533 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7825 | 2024.12.07 00:53:01.466068 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7826 | 2024.12.07 00:53:01.466107 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7827 | 2024.12.07 00:53:01.466469 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7828 | 2024.12.07 00:53:01.466704 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7829 | 2024.12.07 00:53:01.466913 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.0015 sec., 32000 rows/sec., 2.16 MiB/sec. | ||
| 7830 | 2024.12.07 00:53:01.466964 [ 280 ] {ec79550d-4191-47d8-b175-461ea63691d6} <Debug> TCPHandler: Processed in 0.001864967 sec. | ||
| 7831 | 2024.12.07 00:53:01.743340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7832 | 2024.12.07 00:53:01.743978 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2024.12.07 00:53:01.744022 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7834 | 2024.12.07 00:53:01.744547 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7835 | 2024.12.07 00:53:01.744794 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2024.12.07 00:53:01.745041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7837 | 2024.12.07 00:53:02.984875 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7838 | 2024.12.07 00:53:03.007524 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7839 | 2024.12.07 00:53:03.007595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7840 | 2024.12.07 00:53:03.015238 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7841 | 2024.12.07 00:53:03.016022 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7842 | 2024.12.07 00:53:03.018923 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7843 | 2024.12.07 00:53:06.460369 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2024.12.07 00:53:06.460570 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7845 | 2024.12.07 00:53:06.460642 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7846 | 2024.12.07 00:53:06.461425 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2024.12.07 00:53:06.461469 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7848 | 2024.12.07 00:53:06.461913 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7849 | 2024.12.07 00:53:06.462192 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2024.12.07 00:53:06.462360 [ 41 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7851 | 2024.12.07 00:53:06.462407 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec. | ||
| 7852 | 2024.12.07 00:53:06.462408 [ 41 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7853 | 2024.12.07 00:53:06.462462 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7854 | 2024.12.07 00:53:06.462499 [ 276 ] {287765f7-9536-4968-a23d-72a0b1e6215a} <Debug> TCPHandler: Processed in 0.002257374 sec. | ||
| 7855 | 2024.12.07 00:53:06.462726 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7856 | 2024.12.07 00:53:06.462739 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::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 | ||
| 7857 | 2024.12.07 00:53:06.462931 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7858 | 2024.12.07 00:53:06.463044 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7859 | 2024.12.07 00:53:06.463052 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7860 | 2024.12.07 00:53:06.463164 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1435 rows starting from the beginning of the part | ||
| 7861 | 2024.12.07 00:53:06.463431 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 285 rows starting from the beginning of the part | ||
| 7862 | 2024.12.07 00:53:06.463765 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 7863 | 2024.12.07 00:53:06.464231 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1426 rows starting from the beginning of the part | ||
| 7864 | 2024.12.07 00:53:06.464714 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 7865 | 2024.12.07 00:53:06.465081 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 7866 | 2024.12.07 00:53:06.466130 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2024.12.07 00:53:06.466206 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7868 | 2024.12.07 00:53:06.467277 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7869 | 2024.12.07 00:53:06.467797 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2024.12.07 00:53:06.468077 [ 41 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7871 | 2024.12.07 00:53:06.468170 [ 41 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2024.12.07 00:53:06.468246 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7873 | 2024.12.07 00:53:06.468334 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005454 sec., 11734.506784011735 rows/sec., 937.89 KiB/sec. | ||
| 7874 | 2024.12.07 00:53:06.468570 [ 280 ] {f7a0c782-db20-4273-a22c-27fbe30e4a5d} <Debug> TCPHandler: Processed in 0.005941978 sec. | ||
| 7875 | 2024.12.07 00:53:06.468578 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::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 | ||
| 7876 | 2024.12.07 00:53:06.468903 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7877 | 2024.12.07 00:53:06.469330 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7878 | 2024.12.07 00:53:06.469458 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7879 | 2024.12.07 00:53:06.469518 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 7880 | 2024.12.07 00:53:06.469660 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7881 | 2024.12.07 00:53:06.470237 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 423 rows starting from the beginning of the part | ||
| 7882 | 2024.12.07 00:53:06.470786 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 7883 | 2024.12.07 00:53:06.471450 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 881 rows starting from the beginning of the part | ||
| 7884 | 2024.12.07 00:53:06.472114 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 7885 | 2024.12.07 00:53:06.472191 [ 200 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.009582898 sec., 345824.40510167176 rows/sec., 30.20 MiB/sec. | ||
| 7886 | 2024.12.07 00:53:06.472548 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 7887 | 2024.12.07 00:53:06.472786 [ 200 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7888 | 2024.12.07 00:53:06.473902 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2024.12.07 00:53:06.474300 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7890 | 2024.12.07 00:53:06.474320 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_66_13} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7891 | 2024.12.07 00:53:06.474376 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7892 | 2024.12.07 00:53:06.474622 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7893 | 2024.12.07 00:53:06.475263 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7894 | 2024.12.07 00:53:06.475542 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7895 | 2024.12.07 00:53:06.475774 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7896 | 2024.12.07 00:53:06.475856 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7897 | 2024.12.07 00:53:06.475896 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007560469 sec., 318895.56057964126 rows/sec., 24.45 MiB/sec. | ||
| 7898 | 2024.12.07 00:53:06.475904 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7899 | 2024.12.07 00:53:06.475944 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006676 sec., 23966.44697423607 rows/sec., 1.67 MiB/sec. | ||
| 7900 | 2024.12.07 00:53:06.476323 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7901 | 2024.12.07 00:53:06.476522 [ 276 ] {633aa844-d1eb-4f9a-b7b7-20c8ab2b20f9} <Debug> TCPHandler: Processed in 0.007795024 sec. | ||
| 7902 | 2024.12.07 00:53:06.476564 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 7903 | 2024.12.07 00:53:06.477210 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7904 | 2024.12.07 00:53:06.477374 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7905 | 2024.12.07 00:53:06.477588 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18509 rows starting from the beginning of the part | ||
| 7906 | 2024.12.07 00:53:06.477802 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7907 | 2024.12.07 00:53:06.478310 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
| 7908 | 2024.12.07 00:53:06.478315 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7909 | 2024.12.07 00:53:06.478359 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7910 | 2024.12.07 00:53:06.478897 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7911 | 2024.12.07 00:53:06.478979 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_66_13} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7912 | 2024.12.07 00:53:06.479401 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 956 rows starting from the beginning of the part | ||
| 7913 | 2024.12.07 00:53:06.479510 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7914 | 2024.12.07 00:53:06.479964 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 128 rows starting from the beginning of the part | ||
| 7915 | 2024.12.07 00:53:06.480461 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::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 | ||
| 7916 | 2024.12.07 00:53:06.481470 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2024.12.07 00:53:06.481535 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7918 | 2024.12.07 00:53:06.482079 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7919 | 2024.12.07 00:53:06.482436 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2024.12.07 00:53:06.482651 [ 41 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7921 | 2024.12.07 00:53:06.482754 [ 41 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2024.12.07 00:53:06.482835 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7923 | 2024.12.07 00:53:06.482871 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005284 sec., 11355.034065102196 rows/sec., 783.62 KiB/sec. | ||
| 7924 | 2024.12.07 00:53:06.483176 [ 280 ] {b43ac85a-9c7c-4efc-9b6b-02a5ce8a94a0} <Debug> TCPHandler: Processed in 0.006465337 sec. | ||
| 7925 | 2024.12.07 00:53:06.483430 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 7926 | 2024.12.07 00:53:06.483751 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7927 | 2024.12.07 00:53:06.483833 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3662 rows starting from the beginning of the part | ||
| 7928 | 2024.12.07 00:53:06.484172 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 7929 | 2024.12.07 00:53:06.484606 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 7930 | 2024.12.07 00:53:06.484786 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part | ||
| 7931 | 2024.12.07 00:53:06.484979 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 7932 | 2024.12.07 00:53:06.485205 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::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 | ||
| 7933 | 2024.12.07 00:53:06.488764 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3946 rows, containing 4 columns (4 merged, 0 gathered) in 0.005746794 sec., 686643.7182192366 rows/sec., 44.76 MiB/sec. | ||
| 7934 | 2024.12.07 00:53:06.489277 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7935 | 2024.12.07 00:53:06.489798 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20150 rows, containing 5 columns (5 merged, 0 gathered) in 0.013786802 sec., 1461542.7130961914 rows/sec., 98.63 MiB/sec. | ||
| 7936 | 2024.12.07 00:53:06.489890 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2024.12.07 00:53:06.489988 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_66_13} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7938 | 2024.12.07 00:53:06.490106 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7939 | 2024.12.07 00:53:06.490162 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7940 | 2024.12.07 00:53:06.490471 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7941 | 2024.12.07 00:53:06.490555 [ 198 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7942 | 2024.12.07 00:53:06.490652 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 7943 | 2024.12.07 00:53:08.363974 [ 43 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 | ||
| 7944 | 2024.12.07 00:53:08.364049 [ 43 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7945 | 2024.12.07 00:53:08.364076 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7946 | 2024.12.07 00:53:08.364362 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full | ||
| 7947 | 2024.12.07 00:53:08.364605 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7948 | 2024.12.07 00:53:08.364650 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 243 rows starting from the beginning of the part | ||
| 7949 | 2024.12.07 00:53:08.364745 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
| 7950 | 2024.12.07 00:53:08.365054 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 7951 | 2024.12.07 00:53:08.365249 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 7952 | 2024.12.07 00:53:08.365467 [ 188 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
| 7953 | 2024.12.07 00:53:08.366767 [ 198 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002587391 sec., 291799.7318534385 rows/sec., 20.89 MiB/sec. | ||
| 7954 | 2024.12.07 00:53:08.367098 [ 198 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 7955 | 2024.12.07 00:53:08.367522 [ 198 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7956 | 2024.12.07 00:53:08.367620 [ 198 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_29_6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 | ||
| 7957 | 2024.12.07 00:53:08.367728 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7958 | 2024.12.07 00:53:09.064959 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7959 | 2024.12.07 00:53:09.065011 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7960 | 2024.12.07 00:53:09.201908 [ 40 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 7961 | 2024.12.07 00:53:09.202037 [ 40 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7962 | 2024.12.07 00:53:09.202066 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7963 | 2024.12.07 00:53:09.202271 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 7964 | 2024.12.07 00:53:09.202565 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7965 | 2024.12.07 00:53:09.202610 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 66 rows starting from the beginning of the part | ||
| 7966 | 2024.12.07 00:53:09.202705 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 7967 | 2024.12.07 00:53:09.202982 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 7968 | 2024.12.07 00:53:09.203171 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 7969 | 2024.12.07 00:53:09.203358 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 50 rows starting from the beginning of the part | ||
| 7970 | 2024.12.07 00:53:09.204494 [ 198 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002355066 sec., 90867.94170524308 rows/sec., 6.85 MiB/sec. | ||
| 7971 | 2024.12.07 00:53:09.204688 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 7972 | 2024.12.07 00:53:09.205027 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2024.12.07 00:53:09.205132 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_33_7} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 7974 | 2024.12.07 00:53:09.205230 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7975 | 2024.12.07 00:53:09.245160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7976 | 2024.12.07 00:53:09.246225 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7977 | 2024.12.07 00:53:09.246307 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7978 | 2024.12.07 00:53:09.247032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7979 | 2024.12.07 00:53:09.247298 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2024.12.07 00:53:09.247593 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7981 | 2024.12.07 00:53:09.259380 [ 42 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 7982 | 2024.12.07 00:53:09.259432 [ 42 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2024.12.07 00:53:09.259455 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7984 | 2024.12.07 00:53:09.259647 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 7985 | 2024.12.07 00:53:09.259998 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7986 | 2024.12.07 00:53:09.260046 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 7987 | 2024.12.07 00:53:09.260124 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 7988 | 2024.12.07 00:53:09.260340 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 7989 | 2024.12.07 00:53:09.260559 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 7990 | 2024.12.07 00:53:09.260686 [ 188 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 7991 | 2024.12.07 00:53:09.261783 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.002261024 sec., 74302.61686740168 rows/sec., 3.79 MiB/sec. | ||
| 7992 | 2024.12.07 00:53:09.261945 [ 195 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 7993 | 2024.12.07 00:53:09.262270 [ 195 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2024.12.07 00:53:09.262353 [ 195 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_28_6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 7995 | 2024.12.07 00:53:09.262446 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7996 | 2024.12.07 00:53:09.354834 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1148 | ||
| 7997 | 2024.12.07 00:53:09.357765 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2024.12.07 00:53:09.357808 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7999 | 2024.12.07 00:53:09.359326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8000 | 2024.12.07 00:53:09.359659 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2024.12.07 00:53:09.360260 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1148 | ||
| 8002 | 2024.12.07 00:53:10.518986 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8003 | 2024.12.07 00:53:10.540947 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8004 | 2024.12.07 00:53:10.541009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8005 | 2024.12.07 00:53:10.548383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8006 | 2024.12.07 00:53:10.549174 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8007 | 2024.12.07 00:53:10.552166 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8008 | 2024.12.07 00:53:11.468060 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8009 | 2024.12.07 00:53:11.468249 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8010 | 2024.12.07 00:53:11.468324 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8011 | 2024.12.07 00:53:11.469087 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8012 | 2024.12.07 00:53:11.469137 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8013 | 2024.12.07 00:53:11.469590 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8014 | 2024.12.07 00:53:11.469877 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8015 | 2024.12.07 00:53:11.470079 [ 39 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8016 | 2024.12.07 00:53:11.470146 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 8017 | 2024.12.07 00:53:11.470162 [ 39 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2024.12.07 00:53:11.470229 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8019 | 2024.12.07 00:53:11.470281 [ 276 ] {989fc306-f2ab-49d5-ab9f-67c409188dd8} <Debug> TCPHandler: Processed in 0.002349667 sec. | ||
| 8020 | 2024.12.07 00:53:11.470618 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8021 | 2024.12.07 00:53:11.470755 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8022 | 2024.12.07 00:53:11.470942 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8023 | 2024.12.07 00:53:11.471046 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8024 | 2024.12.07 00:53:11.471227 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8025 | 2024.12.07 00:53:11.471321 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8026 | 2024.12.07 00:53:11.471616 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8027 | 2024.12.07 00:53:11.471933 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8028 | 2024.12.07 00:53:11.472324 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8029 | 2024.12.07 00:53:11.472932 [ 188 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8030 | 2024.12.07 00:53:11.474091 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2024.12.07 00:53:11.474185 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8032 | 2024.12.07 00:53:11.475370 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005005229 sec., 13985.374095770643 rows/sec., 1.04 MiB/sec. | ||
| 8033 | 2024.12.07 00:53:11.475384 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8034 | 2024.12.07 00:53:11.475634 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8035 | 2024.12.07 00:53:11.475919 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8036 | 2024.12.07 00:53:11.476312 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2024.12.07 00:53:11.476338 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005515 sec., 51677.24388032639 rows/sec., 4.56 MiB/sec. | ||
| 8038 | 2024.12.07 00:53:11.476514 [ 280 ] {e0e7e3bf-cd7f-439e-8156-2d003ecee8c0} <Debug> TCPHandler: Processed in 0.00606552 sec. | ||
| 8039 | 2024.12.07 00:53:11.476533 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_29_7} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8040 | 2024.12.07 00:53:11.476697 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8041 | 2024.12.07 00:53:11.476728 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2024.12.07 00:53:11.476856 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8043 | 2024.12.07 00:53:11.476906 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8044 | 2024.12.07 00:53:11.477491 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2024.12.07 00:53:11.477531 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8046 | 2024.12.07 00:53:11.477904 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8047 | 2024.12.07 00:53:11.478146 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2024.12.07 00:53:11.478346 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.28 MiB/sec. | ||
| 8049 | 2024.12.07 00:53:11.478401 [ 276 ] {982dabb4-b76d-434d-8bb7-dfc432da71db} <Debug> TCPHandler: Processed in 0.001774275 sec. | ||
| 8050 | 2024.12.07 00:53:11.478554 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2024.12.07 00:53:11.478664 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8052 | 2024.12.07 00:53:11.478709 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8053 | 2024.12.07 00:53:11.479227 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2024.12.07 00:53:11.479267 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8055 | 2024.12.07 00:53:11.479611 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8056 | 2024.12.07 00:53:11.479846 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2024.12.07 00:53:11.480048 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001408 sec., 9943.181818181818 rows/sec., 696.36 KiB/sec. | ||
| 8058 | 2024.12.07 00:53:11.480098 [ 280 ] {bf7216d4-0fc2-4d7d-b53f-2f5b59f1f72f} <Debug> TCPHandler: Processed in 0.001606711 sec. | ||
| 8059 | 2024.12.07 00:53:11.480238 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2024.12.07 00:53:11.480342 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8061 | 2024.12.07 00:53:11.480386 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8062 | 2024.12.07 00:53:11.480911 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2024.12.07 00:53:11.480949 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8064 | 2024.12.07 00:53:11.481297 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8065 | 2024.12.07 00:53:11.481537 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2024.12.07 00:53:11.481696 [ 39 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8067 | 2024.12.07 00:53:11.481762 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001432 sec., 9078.212290502794 rows/sec., 566.02 KiB/sec. | ||
| 8068 | 2024.12.07 00:53:11.481764 [ 39 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8069 | 2024.12.07 00:53:11.481855 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8070 | 2024.12.07 00:53:11.481887 [ 276 ] {b1121ae2-5c97-478b-8075-aa17110451bc} <Debug> TCPHandler: Processed in 0.001704773 sec. | ||
| 8071 | 2024.12.07 00:53:11.482082 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8072 | 2024.12.07 00:53:11.482117 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2024.12.07 00:53:11.482290 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8074 | 2024.12.07 00:53:11.482364 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8075 | 2024.12.07 00:53:11.482373 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8076 | 2024.12.07 00:53:11.482540 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8077 | 2024.12.07 00:53:11.482613 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8078 | 2024.12.07 00:53:11.483034 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8079 | 2024.12.07 00:53:11.483308 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8080 | 2024.12.07 00:53:11.483684 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8081 | 2024.12.07 00:53:11.486180 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2024.12.07 00:53:11.486263 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8083 | 2024.12.07 00:53:11.486950 [ 186 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004997568 sec., 13006.326277101181 rows/sec., 861.75 KiB/sec. | ||
| 8084 | 2024.12.07 00:53:11.487167 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8085 | 2024.12.07 00:53:11.487277 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8086 | 2024.12.07 00:53:11.487701 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2024.12.07 00:53:11.487782 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2024.12.07 00:53:11.487889 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_29_7} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8089 | 2024.12.07 00:53:11.488134 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8090 | 2024.12.07 00:53:11.488233 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005937 sec., 71248.10510358767 rows/sec., 5.09 MiB/sec. | ||
| 8091 | 2024.12.07 00:53:11.488307 [ 280 ] {cd34a981-286b-4505-a2fa-475e2bfb56c6} <Debug> TCPHandler: Processed in 0.006309104 sec. | ||
| 8092 | 2024.12.07 00:53:11.488474 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2024.12.07 00:53:11.488609 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8094 | 2024.12.07 00:53:11.488667 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8095 | 2024.12.07 00:53:11.489201 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8096 | 2024.12.07 00:53:11.489248 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8097 | 2024.12.07 00:53:11.489647 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8098 | 2024.12.07 00:53:11.489898 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2024.12.07 00:53:11.490104 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 8100 | 2024.12.07 00:53:11.490153 [ 276 ] {44187a93-ac52-4236-b3c4-63f97520cf9a} <Debug> TCPHandler: Processed in 0.001748024 sec. | ||
| 8101 | 2024.12.07 00:53:11.490299 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8102 | 2024.12.07 00:53:11.490439 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8103 | 2024.12.07 00:53:11.490501 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8104 | 2024.12.07 00:53:11.491139 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2024.12.07 00:53:11.491186 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8106 | 2024.12.07 00:53:11.491599 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8107 | 2024.12.07 00:53:11.491840 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2024.12.07 00:53:11.492040 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00163 sec., 145398.773006135 rows/sec., 9.75 MiB/sec. | ||
| 8109 | 2024.12.07 00:53:11.492091 [ 280 ] {71d3e28d-7c50-4cb7-9758-7750aa034d64} <Debug> TCPHandler: Processed in 0.001843317 sec. | ||
| 8110 | 2024.12.07 00:53:11.492220 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2024.12.07 00:53:11.492324 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8112 | 2024.12.07 00:53:11.492377 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8113 | 2024.12.07 00:53:11.492880 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2024.12.07 00:53:11.492926 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8115 | 2024.12.07 00:53:11.493340 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8116 | 2024.12.07 00:53:11.493578 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2024.12.07 00:53:11.493785 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 8118 | 2024.12.07 00:53:11.493843 [ 276 ] {31d925f9-a5e7-4508-b991-deb848ca6dfe} <Debug> TCPHandler: Processed in 0.001671593 sec. | ||
| 8119 | 2024.12.07 00:53:11.493992 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2024.12.07 00:53:11.494098 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8121 | 2024.12.07 00:53:11.494164 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8122 | 2024.12.07 00:53:11.495341 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2024.12.07 00:53:11.495380 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8124 | 2024.12.07 00:53:11.496026 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8125 | 2024.12.07 00:53:11.496290 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2024.12.07 00:53:11.496585 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002502 sec., 16386.89048760991 rows/sec., 29.36 MiB/sec. | ||
| 8127 | 2024.12.07 00:53:11.497077 [ 280 ] {c8841c2c-b7a3-4b8b-9252-235db66ab6f6} <Debug> TCPHandler: Processed in 0.003135962 sec. | ||
| 8128 | 2024.12.07 00:53:11.497353 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2024.12.07 00:53:11.497499 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8130 | 2024.12.07 00:53:11.497562 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8131 | 2024.12.07 00:53:11.498257 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2024.12.07 00:53:11.498294 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8133 | 2024.12.07 00:53:11.498682 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8134 | 2024.12.07 00:53:11.498937 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8135 | 2024.12.07 00:53:11.499174 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001706 sec., 48065.65064478312 rows/sec., 3.05 MiB/sec. | ||
| 8136 | 2024.12.07 00:53:11.499228 [ 276 ] {b0de8cdd-f7db-437a-aa5d-dabdc1a3a0af} <Debug> TCPHandler: Processed in 0.00201788 sec. | ||
| 8137 | 2024.12.07 00:53:16.460549 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8138 | 2024.12.07 00:53:16.460763 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8139 | 2024.12.07 00:53:16.460839 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8140 | 2024.12.07 00:53:16.461748 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8141 | 2024.12.07 00:53:16.461805 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8142 | 2024.12.07 00:53:16.462283 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8143 | 2024.12.07 00:53:16.462607 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8144 | 2024.12.07 00:53:16.462869 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002157 sec., 25961.984237366712 rows/sec., 1.98 MiB/sec. | ||
| 8145 | 2024.12.07 00:53:16.462993 [ 276 ] {ed6c6d8d-7897-429b-ac7c-aaaff1e44117} <Debug> TCPHandler: Processed in 0.002583111 sec. | ||
| 8146 | 2024.12.07 00:53:16.463243 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8147 | 2024.12.07 00:53:16.463402 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8148 | 2024.12.07 00:53:16.463460 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8149 | 2024.12.07 00:53:16.464161 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8150 | 2024.12.07 00:53:16.464206 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8151 | 2024.12.07 00:53:16.464642 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8152 | 2024.12.07 00:53:16.464934 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2024.12.07 00:53:16.465203 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001822 sec., 35126.234906695936 rows/sec., 2.74 MiB/sec. | ||
| 8154 | 2024.12.07 00:53:16.465320 [ 280 ] {ef6466ce-ace3-4ef0-95d9-10620d8fefd5} <Debug> TCPHandler: Processed in 0.002175553 sec. | ||
| 8155 | 2024.12.07 00:53:16.465534 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8156 | 2024.12.07 00:53:16.465680 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8157 | 2024.12.07 00:53:16.465735 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8158 | 2024.12.07 00:53:16.466303 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8159 | 2024.12.07 00:53:16.466344 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8160 | 2024.12.07 00:53:16.466750 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8161 | 2024.12.07 00:53:16.467018 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8162 | 2024.12.07 00:53:16.467255 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 8163 | 2024.12.07 00:53:16.467364 [ 276 ] {4aa9b2a6-27d8-4e86-8d27-66221651055c} <Debug> TCPHandler: Processed in 0.001931908 sec. | ||
| 8164 | 2024.12.07 00:53:16.467579 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8165 | 2024.12.07 00:53:16.467709 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8166 | 2024.12.07 00:53:16.467759 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8167 | 2024.12.07 00:53:16.468226 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2024.12.07 00:53:16.468266 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8169 | 2024.12.07 00:53:16.468628 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8170 | 2024.12.07 00:53:16.468863 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2024.12.07 00:53:16.469079 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 8172 | 2024.12.07 00:53:16.469176 [ 280 ] {ab008585-324c-4454-a611-5f580daf04e8} <Debug> TCPHandler: Processed in 0.001702714 sec. | ||
| 8173 | 2024.12.07 00:53:16.747702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8174 | 2024.12.07 00:53:16.748326 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2024.12.07 00:53:16.748365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8176 | 2024.12.07 00:53:16.748866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8177 | 2024.12.07 00:53:16.749121 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2024.12.07 00:53:16.749277 [ 31 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8179 | 2024.12.07 00:53:16.749311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8180 | 2024.12.07 00:53:16.749326 [ 31 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8181 | 2024.12.07 00:53:16.749348 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8182 | 2024.12.07 00:53:16.749559 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 8183 | 2024.12.07 00:53:16.749781 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8184 | 2024.12.07 00:53:16.749825 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 8185 | 2024.12.07 00:53:16.749908 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8186 | 2024.12.07 00:53:16.750089 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8187 | 2024.12.07 00:53:16.750406 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8188 | 2024.12.07 00:53:16.750628 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8189 | 2024.12.07 00:53:16.750799 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8190 | 2024.12.07 00:53:16.753489 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.00405675 sec., 4631293.523140445 rows/sec., 66.25 MiB/sec. | ||
| 8191 | 2024.12.07 00:53:16.753741 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8192 | 2024.12.07 00:53:16.754036 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2024.12.07 00:53:16.754118 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_41_8} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8194 | 2024.12.07 00:53:16.754211 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8195 | 2024.12.07 00:53:18.052216 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8196 | 2024.12.07 00:53:18.075256 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8197 | 2024.12.07 00:53:18.075317 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8198 | 2024.12.07 00:53:18.082632 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8199 | 2024.12.07 00:53:18.083411 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8200 | 2024.12.07 00:53:18.083743 [ 28 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8201 | 2024.12.07 00:53:18.083817 [ 28 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2024.12.07 00:53:18.083865 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8203 | 2024.12.07 00:53:18.084248 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 8204 | 2024.12.07 00:53:18.093483 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8205 | 2024.12.07 00:53:18.094688 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8206 | 2024.12.07 00:53:18.095593 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 8207 | 2024.12.07 00:53:18.100203 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 8208 | 2024.12.07 00:53:18.104833 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8209 | 2024.12.07 00:53:18.109804 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 8210 | 2024.12.07 00:53:18.115271 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8211 | 2024.12.07 00:53:18.119842 [ 196 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 8212 | 2024.12.07 00:53:18.179381 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.095409581 sec., 3238.6684519660557 rows/sec., 16.75 MiB/sec. | ||
| 8213 | 2024.12.07 00:53:18.181398 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8214 | 2024.12.07 00:53:18.183714 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8215 | 2024.12.07 00:53:18.183813 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_41_8} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8216 | 2024.12.07 00:53:18.185128 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8217 | 2024.12.07 00:53:19.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.74 MiB, peak 230.17 MiB, free memory in arenas 0.00 B, will set to 219.21 MiB (RSS), difference: 2.48 MiB | ||
| 8218 | 2024.12.07 00:53:19.360387 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1178 | ||
| 8219 | 2024.12.07 00:53:19.364417 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8220 | 2024.12.07 00:53:19.364468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8221 | 2024.12.07 00:53:19.365952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8222 | 2024.12.07 00:53:19.366271 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2024.12.07 00:53:19.366485 [ 27 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8224 | 2024.12.07 00:53:19.366621 [ 27 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2024.12.07 00:53:19.366701 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8226 | 2024.12.07 00:53:19.367213 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 8227 | 2024.12.07 00:53:19.368577 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1178 | ||
| 8228 | 2024.12.07 00:53:19.368947 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8229 | 2024.12.07 00:53:19.369133 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1028 rows starting from the beginning of the part | ||
| 8230 | 2024.12.07 00:53:19.369777 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
| 8231 | 2024.12.07 00:53:19.370402 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 8232 | 2024.12.07 00:53:19.370901 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 8233 | 2024.12.07 00:53:19.371375 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 8234 | 2024.12.07 00:53:19.371845 [ 193 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
| 8235 | 2024.12.07 00:53:19.380377 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1178 rows, containing 72 columns (72 merged, 0 gathered) in 0.013521977 sec., 87117.43852248824 rows/sec., 68.92 MiB/sec. | ||
| 8236 | 2024.12.07 00:53:19.382059 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8237 | 2024.12.07 00:53:19.382901 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2024.12.07 00:53:19.383006 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_31_6} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8239 | 2024.12.07 00:53:19.383366 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 8240 | 2024.12.07 00:53:21.467327 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8241 | 2024.12.07 00:53:21.467553 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8242 | 2024.12.07 00:53:21.467631 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8243 | 2024.12.07 00:53:21.468344 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8244 | 2024.12.07 00:53:21.468389 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8245 | 2024.12.07 00:53:21.468804 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8246 | 2024.12.07 00:53:21.469055 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8247 | 2024.12.07 00:53:21.469288 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001792 sec., 7812.5 rows/sec., 562.40 KiB/sec. | ||
| 8248 | 2024.12.07 00:53:21.469344 [ 276 ] {8ace4f57-5e11-4ed2-bc49-e810f2b47965} <Debug> TCPHandler: Processed in 0.002151482 sec. | ||
| 8249 | 2024.12.07 00:53:21.469516 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8250 | 2024.12.07 00:53:21.469655 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8251 | 2024.12.07 00:53:21.469710 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8252 | 2024.12.07 00:53:21.470481 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8253 | 2024.12.07 00:53:21.470529 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8254 | 2024.12.07 00:53:21.470936 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8255 | 2024.12.07 00:53:21.471193 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8256 | 2024.12.07 00:53:21.471422 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001797 sec., 158597.66277128548 rows/sec., 13.99 MiB/sec. | ||
| 8257 | 2024.12.07 00:53:21.471484 [ 280 ] {4e15e2a6-6409-49af-8dc7-7493816ec001} <Debug> TCPHandler: Processed in 0.00203546 sec. | ||
| 8258 | 2024.12.07 00:53:21.471641 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8259 | 2024.12.07 00:53:21.471782 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8260 | 2024.12.07 00:53:21.471837 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8261 | 2024.12.07 00:53:21.472483 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8262 | 2024.12.07 00:53:21.472528 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8263 | 2024.12.07 00:53:21.472895 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8264 | 2024.12.07 00:53:21.473130 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8265 | 2024.12.07 00:53:21.473371 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001605 sec., 29906.542056074766 rows/sec., 2.15 MiB/sec. | ||
| 8266 | 2024.12.07 00:53:21.473513 [ 276 ] {d18a991a-eec6-4218-8cd8-51bbc60ffe83} <Debug> TCPHandler: Processed in 0.001944398 sec. | ||
| 8267 | 2024.12.07 00:53:21.473731 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2024.12.07 00:53:21.473864 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8269 | 2024.12.07 00:53:21.473919 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8270 | 2024.12.07 00:53:21.474584 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8271 | 2024.12.07 00:53:21.474630 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8272 | 2024.12.07 00:53:21.474975 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8273 | 2024.12.07 00:53:21.475214 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8274 | 2024.12.07 00:53:21.475395 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
| 8275 | 2024.12.07 00:53:21.475445 [ 280 ] {90e43cef-45ee-42ed-a64b-668a7775d935} <Debug> TCPHandler: Processed in 0.001826646 sec. | ||
| 8276 | 2024.12.07 00:53:21.475601 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8277 | 2024.12.07 00:53:21.475707 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8278 | 2024.12.07 00:53:21.475750 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8279 | 2024.12.07 00:53:21.476262 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8280 | 2024.12.07 00:53:21.476298 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8281 | 2024.12.07 00:53:21.476633 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8282 | 2024.12.07 00:53:21.476867 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8283 | 2024.12.07 00:53:21.477052 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001366 sec., 9516.837481698389 rows/sec., 593.37 KiB/sec. | ||
| 8284 | 2024.12.07 00:53:21.477171 [ 276 ] {4d7e76a2-7e58-40d0-ae72-604417c2f323} <Debug> TCPHandler: Processed in 0.001620342 sec. | ||
| 8285 | 2024.12.07 00:53:21.477318 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8286 | 2024.12.07 00:53:21.477425 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8287 | 2024.12.07 00:53:21.477470 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8288 | 2024.12.07 00:53:21.478154 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8289 | 2024.12.07 00:53:21.478193 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8290 | 2024.12.07 00:53:21.478548 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8291 | 2024.12.07 00:53:21.478778 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8292 | 2024.12.07 00:53:21.478951 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001547 sec., 273432.44990303816 rows/sec., 19.55 MiB/sec. | ||
| 8293 | 2024.12.07 00:53:21.479001 [ 280 ] {7bb42bf3-bb40-4836-bebc-8aad4b40121c} <Debug> TCPHandler: Processed in 0.001739725 sec. | ||
| 8294 | 2024.12.07 00:53:21.479151 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8295 | 2024.12.07 00:53:21.479279 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8296 | 2024.12.07 00:53:21.479334 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8297 | 2024.12.07 00:53:21.479821 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8298 | 2024.12.07 00:53:21.479857 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8299 | 2024.12.07 00:53:21.480213 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8300 | 2024.12.07 00:53:21.480448 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2024.12.07 00:53:21.480622 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
| 8302 | 2024.12.07 00:53:21.480670 [ 276 ] {31416082-539a-490c-baa2-d6bc5d6674e1} <Debug> TCPHandler: Processed in 0.001581141 sec. | ||
| 8303 | 2024.12.07 00:53:21.480812 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8304 | 2024.12.07 00:53:21.480940 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8305 | 2024.12.07 00:53:21.480998 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8306 | 2024.12.07 00:53:21.481605 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8307 | 2024.12.07 00:53:21.481649 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8308 | 2024.12.07 00:53:21.482022 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8309 | 2024.12.07 00:53:21.482252 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8310 | 2024.12.07 00:53:21.482425 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001514 sec., 156538.96961690887 rows/sec., 10.49 MiB/sec. | ||
| 8311 | 2024.12.07 00:53:21.482475 [ 280 ] {0a30f349-f656-49a6-9eaa-2713f07c7b96} <Debug> TCPHandler: Processed in 0.001724104 sec. | ||
| 8312 | 2024.12.07 00:53:21.482616 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8313 | 2024.12.07 00:53:21.482741 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8314 | 2024.12.07 00:53:21.482795 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8315 | 2024.12.07 00:53:21.483293 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8316 | 2024.12.07 00:53:21.483335 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8317 | 2024.12.07 00:53:21.483721 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8318 | 2024.12.07 00:53:21.483951 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2024.12.07 00:53:21.484125 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 8320 | 2024.12.07 00:53:21.484172 [ 276 ] {d61967a2-ce68-4123-8745-086c8748b86d} <Debug> TCPHandler: Processed in 0.001607182 sec. | ||
| 8321 | 2024.12.07 00:53:21.484301 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8322 | 2024.12.07 00:53:21.484408 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8323 | 2024.12.07 00:53:21.484473 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8324 | 2024.12.07 00:53:21.485578 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8325 | 2024.12.07 00:53:21.485615 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8326 | 2024.12.07 00:53:21.486265 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8327 | 2024.12.07 00:53:21.486516 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2024.12.07 00:53:21.486641 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8329 | 2024.12.07 00:53:21.486696 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8330 | 2024.12.07 00:53:21.486720 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002333 sec., 17573.939134162025 rows/sec., 31.49 MiB/sec. | ||
| 8331 | 2024.12.07 00:53:21.486726 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8332 | 2024.12.07 00:53:21.487319 [ 280 ] {4e4f9fec-0fc9-41fe-8dd5-d78d4f7803ad} <Debug> TCPHandler: Processed in 0.0030579 sec. | ||
| 8333 | 2024.12.07 00:53:21.487379 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 8334 | 2024.12.07 00:53:21.487617 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8335 | 2024.12.07 00:53:21.487932 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8336 | 2024.12.07 00:53:21.488076 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8337 | 2024.12.07 00:53:21.488534 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8338 | 2024.12.07 00:53:21.488814 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 882 rows starting from the beginning of the part | ||
| 8339 | 2024.12.07 00:53:21.489582 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part | ||
| 8340 | 2024.12.07 00:53:21.490386 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
| 8341 | 2024.12.07 00:53:21.490407 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2024.12.07 00:53:21.490482 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8343 | 2024.12.07 00:53:21.491006 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part | ||
| 8344 | 2024.12.07 00:53:21.491732 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
| 8345 | 2024.12.07 00:53:21.492094 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8346 | 2024.12.07 00:53:21.492403 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part | ||
| 8347 | 2024.12.07 00:53:21.493058 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2024.12.07 00:53:21.493831 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00598 sec., 13712.3745819398 rows/sec., 891.81 KiB/sec. | ||
| 8349 | 2024.12.07 00:53:21.494164 [ 276 ] {6287c298-157f-4060-a0a8-dc88377e3f5d} <Debug> TCPHandler: Processed in 0.006717892 sec. | ||
| 8350 | 2024.12.07 00:53:21.500789 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1087 rows, containing 19 columns (19 merged, 0 gathered) in 0.013915035 sec., 78116.94329191411 rows/sec., 139.98 MiB/sec. | ||
| 8351 | 2024.12.07 00:53:21.502022 [ 189 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8352 | 2024.12.07 00:53:21.502450 [ 189 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8353 | 2024.12.07 00:53:21.502529 [ 189 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8354 | 2024.12.07 00:53:21.502675 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.53 MiB. | ||
| 8355 | 2024.12.07 00:53:22.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.35 MiB, peak 230.17 MiB, free memory in arenas 0.00 B, will set to 221.71 MiB (RSS), difference: 1.36 MiB | ||
| 8356 | 2024.12.07 00:53:24.065056 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8357 | 2024.12.07 00:53:24.065136 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8358 | 2024.12.07 00:53:24.249417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8359 | 2024.12.07 00:53:24.250122 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2024.12.07 00:53:24.250170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8361 | 2024.12.07 00:53:24.250687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8362 | 2024.12.07 00:53:24.250944 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2024.12.07 00:53:24.251219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8364 | 2024.12.07 00:53:25.593556 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8365 | 2024.12.07 00:53:25.612537 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2024.12.07 00:53:25.612591 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8367 | 2024.12.07 00:53:25.619455 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8368 | 2024.12.07 00:53:25.620190 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2024.12.07 00:53:25.623629 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8370 | 2024.12.07 00:53:26.460570 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8371 | 2024.12.07 00:53:26.460868 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8372 | 2024.12.07 00:53:26.460943 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8373 | 2024.12.07 00:53:26.461733 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8374 | 2024.12.07 00:53:26.461786 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8375 | 2024.12.07 00:53:26.462236 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8376 | 2024.12.07 00:53:26.462502 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8377 | 2024.12.07 00:53:26.462759 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.18 MiB/sec. | ||
| 8378 | 2024.12.07 00:53:26.462830 [ 276 ] {0b0b8ef3-b516-43b1-9505-1fd012d5361b} <Debug> TCPHandler: Processed in 0.002452009 sec. | ||
| 8379 | 2024.12.07 00:53:26.463036 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8380 | 2024.12.07 00:53:26.463189 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8381 | 2024.12.07 00:53:26.463251 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8382 | 2024.12.07 00:53:26.463940 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8383 | 2024.12.07 00:53:26.463984 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8384 | 2024.12.07 00:53:26.464376 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8385 | 2024.12.07 00:53:26.464628 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8386 | 2024.12.07 00:53:26.464882 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001727 sec., 37058.48291835553 rows/sec., 2.89 MiB/sec. | ||
| 8387 | 2024.12.07 00:53:26.464981 [ 280 ] {95054fac-fcbb-4b46-b1ae-6a9456da79ed} <Debug> TCPHandler: Processed in 0.00201808 sec. | ||
| 8388 | 2024.12.07 00:53:26.465176 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8389 | 2024.12.07 00:53:26.465354 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8390 | 2024.12.07 00:53:26.465411 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8391 | 2024.12.07 00:53:26.465976 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2024.12.07 00:53:26.466017 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8393 | 2024.12.07 00:53:26.466420 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8394 | 2024.12.07 00:53:26.466664 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2024.12.07 00:53:26.466910 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 8396 | 2024.12.07 00:53:26.467005 [ 276 ] {ad3a50f5-b2b4-4cea-8bd5-ee0d677f2f57} <Debug> TCPHandler: Processed in 0.001930178 sec. | ||
| 8397 | 2024.12.07 00:53:26.467201 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8398 | 2024.12.07 00:53:26.467450 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8399 | 2024.12.07 00:53:26.467508 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8400 | 2024.12.07 00:53:26.467988 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8401 | 2024.12.07 00:53:26.468029 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8402 | 2024.12.07 00:53:26.468404 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8403 | 2024.12.07 00:53:26.468639 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8404 | 2024.12.07 00:53:26.468865 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 8405 | 2024.12.07 00:53:26.468919 [ 280 ] {f45aed8c-d97a-409b-9eeb-8ee51353af9b} <Debug> TCPHandler: Processed in 0.001829796 sec. | ||
| 8406 | 2024.12.07 00:53:27.270185 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8407 | 2024.12.07 00:53:27.270393 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8408 | 2024.12.07 00:53:27.270472 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8409 | 2024.12.07 00:53:27.271288 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2024.12.07 00:53:27.271337 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8411 | 2024.12.07 00:53:27.271761 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8412 | 2024.12.07 00:53:27.272013 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2024.12.07 00:53:27.272250 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 8414 | 2024.12.07 00:53:27.272306 [ 276 ] {81368c22-e020-4cb1-bae9-a5748729d357} <Debug> TCPHandler: Processed in 0.002259525 sec. | ||
| 8415 | 2024.12.07 00:53:27.272511 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8416 | 2024.12.07 00:53:27.272647 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8417 | 2024.12.07 00:53:27.272703 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8418 | 2024.12.07 00:53:27.273273 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8419 | 2024.12.07 00:53:27.273312 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8420 | 2024.12.07 00:53:27.273680 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8421 | 2024.12.07 00:53:27.273915 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8422 | 2024.12.07 00:53:27.274159 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001541 sec., 9085.009733939 rows/sec., 740.82 KiB/sec. | ||
| 8423 | 2024.12.07 00:53:27.274348 [ 280 ] {95d685b4-4253-404b-b45a-fba0ee2fdcfe} <Debug> TCPHandler: Processed in 0.001901777 sec. | ||
| 8424 | 2024.12.07 00:53:27.274502 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8425 | 2024.12.07 00:53:27.274611 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8426 | 2024.12.07 00:53:27.274655 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8427 | 2024.12.07 00:53:27.275719 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2024.12.07 00:53:27.275759 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8429 | 2024.12.07 00:53:27.276209 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8430 | 2024.12.07 00:53:27.276451 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8431 | 2024.12.07 00:53:27.276623 [ 66 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8432 | 2024.12.07 00:53:27.276682 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002091 sec., 684839.7895743663 rows/sec., 57.15 MiB/sec. | ||
| 8433 | 2024.12.07 00:53:27.276703 [ 66 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2024.12.07 00:53:27.276771 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8435 | 2024.12.07 00:53:27.276814 [ 276 ] {38a9ece3-a639-4b2c-a28f-9088a4b6d7e6} <Debug> TCPHandler: Processed in 0.002361087 sec. | ||
| 8436 | 2024.12.07 00:53:27.277047 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8437 | 2024.12.07 00:53:27.277053 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2024.12.07 00:53:27.277356 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8439 | 2024.12.07 00:53:27.277356 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8440 | 2024.12.07 00:53:27.277455 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8441 | 2024.12.07 00:53:27.277462 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1435 rows starting from the beginning of the part | ||
| 8442 | 2024.12.07 00:53:27.277826 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 285 rows starting from the beginning of the part | ||
| 8443 | 2024.12.07 00:53:27.278139 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 8444 | 2024.12.07 00:53:27.278508 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 285 rows starting from the beginning of the part | ||
| 8445 | 2024.12.07 00:53:27.278825 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
| 8446 | 2024.12.07 00:53:27.279160 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1432 rows starting from the beginning of the part | ||
| 8447 | 2024.12.07 00:53:27.280257 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8448 | 2024.12.07 00:53:27.280327 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8449 | 2024.12.07 00:53:27.281075 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8450 | 2024.12.07 00:53:27.281590 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8451 | 2024.12.07 00:53:27.281879 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.004608 sec., 13454.861111111111 rows/sec., 980.17 KiB/sec. | ||
| 8452 | 2024.12.07 00:53:27.281956 [ 280 ] {3d7ff595-5429-493d-bb23-d7c2d38834f0} <Debug> TCPHandler: Processed in 0.005012159 sec. | ||
| 8453 | 2024.12.07 00:53:27.282115 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8454 | 2024.12.07 00:53:27.282454 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8455 | 2024.12.07 00:53:27.282540 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8456 | 2024.12.07 00:53:27.282547 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3549 rows, containing 5 columns (5 merged, 0 gathered) in 0.005649942 sec., 628148.0411657323 rows/sec., 55.16 MiB/sec. | ||
| 8457 | 2024.12.07 00:53:27.282919 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8458 | 2024.12.07 00:53:27.283475 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8459 | 2024.12.07 00:53:27.283711 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_71_14} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8460 | 2024.12.07 00:53:27.283873 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8461 | 2024.12.07 00:53:27.283911 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2024.12.07 00:53:27.283959 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8463 | 2024.12.07 00:53:27.284328 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8464 | 2024.12.07 00:53:27.284572 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2024.12.07 00:53:27.284786 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002473 sec., 97856.8540234533 rows/sec., 6.63 MiB/sec. | ||
| 8466 | 2024.12.07 00:53:27.284844 [ 276 ] {c2e4fd78-c790-4b6e-a348-47ca66579b89} <Debug> TCPHandler: Processed in 0.002791545 sec. | ||
| 8467 | 2024.12.07 00:53:27.285008 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8468 | 2024.12.07 00:53:27.285136 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8469 | 2024.12.07 00:53:27.285189 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8470 | 2024.12.07 00:53:27.285825 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8471 | 2024.12.07 00:53:27.285863 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8472 | 2024.12.07 00:53:27.286198 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8473 | 2024.12.07 00:53:27.286433 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8474 | 2024.12.07 00:53:27.286688 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 8475 | 2024.12.07 00:53:27.286885 [ 280 ] {a2fb2d08-0f0c-4ca8-b123-11dfc4b8f99c} <Debug> TCPHandler: Processed in 0.001937118 sec. | ||
| 8476 | 2024.12.07 00:53:27.287109 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8477 | 2024.12.07 00:53:27.287245 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8478 | 2024.12.07 00:53:27.287299 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8479 | 2024.12.07 00:53:27.288300 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8480 | 2024.12.07 00:53:27.288340 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8481 | 2024.12.07 00:53:27.288729 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8482 | 2024.12.07 00:53:27.288972 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8483 | 2024.12.07 00:53:27.289169 [ 66 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8484 | 2024.12.07 00:53:27.289241 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002017 sec., 442736.7377293009 rows/sec., 32.15 MiB/sec. | ||
| 8485 | 2024.12.07 00:53:27.289262 [ 66 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8486 | 2024.12.07 00:53:27.289363 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8487 | 2024.12.07 00:53:27.289380 [ 276 ] {1bf57a74-c67f-4655-b9c9-b9f55642dfa8} <Debug> TCPHandler: Processed in 0.002391118 sec. | ||
| 8488 | 2024.12.07 00:53:27.289642 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8489 | 2024.12.07 00:53:27.289654 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8490 | 2024.12.07 00:53:27.289903 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8491 | 2024.12.07 00:53:27.289924 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8492 | 2024.12.07 00:53:27.290006 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 8493 | 2024.12.07 00:53:27.290017 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8494 | 2024.12.07 00:53:27.290277 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 423 rows starting from the beginning of the part | ||
| 8495 | 2024.12.07 00:53:27.290718 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 8496 | 2024.12.07 00:53:27.291082 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 423 rows starting from the beginning of the part | ||
| 8497 | 2024.12.07 00:53:27.291500 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
| 8498 | 2024.12.07 00:53:27.291781 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 893 rows starting from the beginning of the part | ||
| 8499 | 2024.12.07 00:53:27.292671 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8500 | 2024.12.07 00:53:27.292741 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8501 | 2024.12.07 00:53:27.293616 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8502 | 2024.12.07 00:53:27.294143 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8503 | 2024.12.07 00:53:27.294486 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004673 sec., 1283.9717526214424 rows/sec., 67.08 KiB/sec. | ||
| 8504 | 2024.12.07 00:53:27.294881 [ 280 ] {c49f2d58-24a1-4bef-8c48-bdec3e5e6ea7} <Debug> TCPHandler: Processed in 0.005370366 sec. | ||
| 8505 | 2024.12.07 00:53:27.295244 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8506 | 2024.12.07 00:53:27.295528 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2782 rows, containing 5 columns (5 merged, 0 gathered) in 0.00604073 sec., 460540.36515454255 rows/sec., 35.18 MiB/sec. | ||
| 8507 | 2024.12.07 00:53:27.295557 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8508 | 2024.12.07 00:53:27.295646 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8509 | 2024.12.07 00:53:27.295795 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8510 | 2024.12.07 00:53:27.296358 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2024.12.07 00:53:27.296470 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_71_14} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8512 | 2024.12.07 00:53:27.296628 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8513 | 2024.12.07 00:53:27.296936 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2024.12.07 00:53:27.296980 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8515 | 2024.12.07 00:53:27.297428 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8516 | 2024.12.07 00:53:27.297679 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2024.12.07 00:53:27.297874 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8518 | 2024.12.07 00:53:27.297941 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.002437 sec., 394747.6405416496 rows/sec., 26.23 MiB/sec. | ||
| 8519 | 2024.12.07 00:53:27.297950 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8520 | 2024.12.07 00:53:27.298054 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8521 | 2024.12.07 00:53:27.298083 [ 276 ] {d17376db-4f3d-4b20-add3-1bc2114cd91a} <Debug> TCPHandler: Processed in 0.003077091 sec. | ||
| 8522 | 2024.12.07 00:53:27.298333 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8523 | 2024.12.07 00:53:27.298404 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8524 | 2024.12.07 00:53:27.298531 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8525 | 2024.12.07 00:53:27.298666 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8526 | 2024.12.07 00:53:27.298713 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8527 | 2024.12.07 00:53:27.298825 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20150 rows starting from the beginning of the part | ||
| 8528 | 2024.12.07 00:53:27.299142 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 8529 | 2024.12.07 00:53:27.299554 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 8530 | 2024.12.07 00:53:27.299985 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 8531 | 2024.12.07 00:53:27.300271 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 8532 | 2024.12.07 00:53:27.300601 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 962 rows starting from the beginning of the part | ||
| 8533 | 2024.12.07 00:53:27.301350 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8534 | 2024.12.07 00:53:27.301416 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8535 | 2024.12.07 00:53:27.302142 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8536 | 2024.12.07 00:53:27.302459 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8537 | 2024.12.07 00:53:27.302775 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004288 sec., 233.2089552238806 rows/sec., 15.71 KiB/sec. | ||
| 8538 | 2024.12.07 00:53:27.302927 [ 280 ] {43fc830f-9b1b-4bce-a9da-051c69a67bfa} <Debug> TCPHandler: Processed in 0.004739194 sec. | ||
| 8539 | 2024.12.07 00:53:27.303157 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8540 | 2024.12.07 00:53:27.303437 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8541 | 2024.12.07 00:53:27.303689 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8542 | 2024.12.07 00:53:27.305683 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8543 | 2024.12.07 00:53:27.305724 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8544 | 2024.12.07 00:53:27.306591 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8545 | 2024.12.07 00:53:27.307019 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2024.12.07 00:53:27.307336 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003993 sec., 10267.968945654897 rows/sec., 18.40 MiB/sec. | ||
| 8547 | 2024.12.07 00:53:27.307464 [ 276 ] {79bd671a-f185-4320-99ae-bcf0886c31ae} <Debug> TCPHandler: Processed in 0.004427027 sec. | ||
| 8548 | 2024.12.07 00:53:27.307628 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8549 | 2024.12.07 00:53:27.307946 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8550 | 2024.12.07 00:53:27.308079 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8551 | 2024.12.07 00:53:27.308101 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21906 rows, containing 5 columns (5 merged, 0 gathered) in 0.009867505 sec., 2220014.076506675 rows/sec., 149.76 MiB/sec. | ||
| 8552 | 2024.12.07 00:53:27.308515 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8553 | 2024.12.07 00:53:27.308879 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8554 | 2024.12.07 00:53:27.308948 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8555 | 2024.12.07 00:53:27.309125 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2024.12.07 00:53:27.309291 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8557 | 2024.12.07 00:53:27.309447 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 8558 | 2024.12.07 00:53:27.309601 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8559 | 2024.12.07 00:53:27.309844 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2024.12.07 00:53:27.310037 [ 66 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8561 | 2024.12.07 00:53:27.310100 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002255 sec., 15077.60532150776 rows/sec., 896.01 KiB/sec. | ||
| 8562 | 2024.12.07 00:53:27.310115 [ 66 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8563 | 2024.12.07 00:53:27.310209 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8564 | 2024.12.07 00:53:27.310241 [ 280 ] {a84864f9-6c21-4cc2-a29f-f459f7d586b5} <Debug> TCPHandler: Processed in 0.002671973 sec. | ||
| 8565 | 2024.12.07 00:53:27.310419 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8566 | 2024.12.07 00:53:27.310513 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8567 | 2024.12.07 00:53:27.310542 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3946 rows starting from the beginning of the part | ||
| 8568 | 2024.12.07 00:53:27.310619 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 8569 | 2024.12.07 00:53:27.310703 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 8570 | 2024.12.07 00:53:27.310971 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 8571 | 2024.12.07 00:53:27.311168 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 8572 | 2024.12.07 00:53:27.311292 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 34 rows starting from the beginning of the part | ||
| 8573 | 2024.12.07 00:53:27.313065 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4264 rows, containing 4 columns (4 merged, 0 gathered) in 0.002722694 sec., 1566095.9329252571 rows/sec., 101.99 MiB/sec. | ||
| 8574 | 2024.12.07 00:53:27.313442 [ 192 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8575 | 2024.12.07 00:53:27.313803 [ 192 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2024.12.07 00:53:27.313894 [ 192 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_71_14} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8577 | 2024.12.07 00:53:27.313985 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 8578 | 2024.12.07 00:53:29.368761 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1232 | ||
| 8579 | 2024.12.07 00:53:29.373209 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8580 | 2024.12.07 00:53:29.373271 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8581 | 2024.12.07 00:53:29.374792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8582 | 2024.12.07 00:53:29.375117 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8583 | 2024.12.07 00:53:29.376589 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1232 | ||
| 8584 | 2024.12.07 00:53:31.459305 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8585 | 2024.12.07 00:53:31.459629 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8586 | 2024.12.07 00:53:31.459750 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8587 | 2024.12.07 00:53:31.460633 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8588 | 2024.12.07 00:53:31.460685 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8589 | 2024.12.07 00:53:31.461118 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8590 | 2024.12.07 00:53:31.461381 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8591 | 2024.12.07 00:53:31.461626 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002075 sec., 26987.951807228914 rows/sec., 2.06 MiB/sec. | ||
| 8592 | 2024.12.07 00:53:31.461699 [ 276 ] {51648c7b-6a13-4324-955b-e326b484c5bb} <Debug> TCPHandler: Processed in 0.00258082 sec. | ||
| 8593 | 2024.12.07 00:53:31.461898 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8594 | 2024.12.07 00:53:31.462042 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8595 | 2024.12.07 00:53:31.462101 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8596 | 2024.12.07 00:53:31.462799 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8597 | 2024.12.07 00:53:31.462848 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8598 | 2024.12.07 00:53:31.463232 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8599 | 2024.12.07 00:53:31.463482 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8600 | 2024.12.07 00:53:31.463710 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001702 sec., 37602.820211515864 rows/sec., 2.93 MiB/sec. | ||
| 8601 | 2024.12.07 00:53:31.463780 [ 280 ] {cfe0e694-33df-4613-856f-b1367cf45228} <Debug> TCPHandler: Processed in 0.001951178 sec. | ||
| 8602 | 2024.12.07 00:53:31.463934 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8603 | 2024.12.07 00:53:31.464078 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8604 | 2024.12.07 00:53:31.464137 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8605 | 2024.12.07 00:53:31.464755 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8606 | 2024.12.07 00:53:31.464802 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8607 | 2024.12.07 00:53:31.465223 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8608 | 2024.12.07 00:53:31.465470 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8609 | 2024.12.07 00:53:31.465684 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001637 sec., 78191.81429444105 rows/sec., 5.45 MiB/sec. | ||
| 8610 | 2024.12.07 00:53:31.465736 [ 276 ] {4c2990a6-3137-462f-82f2-03697ba6b889} <Debug> TCPHandler: Processed in 0.001871007 sec. | ||
| 8611 | 2024.12.07 00:53:31.465881 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8612 | 2024.12.07 00:53:31.465989 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8613 | 2024.12.07 00:53:31.466036 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8614 | 2024.12.07 00:53:31.466496 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8615 | 2024.12.07 00:53:31.466536 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8616 | 2024.12.07 00:53:31.466887 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8617 | 2024.12.07 00:53:31.467120 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8618 | 2024.12.07 00:53:31.467338 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001368 sec., 35087.71929824561 rows/sec., 2.36 MiB/sec. | ||
| 8619 | 2024.12.07 00:53:31.467427 [ 280 ] {d07cb531-2b47-479b-84d4-ff12c23faef6} <Debug> TCPHandler: Processed in 0.001596051 sec. | ||
| 8620 | 2024.12.07 00:53:31.751339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8621 | 2024.12.07 00:53:31.752081 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2024.12.07 00:53:31.752131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8623 | 2024.12.07 00:53:31.752652 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8624 | 2024.12.07 00:53:31.752910 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2024.12.07 00:53:31.753194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8626 | 2024.12.07 00:53:33.123682 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8627 | 2024.12.07 00:53:33.144319 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2024.12.07 00:53:33.144385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8629 | 2024.12.07 00:53:33.151713 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8630 | 2024.12.07 00:53:33.152473 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8631 | 2024.12.07 00:53:33.155280 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8632 | 2024.12.07 00:53:36.461330 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8633 | 2024.12.07 00:53:36.461557 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8634 | 2024.12.07 00:53:36.461637 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8635 | 2024.12.07 00:53:36.462497 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2024.12.07 00:53:36.462545 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8637 | 2024.12.07 00:53:36.462976 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8638 | 2024.12.07 00:53:36.463233 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2024.12.07 00:53:36.463501 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 8640 | 2024.12.07 00:53:36.463566 [ 276 ] {91abd62b-1b93-4a9b-98bc-0854c803dc89} <Debug> TCPHandler: Processed in 0.002393277 sec. | ||
| 8641 | 2024.12.07 00:53:36.463758 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2024.12.07 00:53:36.463903 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8643 | 2024.12.07 00:53:36.463962 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8644 | 2024.12.07 00:53:36.464620 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2024.12.07 00:53:36.464661 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8646 | 2024.12.07 00:53:36.465030 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8647 | 2024.12.07 00:53:36.465272 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2024.12.07 00:53:36.465505 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001638 sec., 39072.03907203907 rows/sec., 3.05 MiB/sec. | ||
| 8649 | 2024.12.07 00:53:36.465560 [ 280 ] {70b5100c-cf08-4cfe-9e27-0b704a11b216} <Debug> TCPHandler: Processed in 0.001872787 sec. | ||
| 8650 | 2024.12.07 00:53:36.465727 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8651 | 2024.12.07 00:53:36.465858 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8652 | 2024.12.07 00:53:36.465918 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8653 | 2024.12.07 00:53:36.466488 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2024.12.07 00:53:36.466528 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8655 | 2024.12.07 00:53:36.466913 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8656 | 2024.12.07 00:53:36.467157 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2024.12.07 00:53:36.467355 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
| 8658 | 2024.12.07 00:53:36.467464 [ 276 ] {523e3c7b-c9f3-4ab6-9630-38815f63a930} <Debug> TCPHandler: Processed in 0.001796465 sec. | ||
| 8659 | 2024.12.07 00:53:36.467651 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8660 | 2024.12.07 00:53:36.468003 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8661 | 2024.12.07 00:53:36.468170 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8662 | 2024.12.07 00:53:36.468910 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8663 | 2024.12.07 00:53:36.468948 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8664 | 2024.12.07 00:53:36.469302 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8665 | 2024.12.07 00:53:36.469547 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2024.12.07 00:53:36.469726 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001864 sec., 32188.84120171674 rows/sec., 2.17 MiB/sec. | ||
| 8667 | 2024.12.07 00:53:36.469776 [ 280 ] {10cd2087-8beb-426a-992e-aad745501975} <Debug> TCPHandler: Processed in 0.002214304 sec. | ||
| 8668 | 2024.12.07 00:53:38.826189 [ 146 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 | ||
| 8669 | 2024.12.07 00:53:38.826256 [ 146 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8670 | 2024.12.07 00:53:38.826279 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8671 | 2024.12.07 00:53:38.826493 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full | ||
| 8672 | 2024.12.07 00:53:38.826787 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8673 | 2024.12.07 00:53:38.826833 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 28 rows starting from the beginning of the part | ||
| 8674 | 2024.12.07 00:53:38.826921 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8675 | 2024.12.07 00:53:38.827128 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8676 | 2024.12.07 00:53:38.827326 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8677 | 2024.12.07 00:53:38.827567 [ 200 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 8678 | 2024.12.07 00:53:38.828772 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002409998 sec., 13278.019317858356 rows/sec., 893.09 KiB/sec. | ||
| 8679 | 2024.12.07 00:53:38.828966 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8680 | 2024.12.07 00:53:38.829301 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8681 | 2024.12.07 00:53:38.829384 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_32_7} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 | ||
| 8682 | 2024.12.07 00:53:38.829466 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8683 | 2024.12.07 00:53:39.065213 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8684 | 2024.12.07 00:53:39.065283 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8685 | 2024.12.07 00:53:39.253301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8686 | 2024.12.07 00:53:39.254089 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8687 | 2024.12.07 00:53:39.254144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8688 | 2024.12.07 00:53:39.254677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8689 | 2024.12.07 00:53:39.254939 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2024.12.07 00:53:39.255180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8691 | 2024.12.07 00:53:39.376831 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1248 | ||
| 8692 | 2024.12.07 00:53:39.379564 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2024.12.07 00:53:39.379611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8694 | 2024.12.07 00:53:39.381086 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8695 | 2024.12.07 00:53:39.381393 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2024.12.07 00:53:39.382726 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248 | ||
| 8697 | 2024.12.07 00:53:40.655330 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 8698 | 2024.12.07 00:53:40.677159 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8699 | 2024.12.07 00:53:40.677219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8700 | 2024.12.07 00:53:40.684633 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8701 | 2024.12.07 00:53:40.685447 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8702 | 2024.12.07 00:53:40.688579 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8703 | 2024.12.07 00:53:41.467197 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8704 | 2024.12.07 00:53:41.467412 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8705 | 2024.12.07 00:53:41.467494 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8706 | 2024.12.07 00:53:41.468345 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2024.12.07 00:53:41.468398 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8708 | 2024.12.07 00:53:41.468841 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8709 | 2024.12.07 00:53:41.469115 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2024.12.07 00:53:41.469386 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002025 sec., 6913.580246913581 rows/sec., 497.69 KiB/sec. | ||
| 8711 | 2024.12.07 00:53:41.469547 [ 276 ] {c34a1bc1-3d1c-4ba7-b4f8-5773b05e9dfe} <Debug> TCPHandler: Processed in 0.002482059 sec. | ||
| 8712 | 2024.12.07 00:53:41.469776 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8713 | 2024.12.07 00:53:41.469901 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8714 | 2024.12.07 00:53:41.469954 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8715 | 2024.12.07 00:53:41.470723 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2024.12.07 00:53:41.470765 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8717 | 2024.12.07 00:53:41.471179 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8718 | 2024.12.07 00:53:41.471423 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2024.12.07 00:53:41.471631 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001758 sec., 162116.0409556314 rows/sec., 14.30 MiB/sec. | ||
| 8720 | 2024.12.07 00:53:41.471686 [ 280 ] {72bd3079-5eb6-4999-9d0e-8290f1581a4e} <Debug> TCPHandler: Processed in 0.00199935 sec. | ||
| 8721 | 2024.12.07 00:53:41.471860 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2024.12.07 00:53:41.471991 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8723 | 2024.12.07 00:53:41.472047 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8724 | 2024.12.07 00:53:41.472635 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2024.12.07 00:53:41.472675 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8726 | 2024.12.07 00:53:41.473027 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8727 | 2024.12.07 00:53:41.473264 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8728 | 2024.12.07 00:53:41.473519 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00155 sec., 30967.74193548387 rows/sec., 2.23 MiB/sec. | ||
| 8729 | 2024.12.07 00:53:41.473657 [ 276 ] {de574f87-89d7-462b-bb8f-11b037982d5c} <Debug> TCPHandler: Processed in 0.001853866 sec. | ||
| 8730 | 2024.12.07 00:53:41.473899 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8731 | 2024.12.07 00:53:41.474048 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8732 | 2024.12.07 00:53:41.474105 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8733 | 2024.12.07 00:53:41.474683 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2024.12.07 00:53:41.474723 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8735 | 2024.12.07 00:53:41.475072 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8736 | 2024.12.07 00:53:41.475315 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2024.12.07 00:53:41.475528 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec. | ||
| 8738 | 2024.12.07 00:53:41.475581 [ 280 ] {8bfa407a-7f51-4d7b-bee3-cd58b519f217} <Debug> TCPHandler: Processed in 0.001807955 sec. | ||
| 8739 | 2024.12.07 00:53:41.475730 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8740 | 2024.12.07 00:53:41.475858 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8741 | 2024.12.07 00:53:41.475913 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8742 | 2024.12.07 00:53:41.476514 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2024.12.07 00:53:41.476553 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8744 | 2024.12.07 00:53:41.476897 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8745 | 2024.12.07 00:53:41.477140 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.12.07 00:53:41.477347 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec. | ||
| 8747 | 2024.12.07 00:53:41.477397 [ 276 ] {cdc809b0-ac7f-4027-ae79-242207590504} <Debug> TCPHandler: Processed in 0.001729564 sec. | ||
| 8748 | 2024.12.07 00:53:41.477555 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2024.12.07 00:53:41.477661 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8750 | 2024.12.07 00:53:41.477705 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8751 | 2024.12.07 00:53:41.478397 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2024.12.07 00:53:41.478436 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8753 | 2024.12.07 00:53:41.478804 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8754 | 2024.12.07 00:53:41.479050 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8755 | 2024.12.07 00:53:41.479263 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001623 sec., 260628.46580406654 rows/sec., 18.63 MiB/sec. | ||
| 8756 | 2024.12.07 00:53:41.479314 [ 280 ] {5e041183-a83a-4f32-a2cd-b402a713c226} <Debug> TCPHandler: Processed in 0.001809546 sec. | ||
| 8757 | 2024.12.07 00:53:41.479468 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8758 | 2024.12.07 00:53:41.479601 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8759 | 2024.12.07 00:53:41.479658 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8760 | 2024.12.07 00:53:41.480193 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8761 | 2024.12.07 00:53:41.480238 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8762 | 2024.12.07 00:53:41.480624 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8763 | 2024.12.07 00:53:41.480863 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8764 | 2024.12.07 00:53:41.481117 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec. | ||
| 8765 | 2024.12.07 00:53:41.481326 [ 276 ] {6b34244e-70d6-4b9d-a461-670502f5ea3c} <Debug> TCPHandler: Processed in 0.001920269 sec. | ||
| 8766 | 2024.12.07 00:53:41.481507 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8767 | 2024.12.07 00:53:41.481639 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8768 | 2024.12.07 00:53:41.481698 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8769 | 2024.12.07 00:53:41.482339 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2024.12.07 00:53:41.482378 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8771 | 2024.12.07 00:53:41.482756 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8772 | 2024.12.07 00:53:41.482998 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2024.12.07 00:53:41.483208 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 8774 | 2024.12.07 00:53:41.483258 [ 280 ] {42f719a5-8387-4a0c-86a6-3baf271ecaf5} <Debug> TCPHandler: Processed in 0.001839237 sec. | ||
| 8775 | 2024.12.07 00:53:41.483411 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8776 | 2024.12.07 00:53:41.483540 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8777 | 2024.12.07 00:53:41.483595 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8778 | 2024.12.07 00:53:41.484097 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8779 | 2024.12.07 00:53:41.484142 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8780 | 2024.12.07 00:53:41.484499 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8781 | 2024.12.07 00:53:41.484726 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8782 | 2024.12.07 00:53:41.484924 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 8783 | 2024.12.07 00:53:41.484972 [ 276 ] {729f625c-2beb-406d-84c3-2af64af9ec62} <Debug> TCPHandler: Processed in 0.001625312 sec. | ||
| 8784 | 2024.12.07 00:53:41.485095 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8785 | 2024.12.07 00:53:41.485202 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8786 | 2024.12.07 00:53:41.485275 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8787 | 2024.12.07 00:53:41.486574 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8788 | 2024.12.07 00:53:41.486613 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8789 | 2024.12.07 00:53:41.487257 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8790 | 2024.12.07 00:53:41.487623 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8791 | 2024.12.07 00:53:41.488366 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003173 sec., 12921.525370312007 rows/sec., 23.15 MiB/sec. | ||
| 8792 | 2024.12.07 00:53:41.488473 [ 280 ] {d61aa72e-0b9c-4846-b68e-969ff09803cd} <Debug> TCPHandler: Processed in 0.003428398 sec. | ||
| 8793 | 2024.12.07 00:53:41.488630 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8794 | 2024.12.07 00:53:41.488757 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8795 | 2024.12.07 00:53:41.488812 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8796 | 2024.12.07 00:53:41.489322 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8797 | 2024.12.07 00:53:41.489361 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8798 | 2024.12.07 00:53:41.489708 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8799 | 2024.12.07 00:53:41.489937 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8800 | 2024.12.07 00:53:41.490181 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 8801 | 2024.12.07 00:53:41.490235 [ 276 ] {4436c880-725a-43a0-8af1-9e62dfbbac75} <Debug> TCPHandler: Processed in 0.001668563 sec. | ||
| 8802 | 2024.12.07 00:53:46.460099 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8803 | 2024.12.07 00:53:46.460332 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8804 | 2024.12.07 00:53:46.460417 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8805 | 2024.12.07 00:53:46.461269 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8806 | 2024.12.07 00:53:46.461336 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8807 | 2024.12.07 00:53:46.461806 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8808 | 2024.12.07 00:53:46.462070 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8809 | 2024.12.07 00:53:46.462370 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002093 sec., 955.5661729574774 rows/sec., 77.92 KiB/sec. | ||
| 8810 | 2024.12.07 00:53:46.462596 [ 276 ] {8c89dbf6-8663-431f-8dda-c54b0f0c1619} <Debug> TCPHandler: Processed in 0.002636072 sec. | ||
| 8811 | 2024.12.07 00:53:46.462788 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8812 | 2024.12.07 00:53:46.462914 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8813 | 2024.12.07 00:53:46.462964 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8814 | 2024.12.07 00:53:46.463594 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2024.12.07 00:53:46.463636 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8816 | 2024.12.07 00:53:46.464022 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8817 | 2024.12.07 00:53:46.464285 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8818 | 2024.12.07 00:53:46.464531 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001642 sec., 34713.76370280146 rows/sec., 2.65 MiB/sec. | ||
| 8819 | 2024.12.07 00:53:46.464617 [ 280 ] {596c851f-b911-45c2-a9aa-d0d3e4f42ff7} <Debug> TCPHandler: Processed in 0.001886967 sec. | ||
| 8820 | 2024.12.07 00:53:46.464850 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8821 | 2024.12.07 00:53:46.465089 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8822 | 2024.12.07 00:53:46.465146 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8823 | 2024.12.07 00:53:46.465747 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8824 | 2024.12.07 00:53:46.465787 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8825 | 2024.12.07 00:53:46.466127 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8826 | 2024.12.07 00:53:46.466365 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2024.12.07 00:53:46.466532 [ 138 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 8828 | 2024.12.07 00:53:46.466604 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001568 sec., 1275.5102040816328 rows/sec., 89.06 KiB/sec. | ||
| 8829 | 2024.12.07 00:53:46.466613 [ 138 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8830 | 2024.12.07 00:53:46.466683 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8831 | 2024.12.07 00:53:46.466743 [ 276 ] {7d20bd12-79bd-4e52-90fc-ceba724cc3ef} <Debug> TCPHandler: Processed in 0.00202605 sec. | ||
| 8832 | 2024.12.07 00:53:46.466985 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 8833 | 2024.12.07 00:53:46.466994 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8834 | 2024.12.07 00:53:46.467272 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8835 | 2024.12.07 00:53:46.467282 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8836 | 2024.12.07 00:53:46.467335 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 66 rows starting from the beginning of the part | ||
| 8837 | 2024.12.07 00:53:46.467390 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8838 | 2024.12.07 00:53:46.467686 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 8839 | 2024.12.07 00:53:46.467991 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part | ||
| 8840 | 2024.12.07 00:53:46.468369 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 62 rows starting from the beginning of the part | ||
| 8841 | 2024.12.07 00:53:46.468704 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part | ||
| 8842 | 2024.12.07 00:53:46.469104 [ 200 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
| 8843 | 2024.12.07 00:53:46.470346 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8844 | 2024.12.07 00:53:46.470413 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8845 | 2024.12.07 00:53:46.471496 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8846 | 2024.12.07 00:53:46.471821 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.005019569 sec., 54586.35990460536 rows/sec., 4.11 MiB/sec. | ||
| 8847 | 2024.12.07 00:53:46.472010 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8848 | 2024.12.07 00:53:46.472021 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 8849 | 2024.12.07 00:53:46.472533 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00533 sec., 12382.739212007506 rows/sec., 990.30 KiB/sec. | ||
| 8850 | 2024.12.07 00:53:46.472829 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2024.12.07 00:53:46.472945 [ 280 ] {13f94057-cb14-4135-a139-d0f99ccb79b8} <Debug> TCPHandler: Processed in 0.00605859 sec. | ||
| 8852 | 2024.12.07 00:53:46.473163 [ 196 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_38_8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 8853 | 2024.12.07 00:53:46.473249 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2024.12.07 00:53:46.473430 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8855 | 2024.12.07 00:53:46.473665 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8856 | 2024.12.07 00:53:46.473795 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8857 | 2024.12.07 00:53:46.474397 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8858 | 2024.12.07 00:53:46.474437 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8859 | 2024.12.07 00:53:46.474833 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8860 | 2024.12.07 00:53:46.475073 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2024.12.07 00:53:46.475335 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001784 sec., 90246.63677130044 rows/sec., 6.28 MiB/sec. | ||
| 8862 | 2024.12.07 00:53:46.475399 [ 276 ] {603c1abd-a02e-4669-ba72-49ac35000ff9} <Debug> TCPHandler: Processed in 0.002313176 sec. | ||
| 8863 | 2024.12.07 00:53:46.475678 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8864 | 2024.12.07 00:53:46.475880 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8865 | 2024.12.07 00:53:46.475938 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8866 | 2024.12.07 00:53:46.476466 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8867 | 2024.12.07 00:53:46.476506 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8868 | 2024.12.07 00:53:46.476866 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8869 | 2024.12.07 00:53:46.477108 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8870 | 2024.12.07 00:53:46.477349 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
| 8871 | 2024.12.07 00:53:46.477409 [ 280 ] {3f1b2a4e-f73c-48d6-9299-d61e26359194} <Debug> TCPHandler: Processed in 0.001894317 sec. | ||
| 8872 | 2024.12.07 00:53:46.755287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8873 | 2024.12.07 00:53:46.755929 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8874 | 2024.12.07 00:53:46.755977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8875 | 2024.12.07 00:53:46.756495 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8876 | 2024.12.07 00:53:46.756745 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8877 | 2024.12.07 00:53:46.757012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8878 | 2024.12.07 00:53:48.188627 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8879 | 2024.12.07 00:53:48.209881 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2024.12.07 00:53:48.209926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8881 | 2024.12.07 00:53:48.217514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8882 | 2024.12.07 00:53:48.218308 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2024.12.07 00:53:48.220933 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8884 | 2024.12.07 00:53:49.382846 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1282 | ||
| 8885 | 2024.12.07 00:53:49.385968 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8886 | 2024.12.07 00:53:49.386015 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8887 | 2024.12.07 00:53:49.387502 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8888 | 2024.12.07 00:53:49.387830 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8889 | 2024.12.07 00:53:49.388352 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
| 8890 | 2024.12.07 00:53:51.467437 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8891 | 2024.12.07 00:53:51.467712 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8892 | 2024.12.07 00:53:51.467825 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8893 | 2024.12.07 00:53:51.468869 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2024.12.07 00:53:51.468911 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8895 | 2024.12.07 00:53:51.469347 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8896 | 2024.12.07 00:53:51.469610 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2024.12.07 00:53:51.469748 [ 133 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 8898 | 2024.12.07 00:53:51.469793 [ 133 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8899 | 2024.12.07 00:53:51.469811 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002184 sec., 6410.25641025641 rows/sec., 461.45 KiB/sec. | ||
| 8900 | 2024.12.07 00:53:51.469821 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8901 | 2024.12.07 00:53:51.469913 [ 276 ] {4f8d2aba-d224-4cf9-8301-6582c67a9a19} <Debug> TCPHandler: Processed in 0.002607021 sec. | ||
| 8902 | 2024.12.07 00:53:51.470235 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8903 | 2024.12.07 00:53:51.470360 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 8904 | 2024.12.07 00:53:51.470584 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8905 | 2024.12.07 00:53:51.470713 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8906 | 2024.12.07 00:53:51.470881 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8907 | 2024.12.07 00:53:51.470974 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 8908 | 2024.12.07 00:53:51.471258 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 8909 | 2024.12.07 00:53:51.471615 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 8910 | 2024.12.07 00:53:51.471924 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 8911 | 2024.12.07 00:53:51.472381 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 8912 | 2024.12.07 00:53:51.473545 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8913 | 2024.12.07 00:53:51.473612 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8914 | 2024.12.07 00:53:51.474788 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8915 | 2024.12.07 00:53:51.474823 [ 204 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004862566 sec., 14395.69149292781 rows/sec., 1.07 MiB/sec. | ||
| 8916 | 2024.12.07 00:53:51.475034 [ 204 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 8917 | 2024.12.07 00:53:51.475240 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8918 | 2024.12.07 00:53:51.475495 [ 133 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8919 | 2024.12.07 00:53:51.475583 [ 133 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8920 | 2024.12.07 00:53:51.475633 [ 204 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2024.12.07 00:53:51.475640 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8922 | 2024.12.07 00:53:51.475676 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005196 sec., 54849.88452655889 rows/sec., 4.84 MiB/sec. | ||
| 8923 | 2024.12.07 00:53:51.476096 [ 204 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_33_8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 8924 | 2024.12.07 00:53:51.476181 [ 280 ] {d660d8d5-cf4a-488a-a060-fe09f28fa36f} <Debug> TCPHandler: Processed in 0.006115131 sec. | ||
| 8925 | 2024.12.07 00:53:51.476240 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8926 | 2024.12.07 00:53:51.476512 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8927 | 2024.12.07 00:53:51.476593 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8928 | 2024.12.07 00:53:51.476995 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8929 | 2024.12.07 00:53:51.477085 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8930 | 2024.12.07 00:53:51.477125 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1435 rows starting from the beginning of the part | ||
| 8931 | 2024.12.07 00:53:51.477321 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8932 | 2024.12.07 00:53:51.477831 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8933 | 2024.12.07 00:53:51.478579 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part | ||
| 8934 | 2024.12.07 00:53:51.479164 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 285 rows starting from the beginning of the part | ||
| 8935 | 2024.12.07 00:53:51.479398 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 57 rows starting from the beginning of the part | ||
| 8936 | 2024.12.07 00:53:51.479606 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 285 rows starting from the beginning of the part | ||
| 8937 | 2024.12.07 00:53:51.480181 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2024.12.07 00:53:51.480222 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8939 | 2024.12.07 00:53:51.480756 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8940 | 2024.12.07 00:53:51.481045 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8941 | 2024.12.07 00:53:51.481318 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004389 sec., 10936.431989063569 rows/sec., 806.35 KiB/sec. | ||
| 8942 | 2024.12.07 00:53:51.481590 [ 276 ] {88b12ebd-800c-413e-aacf-2032832280b7} <Debug> TCPHandler: Processed in 0.005245514 sec. | ||
| 8943 | 2024.12.07 00:53:51.481881 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2024.12.07 00:53:51.481958 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006165562 sec., 352603.70425275096 rows/sec., 31.01 MiB/sec. | ||
| 8945 | 2024.12.07 00:53:51.482071 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8946 | 2024.12.07 00:53:51.482135 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8947 | 2024.12.07 00:53:51.482196 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8948 | 2024.12.07 00:53:51.482559 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8949 | 2024.12.07 00:53:51.482648 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_76_15} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8950 | 2024.12.07 00:53:51.482738 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 8951 | 2024.12.07 00:53:51.482908 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8952 | 2024.12.07 00:53:51.482946 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8953 | 2024.12.07 00:53:51.483300 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8954 | 2024.12.07 00:53:51.483541 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8955 | 2024.12.07 00:53:51.483668 [ 133 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 8956 | 2024.12.07 00:53:51.483705 [ 133 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2024.12.07 00:53:51.483729 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00169 sec., 8284.023668639053 rows/sec., 580.16 KiB/sec. | ||
| 8958 | 2024.12.07 00:53:51.483734 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8959 | 2024.12.07 00:53:51.483837 [ 280 ] {ac8e8a2d-a715-456b-892f-3b10519e0488} <Debug> TCPHandler: Processed in 0.002104652 sec. | ||
| 8960 | 2024.12.07 00:53:51.484030 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 8961 | 2024.12.07 00:53:51.484038 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2024.12.07 00:53:51.484314 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8963 | 2024.12.07 00:53:51.484324 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8964 | 2024.12.07 00:53:51.484369 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 243 rows starting from the beginning of the part | ||
| 8965 | 2024.12.07 00:53:51.484419 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8966 | 2024.12.07 00:53:51.484701 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 8967 | 2024.12.07 00:53:51.485012 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 8968 | 2024.12.07 00:53:51.485334 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
| 8969 | 2024.12.07 00:53:51.485670 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 8970 | 2024.12.07 00:53:51.486057 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 8971 | 2024.12.07 00:53:51.487442 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2024.12.07 00:53:51.487504 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8973 | 2024.12.07 00:53:51.488411 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8974 | 2024.12.07 00:53:51.488978 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2024.12.07 00:53:51.488986 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005133431 sec., 105387.60528776953 rows/sec., 7.55 MiB/sec. | ||
| 8976 | 2024.12.07 00:53:51.489193 [ 133 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 8977 | 2024.12.07 00:53:51.489259 [ 133 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2024.12.07 00:53:51.489317 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8979 | 2024.12.07 00:53:51.489343 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 8980 | 2024.12.07 00:53:51.489366 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005107 sec., 2545.525748971999 rows/sec., 158.71 KiB/sec. | ||
| 8981 | 2024.12.07 00:53:51.489730 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 8982 | 2024.12.07 00:53:51.489735 [ 276 ] {4c0d83fc-c236-4814-aecd-1a9fccdd5362} <Debug> TCPHandler: Processed in 0.005811164 sec. | ||
| 8983 | 2024.12.07 00:53:51.490064 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8984 | 2024.12.07 00:53:51.490099 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8985 | 2024.12.07 00:53:51.490164 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 8986 | 2024.12.07 00:53:51.490295 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8987 | 2024.12.07 00:53:51.490606 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8988 | 2024.12.07 00:53:51.490642 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 8989 | 2024.12.07 00:53:51.490848 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8990 | 2024.12.07 00:53:51.490853 [ 190 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_34_7} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 8991 | 2024.12.07 00:53:51.491263 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 8992 | 2024.12.07 00:53:51.491351 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8993 | 2024.12.07 00:53:51.491687 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 8994 | 2024.12.07 00:53:51.492002 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 8995 | 2024.12.07 00:53:51.494104 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2024.12.07 00:53:51.494194 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8997 | 2024.12.07 00:53:51.494417 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004991378 sec., 13022.45592299361 rows/sec., 862.82 KiB/sec. | ||
| 8998 | 2024.12.07 00:53:51.494656 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 8999 | 2024.12.07 00:53:51.494951 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9000 | 2024.12.07 00:53:51.495180 [ 190 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9001 | 2024.12.07 00:53:51.495344 [ 190 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_33_8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9002 | 2024.12.07 00:53:51.495419 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2024.12.07 00:53:51.495504 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9004 | 2024.12.07 00:53:51.495647 [ 133 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9005 | 2024.12.07 00:53:51.495683 [ 133 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9006 | 2024.12.07 00:53:51.495701 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005321 sec., 79496.33527532418 rows/sec., 5.68 MiB/sec. | ||
| 9007 | 2024.12.07 00:53:51.495709 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9008 | 2024.12.07 00:53:51.495864 [ 280 ] {82164246-bd53-4704-88fa-4e7346a382c6} <Debug> TCPHandler: Processed in 0.005986598 sec. | ||
| 9009 | 2024.12.07 00:53:51.495943 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9010 | 2024.12.07 00:53:51.496068 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9011 | 2024.12.07 00:53:51.496116 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9012 | 2024.12.07 00:53:51.496153 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 9013 | 2024.12.07 00:53:51.496424 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 9014 | 2024.12.07 00:53:51.496438 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9015 | 2024.12.07 00:53:51.496677 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9016 | 2024.12.07 00:53:51.496682 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part | ||
| 9017 | 2024.12.07 00:53:51.497031 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 423 rows starting from the beginning of the part | ||
| 9018 | 2024.12.07 00:53:51.497377 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 66 rows starting from the beginning of the part | ||
| 9019 | 2024.12.07 00:53:51.497736 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 423 rows starting from the beginning of the part | ||
| 9020 | 2024.12.07 00:53:51.498980 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9021 | 2024.12.07 00:53:51.499045 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9022 | 2024.12.07 00:53:51.500081 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9023 | 2024.12.07 00:53:51.500480 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9024 | 2024.12.07 00:53:51.500760 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.004946278 sec., 395246.6885201357 rows/sec., 30.26 MiB/sec. | ||
| 9025 | 2024.12.07 00:53:51.500868 [ 133 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9026 | 2024.12.07 00:53:51.500956 [ 133 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2024.12.07 00:53:51.501031 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004755 sec., 1261.8296529968454 rows/sec., 65.93 KiB/sec. | ||
| 9028 | 2024.12.07 00:53:51.501045 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9029 | 2024.12.07 00:53:51.501142 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9030 | 2024.12.07 00:53:51.501311 [ 276 ] {e6e1434f-d7ab-4a04-b91d-1634650a2660} <Debug> TCPHandler: Processed in 0.005328514 sec. | ||
| 9031 | 2024.12.07 00:53:51.501437 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 9032 | 2024.12.07 00:53:51.501669 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9033 | 2024.12.07 00:53:51.501735 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9034 | 2024.12.07 00:53:51.501791 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 168 rows starting from the beginning of the part | ||
| 9035 | 2024.12.07 00:53:51.502022 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2024.12.07 00:53:51.502174 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9037 | 2024.12.07 00:53:51.502205 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9038 | 2024.12.07 00:53:51.502506 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9039 | 2024.12.07 00:53:51.502560 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_76_15} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9040 | 2024.12.07 00:53:51.502701 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9041 | 2024.12.07 00:53:51.502965 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9042 | 2024.12.07 00:53:51.503178 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9043 | 2024.12.07 00:53:51.503501 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9044 | 2024.12.07 00:53:51.503854 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9045 | 2024.12.07 00:53:51.505557 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2024.12.07 00:53:51.505623 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9047 | 2024.12.07 00:53:51.506644 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.005436337 sec., 36421.58313585048 rows/sec., 1.86 MiB/sec. | ||
| 9048 | 2024.12.07 00:53:51.506823 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9049 | 2024.12.07 00:53:51.506839 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9050 | 2024.12.07 00:53:51.507361 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9051 | 2024.12.07 00:53:51.507381 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9052 | 2024.12.07 00:53:51.507568 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_33_7} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9053 | 2024.12.07 00:53:51.507639 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9054 | 2024.12.07 00:53:51.507723 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2024.12.07 00:53:51.507796 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9056 | 2024.12.07 00:53:51.507830 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9057 | 2024.12.07 00:53:51.507867 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005966 sec., 39725.10895072075 rows/sec., 2.66 MiB/sec. | ||
| 9058 | 2024.12.07 00:53:51.508103 [ 280 ] {0fe967f4-e338-4389-87fe-f7ebfb2f2fc8} <Debug> TCPHandler: Processed in 0.00661151 sec. | ||
| 9059 | 2024.12.07 00:53:51.508137 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9060 | 2024.12.07 00:53:51.508293 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9061 | 2024.12.07 00:53:51.508318 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9062 | 2024.12.07 00:53:51.508370 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21906 rows starting from the beginning of the part | ||
| 9063 | 2024.12.07 00:53:51.508586 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9064 | 2024.12.07 00:53:51.508665 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 128 rows starting from the beginning of the part | ||
| 9065 | 2024.12.07 00:53:51.508757 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9066 | 2024.12.07 00:53:51.508970 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 9067 | 2024.12.07 00:53:51.509371 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part | ||
| 9068 | 2024.12.07 00:53:51.509733 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part | ||
| 9069 | 2024.12.07 00:53:51.510076 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 9070 | 2024.12.07 00:53:51.511100 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9071 | 2024.12.07 00:53:51.511177 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9072 | 2024.12.07 00:53:51.511796 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9073 | 2024.12.07 00:53:51.512241 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9074 | 2024.12.07 00:53:51.512635 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004174 sec., 239.57834211787255 rows/sec., 16.14 KiB/sec. | ||
| 9075 | 2024.12.07 00:53:51.512822 [ 276 ] {38670f63-7ffe-4f31-865c-205cc253d034} <Debug> TCPHandler: Processed in 0.004607071 sec. | ||
| 9076 | 2024.12.07 00:53:51.513034 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9077 | 2024.12.07 00:53:51.513311 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9078 | 2024.12.07 00:53:51.513561 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9079 | 2024.12.07 00:53:51.514867 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9080 | 2024.12.07 00:53:51.514908 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9081 | 2024.12.07 00:53:51.520198 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9082 | 2024.12.07 00:53:51.520738 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9083 | 2024.12.07 00:53:51.521100 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007892 sec., 5195.1343132285865 rows/sec., 9.31 MiB/sec. | ||
| 9084 | 2024.12.07 00:53:51.521945 [ 280 ] {92634899-4408-4223-9fdb-5f8baa8b85d3} <Debug> TCPHandler: Processed in 0.009003897 sec. | ||
| 9085 | 2024.12.07 00:53:51.522274 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9086 | 2024.12.07 00:53:51.522681 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9087 | 2024.12.07 00:53:51.522806 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9088 | 2024.12.07 00:53:51.523453 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9089 | 2024.12.07 00:53:51.523593 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9090 | 2024.12.07 00:53:51.524107 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9091 | 2024.12.07 00:53:51.524545 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9092 | 2024.12.07 00:53:51.525236 [ 132 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9093 | 2024.12.07 00:53:51.525792 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003176 sec., 25818.639798488664 rows/sec., 1.64 MiB/sec. | ||
| 9094 | 2024.12.07 00:53:51.525844 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22829 rows, containing 5 columns (5 merged, 0 gathered) in 0.017878202 sec., 1276918.1151437936 rows/sec., 86.18 MiB/sec. | ||
| 9095 | 2024.12.07 00:53:51.526020 [ 132 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2024.12.07 00:53:51.526138 [ 276 ] {33190c11-7126-48d4-b538-a8bea65113f8} <Debug> TCPHandler: Processed in 0.00406846 sec. | ||
| 9097 | 2024.12.07 00:53:51.526148 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9098 | 2024.12.07 00:53:51.526447 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9099 | 2024.12.07 00:53:51.526684 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9100 | 2024.12.07 00:53:51.526878 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9101 | 2024.12.07 00:53:51.526929 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4264 rows starting from the beginning of the part | ||
| 9102 | 2024.12.07 00:53:51.527110 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
| 9103 | 2024.12.07 00:53:51.527214 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9104 | 2024.12.07 00:53:51.527464 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 9105 | 2024.12.07 00:53:51.527633 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9106 | 2024.12.07 00:53:51.527741 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
| 9107 | 2024.12.07 00:53:51.527906 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 9108 | 2024.12.07 00:53:51.528041 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 9109 | 2024.12.07 00:53:51.528178 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 9110 | 2024.12.07 00:53:51.530329 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4596 rows, containing 4 columns (4 merged, 0 gathered) in 0.003892517 sec., 1180727.0205884778 rows/sec., 76.92 MiB/sec. | ||
| 9111 | 2024.12.07 00:53:51.530666 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9112 | 2024.12.07 00:53:51.531017 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2024.12.07 00:53:51.531105 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_76_15} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9114 | 2024.12.07 00:53:51.531201 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 9115 | 2024.12.07 00:53:54.065333 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9116 | 2024.12.07 00:53:54.065389 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9117 | 2024.12.07 00:53:54.257121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9118 | 2024.12.07 00:53:54.257833 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9119 | 2024.12.07 00:53:54.257885 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9120 | 2024.12.07 00:53:54.258424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9121 | 2024.12.07 00:53:54.258674 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9122 | 2024.12.07 00:53:54.258890 [ 130 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9123 | 2024.12.07 00:53:54.258946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9124 | 2024.12.07 00:53:54.258969 [ 130 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9125 | 2024.12.07 00:53:54.258999 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9126 | 2024.12.07 00:53:54.259142 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 9127 | 2024.12.07 00:53:54.259306 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9128 | 2024.12.07 00:53:54.259348 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 9129 | 2024.12.07 00:53:54.259427 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 9130 | 2024.12.07 00:53:54.259675 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 9131 | 2024.12.07 00:53:54.259805 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 9132 | 2024.12.07 00:53:54.260030 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 9133 | 2024.12.07 00:53:54.260228 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 9134 | 2024.12.07 00:53:54.262770 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003701183 sec., 5702501.065199965 rows/sec., 81.57 MiB/sec. | ||
| 9135 | 2024.12.07 00:53:54.263018 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9136 | 2024.12.07 00:53:54.263298 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9137 | 2024.12.07 00:53:54.263379 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_46_9} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9138 | 2024.12.07 00:53:54.263467 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9139 | 2024.12.07 00:53:55.720994 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9140 | 2024.12.07 00:53:55.743679 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9141 | 2024.12.07 00:53:55.743725 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9142 | 2024.12.07 00:53:55.751203 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9143 | 2024.12.07 00:53:55.751986 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9144 | 2024.12.07 00:53:55.752377 [ 127 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9145 | 2024.12.07 00:53:55.752544 [ 127 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9146 | 2024.12.07 00:53:55.752624 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9147 | 2024.12.07 00:53:55.753351 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 9148 | 2024.12.07 00:53:55.768310 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9149 | 2024.12.07 00:53:55.770176 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9150 | 2024.12.07 00:53:55.771843 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9151 | 2024.12.07 00:53:55.777846 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9152 | 2024.12.07 00:53:55.783709 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 9153 | 2024.12.07 00:53:55.789430 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9154 | 2024.12.07 00:53:55.796255 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9155 | 2024.12.07 00:53:55.800706 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9156 | 2024.12.07 00:53:55.863665 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.110875407 sec., 3129.63901904775 rows/sec., 16.18 MiB/sec. | ||
| 9157 | 2024.12.07 00:53:55.866799 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9158 | 2024.12.07 00:53:55.869806 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9159 | 2024.12.07 00:53:55.869917 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_46_9} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9160 | 2024.12.07 00:53:55.872265 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9161 | 2024.12.07 00:53:56.000274 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.69 MiB, peak 238.11 MiB, free memory in arenas 0.00 B, will set to 227.23 MiB (RSS), difference: 2.54 MiB | ||
| 9162 | 2024.12.07 00:53:56.461822 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9163 | 2024.12.07 00:53:56.462036 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9164 | 2024.12.07 00:53:56.462118 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9165 | 2024.12.07 00:53:56.462961 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2024.12.07 00:53:56.463011 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9167 | 2024.12.07 00:53:56.463447 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9168 | 2024.12.07 00:53:56.463732 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9169 | 2024.12.07 00:53:56.463966 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec. | ||
| 9170 | 2024.12.07 00:53:56.464024 [ 276 ] {a3218853-c1f6-44ac-8085-a53f8d0de9d4} <Debug> TCPHandler: Processed in 0.002343647 sec. | ||
| 9171 | 2024.12.07 00:53:56.464227 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9172 | 2024.12.07 00:53:56.464363 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9173 | 2024.12.07 00:53:56.464417 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9174 | 2024.12.07 00:53:56.465046 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9175 | 2024.12.07 00:53:56.465087 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9176 | 2024.12.07 00:53:56.465466 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9177 | 2024.12.07 00:53:56.465732 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9178 | 2024.12.07 00:53:56.465965 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001624 sec., 39408.86699507389 rows/sec., 3.08 MiB/sec. | ||
| 9179 | 2024.12.07 00:53:56.466068 [ 280 ] {c59e9120-ed42-4e29-9bc4-8c389e0990f2} <Debug> TCPHandler: Processed in 0.001907478 sec. | ||
| 9180 | 2024.12.07 00:53:56.466276 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9181 | 2024.12.07 00:53:56.466479 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9182 | 2024.12.07 00:53:56.466530 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9183 | 2024.12.07 00:53:56.467067 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9184 | 2024.12.07 00:53:56.467114 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9185 | 2024.12.07 00:53:56.467607 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9186 | 2024.12.07 00:53:56.467853 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2024.12.07 00:53:56.468087 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 9188 | 2024.12.07 00:53:56.468190 [ 276 ] {b02d4f33-0812-4959-b9d0-1f455df39ddd} <Debug> TCPHandler: Processed in 0.002020019 sec. | ||
| 9189 | 2024.12.07 00:53:56.468412 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9190 | 2024.12.07 00:53:56.468585 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9191 | 2024.12.07 00:53:56.468635 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9192 | 2024.12.07 00:53:56.469124 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2024.12.07 00:53:56.469164 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9194 | 2024.12.07 00:53:56.469537 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9195 | 2024.12.07 00:53:56.469775 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9196 | 2024.12.07 00:53:56.469983 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
| 9197 | 2024.12.07 00:53:56.470035 [ 280 ] {dbdb07ff-321c-46cd-98b1-91681893b427} <Debug> TCPHandler: Processed in 0.001742905 sec. | ||
| 9198 | 2024.12.07 00:53:57.275370 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9199 | 2024.12.07 00:53:57.275581 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9200 | 2024.12.07 00:53:57.275663 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9201 | 2024.12.07 00:53:57.276418 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9202 | 2024.12.07 00:53:57.276470 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9203 | 2024.12.07 00:53:57.276907 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9204 | 2024.12.07 00:53:57.277169 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9205 | 2024.12.07 00:53:57.277409 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 9206 | 2024.12.07 00:53:57.277477 [ 276 ] {42ae805a-4fd0-4864-93e7-94a256fc5507} <Debug> TCPHandler: Processed in 0.002242164 sec. | ||
| 9207 | 2024.12.07 00:53:57.277668 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2024.12.07 00:53:57.277811 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9209 | 2024.12.07 00:53:57.277870 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9210 | 2024.12.07 00:53:57.278549 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9211 | 2024.12.07 00:53:57.278599 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9212 | 2024.12.07 00:53:57.278988 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9213 | 2024.12.07 00:53:57.279227 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9214 | 2024.12.07 00:53:57.279400 [ 124 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 9215 | 2024.12.07 00:53:57.279469 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001689 sec., 1184.1326228537596 rows/sec., 96.56 KiB/sec. | ||
| 9216 | 2024.12.07 00:53:57.279483 [ 124 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2024.12.07 00:53:57.279552 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9218 | 2024.12.07 00:53:57.279604 [ 280 ] {dc72e70d-2e10-4af2-932e-82ca00809ffb} <Debug> TCPHandler: Processed in 0.00200542 sec. | ||
| 9219 | 2024.12.07 00:53:57.279832 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 9220 | 2024.12.07 00:53:57.279845 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9221 | 2024.12.07 00:53:57.280110 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9222 | 2024.12.07 00:53:57.280122 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9223 | 2024.12.07 00:53:57.280176 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
| 9224 | 2024.12.07 00:53:57.280231 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9225 | 2024.12.07 00:53:57.280518 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 9226 | 2024.12.07 00:53:57.280905 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9227 | 2024.12.07 00:53:57.281243 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 9228 | 2024.12.07 00:53:57.281628 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9229 | 2024.12.07 00:53:57.281970 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9230 | 2024.12.07 00:53:57.284494 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.004835445 sec., 8272.247952360125 rows/sec., 706.86 KiB/sec. | ||
| 9231 | 2024.12.07 00:53:57.284639 [ 200 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 9232 | 2024.12.07 00:53:57.284663 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9233 | 2024.12.07 00:53:57.284732 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9234 | 2024.12.07 00:53:57.285109 [ 196 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2024.12.07 00:53:57.285291 [ 196 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_15_3} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 9236 | 2024.12.07 00:53:57.285420 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9237 | 2024.12.07 00:53:57.285519 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9238 | 2024.12.07 00:53:57.285793 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2024.12.07 00:53:57.286041 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.006015 sec., 237073.9817123857 rows/sec., 19.80 MiB/sec. | ||
| 9240 | 2024.12.07 00:53:57.286169 [ 276 ] {f059b8f5-c252-4dcf-8576-233f4575477d} <Debug> TCPHandler: Processed in 0.006438587 sec. | ||
| 9241 | 2024.12.07 00:53:57.286411 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2024.12.07 00:53:57.286598 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9243 | 2024.12.07 00:53:57.286653 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9244 | 2024.12.07 00:53:57.287242 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2024.12.07 00:53:57.287281 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9246 | 2024.12.07 00:53:57.287633 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9247 | 2024.12.07 00:53:57.287872 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2024.12.07 00:53:57.288108 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001539 sec., 32488.62897985705 rows/sec., 2.33 MiB/sec. | ||
| 9249 | 2024.12.07 00:53:57.288321 [ 280 ] {eb5ce37f-75fb-4b3c-bf8b-485755fb67e6} <Debug> TCPHandler: Processed in 0.00204952 sec. | ||
| 9250 | 2024.12.07 00:53:57.288543 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9251 | 2024.12.07 00:53:57.288676 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9252 | 2024.12.07 00:53:57.288733 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9253 | 2024.12.07 00:53:57.289505 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9254 | 2024.12.07 00:53:57.289551 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9255 | 2024.12.07 00:53:57.289939 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9256 | 2024.12.07 00:53:57.290183 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2024.12.07 00:53:57.290381 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001736 sec., 139400.9216589862 rows/sec., 9.44 MiB/sec. | ||
| 9258 | 2024.12.07 00:53:57.290434 [ 276 ] {28485327-2453-4f92-8146-8d09d545679b} <Debug> TCPHandler: Processed in 0.001969299 sec. | ||
| 9259 | 2024.12.07 00:53:57.290564 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9260 | 2024.12.07 00:53:57.290669 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9261 | 2024.12.07 00:53:57.290717 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9262 | 2024.12.07 00:53:57.291335 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9263 | 2024.12.07 00:53:57.291382 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9264 | 2024.12.07 00:53:57.291776 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9265 | 2024.12.07 00:53:57.292012 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9266 | 2024.12.07 00:53:57.292217 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 9267 | 2024.12.07 00:53:57.292270 [ 280 ] {229ee5d1-56a8-4c3f-a8cd-51dbe8aeecce} <Debug> TCPHandler: Processed in 0.001755535 sec. | ||
| 9268 | 2024.12.07 00:53:57.292384 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9269 | 2024.12.07 00:53:57.292490 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9270 | 2024.12.07 00:53:57.292535 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9271 | 2024.12.07 00:53:57.293347 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9272 | 2024.12.07 00:53:57.293386 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9273 | 2024.12.07 00:53:57.293772 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9274 | 2024.12.07 00:53:57.294012 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9275 | 2024.12.07 00:53:57.294226 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001758 sec., 501137.6564277588 rows/sec., 36.34 MiB/sec. | ||
| 9276 | 2024.12.07 00:53:57.294279 [ 276 ] {ef7075cf-3e85-45bb-b89b-4dce1e4588ab} <Debug> TCPHandler: Processed in 0.001945598 sec. | ||
| 9277 | 2024.12.07 00:53:57.294425 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9278 | 2024.12.07 00:53:57.294553 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9279 | 2024.12.07 00:53:57.294609 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9280 | 2024.12.07 00:53:57.295047 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9281 | 2024.12.07 00:53:57.295084 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9282 | 2024.12.07 00:53:57.295462 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9283 | 2024.12.07 00:53:57.295706 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9284 | 2024.12.07 00:53:57.295918 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec. | ||
| 9285 | 2024.12.07 00:53:57.296022 [ 280 ] {144ffe9c-ca18-4d5e-b571-3551db750b4f} <Debug> TCPHandler: Processed in 0.001656933 sec. | ||
| 9286 | 2024.12.07 00:53:57.296175 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9287 | 2024.12.07 00:53:57.296286 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9288 | 2024.12.07 00:53:57.296335 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9289 | 2024.12.07 00:53:57.297029 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9290 | 2024.12.07 00:53:57.297067 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9291 | 2024.12.07 00:53:57.297491 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9292 | 2024.12.07 00:53:57.297730 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2024.12.07 00:53:57.297940 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001675 sec., 570746.2686567164 rows/sec., 37.92 MiB/sec. | ||
| 9294 | 2024.12.07 00:53:57.297991 [ 276 ] {897b6253-9ee4-4796-b97d-7765ab7d5783} <Debug> TCPHandler: Processed in 0.001893808 sec. | ||
| 9295 | 2024.12.07 00:53:57.298142 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9296 | 2024.12.07 00:53:57.298271 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9297 | 2024.12.07 00:53:57.298327 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9298 | 2024.12.07 00:53:57.298831 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2024.12.07 00:53:57.298869 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9300 | 2024.12.07 00:53:57.299212 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9301 | 2024.12.07 00:53:57.299448 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2024.12.07 00:53:57.299654 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 9303 | 2024.12.07 00:53:57.299704 [ 280 ] {a808ae11-f3a7-4469-bb58-2de564b4fc67} <Debug> TCPHandler: Processed in 0.001625073 sec. | ||
| 9304 | 2024.12.07 00:53:57.299851 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2024.12.07 00:53:57.299980 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9306 | 2024.12.07 00:53:57.300058 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9307 | 2024.12.07 00:53:57.301295 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2024.12.07 00:53:57.301334 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9309 | 2024.12.07 00:53:57.301986 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9310 | 2024.12.07 00:53:57.302247 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2024.12.07 00:53:57.302483 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002531 sec., 16199.13077834848 rows/sec., 29.03 MiB/sec. | ||
| 9312 | 2024.12.07 00:53:57.302578 [ 276 ] {f62efc50-d352-4c16-8e65-d39177b728db} <Debug> TCPHandler: Processed in 0.002789995 sec. | ||
| 9313 | 2024.12.07 00:53:57.302719 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9314 | 2024.12.07 00:53:57.302846 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9315 | 2024.12.07 00:53:57.302932 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9316 | 2024.12.07 00:53:57.303452 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2024.12.07 00:53:57.303498 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9318 | 2024.12.07 00:53:57.303878 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9319 | 2024.12.07 00:53:57.304108 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9320 | 2024.12.07 00:53:57.304319 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0015 sec., 22666.666666666668 rows/sec., 1.32 MiB/sec. | ||
| 9321 | 2024.12.07 00:53:57.304369 [ 280 ] {e542fd79-2ba1-4b4c-9143-eaeecbcd8169} <Debug> TCPHandler: Processed in 0.001704843 sec. | ||
| 9322 | 2024.12.07 00:53:59.388582 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1336 | ||
| 9323 | 2024.12.07 00:53:59.392115 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9324 | 2024.12.07 00:53:59.392199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 9325 | 2024.12.07 00:53:59.393684 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9326 | 2024.12.07 00:53:59.393991 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9327 | 2024.12.07 00:53:59.394587 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1336 | ||
| 9328 | 2024.12.07 00:54:01.459358 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9329 | 2024.12.07 00:54:01.459686 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9330 | 2024.12.07 00:54:01.459800 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9331 | 2024.12.07 00:54:01.460585 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9332 | 2024.12.07 00:54:01.460625 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9333 | 2024.12.07 00:54:01.461058 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9334 | 2024.12.07 00:54:01.461321 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9335 | 2024.12.07 00:54:01.461517 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.23 MiB/sec. | ||
| 9336 | 2024.12.07 00:54:01.461572 [ 276 ] {08a0f8a3-5e2e-48ba-aa0c-979d7fb2dec1} <Debug> TCPHandler: Processed in 0.002396907 sec. | ||
| 9337 | 2024.12.07 00:54:01.461760 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9338 | 2024.12.07 00:54:01.461900 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9339 | 2024.12.07 00:54:01.461955 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9340 | 2024.12.07 00:54:01.462651 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9341 | 2024.12.07 00:54:01.462696 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9342 | 2024.12.07 00:54:01.463086 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9343 | 2024.12.07 00:54:01.463337 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2024.12.07 00:54:01.463511 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00164 sec., 39024.39024390244 rows/sec., 3.05 MiB/sec. | ||
| 9345 | 2024.12.07 00:54:01.463562 [ 280 ] {8a771a24-6430-494b-a5e1-3c5946810752} <Debug> TCPHandler: Processed in 0.001870856 sec. | ||
| 9346 | 2024.12.07 00:54:01.463717 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9347 | 2024.12.07 00:54:01.463827 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9348 | 2024.12.07 00:54:01.463886 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9349 | 2024.12.07 00:54:01.464512 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9350 | 2024.12.07 00:54:01.464557 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9351 | 2024.12.07 00:54:01.464989 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9352 | 2024.12.07 00:54:01.465228 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9353 | 2024.12.07 00:54:01.465408 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001604 sec., 79800.49875311721 rows/sec., 5.56 MiB/sec. | ||
| 9354 | 2024.12.07 00:54:01.465464 [ 276 ] {e643600b-3c56-4d32-9ed6-8d35cf4abbce} <Debug> TCPHandler: Processed in 0.001798126 sec. | ||
| 9355 | 2024.12.07 00:54:01.465615 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9356 | 2024.12.07 00:54:01.465733 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9357 | 2024.12.07 00:54:01.465779 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9358 | 2024.12.07 00:54:01.466298 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9359 | 2024.12.07 00:54:01.466342 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9360 | 2024.12.07 00:54:01.466764 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9361 | 2024.12.07 00:54:01.467008 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9362 | 2024.12.07 00:54:01.467181 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00147 sec., 32653.061224489797 rows/sec., 2.20 MiB/sec. | ||
| 9363 | 2024.12.07 00:54:01.467230 [ 280 ] {1cfcd039-f7ea-473b-92c5-000023d4244f} <Debug> TCPHandler: Processed in 0.001677663 sec. | ||
| 9364 | 2024.12.07 00:54:01.759090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9365 | 2024.12.07 00:54:01.759885 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9366 | 2024.12.07 00:54:01.759939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9367 | 2024.12.07 00:54:01.760480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9368 | 2024.12.07 00:54:01.760745 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9369 | 2024.12.07 00:54:01.761029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9370 | 2024.12.07 00:54:03.268385 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9371 | 2024.12.07 00:54:03.289654 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9372 | 2024.12.07 00:54:03.289710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9373 | 2024.12.07 00:54:03.296631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9374 | 2024.12.07 00:54:03.297365 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9375 | 2024.12.07 00:54:03.299978 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9376 | 2024.12.07 00:54:06.460479 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9377 | 2024.12.07 00:54:06.460703 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9378 | 2024.12.07 00:54:06.460783 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9379 | 2024.12.07 00:54:06.461576 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2024.12.07 00:54:06.461623 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9381 | 2024.12.07 00:54:06.462094 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9382 | 2024.12.07 00:54:06.462357 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9383 | 2024.12.07 00:54:06.462624 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec. | ||
| 9384 | 2024.12.07 00:54:06.462729 [ 276 ] {a48a49f5-1af1-4efd-a8fe-d3d3d9d6dc69} <Debug> TCPHandler: Processed in 0.002385127 sec. | ||
| 9385 | 2024.12.07 00:54:06.462943 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9386 | 2024.12.07 00:54:06.463124 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9387 | 2024.12.07 00:54:06.463175 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9388 | 2024.12.07 00:54:06.463768 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9389 | 2024.12.07 00:54:06.463807 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9390 | 2024.12.07 00:54:06.464183 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9391 | 2024.12.07 00:54:06.464427 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2024.12.07 00:54:06.464650 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001558 sec., 41078.30551989731 rows/sec., 3.21 MiB/sec. | ||
| 9393 | 2024.12.07 00:54:06.464707 [ 280 ] {03d8ae9f-2ced-489b-99d9-9e4f636e195a} <Debug> TCPHandler: Processed in 0.001866457 sec. | ||
| 9394 | 2024.12.07 00:54:06.464850 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9395 | 2024.12.07 00:54:06.464961 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9396 | 2024.12.07 00:54:06.465012 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9397 | 2024.12.07 00:54:06.465562 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9398 | 2024.12.07 00:54:06.465601 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9399 | 2024.12.07 00:54:06.465999 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9400 | 2024.12.07 00:54:06.466245 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2024.12.07 00:54:06.466455 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
| 9402 | 2024.12.07 00:54:06.466508 [ 276 ] {7736430a-1ef8-4e2a-b8f9-63644ec499fc} <Debug> TCPHandler: Processed in 0.001710054 sec. | ||
| 9403 | 2024.12.07 00:54:06.466662 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9404 | 2024.12.07 00:54:06.466769 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9405 | 2024.12.07 00:54:06.466816 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9406 | 2024.12.07 00:54:06.467265 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9407 | 2024.12.07 00:54:06.467304 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9408 | 2024.12.07 00:54:06.467662 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9409 | 2024.12.07 00:54:06.467917 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2024.12.07 00:54:06.468137 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
| 9411 | 2024.12.07 00:54:06.468203 [ 280 ] {e0e1415d-d649-41ec-984a-7377380648ea} <Debug> TCPHandler: Processed in 0.001591201 sec. | ||
| 9412 | 2024.12.07 00:54:09.065447 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9413 | 2024.12.07 00:54:09.065528 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9414 | 2024.12.07 00:54:09.261140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9415 | 2024.12.07 00:54:09.261804 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2024.12.07 00:54:09.261851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9417 | 2024.12.07 00:54:09.262428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9418 | 2024.12.07 00:54:09.262686 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2024.12.07 00:54:09.262917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9420 | 2024.12.07 00:54:09.394893 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1352 | ||
| 9421 | 2024.12.07 00:54:09.397606 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2024.12.07 00:54:09.397653 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9423 | 2024.12.07 00:54:09.399137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9424 | 2024.12.07 00:54:09.399453 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9425 | 2024.12.07 00:54:09.399634 [ 90 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9426 | 2024.12.07 00:54:09.399689 [ 90 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2024.12.07 00:54:09.399727 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9428 | 2024.12.07 00:54:09.400189 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 9429 | 2024.12.07 00:54:09.400673 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352 | ||
| 9430 | 2024.12.07 00:54:09.401268 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9431 | 2024.12.07 00:54:09.401466 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1178 rows starting from the beginning of the part | ||
| 9432 | 2024.12.07 00:54:09.402129 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 9433 | 2024.12.07 00:54:09.402753 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
| 9434 | 2024.12.07 00:54:09.403342 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 9435 | 2024.12.07 00:54:09.403930 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 54 rows starting from the beginning of the part | ||
| 9436 | 2024.12.07 00:54:09.404508 [ 191 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 9437 | 2024.12.07 00:54:09.413215 [ 196 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 72 columns (72 merged, 0 gathered) in 0.013337714 sec., 101366.69597203839 rows/sec., 79.10 MiB/sec. | ||
| 9438 | 2024.12.07 00:54:09.415199 [ 205 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9439 | 2024.12.07 00:54:09.416053 [ 205 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9440 | 2024.12.07 00:54:09.416160 [ 205 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_36_7} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9441 | 2024.12.07 00:54:09.416492 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 9442 | 2024.12.07 00:54:10.001514 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001079191 sec. | ||
| 9443 | 2024.12.07 00:54:10.800034 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9444 | 2024.12.07 00:54:10.820866 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2024.12.07 00:54:10.820933 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9446 | 2024.12.07 00:54:10.828206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9447 | 2024.12.07 00:54:10.828979 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2024.12.07 00:54:10.831717 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9449 | 2024.12.07 00:54:11.467906 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9450 | 2024.12.07 00:54:11.468245 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9451 | 2024.12.07 00:54:11.468326 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9452 | 2024.12.07 00:54:11.469073 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2024.12.07 00:54:11.469125 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9454 | 2024.12.07 00:54:11.469558 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9455 | 2024.12.07 00:54:11.469812 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9456 | 2024.12.07 00:54:11.470048 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 9457 | 2024.12.07 00:54:11.470110 [ 276 ] {6fb85922-f29c-4846-89e8-545ea0bf5f28} <Debug> TCPHandler: Processed in 0.002393168 sec. | ||
| 9458 | 2024.12.07 00:54:11.470298 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9459 | 2024.12.07 00:54:11.470409 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9460 | 2024.12.07 00:54:11.470457 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9461 | 2024.12.07 00:54:11.471187 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9462 | 2024.12.07 00:54:11.471228 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9463 | 2024.12.07 00:54:11.471980 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9464 | 2024.12.07 00:54:11.472242 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9465 | 2024.12.07 00:54:11.472411 [ 54 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9466 | 2024.12.07 00:54:11.472474 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002087 sec., 136559.65500718736 rows/sec., 12.05 MiB/sec. | ||
| 9467 | 2024.12.07 00:54:11.472502 [ 54 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2024.12.07 00:54:11.472567 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9469 | 2024.12.07 00:54:11.472600 [ 280 ] {d458fe62-82e6-4abb-9aef-265e2da02e39} <Debug> TCPHandler: Processed in 0.002361107 sec. | ||
| 9470 | 2024.12.07 00:54:11.472812 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9471 | 2024.12.07 00:54:11.472828 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9472 | 2024.12.07 00:54:11.473074 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9473 | 2024.12.07 00:54:11.473106 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9474 | 2024.12.07 00:54:11.473142 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1435 rows starting from the beginning of the part | ||
| 9475 | 2024.12.07 00:54:11.473200 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9476 | 2024.12.07 00:54:11.473453 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
| 9477 | 2024.12.07 00:54:11.473785 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1426 rows starting from the beginning of the part | ||
| 9478 | 2024.12.07 00:54:11.474332 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9479 | 2024.12.07 00:54:11.474670 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
| 9480 | 2024.12.07 00:54:11.475082 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 285 rows starting from the beginning of the part | ||
| 9481 | 2024.12.07 00:54:11.476236 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2024.12.07 00:54:11.476321 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9483 | 2024.12.07 00:54:11.477163 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9484 | 2024.12.07 00:54:11.477665 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9485 | 2024.12.07 00:54:11.477990 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004964 sec., 9669.621273166802 rows/sec., 712.95 KiB/sec. | ||
| 9486 | 2024.12.07 00:54:11.478315 [ 276 ] {62804f6f-21ea-4952-8f9d-254f6c7ee8e3} <Debug> TCPHandler: Processed in 0.00559857 sec. | ||
| 9487 | 2024.12.07 00:54:11.478614 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9488 | 2024.12.07 00:54:11.479079 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9489 | 2024.12.07 00:54:11.479195 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006504288 sec., 509510.0339960346 rows/sec., 44.50 MiB/sec. | ||
| 9490 | 2024.12.07 00:54:11.479240 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9491 | 2024.12.07 00:54:11.479540 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9492 | 2024.12.07 00:54:11.479942 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9493 | 2024.12.07 00:54:11.480062 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_81_16} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9494 | 2024.12.07 00:54:11.480133 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9495 | 2024.12.07 00:54:11.480170 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9496 | 2024.12.07 00:54:11.480183 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9497 | 2024.12.07 00:54:11.480546 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9498 | 2024.12.07 00:54:11.480791 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9499 | 2024.12.07 00:54:11.480997 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002106 sec., 6647.6733143399815 rows/sec., 465.56 KiB/sec. | ||
| 9500 | 2024.12.07 00:54:11.481054 [ 280 ] {9be45c9d-663b-4cb7-86ea-d6598f34a751} <Debug> TCPHandler: Processed in 0.002613471 sec. | ||
| 9501 | 2024.12.07 00:54:11.481207 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9502 | 2024.12.07 00:54:11.481335 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9503 | 2024.12.07 00:54:11.481390 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9504 | 2024.12.07 00:54:11.482016 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9505 | 2024.12.07 00:54:11.482064 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9506 | 2024.12.07 00:54:11.482416 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9507 | 2024.12.07 00:54:11.482656 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2024.12.07 00:54:11.482864 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 9509 | 2024.12.07 00:54:11.482918 [ 276 ] {aab119b6-db0f-457c-9540-82010afb14be} <Debug> TCPHandler: Processed in 0.001773565 sec. | ||
| 9510 | 2024.12.07 00:54:11.483041 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9511 | 2024.12.07 00:54:11.483163 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9512 | 2024.12.07 00:54:11.483218 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9513 | 2024.12.07 00:54:11.484045 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9514 | 2024.12.07 00:54:11.484093 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9515 | 2024.12.07 00:54:11.484485 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9516 | 2024.12.07 00:54:11.484736 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9517 | 2024.12.07 00:54:11.484892 [ 54 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9518 | 2024.12.07 00:54:11.484951 [ 54 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9519 | 2024.12.07 00:54:11.484983 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9520 | 2024.12.07 00:54:11.484989 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001853 sec., 228278.46735024283 rows/sec., 16.32 MiB/sec. | ||
| 9521 | 2024.12.07 00:54:11.485223 [ 280 ] {a54e8858-4803-4516-9128-4909252cff2f} <Debug> TCPHandler: Processed in 0.002226614 sec. | ||
| 9522 | 2024.12.07 00:54:11.485265 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9523 | 2024.12.07 00:54:11.485419 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9524 | 2024.12.07 00:54:11.485440 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9525 | 2024.12.07 00:54:11.485495 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 9526 | 2024.12.07 00:54:11.485736 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9527 | 2024.12.07 00:54:11.485798 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 9528 | 2024.12.07 00:54:11.485925 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9529 | 2024.12.07 00:54:11.486153 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 881 rows starting from the beginning of the part | ||
| 9530 | 2024.12.07 00:54:11.486581 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9531 | 2024.12.07 00:54:11.486959 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
| 9532 | 2024.12.07 00:54:11.487233 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 423 rows starting from the beginning of the part | ||
| 9533 | 2024.12.07 00:54:11.488301 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.12.07 00:54:11.488369 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9535 | 2024.12.07 00:54:11.489329 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9536 | 2024.12.07 00:54:11.489811 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.12.07 00:54:11.490124 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004517 sec., 1328.3152534868275 rows/sec., 69.40 KiB/sec. | ||
| 9538 | 2024.12.07 00:54:11.490471 [ 276 ] {ae84ba4a-35b8-49d5-9178-32554490c665} <Debug> TCPHandler: Processed in 0.005127221 sec. | ||
| 9539 | 2024.12.07 00:54:11.490625 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005557199 sec., 433851.6580025297 rows/sec., 33.27 MiB/sec. | ||
| 9540 | 2024.12.07 00:54:11.490692 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9541 | 2024.12.07 00:54:11.490887 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9542 | 2024.12.07 00:54:11.490959 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9543 | 2024.12.07 00:54:11.491055 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9544 | 2024.12.07 00:54:11.491749 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9545 | 2024.12.07 00:54:11.491969 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_81_16} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9546 | 2024.12.07 00:54:11.492161 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9547 | 2024.12.07 00:54:11.492281 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9548 | 2024.12.07 00:54:11.492326 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9549 | 2024.12.07 00:54:11.492743 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9550 | 2024.12.07 00:54:11.492994 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9551 | 2024.12.07 00:54:11.493165 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9552 | 2024.12.07 00:54:11.493223 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9553 | 2024.12.07 00:54:11.493252 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002432 sec., 97450.65789473684 rows/sec., 6.53 MiB/sec. | ||
| 9554 | 2024.12.07 00:54:11.493266 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9555 | 2024.12.07 00:54:11.493414 [ 280 ] {911431e0-954f-4136-91a9-3efd960dd11c} <Debug> TCPHandler: Processed in 0.002817675 sec. | ||
| 9556 | 2024.12.07 00:54:11.493477 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9557 | 2024.12.07 00:54:11.493580 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9558 | 2024.12.07 00:54:11.493595 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9559 | 2024.12.07 00:54:11.493633 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22829 rows starting from the beginning of the part | ||
| 9560 | 2024.12.07 00:54:11.493789 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9561 | 2024.12.07 00:54:11.493792 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 9562 | 2024.12.07 00:54:11.493914 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9563 | 2024.12.07 00:54:11.493991 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 956 rows starting from the beginning of the part | ||
| 9564 | 2024.12.07 00:54:11.494233 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 128 rows starting from the beginning of the part | ||
| 9565 | 2024.12.07 00:54:11.494480 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 9566 | 2024.12.07 00:54:11.494698 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 9567 | 2024.12.07 00:54:11.495256 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9568 | 2024.12.07 00:54:11.495300 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9569 | 2024.12.07 00:54:11.496027 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9570 | 2024.12.07 00:54:11.496327 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2024.12.07 00:54:11.496688 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00296 sec., 337.83783783783787 rows/sec., 22.76 KiB/sec. | ||
| 9572 | 2024.12.07 00:54:11.497026 [ 276 ] {a72e5e15-03cb-40f6-8c16-07b29b0710b6} <Debug> TCPHandler: Processed in 0.003506579 sec. | ||
| 9573 | 2024.12.07 00:54:11.497406 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9574 | 2024.12.07 00:54:11.497896 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9575 | 2024.12.07 00:54:11.498034 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9576 | 2024.12.07 00:54:11.499683 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9577 | 2024.12.07 00:54:11.499723 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9578 | 2024.12.07 00:54:11.500743 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9579 | 2024.12.07 00:54:11.501136 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9580 | 2024.12.07 00:54:11.501435 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9581 | 2024.12.07 00:54:11.501531 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003754 sec., 10921.683537559937 rows/sec., 19.57 MiB/sec. | ||
| 9582 | 2024.12.07 00:54:11.501545 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9583 | 2024.12.07 00:54:11.501612 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9584 | 2024.12.07 00:54:11.502064 [ 280 ] {96c82593-850f-47f1-959c-224c8a8b5ffd} <Debug> TCPHandler: Processed in 0.004922977 sec. | ||
| 9585 | 2024.12.07 00:54:11.502084 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 9586 | 2024.12.07 00:54:11.502311 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2024.12.07 00:54:11.502679 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9588 | 2024.12.07 00:54:11.502895 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9589 | 2024.12.07 00:54:11.503456 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9590 | 2024.12.07 00:54:11.503891 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24470 rows, containing 5 columns (5 merged, 0 gathered) in 0.010479697 sec., 2334991.173886039 rows/sec., 157.58 MiB/sec. | ||
| 9591 | 2024.12.07 00:54:11.503926 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1087 rows starting from the beginning of the part | ||
| 9592 | 2024.12.07 00:54:11.504853 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9593 | 2024.12.07 00:54:11.505005 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
| 9594 | 2024.12.07 00:54:11.505981 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9595 | 2024.12.07 00:54:11.506051 [ 203 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9596 | 2024.12.07 00:54:11.506079 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9597 | 2024.12.07 00:54:11.506380 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
| 9598 | 2024.12.07 00:54:11.506435 [ 203 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9599 | 2024.12.07 00:54:11.506735 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 9600 | 2024.12.07 00:54:11.507353 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 9601 | 2024.12.07 00:54:11.507535 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9602 | 2024.12.07 00:54:11.507972 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part | ||
| 9603 | 2024.12.07 00:54:11.508572 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9604 | 2024.12.07 00:54:11.508635 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
| 9605 | 2024.12.07 00:54:11.508939 [ 51 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9606 | 2024.12.07 00:54:11.509115 [ 51 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2024.12.07 00:54:11.509248 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9608 | 2024.12.07 00:54:11.509455 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006883 sec., 11913.409850355949 rows/sec., 774.81 KiB/sec. | ||
| 9609 | 2024.12.07 00:54:11.509890 [ 276 ] {18b85163-1d7e-409f-b397-bdb50fa7727e} <Debug> TCPHandler: Processed in 0.007701182 sec. | ||
| 9610 | 2024.12.07 00:54:11.510171 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9611 | 2024.12.07 00:54:11.511018 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9612 | 2024.12.07 00:54:11.511180 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4596 rows starting from the beginning of the part | ||
| 9613 | 2024.12.07 00:54:11.511713 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 9614 | 2024.12.07 00:54:11.512100 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 34 rows starting from the beginning of the part | ||
| 9615 | 2024.12.07 00:54:11.512333 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 48 rows starting from the beginning of the part | ||
| 9616 | 2024.12.07 00:54:11.512588 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 9617 | 2024.12.07 00:54:11.512825 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 9618 | 2024.12.07 00:54:11.516088 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4880 rows, containing 4 columns (4 merged, 0 gathered) in 0.006689732 sec., 729476.1583872118 rows/sec., 47.52 MiB/sec. | ||
| 9619 | 2024.12.07 00:54:11.516604 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9620 | 2024.12.07 00:54:11.517297 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9621 | 2024.12.07 00:54:11.517523 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_81_16} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9622 | 2024.12.07 00:54:11.517668 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9623 | 2024.12.07 00:54:11.522316 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 19 columns (19 merged, 0 gathered) in 0.020543395 sec., 62891.260183625935 rows/sec., 112.70 MiB/sec. | ||
| 9624 | 2024.12.07 00:54:11.523654 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9625 | 2024.12.07 00:54:11.524116 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9626 | 2024.12.07 00:54:11.524203 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9627 | 2024.12.07 00:54:11.524364 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. | ||
| 9628 | 2024.12.07 00:54:12.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.23 MiB, peak 239.60 MiB, free memory in arenas 0.00 B, will set to 231.78 MiB (RSS), difference: 3.56 MiB | ||
| 9629 | 2024.12.07 00:54:16.461098 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9630 | 2024.12.07 00:54:16.461347 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9631 | 2024.12.07 00:54:16.461423 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9632 | 2024.12.07 00:54:16.462210 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9633 | 2024.12.07 00:54:16.462264 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9634 | 2024.12.07 00:54:16.462723 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9635 | 2024.12.07 00:54:16.462969 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9636 | 2024.12.07 00:54:16.463200 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 9637 | 2024.12.07 00:54:16.463258 [ 276 ] {2ad801dc-e1f3-4d83-a516-e0fe0c592396} <Debug> TCPHandler: Processed in 0.002305336 sec. | ||
| 9638 | 2024.12.07 00:54:16.463461 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9639 | 2024.12.07 00:54:16.463596 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9640 | 2024.12.07 00:54:16.463645 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9641 | 2024.12.07 00:54:16.464240 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9642 | 2024.12.07 00:54:16.464281 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9643 | 2024.12.07 00:54:16.464677 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9644 | 2024.12.07 00:54:16.464935 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9645 | 2024.12.07 00:54:16.465183 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001614 sec., 39653.035935563814 rows/sec., 3.10 MiB/sec. | ||
| 9646 | 2024.12.07 00:54:16.465284 [ 280 ] {c481df6a-af30-4c0a-88d7-d23b0c3e3e26} <Debug> TCPHandler: Processed in 0.001892957 sec. | ||
| 9647 | 2024.12.07 00:54:16.465509 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9648 | 2024.12.07 00:54:16.465669 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9649 | 2024.12.07 00:54:16.465722 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9650 | 2024.12.07 00:54:16.466262 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9651 | 2024.12.07 00:54:16.466301 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9652 | 2024.12.07 00:54:16.466683 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9653 | 2024.12.07 00:54:16.466931 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2024.12.07 00:54:16.467170 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
| 9655 | 2024.12.07 00:54:16.467239 [ 276 ] {187ab1d1-e4e1-49e6-8f37-977fb79fd0a7} <Debug> TCPHandler: Processed in 0.001837756 sec. | ||
| 9656 | 2024.12.07 00:54:16.467467 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9657 | 2024.12.07 00:54:16.467761 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9658 | 2024.12.07 00:54:16.467828 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9659 | 2024.12.07 00:54:16.468375 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9660 | 2024.12.07 00:54:16.468420 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9661 | 2024.12.07 00:54:16.468889 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9662 | 2024.12.07 00:54:16.469180 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.12.07 00:54:16.469426 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001752 sec., 34246.57534246575 rows/sec., 2.31 MiB/sec. | ||
| 9664 | 2024.12.07 00:54:16.469487 [ 280 ] {2df5d76e-a0bb-45e5-9a9d-23776c817a1c} <Debug> TCPHandler: Processed in 0.002158622 sec. | ||
| 9665 | 2024.12.07 00:54:16.763031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9666 | 2024.12.07 00:54:16.763683 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9667 | 2024.12.07 00:54:16.763738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9668 | 2024.12.07 00:54:16.764321 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9669 | 2024.12.07 00:54:16.764591 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9670 | 2024.12.07 00:54:16.764875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9671 | 2024.12.07 00:54:18.331768 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9672 | 2024.12.07 00:54:18.353224 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9673 | 2024.12.07 00:54:18.353294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9674 | 2024.12.07 00:54:18.360666 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9675 | 2024.12.07 00:54:18.361459 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9676 | 2024.12.07 00:54:18.364745 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9677 | 2024.12.07 00:54:19.400828 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1382 | ||
| 9678 | 2024.12.07 00:54:19.403807 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2024.12.07 00:54:19.403864 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9680 | 2024.12.07 00:54:19.405405 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9681 | 2024.12.07 00:54:19.405736 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2024.12.07 00:54:19.406439 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 9683 | 2024.12.07 00:54:21.466931 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9684 | 2024.12.07 00:54:21.467153 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9685 | 2024.12.07 00:54:21.467235 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9686 | 2024.12.07 00:54:21.468005 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2024.12.07 00:54:21.468057 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9688 | 2024.12.07 00:54:21.468493 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9689 | 2024.12.07 00:54:21.468749 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2024.12.07 00:54:21.468988 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 9691 | 2024.12.07 00:54:21.469051 [ 276 ] {08aee5df-991c-4e1e-8493-6fad51986ed2} <Debug> TCPHandler: Processed in 0.002257415 sec. | ||
| 9692 | 2024.12.07 00:54:21.469239 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9693 | 2024.12.07 00:54:21.469385 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9694 | 2024.12.07 00:54:21.469444 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9695 | 2024.12.07 00:54:21.470279 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2024.12.07 00:54:21.470327 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9697 | 2024.12.07 00:54:21.470733 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9698 | 2024.12.07 00:54:21.470982 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9699 | 2024.12.07 00:54:21.471217 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001867 sec., 152651.31226566684 rows/sec., 13.47 MiB/sec. | ||
| 9700 | 2024.12.07 00:54:21.471273 [ 280 ] {465df331-bbc8-4359-a2f7-7e23763f51fc} <Debug> TCPHandler: Processed in 0.002104682 sec. | ||
| 9701 | 2024.12.07 00:54:21.471415 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9702 | 2024.12.07 00:54:21.471543 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9703 | 2024.12.07 00:54:21.471597 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9704 | 2024.12.07 00:54:21.472264 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9705 | 2024.12.07 00:54:21.472311 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9706 | 2024.12.07 00:54:21.472686 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9707 | 2024.12.07 00:54:21.472912 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9708 | 2024.12.07 00:54:21.473166 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001638 sec., 29304.029304029307 rows/sec., 2.11 MiB/sec. | ||
| 9709 | 2024.12.07 00:54:21.473229 [ 276 ] {e4e6bc25-2d22-4c60-bce6-04854fdbf17d} <Debug> TCPHandler: Processed in 0.001865607 sec. | ||
| 9710 | 2024.12.07 00:54:21.473450 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2024.12.07 00:54:21.473609 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9712 | 2024.12.07 00:54:21.473664 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9713 | 2024.12.07 00:54:21.474312 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2024.12.07 00:54:21.474359 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9715 | 2024.12.07 00:54:21.474720 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9716 | 2024.12.07 00:54:21.474962 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2024.12.07 00:54:21.475207 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001627 sec., 8604.79409956976 rows/sec., 602.62 KiB/sec. | ||
| 9718 | 2024.12.07 00:54:21.475415 [ 280 ] {3063df08-2002-4875-8eea-878e70c36258} <Debug> TCPHandler: Processed in 0.002071711 sec. | ||
| 9719 | 2024.12.07 00:54:21.475618 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9720 | 2024.12.07 00:54:21.475747 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9721 | 2024.12.07 00:54:21.475801 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9722 | 2024.12.07 00:54:21.476444 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9723 | 2024.12.07 00:54:21.476483 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9724 | 2024.12.07 00:54:21.476885 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9725 | 2024.12.07 00:54:21.477117 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9726 | 2024.12.07 00:54:21.477321 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 9727 | 2024.12.07 00:54:21.477372 [ 276 ] {9f86a536-8ef6-4160-918c-3998e9121d08} <Debug> TCPHandler: Processed in 0.001848537 sec. | ||
| 9728 | 2024.12.07 00:54:21.477514 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9729 | 2024.12.07 00:54:21.477642 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9730 | 2024.12.07 00:54:21.477695 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9731 | 2024.12.07 00:54:21.478512 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2024.12.07 00:54:21.478551 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9733 | 2024.12.07 00:54:21.478926 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9734 | 2024.12.07 00:54:21.479171 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2024.12.07 00:54:21.479385 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001771 sec., 238848.1084133258 rows/sec., 17.07 MiB/sec. | ||
| 9736 | 2024.12.07 00:54:21.479438 [ 280 ] {05e2ce25-89ca-4e90-8fbe-5b38f5ce8b34} <Debug> TCPHandler: Processed in 0.00198626 sec. | ||
| 9737 | 2024.12.07 00:54:21.479587 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9738 | 2024.12.07 00:54:21.479715 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9739 | 2024.12.07 00:54:21.479770 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9740 | 2024.12.07 00:54:21.480292 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2024.12.07 00:54:21.480340 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9742 | 2024.12.07 00:54:21.480701 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9743 | 2024.12.07 00:54:21.480929 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2024.12.07 00:54:21.481146 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 9745 | 2024.12.07 00:54:21.481257 [ 276 ] {b32e2133-5692-4778-8875-47b425b801f5} <Debug> TCPHandler: Processed in 0.001729994 sec. | ||
| 9746 | 2024.12.07 00:54:21.481402 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9747 | 2024.12.07 00:54:21.481532 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9748 | 2024.12.07 00:54:21.481589 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9749 | 2024.12.07 00:54:21.482222 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2024.12.07 00:54:21.482267 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9751 | 2024.12.07 00:54:21.482665 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9752 | 2024.12.07 00:54:21.482910 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2024.12.07 00:54:21.483141 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
| 9754 | 2024.12.07 00:54:21.483193 [ 280 ] {4f1e50bb-74c7-4986-aa78-6ea96215efeb} <Debug> TCPHandler: Processed in 0.001846177 sec. | ||
| 9755 | 2024.12.07 00:54:21.483342 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9756 | 2024.12.07 00:54:21.483479 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9757 | 2024.12.07 00:54:21.483536 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9758 | 2024.12.07 00:54:21.484051 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2024.12.07 00:54:21.484099 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9760 | 2024.12.07 00:54:21.484504 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9761 | 2024.12.07 00:54:21.484745 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9762 | 2024.12.07 00:54:21.484907 [ 86 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 | ||
| 9763 | 2024.12.07 00:54:21.484983 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec. | ||
| 9764 | 2024.12.07 00:54:21.485004 [ 86 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2024.12.07 00:54:21.485072 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9766 | 2024.12.07 00:54:21.485107 [ 276 ] {fbd492d5-aa9d-4ef0-8478-dc6c5810d921} <Debug> TCPHandler: Processed in 0.001824016 sec. | ||
| 9767 | 2024.12.07 00:54:21.485328 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9768 | 2024.12.07 00:54:21.485662 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full | ||
| 9769 | 2024.12.07 00:54:21.485716 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9770 | 2024.12.07 00:54:21.485962 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9771 | 2024.12.07 00:54:21.486133 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9772 | 2024.12.07 00:54:21.486261 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 9773 | 2024.12.07 00:54:21.486600 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9774 | 2024.12.07 00:54:21.486938 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 9775 | 2024.12.07 00:54:21.487222 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 9776 | 2024.12.07 00:54:21.487546 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 9777 | 2024.12.07 00:54:21.487985 [ 187 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 9778 | 2024.12.07 00:54:21.491358 [ 188 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.006149791 sec., 6016.464624570169 rows/sec., 404.77 KiB/sec. | ||
| 9779 | 2024.12.07 00:54:21.491432 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2024.12.07 00:54:21.491496 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9781 | 2024.12.07 00:54:21.491628 [ 188 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 9782 | 2024.12.07 00:54:21.492320 [ 188 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2024.12.07 00:54:21.492563 [ 188 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_37_8} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 | ||
| 9784 | 2024.12.07 00:54:21.492756 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9785 | 2024.12.07 00:54:21.492910 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9786 | 2024.12.07 00:54:21.493190 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9787 | 2024.12.07 00:54:21.493442 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007831 sec., 5235.602094240838 rows/sec., 9.38 MiB/sec. | ||
| 9788 | 2024.12.07 00:54:21.493765 [ 280 ] {d5e03b2d-91e6-4e0b-b7a3-2e39af0182eb} <Debug> TCPHandler: Processed in 0.008559309 sec. | ||
| 9789 | 2024.12.07 00:54:21.493925 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9790 | 2024.12.07 00:54:21.494056 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9791 | 2024.12.07 00:54:21.494112 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9792 | 2024.12.07 00:54:21.494604 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9793 | 2024.12.07 00:54:21.494642 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9794 | 2024.12.07 00:54:21.495006 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9795 | 2024.12.07 00:54:21.495248 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9796 | 2024.12.07 00:54:21.495454 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec. | ||
| 9797 | 2024.12.07 00:54:21.495505 [ 276 ] {ea412b2a-6824-4cd2-a73e-fd89163653b4} <Debug> TCPHandler: Processed in 0.001641922 sec. | ||
| 9798 | 2024.12.07 00:54:24.065582 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9799 | 2024.12.07 00:54:24.065638 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9800 | 2024.12.07 00:54:24.264990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9801 | 2024.12.07 00:54:24.265676 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9802 | 2024.12.07 00:54:24.265724 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9803 | 2024.12.07 00:54:24.266262 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9804 | 2024.12.07 00:54:24.266522 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9805 | 2024.12.07 00:54:24.266770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9806 | 2024.12.07 00:54:25.864792 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9807 | 2024.12.07 00:54:25.886554 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9808 | 2024.12.07 00:54:25.886616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9809 | 2024.12.07 00:54:25.893990 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9810 | 2024.12.07 00:54:25.894763 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9811 | 2024.12.07 00:54:25.897762 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9812 | 2024.12.07 00:54:26.460137 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9813 | 2024.12.07 00:54:26.460343 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9814 | 2024.12.07 00:54:26.460420 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9815 | 2024.12.07 00:54:26.461215 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9816 | 2024.12.07 00:54:26.461254 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9817 | 2024.12.07 00:54:26.461690 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9818 | 2024.12.07 00:54:26.461945 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9819 | 2024.12.07 00:54:26.462144 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.30 MiB/sec. | ||
| 9820 | 2024.12.07 00:54:26.462199 [ 276 ] {914c51f3-72c5-4f49-a513-649e0ba3ae10} <Debug> TCPHandler: Processed in 0.002199794 sec. | ||
| 9821 | 2024.12.07 00:54:26.462381 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9822 | 2024.12.07 00:54:26.462518 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9823 | 2024.12.07 00:54:26.462572 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9824 | 2024.12.07 00:54:26.463141 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2024.12.07 00:54:26.463180 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9826 | 2024.12.07 00:54:26.463567 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9827 | 2024.12.07 00:54:26.463816 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9828 | 2024.12.07 00:54:26.463998 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 3.31 MiB/sec. | ||
| 9829 | 2024.12.07 00:54:26.464049 [ 280 ] {91d08d31-3d56-4589-851c-9917af6817bb} <Debug> TCPHandler: Processed in 0.001735044 sec. | ||
| 9830 | 2024.12.07 00:54:26.464196 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9831 | 2024.12.07 00:54:26.464303 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9832 | 2024.12.07 00:54:26.464352 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9833 | 2024.12.07 00:54:26.464892 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9834 | 2024.12.07 00:54:26.464928 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9835 | 2024.12.07 00:54:26.465311 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9836 | 2024.12.07 00:54:26.465548 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9837 | 2024.12.07 00:54:26.465726 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
| 9838 | 2024.12.07 00:54:26.465775 [ 276 ] {f08ceec1-3ec4-4d85-94f8-ac1641f182fd} <Debug> TCPHandler: Processed in 0.001633532 sec. | ||
| 9839 | 2024.12.07 00:54:26.465933 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9840 | 2024.12.07 00:54:26.466063 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9841 | 2024.12.07 00:54:26.466117 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9842 | 2024.12.07 00:54:26.466628 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9843 | 2024.12.07 00:54:26.466666 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9844 | 2024.12.07 00:54:26.467020 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9845 | 2024.12.07 00:54:26.467259 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9846 | 2024.12.07 00:54:26.467431 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
| 9847 | 2024.12.07 00:54:26.467479 [ 280 ] {7ebcd6cc-e600-45b0-9733-1552a83ba339} <Debug> TCPHandler: Processed in 0.001607442 sec. | ||
| 9848 | 2024.12.07 00:54:27.270865 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9849 | 2024.12.07 00:54:27.271046 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9850 | 2024.12.07 00:54:27.271115 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9851 | 2024.12.07 00:54:27.271847 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9852 | 2024.12.07 00:54:27.271890 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9853 | 2024.12.07 00:54:27.272312 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9854 | 2024.12.07 00:54:27.272567 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9855 | 2024.12.07 00:54:27.272783 [ 95 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 9856 | 2024.12.07 00:54:27.272844 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec. | ||
| 9857 | 2024.12.07 00:54:27.272871 [ 95 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9858 | 2024.12.07 00:54:27.272940 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9859 | 2024.12.07 00:54:27.272961 [ 276 ] {868eb993-7284-4a54-9c75-9a1aa2354f65} <Debug> TCPHandler: Processed in 0.002215104 sec. | ||
| 9860 | 2024.12.07 00:54:27.273230 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9861 | 2024.12.07 00:54:27.273242 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 9862 | 2024.12.07 00:54:27.273571 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9863 | 2024.12.07 00:54:27.273781 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9864 | 2024.12.07 00:54:27.273877 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9865 | 2024.12.07 00:54:27.274033 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 9866 | 2024.12.07 00:54:27.274524 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 9867 | 2024.12.07 00:54:27.274721 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 9868 | 2024.12.07 00:54:27.275095 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 9869 | 2024.12.07 00:54:27.275419 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 9870 | 2024.12.07 00:54:27.276084 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2024.12.07 00:54:27.276129 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9872 | 2024.12.07 00:54:27.276738 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9873 | 2024.12.07 00:54:27.276792 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003743193 sec., 18700.612017601015 rows/sec., 1.39 MiB/sec. | ||
| 9874 | 2024.12.07 00:54:27.277077 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 9875 | 2024.12.07 00:54:27.277115 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9876 | 2024.12.07 00:54:27.277876 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.004413 sec., 3172.445048719692 rows/sec., 258.69 KiB/sec. | ||
| 9877 | 2024.12.07 00:54:27.278318 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2024.12.07 00:54:27.278378 [ 280 ] {d6cecbbb-3a5e-4ec4-974a-a1576ebc00e8} <Debug> TCPHandler: Processed in 0.005257034 sec. | ||
| 9879 | 2024.12.07 00:54:27.278660 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9880 | 2024.12.07 00:54:27.278703 [ 192 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_37_9} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 9881 | 2024.12.07 00:54:27.278879 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9882 | 2024.12.07 00:54:27.278918 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9883 | 2024.12.07 00:54:27.278986 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9884 | 2024.12.07 00:54:27.280304 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9885 | 2024.12.07 00:54:27.280346 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9886 | 2024.12.07 00:54:27.280830 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9887 | 2024.12.07 00:54:27.281087 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9888 | 2024.12.07 00:54:27.281325 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002473 sec., 579053.7808329964 rows/sec., 48.33 MiB/sec. | ||
| 9889 | 2024.12.07 00:54:27.281378 [ 276 ] {9981ca6f-6684-4756-ade2-1c3abe7e873d} <Debug> TCPHandler: Processed in 0.002863806 sec. | ||
| 9890 | 2024.12.07 00:54:27.281537 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2024.12.07 00:54:27.281649 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9892 | 2024.12.07 00:54:27.281694 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9893 | 2024.12.07 00:54:27.282266 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2024.12.07 00:54:27.282306 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9895 | 2024.12.07 00:54:27.282663 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9896 | 2024.12.07 00:54:27.282904 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2024.12.07 00:54:27.283062 [ 95 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 9898 | 2024.12.07 00:54:27.283124 [ 95 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9899 | 2024.12.07 00:54:27.283142 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001507 sec., 41141.3404114134 rows/sec., 2.93 MiB/sec. | ||
| 9900 | 2024.12.07 00:54:27.283157 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9901 | 2024.12.07 00:54:27.283287 [ 280 ] {a20cb166-d61c-463a-9d74-484ec4ea5016} <Debug> TCPHandler: Processed in 0.001801866 sec. | ||
| 9902 | 2024.12.07 00:54:27.283382 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 9903 | 2024.12.07 00:54:27.283455 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9904 | 2024.12.07 00:54:27.283629 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9905 | 2024.12.07 00:54:27.283686 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9906 | 2024.12.07 00:54:27.283706 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 66 rows starting from the beginning of the part | ||
| 9907 | 2024.12.07 00:54:27.283788 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9908 | 2024.12.07 00:54:27.283979 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
| 9909 | 2024.12.07 00:54:27.284324 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 50 rows starting from the beginning of the part | ||
| 9910 | 2024.12.07 00:54:27.284643 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 9911 | 2024.12.07 00:54:27.284937 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part | ||
| 9912 | 2024.12.07 00:54:27.285320 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 62 rows starting from the beginning of the part | ||
| 9913 | 2024.12.07 00:54:27.286937 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9914 | 2024.12.07 00:54:27.287025 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9915 | 2024.12.07 00:54:27.288112 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9916 | 2024.12.07 00:54:27.288193 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.004913696 sec., 65531.11954829928 rows/sec., 4.94 MiB/sec. | ||
| 9917 | 2024.12.07 00:54:27.288369 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 9918 | 2024.12.07 00:54:27.288625 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9919 | 2024.12.07 00:54:27.288942 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9920 | 2024.12.07 00:54:27.289009 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005387 sec., 44922.96268795247 rows/sec., 3.04 MiB/sec. | ||
| 9921 | 2024.12.07 00:54:27.289083 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_43_9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 9922 | 2024.12.07 00:54:27.289101 [ 276 ] {9d07f7f0-8497-4c89-92a7-db0a717d77bc} <Debug> TCPHandler: Processed in 0.005703572 sec. | ||
| 9923 | 2024.12.07 00:54:27.289212 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9924 | 2024.12.07 00:54:27.289275 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9925 | 2024.12.07 00:54:27.289411 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9926 | 2024.12.07 00:54:27.289465 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9927 | 2024.12.07 00:54:27.290021 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9928 | 2024.12.07 00:54:27.290059 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9929 | 2024.12.07 00:54:27.290414 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9930 | 2024.12.07 00:54:27.290656 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2024.12.07 00:54:27.290815 [ 95 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 9932 | 2024.12.07 00:54:27.290877 [ 95 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9933 | 2024.12.07 00:54:27.290905 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9934 | 2024.12.07 00:54:27.290923 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 9935 | 2024.12.07 00:54:27.291121 [ 280 ] {c09dcf41-b455-4d3b-a5b2-ede1fca5831d} <Debug> TCPHandler: Processed in 0.001917258 sec. | ||
| 9936 | 2024.12.07 00:54:27.291125 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 9937 | 2024.12.07 00:54:27.291289 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9938 | 2024.12.07 00:54:27.291301 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9939 | 2024.12.07 00:54:27.291328 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 9940 | 2024.12.07 00:54:27.291550 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 9941 | 2024.12.07 00:54:27.291655 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9942 | 2024.12.07 00:54:27.291829 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9943 | 2024.12.07 00:54:27.291851 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 9944 | 2024.12.07 00:54:27.292295 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 9945 | 2024.12.07 00:54:27.292580 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 9946 | 2024.12.07 00:54:27.294639 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2024.12.07 00:54:27.294720 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9948 | 2024.12.07 00:54:27.294759 [ 204 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003781065 sec., 17190.923721226693 rows/sec., 1.11 MiB/sec. | ||
| 9949 | 2024.12.07 00:54:27.294998 [ 204 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 9950 | 2024.12.07 00:54:27.295508 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9951 | 2024.12.07 00:54:27.295519 [ 204 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2024.12.07 00:54:27.295666 [ 204 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_37_9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 9953 | 2024.12.07 00:54:27.295819 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9954 | 2024.12.07 00:54:27.295932 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9955 | 2024.12.07 00:54:27.296160 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.004614 sec., 193541.39575205895 rows/sec., 14.05 MiB/sec. | ||
| 9956 | 2024.12.07 00:54:27.296226 [ 276 ] {4c27cb0d-ad97-4aba-b4cf-ac9b86878b4c} <Debug> TCPHandler: Processed in 0.005013599 sec. | ||
| 9957 | 2024.12.07 00:54:27.296375 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9958 | 2024.12.07 00:54:27.296481 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9959 | 2024.12.07 00:54:27.296528 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9960 | 2024.12.07 00:54:27.296970 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9961 | 2024.12.07 00:54:27.297008 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9962 | 2024.12.07 00:54:27.297364 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9963 | 2024.12.07 00:54:27.297606 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9964 | 2024.12.07 00:54:27.297811 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. | ||
| 9965 | 2024.12.07 00:54:27.297861 [ 280 ] {cb3cebb0-0a04-461f-9793-6f45904695bb} <Debug> TCPHandler: Processed in 0.00154071 sec. | ||
| 9966 | 2024.12.07 00:54:27.298012 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9967 | 2024.12.07 00:54:27.298118 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9968 | 2024.12.07 00:54:27.298166 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9969 | 2024.12.07 00:54:27.298911 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9970 | 2024.12.07 00:54:27.298949 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9971 | 2024.12.07 00:54:27.299387 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9972 | 2024.12.07 00:54:27.299626 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9973 | 2024.12.07 00:54:27.299854 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001756 sec., 547835.9908883827 rows/sec., 36.41 MiB/sec. | ||
| 9974 | 2024.12.07 00:54:27.299935 [ 276 ] {7ae0cd38-70c8-4a0f-978a-fb62ebaffd37} <Debug> TCPHandler: Processed in 0.001984949 sec. | ||
| 9975 | 2024.12.07 00:54:27.300121 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9976 | 2024.12.07 00:54:27.300346 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9977 | 2024.12.07 00:54:27.300396 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9978 | 2024.12.07 00:54:27.300822 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9979 | 2024.12.07 00:54:27.300861 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9980 | 2024.12.07 00:54:27.301205 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9981 | 2024.12.07 00:54:27.301440 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9982 | 2024.12.07 00:54:27.301657 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 9983 | 2024.12.07 00:54:27.301706 [ 280 ] {d2f6f9b7-b174-4465-b862-3bc46d873907} <Debug> TCPHandler: Processed in 0.001683873 sec. | ||
| 9984 | 2024.12.07 00:54:27.301853 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9985 | 2024.12.07 00:54:27.301959 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9986 | 2024.12.07 00:54:27.302023 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9987 | 2024.12.07 00:54:27.303194 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9988 | 2024.12.07 00:54:27.303233 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9989 | 2024.12.07 00:54:27.303879 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9990 | 2024.12.07 00:54:27.304134 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9991 | 2024.12.07 00:54:27.304372 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002435 sec., 16837.78234086242 rows/sec., 30.17 MiB/sec. | ||
| 9992 | 2024.12.07 00:54:27.304464 [ 276 ] {1f1e4ef7-e430-467b-af25-4a4397f2d8e2} <Debug> TCPHandler: Processed in 0.002670482 sec. | ||
| 9993 | 2024.12.07 00:54:27.304620 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2024.12.07 00:54:27.304727 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9995 | 2024.12.07 00:54:27.304772 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9996 | 2024.12.07 00:54:27.305202 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9997 | 2024.12.07 00:54:27.305241 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9998 | 2024.12.07 00:54:27.305584 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9999 | 2024.12.07 00:54:27.305830 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10000 | 2024.12.07 00:54:27.306109 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0014 sec., 24285.714285714286 rows/sec., 1.41 MiB/sec. | ||
| 10001 | 2024.12.07 00:54:27.306217 [ 280 ] {8057f78f-ceb3-45c1-a089-ea9668963619} <Debug> TCPHandler: Processed in 0.001650453 sec. | ||
| 10002 | 2024.12.07 00:54:29.406604 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1436 | ||
| 10003 | 2024.12.07 00:54:29.410038 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10004 | 2024.12.07 00:54:29.410086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 10005 | 2024.12.07 00:54:29.411619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10006 | 2024.12.07 00:54:29.411954 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2024.12.07 00:54:29.412517 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1436 | ||
| 10008 | 2024.12.07 00:54:31.459035 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10009 | 2024.12.07 00:54:31.459367 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10010 | 2024.12.07 00:54:31.459449 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10011 | 2024.12.07 00:54:31.460260 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10012 | 2024.12.07 00:54:31.460308 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10013 | 2024.12.07 00:54:31.460747 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10014 | 2024.12.07 00:54:31.461030 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10015 | 2024.12.07 00:54:31.461245 [ 104 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10016 | 2024.12.07 00:54:31.461306 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.15 MiB/sec. | ||
| 10017 | 2024.12.07 00:54:31.461350 [ 104 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10018 | 2024.12.07 00:54:31.461426 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10019 | 2024.12.07 00:54:31.461435 [ 276 ] {771b7efb-eed1-42e0-916e-ad10da4a0763} <Debug> TCPHandler: Processed in 0.00253286 sec. | ||
| 10020 | 2024.12.07 00:54:31.461724 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10021 | 2024.12.07 00:54:31.461871 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10022 | 2024.12.07 00:54:31.462029 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10023 | 2024.12.07 00:54:31.462181 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10024 | 2024.12.07 00:54:31.462627 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10025 | 2024.12.07 00:54:31.462817 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1435 rows starting from the beginning of the part | ||
| 10026 | 2024.12.07 00:54:31.463289 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part | ||
| 10027 | 2024.12.07 00:54:31.463851 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 285 rows starting from the beginning of the part | ||
| 10028 | 2024.12.07 00:54:31.464338 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 10029 | 2024.12.07 00:54:31.464840 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1432 rows starting from the beginning of the part | ||
| 10030 | 2024.12.07 00:54:31.465387 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 10031 | 2024.12.07 00:54:31.466853 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2024.12.07 00:54:31.466922 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10033 | 2024.12.07 00:54:31.467960 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10034 | 2024.12.07 00:54:31.468322 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10035 | 2024.12.07 00:54:31.468536 [ 104 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10036 | 2024.12.07 00:54:31.468647 [ 104 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2024.12.07 00:54:31.468761 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00681 sec., 9397.944199706315 rows/sec., 751.14 KiB/sec. | ||
| 10038 | 2024.12.07 00:54:31.468765 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10039 | 2024.12.07 00:54:31.469093 [ 280 ] {1bf8d8fa-c0c4-4259-8488-50d87497d092} <Debug> TCPHandler: Processed in 0.007512969 sec. | ||
| 10040 | 2024.12.07 00:54:31.469492 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10041 | 2024.12.07 00:54:31.469734 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.008172861 sec., 406222.4966263344 rows/sec., 35.47 MiB/sec. | ||
| 10042 | 2024.12.07 00:54:31.469867 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10043 | 2024.12.07 00:54:31.469865 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10044 | 2024.12.07 00:54:31.469983 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10045 | 2024.12.07 00:54:31.470259 [ 198 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10046 | 2024.12.07 00:54:31.470351 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10047 | 2024.12.07 00:54:31.470511 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 10048 | 2024.12.07 00:54:31.471051 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part | ||
| 10049 | 2024.12.07 00:54:31.471578 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 423 rows starting from the beginning of the part | ||
| 10050 | 2024.12.07 00:54:31.471915 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 10051 | 2024.12.07 00:54:31.472159 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2024.12.07 00:54:31.472567 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 893 rows starting from the beginning of the part | ||
| 10053 | 2024.12.07 00:54:31.472731 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_86_17} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10054 | 2024.12.07 00:54:31.473165 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 10055 | 2024.12.07 00:54:31.473186 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 10056 | 2024.12.07 00:54:31.473935 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2024.12.07 00:54:31.473991 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10058 | 2024.12.07 00:54:31.475022 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10059 | 2024.12.07 00:54:31.475622 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2024.12.07 00:54:31.475951 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10061 | 2024.12.07 00:54:31.476027 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10062 | 2024.12.07 00:54:31.476071 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10063 | 2024.12.07 00:54:31.476091 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006326 sec., 20233.955105912108 rows/sec., 1.41 MiB/sec. | ||
| 10064 | 2024.12.07 00:54:31.476423 [ 276 ] {8d180956-fb7b-4074-985c-8e7ec1a5fff4} <Debug> TCPHandler: Processed in 0.007147491 sec. | ||
| 10065 | 2024.12.07 00:54:31.476554 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10066 | 2024.12.07 00:54:31.476720 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10067 | 2024.12.07 00:54:31.477152 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10068 | 2024.12.07 00:54:31.477197 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10069 | 2024.12.07 00:54:31.477321 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24470 rows starting from the beginning of the part | ||
| 10070 | 2024.12.07 00:54:31.477335 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10071 | 2024.12.07 00:54:31.477371 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.008209532 sec., 295144.7171410014 rows/sec., 22.64 MiB/sec. | ||
| 10072 | 2024.12.07 00:54:31.477770 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 10073 | 2024.12.07 00:54:31.478035 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10074 | 2024.12.07 00:54:31.478336 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 10075 | 2024.12.07 00:54:31.478867 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 10076 | 2024.12.07 00:54:31.479389 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 962 rows starting from the beginning of the part | ||
| 10077 | 2024.12.07 00:54:31.479757 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 128 rows starting from the beginning of the part | ||
| 10078 | 2024.12.07 00:54:31.479879 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10079 | 2024.12.07 00:54:31.480676 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_86_17} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10080 | 2024.12.07 00:54:31.480962 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10081 | 2024.12.07 00:54:31.481011 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10082 | 2024.12.07 00:54:31.481046 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10083 | 2024.12.07 00:54:31.481809 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10084 | 2024.12.07 00:54:31.482135 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2024.12.07 00:54:31.482325 [ 103 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10086 | 2024.12.07 00:54:31.482416 [ 103 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10087 | 2024.12.07 00:54:31.482476 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10088 | 2024.12.07 00:54:31.482567 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00556 sec., 8633.093525179856 rows/sec., 595.77 KiB/sec. | ||
| 10089 | 2024.12.07 00:54:31.483032 [ 280 ] {a03e53c5-886e-47d5-9fed-3dd8143cd0f6} <Debug> TCPHandler: Processed in 0.006458737 sec. | ||
| 10090 | 2024.12.07 00:54:31.483811 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10091 | 2024.12.07 00:54:31.484515 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10092 | 2024.12.07 00:54:31.484670 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4880 rows starting from the beginning of the part | ||
| 10093 | 2024.12.07 00:54:31.485256 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 10094 | 2024.12.07 00:54:31.485468 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 10095 | 2024.12.07 00:54:31.485566 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 10096 | 2024.12.07 00:54:31.485871 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 34 rows starting from the beginning of the part | ||
| 10097 | 2024.12.07 00:54:31.485959 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part | ||
| 10098 | 2024.12.07 00:54:31.488771 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5164 rows, containing 4 columns (4 merged, 0 gathered) in 0.006166361 sec., 837446.9156119792 rows/sec., 54.56 MiB/sec. | ||
| 10099 | 2024.12.07 00:54:31.489677 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10100 | 2024.12.07 00:54:31.490043 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10101 | 2024.12.07 00:54:31.490122 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_86_17} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10102 | 2024.12.07 00:54:31.490239 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10103 | 2024.12.07 00:54:31.490990 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26117 rows, containing 5 columns (5 merged, 0 gathered) in 0.014772071 sec., 1767998.542655258 rows/sec., 119.30 MiB/sec. | ||
| 10104 | 2024.12.07 00:54:31.491433 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10105 | 2024.12.07 00:54:31.491807 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10106 | 2024.12.07 00:54:31.491901 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10107 | 2024.12.07 00:54:31.492006 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 10108 | 2024.12.07 00:54:31.766861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10109 | 2024.12.07 00:54:31.767442 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10110 | 2024.12.07 00:54:31.767478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10111 | 2024.12.07 00:54:31.768027 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10112 | 2024.12.07 00:54:31.768300 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10113 | 2024.12.07 00:54:31.768451 [ 103 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10114 | 2024.12.07 00:54:31.768492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10115 | 2024.12.07 00:54:31.768504 [ 103 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10116 | 2024.12.07 00:54:31.768529 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10117 | 2024.12.07 00:54:31.768750 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 10118 | 2024.12.07 00:54:31.769118 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10119 | 2024.12.07 00:54:31.769172 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10120 | 2024.12.07 00:54:31.769255 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 10121 | 2024.12.07 00:54:31.769451 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 10122 | 2024.12.07 00:54:31.769726 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 10123 | 2024.12.07 00:54:31.769899 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 10124 | 2024.12.07 00:54:31.770017 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 10125 | 2024.12.07 00:54:31.772687 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00407813 sec., 5728851.2136690095 rows/sec., 81.95 MiB/sec. | ||
| 10126 | 2024.12.07 00:54:31.773166 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10127 | 2024.12.07 00:54:31.773592 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2024.12.07 00:54:31.773707 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_51_10} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10129 | 2024.12.07 00:54:31.773817 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10130 | 2024.12.07 00:54:33.397834 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10131 | 2024.12.07 00:54:33.419713 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10132 | 2024.12.07 00:54:33.419770 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10133 | 2024.12.07 00:54:33.427132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10134 | 2024.12.07 00:54:33.427946 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10135 | 2024.12.07 00:54:33.428346 [ 102 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10136 | 2024.12.07 00:54:33.428492 [ 102 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10137 | 2024.12.07 00:54:33.428573 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10138 | 2024.12.07 00:54:33.429096 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 10139 | 2024.12.07 00:54:33.444903 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10140 | 2024.12.07 00:54:33.446598 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10141 | 2024.12.07 00:54:33.447918 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10142 | 2024.12.07 00:54:33.453591 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10143 | 2024.12.07 00:54:33.459220 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10144 | 2024.12.07 00:54:33.464868 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10145 | 2024.12.07 00:54:33.470601 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10146 | 2024.12.07 00:54:33.475271 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10147 | 2024.12.07 00:54:33.535917 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.107187784 sec., 3591.82721792252 rows/sec., 18.57 MiB/sec. | ||
| 10148 | 2024.12.07 00:54:33.539266 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10149 | 2024.12.07 00:54:33.542362 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10150 | 2024.12.07 00:54:33.542509 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_51_10} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10151 | 2024.12.07 00:54:33.545084 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10152 | 2024.12.07 00:54:36.461027 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10153 | 2024.12.07 00:54:36.461261 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10154 | 2024.12.07 00:54:36.461341 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10155 | 2024.12.07 00:54:36.462160 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2024.12.07 00:54:36.462212 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10157 | 2024.12.07 00:54:36.462684 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10158 | 2024.12.07 00:54:36.462941 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10159 | 2024.12.07 00:54:36.463152 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec. | ||
| 10160 | 2024.12.07 00:54:36.463210 [ 276 ] {6d813c4d-671d-498c-8294-74e35a082274} <Debug> TCPHandler: Processed in 0.002324706 sec. | ||
| 10161 | 2024.12.07 00:54:36.463393 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10162 | 2024.12.07 00:54:36.463534 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10163 | 2024.12.07 00:54:36.463589 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10164 | 2024.12.07 00:54:36.464197 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10165 | 2024.12.07 00:54:36.464237 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10166 | 2024.12.07 00:54:36.464615 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10167 | 2024.12.07 00:54:36.464863 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10168 | 2024.12.07 00:54:36.465080 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001576 sec., 40609.137055837564 rows/sec., 3.17 MiB/sec. | ||
| 10169 | 2024.12.07 00:54:36.465134 [ 280 ] {1c2855e9-a9f2-4969-84ee-4b6895f2e49c} <Debug> TCPHandler: Processed in 0.001808096 sec. | ||
| 10170 | 2024.12.07 00:54:36.465334 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10171 | 2024.12.07 00:54:36.465440 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10172 | 2024.12.07 00:54:36.465489 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10173 | 2024.12.07 00:54:36.466049 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10174 | 2024.12.07 00:54:36.466086 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10175 | 2024.12.07 00:54:36.466477 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10176 | 2024.12.07 00:54:36.466713 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10177 | 2024.12.07 00:54:36.466919 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. | ||
| 10178 | 2024.12.07 00:54:36.466971 [ 276 ] {f2293e8e-43ea-40ef-9854-7a818d8ef9c4} <Debug> TCPHandler: Processed in 0.001687683 sec. | ||
| 10179 | 2024.12.07 00:54:36.467161 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10180 | 2024.12.07 00:54:36.467297 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10181 | 2024.12.07 00:54:36.467354 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10182 | 2024.12.07 00:54:36.467889 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10183 | 2024.12.07 00:54:36.467928 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10184 | 2024.12.07 00:54:36.468302 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10185 | 2024.12.07 00:54:36.468547 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10186 | 2024.12.07 00:54:36.468753 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 10187 | 2024.12.07 00:54:36.468802 [ 280 ] {984b434d-c081-42ef-a74c-58fa63fbe823} <Debug> TCPHandler: Processed in 0.001705653 sec. | ||
| 10188 | 2024.12.07 00:54:39.065692 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10189 | 2024.12.07 00:54:39.065747 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10190 | 2024.12.07 00:54:39.236182 [ 94 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 5 parts from all_1_34_7 to all_38_38_0 | ||
| 10191 | 2024.12.07 00:54:39.236241 [ 94 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10192 | 2024.12.07 00:54:39.236269 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10193 | 2024.12.07 00:54:39.236495 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_7 to all_38_38_0 into Compact with storage Full | ||
| 10194 | 2024.12.07 00:54:39.236790 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10195 | 2024.12.07 00:54:39.236832 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 243 rows starting from the beginning of the part | ||
| 10196 | 2024.12.07 00:54:39.236926 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 242 rows starting from the beginning of the part | ||
| 10197 | 2024.12.07 00:54:39.237160 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10198 | 2024.12.07 00:54:39.237408 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10199 | 2024.12.07 00:54:39.237596 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part | ||
| 10200 | 2024.12.07 00:54:39.238866 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.00251722 sec., 299934.0542344332 rows/sec., 21.47 MiB/sec. | ||
| 10201 | 2024.12.07 00:54:39.239100 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10202 | 2024.12.07 00:54:39.239516 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10203 | 2024.12.07 00:54:39.239629 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_38_8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 5 parts: [all_1_34_7, all_38_38_0] -> all_1_38_8 | ||
| 10204 | 2024.12.07 00:54:39.239751 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10205 | 2024.12.07 00:54:39.268585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10206 | 2024.12.07 00:54:39.269205 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2024.12.07 00:54:39.269244 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10208 | 2024.12.07 00:54:39.269740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10209 | 2024.12.07 00:54:39.269997 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2024.12.07 00:54:39.270247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10211 | 2024.12.07 00:54:39.412767 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1452 | ||
| 10212 | 2024.12.07 00:54:39.415559 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2024.12.07 00:54:39.415606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10214 | 2024.12.07 00:54:39.417139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10215 | 2024.12.07 00:54:39.417473 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2024.12.07 00:54:39.418064 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1452 | ||
| 10217 | 2024.12.07 00:54:40.310784 [ 96 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 10218 | 2024.12.07 00:54:40.310864 [ 96 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10219 | 2024.12.07 00:54:40.310887 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10220 | 2024.12.07 00:54:40.311104 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 10221 | 2024.12.07 00:54:40.311399 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10222 | 2024.12.07 00:54:40.311439 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 10223 | 2024.12.07 00:54:40.311516 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10224 | 2024.12.07 00:54:40.311707 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10225 | 2024.12.07 00:54:40.311972 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10226 | 2024.12.07 00:54:40.312163 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 10227 | 2024.12.07 00:54:40.313335 [ 203 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.002367016 sec., 93788.97312058727 rows/sec., 4.79 MiB/sec. | ||
| 10228 | 2024.12.07 00:54:40.313481 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10229 | 2024.12.07 00:54:40.313782 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10230 | 2024.12.07 00:54:40.313877 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_37_8} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 10231 | 2024.12.07 00:54:40.313960 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10232 | 2024.12.07 00:54:40.944970 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10233 | 2024.12.07 00:54:40.963776 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10234 | 2024.12.07 00:54:40.963840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10235 | 2024.12.07 00:54:40.970766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10236 | 2024.12.07 00:54:40.971512 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10237 | 2024.12.07 00:54:40.975274 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10238 | 2024.12.07 00:54:41.466991 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10239 | 2024.12.07 00:54:41.467203 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10240 | 2024.12.07 00:54:41.467288 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10241 | 2024.12.07 00:54:41.468150 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10242 | 2024.12.07 00:54:41.468205 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10243 | 2024.12.07 00:54:41.468647 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10244 | 2024.12.07 00:54:41.468937 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10245 | 2024.12.07 00:54:41.469180 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002038 sec., 6869.479882237488 rows/sec., 494.51 KiB/sec. | ||
| 10246 | 2024.12.07 00:54:41.469249 [ 276 ] {488f674b-fef9-464d-b263-e2c559a30dd0} <Debug> TCPHandler: Processed in 0.002392647 sec. | ||
| 10247 | 2024.12.07 00:54:41.469434 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10248 | 2024.12.07 00:54:41.469578 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10249 | 2024.12.07 00:54:41.469636 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10250 | 2024.12.07 00:54:41.470417 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10251 | 2024.12.07 00:54:41.470458 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10252 | 2024.12.07 00:54:41.470866 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10253 | 2024.12.07 00:54:41.471117 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10254 | 2024.12.07 00:54:41.471334 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001792 sec., 159040.17857142858 rows/sec., 14.03 MiB/sec. | ||
| 10255 | 2024.12.07 00:54:41.471387 [ 280 ] {d59d1f59-f896-4b6d-bf76-c3708aee7b83} <Debug> TCPHandler: Processed in 0.00202211 sec. | ||
| 10256 | 2024.12.07 00:54:41.471544 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10257 | 2024.12.07 00:54:41.471673 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10258 | 2024.12.07 00:54:41.471728 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10259 | 2024.12.07 00:54:41.472350 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10260 | 2024.12.07 00:54:41.472390 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10261 | 2024.12.07 00:54:41.472751 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10262 | 2024.12.07 00:54:41.472994 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10263 | 2024.12.07 00:54:41.473218 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001573 sec., 30514.939605848696 rows/sec., 2.20 MiB/sec. | ||
| 10264 | 2024.12.07 00:54:41.473270 [ 276 ] {289a224f-4c56-4292-86c1-9dab90f33611} <Debug> TCPHandler: Processed in 0.001789555 sec. | ||
| 10265 | 2024.12.07 00:54:41.473452 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10266 | 2024.12.07 00:54:41.473589 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10267 | 2024.12.07 00:54:41.473646 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10268 | 2024.12.07 00:54:41.474233 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10269 | 2024.12.07 00:54:41.474274 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10270 | 2024.12.07 00:54:41.474614 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10271 | 2024.12.07 00:54:41.474854 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10272 | 2024.12.07 00:54:41.475052 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001491 sec., 9389.671361502347 rows/sec., 657.59 KiB/sec. | ||
| 10273 | 2024.12.07 00:54:41.475103 [ 280 ] {b2b655a1-d476-4893-8b8d-96d235bbb3f7} <Debug> TCPHandler: Processed in 0.001720324 sec. | ||
| 10274 | 2024.12.07 00:54:41.475281 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10275 | 2024.12.07 00:54:41.475391 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10276 | 2024.12.07 00:54:41.475435 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10277 | 2024.12.07 00:54:41.475967 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10278 | 2024.12.07 00:54:41.476005 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10279 | 2024.12.07 00:54:41.476365 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10280 | 2024.12.07 00:54:41.476606 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2024.12.07 00:54:41.476839 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001461 sec., 8898.01505817933 rows/sec., 554.79 KiB/sec. | ||
| 10282 | 2024.12.07 00:54:41.476909 [ 276 ] {bc14fc69-1acb-4291-914e-944c4f2810d9} <Debug> TCPHandler: Processed in 0.001680023 sec. | ||
| 10283 | 2024.12.07 00:54:41.477144 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10284 | 2024.12.07 00:54:41.477288 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10285 | 2024.12.07 00:54:41.477335 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10286 | 2024.12.07 00:54:41.478023 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10287 | 2024.12.07 00:54:41.478062 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10288 | 2024.12.07 00:54:41.478437 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10289 | 2024.12.07 00:54:41.478678 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10290 | 2024.12.07 00:54:41.478882 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001617 sec., 261595.54730983303 rows/sec., 18.70 MiB/sec. | ||
| 10291 | 2024.12.07 00:54:41.478934 [ 280 ] {fafcd690-ccbb-4a6f-9223-c26668abcc53} <Debug> TCPHandler: Processed in 0.001919488 sec. | ||
| 10292 | 2024.12.07 00:54:41.479078 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10293 | 2024.12.07 00:54:41.479204 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10294 | 2024.12.07 00:54:41.479259 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10295 | 2024.12.07 00:54:41.479808 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2024.12.07 00:54:41.479854 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10297 | 2024.12.07 00:54:41.480232 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10298 | 2024.12.07 00:54:41.480462 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2024.12.07 00:54:41.480663 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 10300 | 2024.12.07 00:54:41.480713 [ 276 ] {7c052d37-7b81-4faa-8b4b-e7da4f1ec439} <Debug> TCPHandler: Processed in 0.001696934 sec. | ||
| 10301 | 2024.12.07 00:54:41.480856 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10302 | 2024.12.07 00:54:41.480961 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10303 | 2024.12.07 00:54:41.481014 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10304 | 2024.12.07 00:54:41.481637 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10305 | 2024.12.07 00:54:41.481683 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10306 | 2024.12.07 00:54:41.482122 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10307 | 2024.12.07 00:54:41.482359 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10308 | 2024.12.07 00:54:41.482565 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 10309 | 2024.12.07 00:54:41.482615 [ 280 ] {0d7884ed-e069-47cc-880f-39d20e743040} <Debug> TCPHandler: Processed in 0.001808965 sec. | ||
| 10310 | 2024.12.07 00:54:41.482744 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10311 | 2024.12.07 00:54:41.482849 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10312 | 2024.12.07 00:54:41.482895 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10313 | 2024.12.07 00:54:41.483391 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10314 | 2024.12.07 00:54:41.483435 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10315 | 2024.12.07 00:54:41.483843 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10316 | 2024.12.07 00:54:41.484099 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10317 | 2024.12.07 00:54:41.484343 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec. | ||
| 10318 | 2024.12.07 00:54:41.484517 [ 276 ] {ed0fb078-d1eb-49ac-96a2-eb4dd5ea93ce} <Debug> TCPHandler: Processed in 0.001818586 sec. | ||
| 10319 | 2024.12.07 00:54:41.484734 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10320 | 2024.12.07 00:54:41.484862 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10321 | 2024.12.07 00:54:41.484937 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10322 | 2024.12.07 00:54:41.486095 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10323 | 2024.12.07 00:54:41.486135 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10324 | 2024.12.07 00:54:41.486795 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10325 | 2024.12.07 00:54:41.487053 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10326 | 2024.12.07 00:54:41.487345 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002494 sec., 16439.45469125902 rows/sec., 29.46 MiB/sec. | ||
| 10327 | 2024.12.07 00:54:41.487872 [ 280 ] {72dc1845-f1b0-42e7-90c6-d15864946c9e} <Debug> TCPHandler: Processed in 0.003247524 sec. | ||
| 10328 | 2024.12.07 00:54:41.488023 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10329 | 2024.12.07 00:54:41.488151 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10330 | 2024.12.07 00:54:41.488207 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10331 | 2024.12.07 00:54:41.488762 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10332 | 2024.12.07 00:54:41.488808 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10333 | 2024.12.07 00:54:41.489192 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10334 | 2024.12.07 00:54:41.489428 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2024.12.07 00:54:41.489625 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 10336 | 2024.12.07 00:54:41.489674 [ 276 ] {8bf2a7e5-4f82-4c62-9e3c-73e6cdb5bb24} <Debug> TCPHandler: Processed in 0.001715353 sec. | ||
| 10337 | 2024.12.07 00:54:46.461407 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10338 | 2024.12.07 00:54:46.461634 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10339 | 2024.12.07 00:54:46.461717 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10340 | 2024.12.07 00:54:46.462511 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10341 | 2024.12.07 00:54:46.462562 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10342 | 2024.12.07 00:54:46.462997 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10343 | 2024.12.07 00:54:46.463250 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10344 | 2024.12.07 00:54:46.463456 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00188 sec., 1063.8297872340427 rows/sec., 86.75 KiB/sec. | ||
| 10345 | 2024.12.07 00:54:46.463592 [ 276 ] {61b6e04a-9476-4b31-aa82-c418d6e34bf9} <Debug> TCPHandler: Processed in 0.002322335 sec. | ||
| 10346 | 2024.12.07 00:54:46.463775 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10347 | 2024.12.07 00:54:46.463898 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10348 | 2024.12.07 00:54:46.463949 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10349 | 2024.12.07 00:54:46.464564 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2024.12.07 00:54:46.464604 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10351 | 2024.12.07 00:54:46.464992 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10352 | 2024.12.07 00:54:46.465254 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10353 | 2024.12.07 00:54:46.465455 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001578 sec., 36121.67300380228 rows/sec., 2.75 MiB/sec. | ||
| 10354 | 2024.12.07 00:54:46.465529 [ 280 ] {5b2e5ed8-2102-4788-826d-0c5b5caa06d2} <Debug> TCPHandler: Processed in 0.001809666 sec. | ||
| 10355 | 2024.12.07 00:54:46.465788 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10356 | 2024.12.07 00:54:46.465911 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10357 | 2024.12.07 00:54:46.465957 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10358 | 2024.12.07 00:54:46.466515 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10359 | 2024.12.07 00:54:46.466552 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10360 | 2024.12.07 00:54:46.466885 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10361 | 2024.12.07 00:54:46.467120 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10362 | 2024.12.07 00:54:46.467294 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001404 sec., 1424.5014245014245 rows/sec., 99.46 KiB/sec. | ||
| 10363 | 2024.12.07 00:54:46.467344 [ 276 ] {04b311fa-38d7-402f-9095-37bc4c4b6416} <Debug> TCPHandler: Processed in 0.001650023 sec. | ||
| 10364 | 2024.12.07 00:54:46.467502 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10365 | 2024.12.07 00:54:46.467608 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10366 | 2024.12.07 00:54:46.467653 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10367 | 2024.12.07 00:54:46.468223 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2024.12.07 00:54:46.468267 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10369 | 2024.12.07 00:54:46.468779 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10370 | 2024.12.07 00:54:46.469054 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2024.12.07 00:54:46.469239 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001651 sec., 39975.77225923683 rows/sec., 3.12 MiB/sec. | ||
| 10372 | 2024.12.07 00:54:46.469293 [ 280 ] {4c56ce5f-23d2-4255-a74b-088ebd54c866} <Debug> TCPHandler: Processed in 0.001841847 sec. | ||
| 10373 | 2024.12.07 00:54:46.469450 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10374 | 2024.12.07 00:54:46.469570 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10375 | 2024.12.07 00:54:46.469619 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10376 | 2024.12.07 00:54:46.470134 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2024.12.07 00:54:46.470171 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10378 | 2024.12.07 00:54:46.470553 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10379 | 2024.12.07 00:54:46.470803 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2024.12.07 00:54:46.470974 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001426 sec., 112903.22580645162 rows/sec., 7.86 MiB/sec. | ||
| 10381 | 2024.12.07 00:54:46.471024 [ 276 ] {80257f42-9e06-4853-a47b-462942df1275} <Debug> TCPHandler: Processed in 0.001635772 sec. | ||
| 10382 | 2024.12.07 00:54:46.471174 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2024.12.07 00:54:46.471289 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10384 | 2024.12.07 00:54:46.471335 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10385 | 2024.12.07 00:54:46.471777 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2024.12.07 00:54:46.471814 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10387 | 2024.12.07 00:54:46.472185 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10388 | 2024.12.07 00:54:46.472427 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2024.12.07 00:54:46.472603 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 10390 | 2024.12.07 00:54:46.472650 [ 280 ] {771175c8-72c7-4ad3-a988-df8ad11f63b9} <Debug> TCPHandler: Processed in 0.00153484 sec. | ||
| 10391 | 2024.12.07 00:54:46.770351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10392 | 2024.12.07 00:54:46.770990 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10393 | 2024.12.07 00:54:46.771040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10394 | 2024.12.07 00:54:46.771628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10395 | 2024.12.07 00:54:46.771933 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10396 | 2024.12.07 00:54:46.772207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10397 | 2024.12.07 00:54:48.475325 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10398 | 2024.12.07 00:54:48.495389 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2024.12.07 00:54:48.495451 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10400 | 2024.12.07 00:54:48.502718 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10401 | 2024.12.07 00:54:48.503495 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2024.12.07 00:54:48.506691 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10403 | 2024.12.07 00:54:49.418182 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1486 | ||
| 10404 | 2024.12.07 00:54:49.421612 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10405 | 2024.12.07 00:54:49.421676 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10406 | 2024.12.07 00:54:49.423238 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10407 | 2024.12.07 00:54:49.423562 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10408 | 2024.12.07 00:54:49.424247 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1486 | ||
| 10409 | 2024.12.07 00:54:51.467601 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10410 | 2024.12.07 00:54:51.467925 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10411 | 2024.12.07 00:54:51.468042 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10412 | 2024.12.07 00:54:51.468917 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10413 | 2024.12.07 00:54:51.468967 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10414 | 2024.12.07 00:54:51.469390 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10415 | 2024.12.07 00:54:51.469638 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10416 | 2024.12.07 00:54:51.469875 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002035 sec., 6879.60687960688 rows/sec., 495.24 KiB/sec. | ||
| 10417 | 2024.12.07 00:54:51.469932 [ 276 ] {bb2155ae-a096-46f3-a0a2-8dabfa512761} <Debug> TCPHandler: Processed in 0.002514429 sec. | ||
| 10418 | 2024.12.07 00:54:51.470112 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2024.12.07 00:54:51.470252 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10420 | 2024.12.07 00:54:51.470307 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10421 | 2024.12.07 00:54:51.471134 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2024.12.07 00:54:51.471183 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10423 | 2024.12.07 00:54:51.471585 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10424 | 2024.12.07 00:54:51.471848 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2024.12.07 00:54:51.472026 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001805 sec., 157894.73684210525 rows/sec., 13.93 MiB/sec. | ||
| 10426 | 2024.12.07 00:54:51.472078 [ 280 ] {429570ff-2c2b-490e-a217-b2d2fab3fde2} <Debug> TCPHandler: Processed in 0.002032951 sec. | ||
| 10427 | 2024.12.07 00:54:51.472218 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10428 | 2024.12.07 00:54:51.472334 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10429 | 2024.12.07 00:54:51.472388 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10430 | 2024.12.07 00:54:51.473035 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2024.12.07 00:54:51.473079 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10432 | 2024.12.07 00:54:51.473459 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10433 | 2024.12.07 00:54:51.473692 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10434 | 2024.12.07 00:54:51.473881 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001571 sec., 30553.7873965627 rows/sec., 2.20 MiB/sec. | ||
| 10435 | 2024.12.07 00:54:51.473955 [ 276 ] {f3786627-6c05-4ec5-95e6-0f1800437515} <Debug> TCPHandler: Processed in 0.001787825 sec. | ||
| 10436 | 2024.12.07 00:54:51.474173 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2024.12.07 00:54:51.474313 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10438 | 2024.12.07 00:54:51.474368 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10439 | 2024.12.07 00:54:51.475002 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2024.12.07 00:54:51.475049 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10441 | 2024.12.07 00:54:51.475433 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10442 | 2024.12.07 00:54:51.475670 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10443 | 2024.12.07 00:54:51.475846 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec. | ||
| 10444 | 2024.12.07 00:54:51.475896 [ 280 ] {ab183826-5efb-4093-bc05-de7895d654a9} <Debug> TCPHandler: Processed in 0.001845286 sec. | ||
| 10445 | 2024.12.07 00:54:51.476033 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10446 | 2024.12.07 00:54:51.476139 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10447 | 2024.12.07 00:54:51.476181 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10448 | 2024.12.07 00:54:51.476699 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10449 | 2024.12.07 00:54:51.476736 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10450 | 2024.12.07 00:54:51.477067 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10451 | 2024.12.07 00:54:51.477322 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10452 | 2024.12.07 00:54:51.477493 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001376 sec., 9447.67441860465 rows/sec., 589.06 KiB/sec. | ||
| 10453 | 2024.12.07 00:54:51.477543 [ 276 ] {901ceb01-73f1-432c-8fcd-b24a8ade246c} <Debug> TCPHandler: Processed in 0.00156064 sec. | ||
| 10454 | 2024.12.07 00:54:51.477680 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10455 | 2024.12.07 00:54:51.477786 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10456 | 2024.12.07 00:54:51.477829 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10457 | 2024.12.07 00:54:51.478497 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10458 | 2024.12.07 00:54:51.478535 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10459 | 2024.12.07 00:54:51.478904 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10460 | 2024.12.07 00:54:51.479145 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10461 | 2024.12.07 00:54:51.479340 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001575 sec., 268571.4285714286 rows/sec., 19.20 MiB/sec. | ||
| 10462 | 2024.12.07 00:54:51.479450 [ 280 ] {7964c06e-8df4-4078-b628-17974d432b74} <Debug> TCPHandler: Processed in 0.001819086 sec. | ||
| 10463 | 2024.12.07 00:54:51.479644 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10464 | 2024.12.07 00:54:51.479857 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10465 | 2024.12.07 00:54:51.479914 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10466 | 2024.12.07 00:54:51.480429 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10467 | 2024.12.07 00:54:51.480465 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10468 | 2024.12.07 00:54:51.480807 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10469 | 2024.12.07 00:54:51.481032 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10470 | 2024.12.07 00:54:51.481205 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
| 10471 | 2024.12.07 00:54:51.481254 [ 276 ] {c5a94a58-5089-4b6d-bd9a-7e96c97a3c43} <Debug> TCPHandler: Processed in 0.001728295 sec. | ||
| 10472 | 2024.12.07 00:54:51.481394 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10473 | 2024.12.07 00:54:51.481522 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10474 | 2024.12.07 00:54:51.481580 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10475 | 2024.12.07 00:54:51.482206 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10476 | 2024.12.07 00:54:51.482250 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10477 | 2024.12.07 00:54:51.482629 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10478 | 2024.12.07 00:54:51.482890 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10479 | 2024.12.07 00:54:51.483074 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001578 sec., 150190.11406844106 rows/sec., 10.07 MiB/sec. | ||
| 10480 | 2024.12.07 00:54:51.483172 [ 280 ] {61754b34-52cb-4e58-96e3-ba231515acf2} <Debug> TCPHandler: Processed in 0.001832726 sec. | ||
| 10481 | 2024.12.07 00:54:51.483372 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10482 | 2024.12.07 00:54:51.483670 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10483 | 2024.12.07 00:54:51.483740 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10484 | 2024.12.07 00:54:51.484256 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10485 | 2024.12.07 00:54:51.484300 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10486 | 2024.12.07 00:54:51.484643 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10487 | 2024.12.07 00:54:51.484877 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10488 | 2024.12.07 00:54:51.485082 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 10489 | 2024.12.07 00:54:51.485256 [ 276 ] {83af1971-85f4-4ea0-84d9-778e137b46dd} <Debug> TCPHandler: Processed in 0.001993129 sec. | ||
| 10490 | 2024.12.07 00:54:51.485483 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10491 | 2024.12.07 00:54:51.485623 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10492 | 2024.12.07 00:54:51.485710 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10493 | 2024.12.07 00:54:51.486976 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10494 | 2024.12.07 00:54:51.487013 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10495 | 2024.12.07 00:54:51.487664 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10496 | 2024.12.07 00:54:51.487921 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10497 | 2024.12.07 00:54:51.488160 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002566 sec., 15978.176149649258 rows/sec., 28.63 MiB/sec. | ||
| 10498 | 2024.12.07 00:54:51.488808 [ 280 ] {7388ec08-3480-4947-ae03-6e4b097be64c} <Debug> TCPHandler: Processed in 0.003452719 sec. | ||
| 10499 | 2024.12.07 00:54:51.489044 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10500 | 2024.12.07 00:54:51.489178 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10501 | 2024.12.07 00:54:51.489234 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10502 | 2024.12.07 00:54:51.489718 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10503 | 2024.12.07 00:54:51.489756 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10504 | 2024.12.07 00:54:51.490114 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10505 | 2024.12.07 00:54:51.490345 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10506 | 2024.12.07 00:54:51.490537 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec. | ||
| 10507 | 2024.12.07 00:54:51.490637 [ 276 ] {51689f93-15c8-49ec-90b0-ce1b23ddc03e} <Debug> TCPHandler: Processed in 0.001679024 sec. | ||
| 10508 | 2024.12.07 00:54:54.065801 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10509 | 2024.12.07 00:54:54.065877 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10510 | 2024.12.07 00:54:54.272309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10511 | 2024.12.07 00:54:54.273243 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2024.12.07 00:54:54.273309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10513 | 2024.12.07 00:54:54.274028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10514 | 2024.12.07 00:54:54.274289 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2024.12.07 00:54:54.274554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10516 | 2024.12.07 00:54:56.006742 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10517 | 2024.12.07 00:54:56.028148 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10518 | 2024.12.07 00:54:56.028212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10519 | 2024.12.07 00:54:56.035649 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10520 | 2024.12.07 00:54:56.036413 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10521 | 2024.12.07 00:54:56.039378 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10522 | 2024.12.07 00:54:56.461497 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10523 | 2024.12.07 00:54:56.461797 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10524 | 2024.12.07 00:54:56.461910 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10525 | 2024.12.07 00:54:56.462894 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10526 | 2024.12.07 00:54:56.462945 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10527 | 2024.12.07 00:54:56.463411 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10528 | 2024.12.07 00:54:56.463661 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10529 | 2024.12.07 00:54:56.463857 [ 67 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10530 | 2024.12.07 00:54:56.463907 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002184 sec., 25641.02564102564 rows/sec., 1.96 MiB/sec. | ||
| 10531 | 2024.12.07 00:54:56.463948 [ 67 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10532 | 2024.12.07 00:54:56.464020 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10533 | 2024.12.07 00:54:56.464029 [ 276 ] {a67173c3-7285-4ad6-aa58-83880d53da20} <Debug> TCPHandler: Processed in 0.002737654 sec. | ||
| 10534 | 2024.12.07 00:54:56.464311 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10535 | 2024.12.07 00:54:56.464349 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10536 | 2024.12.07 00:54:56.464771 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10537 | 2024.12.07 00:54:56.464940 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10538 | 2024.12.07 00:54:56.464988 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10539 | 2024.12.07 00:54:56.465088 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1435 rows starting from the beginning of the part | ||
| 10540 | 2024.12.07 00:54:56.465554 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 10541 | 2024.12.07 00:54:56.466145 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 285 rows starting from the beginning of the part | ||
| 10542 | 2024.12.07 00:54:56.466958 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 57 rows starting from the beginning of the part | ||
| 10543 | 2024.12.07 00:54:56.467346 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 285 rows starting from the beginning of the part | ||
| 10544 | 2024.12.07 00:54:56.467587 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
| 10545 | 2024.12.07 00:54:56.468255 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2024.12.07 00:54:56.468296 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10547 | 2024.12.07 00:54:56.468906 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10548 | 2024.12.07 00:54:56.469188 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10549 | 2024.12.07 00:54:56.469395 [ 67 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10550 | 2024.12.07 00:54:56.469538 [ 67 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10551 | 2024.12.07 00:54:56.469655 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10552 | 2024.12.07 00:54:56.469676 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005062 sec., 12643.224022125643 rows/sec., 1010.52 KiB/sec. | ||
| 10553 | 2024.12.07 00:54:56.470198 [ 280 ] {de4d2ab2-985e-4080-a317-d67bc283fbfd} <Debug> TCPHandler: Processed in 0.00604099 sec. | ||
| 10554 | 2024.12.07 00:54:56.470265 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10555 | 2024.12.07 00:54:56.470283 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006147201 sec., 353656.8919740871 rows/sec., 31.11 MiB/sec. | ||
| 10556 | 2024.12.07 00:54:56.470455 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10557 | 2024.12.07 00:54:56.470530 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10558 | 2024.12.07 00:54:56.470584 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 10559 | 2024.12.07 00:54:56.470648 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10560 | 2024.12.07 00:54:56.470906 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10561 | 2024.12.07 00:54:56.471043 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 10562 | 2024.12.07 00:54:56.471189 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10563 | 2024.12.07 00:54:56.471363 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 423 rows starting from the beginning of the part | ||
| 10564 | 2024.12.07 00:54:56.471850 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 66 rows starting from the beginning of the part | ||
| 10565 | 2024.12.07 00:54:56.471999 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10566 | 2024.12.07 00:54:56.472348 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 423 rows starting from the beginning of the part | ||
| 10567 | 2024.12.07 00:54:56.472499 [ 203 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_91_18} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10568 | 2024.12.07 00:54:56.472949 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10569 | 2024.12.07 00:54:56.472944 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 10570 | 2024.12.07 00:54:56.474585 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10571 | 2024.12.07 00:54:56.474658 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10572 | 2024.12.07 00:54:56.475673 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10573 | 2024.12.07 00:54:56.476201 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10574 | 2024.12.07 00:54:56.476267 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006440827 sec., 303532.4501030691 rows/sec., 23.23 MiB/sec. | ||
| 10575 | 2024.12.07 00:54:56.476437 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10576 | 2024.12.07 00:54:56.476514 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10577 | 2024.12.07 00:54:56.476583 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10578 | 2024.12.07 00:54:56.476639 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005943 sec., 26922.42974928487 rows/sec., 1.88 MiB/sec. | ||
| 10579 | 2024.12.07 00:54:56.476756 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10580 | 2024.12.07 00:54:56.477086 [ 276 ] {92c5cac1-b567-4ef0-8184-cf17cf80f594} <Debug> TCPHandler: Processed in 0.006728853 sec. | ||
| 10581 | 2024.12.07 00:54:56.477467 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10582 | 2024.12.07 00:54:56.477587 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10583 | 2024.12.07 00:54:56.477942 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10584 | 2024.12.07 00:54:56.478214 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10585 | 2024.12.07 00:54:56.478217 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10586 | 2024.12.07 00:54:56.478610 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_91_18} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10587 | 2024.12.07 00:54:56.478589 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10588 | 2024.12.07 00:54:56.478920 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 10589 | 2024.12.07 00:54:56.478887 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26117 rows starting from the beginning of the part | ||
| 10590 | 2024.12.07 00:54:56.479483 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 10591 | 2024.12.07 00:54:56.480040 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 10592 | 2024.12.07 00:54:56.480417 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 161 rows starting from the beginning of the part | ||
| 10593 | 2024.12.07 00:54:56.480904 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
| 10594 | 2024.12.07 00:54:56.481310 [ 200 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 10595 | 2024.12.07 00:54:56.481620 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2024.12.07 00:54:56.481752 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10597 | 2024.12.07 00:54:56.482953 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10598 | 2024.12.07 00:54:56.483542 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2024.12.07 00:54:56.483786 [ 67 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10600 | 2024.12.07 00:54:56.483865 [ 67 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10601 | 2024.12.07 00:54:56.483887 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10602 | 2024.12.07 00:54:56.483925 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006137 sec., 9776.763891152028 rows/sec., 674.70 KiB/sec. | ||
| 10603 | 2024.12.07 00:54:56.484228 [ 280 ] {51bffadf-d862-4c1d-9c1c-f5dfb2327587} <Debug> TCPHandler: Processed in 0.006973977 sec. | ||
| 10604 | 2024.12.07 00:54:56.484435 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10605 | 2024.12.07 00:54:56.484788 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10606 | 2024.12.07 00:54:56.484855 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5164 rows starting from the beginning of the part | ||
| 10607 | 2024.12.07 00:54:56.485112 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 10608 | 2024.12.07 00:54:56.485458 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 10609 | 2024.12.07 00:54:56.485818 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 10610 | 2024.12.07 00:54:56.486124 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 10611 | 2024.12.07 00:54:56.486260 [ 203 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 10612 | 2024.12.07 00:54:56.490473 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5508 rows, containing 4 columns (4 merged, 0 gathered) in 0.006495418 sec., 847982.3777315024 rows/sec., 55.26 MiB/sec. | ||
| 10613 | 2024.12.07 00:54:56.491446 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10614 | 2024.12.07 00:54:56.491825 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2024.12.07 00:54:56.492029 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_91_18} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10616 | 2024.12.07 00:54:56.492159 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 10617 | 2024.12.07 00:54:56.492635 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27072 rows, containing 5 columns (5 merged, 0 gathered) in 0.015885473 sec., 1704198.5466847604 rows/sec., 115.05 MiB/sec. | ||
| 10618 | 2024.12.07 00:54:56.493309 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10619 | 2024.12.07 00:54:56.493692 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10620 | 2024.12.07 00:54:56.493786 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10621 | 2024.12.07 00:54:56.493880 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 10622 | 2024.12.07 00:54:57.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.54 MiB, peak 247.60 MiB, free memory in arenas 0.00 B, will set to 237.92 MiB (RSS), difference: 2.38 MiB | ||
| 10623 | 2024.12.07 00:54:57.272824 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10624 | 2024.12.07 00:54:57.273011 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10625 | 2024.12.07 00:54:57.273086 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10626 | 2024.12.07 00:54:57.273839 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10627 | 2024.12.07 00:54:57.273891 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10628 | 2024.12.07 00:54:57.274323 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10629 | 2024.12.07 00:54:57.274582 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10630 | 2024.12.07 00:54:57.274834 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 10631 | 2024.12.07 00:54:57.274903 [ 276 ] {37652174-7112-49c4-9dd6-d5cec01d6f23} <Debug> TCPHandler: Processed in 0.002207014 sec. | ||
| 10632 | 2024.12.07 00:54:57.275100 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10633 | 2024.12.07 00:54:57.275242 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10634 | 2024.12.07 00:54:57.275301 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10635 | 2024.12.07 00:54:57.275899 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10636 | 2024.12.07 00:54:57.275941 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10637 | 2024.12.07 00:54:57.276318 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10638 | 2024.12.07 00:54:57.276566 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10639 | 2024.12.07 00:54:57.276804 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001599 sec., 1250.7817385866167 rows/sec., 101.99 KiB/sec. | ||
| 10640 | 2024.12.07 00:54:57.276860 [ 280 ] {02fee880-a728-4701-8a2a-0db052ce89c2} <Debug> TCPHandler: Processed in 0.001827856 sec. | ||
| 10641 | 2024.12.07 00:54:57.276992 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10642 | 2024.12.07 00:54:57.277098 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10643 | 2024.12.07 00:54:57.277143 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10644 | 2024.12.07 00:54:57.278412 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10645 | 2024.12.07 00:54:57.278451 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10646 | 2024.12.07 00:54:57.278932 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10647 | 2024.12.07 00:54:57.279184 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2024.12.07 00:54:57.279393 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002317 sec., 615451.014242555 rows/sec., 51.39 MiB/sec. | ||
| 10649 | 2024.12.07 00:54:57.279445 [ 276 ] {ac5f123a-95b3-4faa-8404-a560a76972f0} <Debug> TCPHandler: Processed in 0.002502789 sec. | ||
| 10650 | 2024.12.07 00:54:57.279587 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10651 | 2024.12.07 00:54:57.279716 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10652 | 2024.12.07 00:54:57.279771 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10653 | 2024.12.07 00:54:57.280430 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10654 | 2024.12.07 00:54:57.280476 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10655 | 2024.12.07 00:54:57.280827 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10656 | 2024.12.07 00:54:57.281069 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10657 | 2024.12.07 00:54:57.281278 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001592 sec., 31407.035175879395 rows/sec., 2.26 MiB/sec. | ||
| 10658 | 2024.12.07 00:54:57.281331 [ 280 ] {ee11862f-1801-4bfd-bd78-3254d2d8da85} <Debug> TCPHandler: Processed in 0.001804576 sec. | ||
| 10659 | 2024.12.07 00:54:57.281464 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10660 | 2024.12.07 00:54:57.281591 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10661 | 2024.12.07 00:54:57.281643 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10662 | 2024.12.07 00:54:57.282363 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.12.07 00:54:57.282409 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10664 | 2024.12.07 00:54:57.282778 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10665 | 2024.12.07 00:54:57.283019 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2024.12.07 00:54:57.283219 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001657 sec., 146047.0730235365 rows/sec., 9.89 MiB/sec. | ||
| 10667 | 2024.12.07 00:54:57.283270 [ 276 ] {dfc6bf7c-1d4e-4bd9-b495-0329f554a301} <Debug> TCPHandler: Processed in 0.001859917 sec. | ||
| 10668 | 2024.12.07 00:54:57.283403 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10669 | 2024.12.07 00:54:57.283522 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10670 | 2024.12.07 00:54:57.283575 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10671 | 2024.12.07 00:54:57.284205 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.12.07 00:54:57.284253 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10673 | 2024.12.07 00:54:57.284632 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10674 | 2024.12.07 00:54:57.284885 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.12.07 00:54:57.285091 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 10676 | 2024.12.07 00:54:57.285143 [ 280 ] {401e3143-e75f-4b02-ab8d-af8bb64017dc} <Debug> TCPHandler: Processed in 0.001788666 sec. | ||
| 10677 | 2024.12.07 00:54:57.285268 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10678 | 2024.12.07 00:54:57.285371 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10679 | 2024.12.07 00:54:57.285415 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10680 | 2024.12.07 00:54:57.286358 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10681 | 2024.12.07 00:54:57.286404 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10682 | 2024.12.07 00:54:57.286803 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10683 | 2024.12.07 00:54:57.287041 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2024.12.07 00:54:57.287325 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001974 sec., 446301.9250253293 rows/sec., 32.36 MiB/sec. | ||
| 10685 | 2024.12.07 00:54:57.287376 [ 276 ] {157ab336-e721-41e8-98cb-83e7a01994ef} <Debug> TCPHandler: Processed in 0.002159163 sec. | ||
| 10686 | 2024.12.07 00:54:57.287525 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10687 | 2024.12.07 00:54:57.287652 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10688 | 2024.12.07 00:54:57.287707 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10689 | 2024.12.07 00:54:57.288249 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10690 | 2024.12.07 00:54:57.288296 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10691 | 2024.12.07 00:54:57.288680 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10692 | 2024.12.07 00:54:57.288998 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2024.12.07 00:54:57.289196 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 10694 | 2024.12.07 00:54:57.289245 [ 280 ] {65d9c243-c3e9-42e6-9522-88161ff995b1} <Debug> TCPHandler: Processed in 0.001781475 sec. | ||
| 10695 | 2024.12.07 00:54:57.289371 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10696 | 2024.12.07 00:54:57.289483 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10697 | 2024.12.07 00:54:57.289541 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10698 | 2024.12.07 00:54:57.290337 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10699 | 2024.12.07 00:54:57.290383 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10700 | 2024.12.07 00:54:57.290830 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10701 | 2024.12.07 00:54:57.291082 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2024.12.07 00:54:57.291279 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001826 sec., 523548.7404162103 rows/sec., 34.78 MiB/sec. | ||
| 10703 | 2024.12.07 00:54:57.291330 [ 276 ] {24f5a74a-d4d2-4c0b-afe2-46ff6bc0de40} <Debug> TCPHandler: Processed in 0.00200839 sec. | ||
| 10704 | 2024.12.07 00:54:57.291456 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2024.12.07 00:54:57.291583 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10706 | 2024.12.07 00:54:57.291638 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10707 | 2024.12.07 00:54:57.292141 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2024.12.07 00:54:57.292187 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10709 | 2024.12.07 00:54:57.292580 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10710 | 2024.12.07 00:54:57.292814 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2024.12.07 00:54:57.293021 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 10712 | 2024.12.07 00:54:57.293069 [ 280 ] {06cfd7b5-7036-4774-801d-4da9d68ea118} <Debug> TCPHandler: Processed in 0.001665433 sec. | ||
| 10713 | 2024.12.07 00:54:57.293202 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2024.12.07 00:54:57.293306 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10715 | 2024.12.07 00:54:57.293370 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10716 | 2024.12.07 00:54:57.294656 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2024.12.07 00:54:57.294694 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10718 | 2024.12.07 00:54:57.295339 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10719 | 2024.12.07 00:54:57.295600 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2024.12.07 00:54:57.295776 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10721 | 2024.12.07 00:54:57.295852 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002564 sec., 15990.639625585025 rows/sec., 28.65 MiB/sec. | ||
| 10722 | 2024.12.07 00:54:57.295862 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10723 | 2024.12.07 00:54:57.295942 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10724 | 2024.12.07 00:54:57.296241 [ 276 ] {c41d4533-b780-49e1-b776-d42f5fc5371b} <Debug> TCPHandler: Processed in 0.003086111 sec. | ||
| 10725 | 2024.12.07 00:54:57.296294 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 10726 | 2024.12.07 00:54:57.296435 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10727 | 2024.12.07 00:54:57.296715 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10728 | 2024.12.07 00:54:57.296853 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10729 | 2024.12.07 00:54:57.297068 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10730 | 2024.12.07 00:54:57.297303 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1292 rows starting from the beginning of the part | ||
| 10731 | 2024.12.07 00:54:57.298117 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part | ||
| 10732 | 2024.12.07 00:54:57.298852 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
| 10733 | 2024.12.07 00:54:57.299072 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10734 | 2024.12.07 00:54:57.299208 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10735 | 2024.12.07 00:54:57.299570 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part | ||
| 10736 | 2024.12.07 00:54:57.300248 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
| 10737 | 2024.12.07 00:54:57.300844 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10738 | 2024.12.07 00:54:57.300886 [ 196 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part | ||
| 10739 | 2024.12.07 00:54:57.301725 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10740 | 2024.12.07 00:54:57.302274 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005651 sec., 6016.634224031145 rows/sec., 357.55 KiB/sec. | ||
| 10741 | 2024.12.07 00:54:57.302613 [ 280 ] {8cca4200-3a73-4284-9d90-5716016802e5} <Debug> TCPHandler: Processed in 0.006269193 sec. | ||
| 10742 | 2024.12.07 00:54:57.310078 [ 189 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1497 rows, containing 19 columns (19 merged, 0 gathered) in 0.013987086 sec., 107027.29646475328 rows/sec., 191.79 MiB/sec. | ||
| 10743 | 2024.12.07 00:54:57.311734 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10744 | 2024.12.07 00:54:57.312258 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10745 | 2024.12.07 00:54:57.312357 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10746 | 2024.12.07 00:54:57.312547 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.69 MiB. | ||
| 10747 | 2024.12.07 00:54:58.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.82 MiB, peak 250.47 MiB, free memory in arenas 0.00 B, will set to 240.81 MiB (RSS), difference: 1.99 MiB | ||
| 10748 | 2024.12.07 00:54:59.424433 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1540 | ||
| 10749 | 2024.12.07 00:54:59.427901 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10750 | 2024.12.07 00:54:59.427954 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10751 | 2024.12.07 00:54:59.429465 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10752 | 2024.12.07 00:54:59.429798 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10753 | 2024.12.07 00:54:59.430074 [ 59 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10754 | 2024.12.07 00:54:59.430257 [ 59 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10755 | 2024.12.07 00:54:59.430371 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10756 | 2024.12.07 00:54:59.431027 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 10757 | 2024.12.07 00:54:59.432147 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1540 | ||
| 10758 | 2024.12.07 00:54:59.432586 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10759 | 2024.12.07 00:54:59.432754 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1352 rows starting from the beginning of the part | ||
| 10760 | 2024.12.07 00:54:59.433400 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 10761 | 2024.12.07 00:54:59.434035 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 54 rows starting from the beginning of the part | ||
| 10762 | 2024.12.07 00:54:59.434673 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
| 10763 | 2024.12.07 00:54:59.435406 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 10764 | 2024.12.07 00:54:59.436011 [ 187 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part | ||
| 10765 | 2024.12.07 00:54:59.444724 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 72 columns (72 merged, 0 gathered) in 0.014145648 sec., 108867.40572082665 rows/sec., 83.97 MiB/sec. | ||
| 10766 | 2024.12.07 00:54:59.446429 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10767 | 2024.12.07 00:54:59.447235 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.12.07 00:54:59.447335 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_41_8} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10769 | 2024.12.07 00:54:59.447680 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 10770 | 2024.12.07 00:55:01.459341 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10771 | 2024.12.07 00:55:01.459575 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10772 | 2024.12.07 00:55:01.459649 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10773 | 2024.12.07 00:55:01.460392 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10774 | 2024.12.07 00:55:01.460446 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10775 | 2024.12.07 00:55:01.460880 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10776 | 2024.12.07 00:55:01.461129 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10777 | 2024.12.07 00:55:01.461360 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.32 MiB/sec. | ||
| 10778 | 2024.12.07 00:55:01.461420 [ 276 ] {87eb78cb-f205-44e6-bce9-69d465cf8a85} <Debug> TCPHandler: Processed in 0.002220044 sec. | ||
| 10779 | 2024.12.07 00:55:01.461590 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10780 | 2024.12.07 00:55:01.461733 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10781 | 2024.12.07 00:55:01.461790 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10782 | 2024.12.07 00:55:01.462493 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10783 | 2024.12.07 00:55:01.462542 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10784 | 2024.12.07 00:55:01.462920 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10785 | 2024.12.07 00:55:01.463165 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10786 | 2024.12.07 00:55:01.463365 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001661 sec., 38531.00541842264 rows/sec., 3.01 MiB/sec. | ||
| 10787 | 2024.12.07 00:55:01.463420 [ 280 ] {393f96cc-c5ab-4f8a-a3e4-2f41e8fb9785} <Debug> TCPHandler: Processed in 0.001898338 sec. | ||
| 10788 | 2024.12.07 00:55:01.463573 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10789 | 2024.12.07 00:55:01.463704 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10790 | 2024.12.07 00:55:01.463765 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10791 | 2024.12.07 00:55:01.464363 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10792 | 2024.12.07 00:55:01.464407 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10793 | 2024.12.07 00:55:01.464817 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10794 | 2024.12.07 00:55:01.465063 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10795 | 2024.12.07 00:55:01.465270 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001586 sec., 80706.17906683481 rows/sec., 5.62 MiB/sec. | ||
| 10796 | 2024.12.07 00:55:01.465340 [ 276 ] {8e70e485-63c8-459f-b83f-d9e92488e9ab} <Debug> TCPHandler: Processed in 0.001817556 sec. | ||
| 10797 | 2024.12.07 00:55:01.465520 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10798 | 2024.12.07 00:55:01.465826 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10799 | 2024.12.07 00:55:01.465976 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10800 | 2024.12.07 00:55:01.466475 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10801 | 2024.12.07 00:55:01.466515 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10802 | 2024.12.07 00:55:01.466870 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10803 | 2024.12.07 00:55:01.467107 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10804 | 2024.12.07 00:55:01.467309 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.0016 sec., 30000 rows/sec., 2.02 MiB/sec. | ||
| 10805 | 2024.12.07 00:55:01.467359 [ 280 ] {ec525859-1ba3-4544-96fc-fa7a1a0eabce} <Debug> TCPHandler: Processed in 0.001925258 sec. | ||
| 10806 | 2024.12.07 00:55:01.774694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10807 | 2024.12.07 00:55:01.775365 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10808 | 2024.12.07 00:55:01.775402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10809 | 2024.12.07 00:55:01.775915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10810 | 2024.12.07 00:55:01.776182 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10811 | 2024.12.07 00:55:01.776360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10812 | 2024.12.07 00:55:03.539428 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10813 | 2024.12.07 00:55:03.561531 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10814 | 2024.12.07 00:55:03.561599 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10815 | 2024.12.07 00:55:03.568901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10816 | 2024.12.07 00:55:03.569672 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10817 | 2024.12.07 00:55:03.572542 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10818 | 2024.12.07 00:55:06.460674 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10819 | 2024.12.07 00:55:06.461024 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10820 | 2024.12.07 00:55:06.461139 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10821 | 2024.12.07 00:55:06.462167 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10822 | 2024.12.07 00:55:06.462215 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10823 | 2024.12.07 00:55:06.462650 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10824 | 2024.12.07 00:55:06.462907 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10825 | 2024.12.07 00:55:06.463153 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002214 sec., 25293.58626919603 rows/sec., 1.93 MiB/sec. | ||
| 10826 | 2024.12.07 00:55:06.463215 [ 276 ] {e45ae9e1-c2f0-4660-956c-9fda067022e9} <Debug> TCPHandler: Processed in 0.002721284 sec. | ||
| 10827 | 2024.12.07 00:55:06.463383 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10828 | 2024.12.07 00:55:06.463503 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10829 | 2024.12.07 00:55:06.463553 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10830 | 2024.12.07 00:55:06.464119 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10831 | 2024.12.07 00:55:06.464161 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10832 | 2024.12.07 00:55:06.464530 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10833 | 2024.12.07 00:55:06.464783 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10834 | 2024.12.07 00:55:06.465008 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001532 sec., 41775.45691906005 rows/sec., 3.26 MiB/sec. | ||
| 10835 | 2024.12.07 00:55:06.465072 [ 280 ] {ef3764dc-8f9e-4027-bdb8-588b8d08b6b1} <Debug> TCPHandler: Processed in 0.001749125 sec. | ||
| 10836 | 2024.12.07 00:55:06.465252 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10837 | 2024.12.07 00:55:06.465388 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10838 | 2024.12.07 00:55:06.465447 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10839 | 2024.12.07 00:55:06.466008 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10840 | 2024.12.07 00:55:06.466045 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10841 | 2024.12.07 00:55:06.466434 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10842 | 2024.12.07 00:55:06.466674 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10843 | 2024.12.07 00:55:06.466875 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
| 10844 | 2024.12.07 00:55:06.466927 [ 276 ] {d965c231-daa7-4c9f-aea9-f581e5c44180} <Debug> TCPHandler: Processed in 0.001755424 sec. | ||
| 10845 | 2024.12.07 00:55:06.467075 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10846 | 2024.12.07 00:55:06.467209 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10847 | 2024.12.07 00:55:06.467265 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10848 | 2024.12.07 00:55:06.467785 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10849 | 2024.12.07 00:55:06.467823 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10850 | 2024.12.07 00:55:06.468181 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10851 | 2024.12.07 00:55:06.468422 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10852 | 2024.12.07 00:55:06.468620 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 10853 | 2024.12.07 00:55:06.468668 [ 280 ] {0bca0ad8-b1e5-4f0a-bf17-fd8593f1de5d} <Debug> TCPHandler: Processed in 0.001655552 sec. | ||
| 10854 | 2024.12.07 00:55:08.113063 [ 29 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 | ||
| 10855 | 2024.12.07 00:55:08.113163 [ 29 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10856 | 2024.12.07 00:55:08.113206 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10857 | 2024.12.07 00:55:08.113481 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full | ||
| 10858 | 2024.12.07 00:55:08.113876 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10859 | 2024.12.07 00:55:08.113914 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 37 rows starting from the beginning of the part | ||
| 10860 | 2024.12.07 00:55:08.113990 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 10861 | 2024.12.07 00:55:08.114171 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 10862 | 2024.12.07 00:55:08.114382 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 10863 | 2024.12.07 00:55:08.114462 [ 205 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 10864 | 2024.12.07 00:55:08.115364 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.002061121 sec., 19892.087849282016 rows/sec., 1.31 MiB/sec. | ||
| 10865 | 2024.12.07 00:55:08.115577 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 10866 | 2024.12.07 00:55:08.115960 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10867 | 2024.12.07 00:55:08.116046 [ 192 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_41_9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 | ||
| 10868 | 2024.12.07 00:55:08.116148 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10869 | 2024.12.07 00:55:09.065928 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10870 | 2024.12.07 00:55:09.065980 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10871 | 2024.12.07 00:55:09.276461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 10872 | 2024.12.07 00:55:09.277132 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10873 | 2024.12.07 00:55:09.277178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10874 | 2024.12.07 00:55:09.277674 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10875 | 2024.12.07 00:55:09.277923 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10876 | 2024.12.07 00:55:09.278148 [ 46 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10877 | 2024.12.07 00:55:09.278179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10878 | 2024.12.07 00:55:09.278225 [ 46 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10879 | 2024.12.07 00:55:09.278256 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10880 | 2024.12.07 00:55:09.278386 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 10881 | 2024.12.07 00:55:09.278521 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10882 | 2024.12.07 00:55:09.278567 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 10883 | 2024.12.07 00:55:09.278653 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 10884 | 2024.12.07 00:55:09.278909 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 10885 | 2024.12.07 00:55:09.279084 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 10886 | 2024.12.07 00:55:09.279245 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 10887 | 2024.12.07 00:55:09.279399 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 10888 | 2024.12.07 00:55:09.282148 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003820245 sec., 6722343.724028171 rows/sec., 96.16 MiB/sec. | ||
| 10889 | 2024.12.07 00:55:09.282474 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10890 | 2024.12.07 00:55:09.282873 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2024.12.07 00:55:09.282967 [ 197 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_56_11} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10892 | 2024.12.07 00:55:09.283089 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 10893 | 2024.12.07 00:55:09.432478 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1556 | ||
| 10894 | 2024.12.07 00:55:09.435411 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10895 | 2024.12.07 00:55:09.435454 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10896 | 2024.12.07 00:55:09.436884 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10897 | 2024.12.07 00:55:09.437194 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10898 | 2024.12.07 00:55:09.438633 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1556 | ||
| 10899 | 2024.12.07 00:55:09.686178 [ 45 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 5 parts from all_1_43_9 to all_47_47_0 | ||
| 10900 | 2024.12.07 00:55:09.686257 [ 45 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10901 | 2024.12.07 00:55:09.686284 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10902 | 2024.12.07 00:55:09.686494 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_43_9 to all_47_47_0 into Compact with storage Full | ||
| 10903 | 2024.12.07 00:55:09.686804 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10904 | 2024.12.07 00:55:09.686840 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 66 rows starting from the beginning of the part | ||
| 10905 | 2024.12.07 00:55:09.686917 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 10906 | 2024.12.07 00:55:09.687156 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 2 rows starting from the beginning of the part | ||
| 10907 | 2024.12.07 00:55:09.687358 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 10908 | 2024.12.07 00:55:09.687519 [ 186 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 50 rows starting from the beginning of the part | ||
| 10909 | 2024.12.07 00:55:09.688616 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002251004 sec., 95068.68934928592 rows/sec., 7.17 MiB/sec. | ||
| 10910 | 2024.12.07 00:55:09.688843 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 10911 | 2024.12.07 00:55:09.689248 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10912 | 2024.12.07 00:55:09.689360 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_47_10} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 5 parts: [all_1_43_9, all_47_47_0] -> all_1_47_10 | ||
| 10913 | 2024.12.07 00:55:09.689482 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10914 | 2024.12.07 00:55:10.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.85 MiB, peak 250.47 MiB, free memory in arenas 0.00 B, will set to 240.86 MiB (RSS), difference: 4.01 MiB | ||
| 10915 | 2024.12.07 00:55:11.072605 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10916 | 2024.12.07 00:55:11.095051 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10917 | 2024.12.07 00:55:11.095121 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10918 | 2024.12.07 00:55:11.102442 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10919 | 2024.12.07 00:55:11.103210 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10920 | 2024.12.07 00:55:11.103678 [ 35 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10921 | 2024.12.07 00:55:11.103844 [ 35 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10922 | 2024.12.07 00:55:11.103939 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10923 | 2024.12.07 00:55:11.104253 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 10924 | 2024.12.07 00:55:11.113879 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10925 | 2024.12.07 00:55:11.115077 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10926 | 2024.12.07 00:55:11.115975 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10927 | 2024.12.07 00:55:11.120644 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10928 | 2024.12.07 00:55:11.125494 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 10929 | 2024.12.07 00:55:11.130565 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10930 | 2024.12.07 00:55:11.136062 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 10931 | 2024.12.07 00:55:11.140665 [ 204 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 10932 | 2024.12.07 00:55:11.199707 [ 198 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.095630106 sec., 4412.836267273404 rows/sec., 22.82 MiB/sec. | ||
| 10933 | 2024.12.07 00:55:11.202070 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10934 | 2024.12.07 00:55:11.204598 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2024.12.07 00:55:11.204719 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_56_11} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10936 | 2024.12.07 00:55:11.206365 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10937 | 2024.12.07 00:55:11.467676 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2024.12.07 00:55:11.467863 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10939 | 2024.12.07 00:55:11.467936 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10940 | 2024.12.07 00:55:11.468684 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2024.12.07 00:55:11.468731 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10942 | 2024.12.07 00:55:11.469173 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10943 | 2024.12.07 00:55:11.469429 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2024.12.07 00:55:11.469621 [ 35 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10945 | 2024.12.07 00:55:11.469686 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 10946 | 2024.12.07 00:55:11.469714 [ 35 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10947 | 2024.12.07 00:55:11.469778 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10948 | 2024.12.07 00:55:11.469803 [ 276 ] {4ce22ea6-16bc-4dda-a6e0-9bb45ea43abe} <Debug> TCPHandler: Processed in 0.002253755 sec. | ||
| 10949 | 2024.12.07 00:55:11.470007 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 10950 | 2024.12.07 00:55:11.470030 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10951 | 2024.12.07 00:55:11.470281 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10952 | 2024.12.07 00:55:11.470291 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10953 | 2024.12.07 00:55:11.470348 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 10954 | 2024.12.07 00:55:11.470393 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10955 | 2024.12.07 00:55:11.470680 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 10956 | 2024.12.07 00:55:11.471051 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 10957 | 2024.12.07 00:55:11.471393 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 10958 | 2024.12.07 00:55:11.471796 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 10959 | 2024.12.07 00:55:11.473512 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10960 | 2024.12.07 00:55:11.473583 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10961 | 2024.12.07 00:55:11.474291 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004414927 sec., 15855.30179774207 rows/sec., 1.18 MiB/sec. | ||
| 10962 | 2024.12.07 00:55:11.474518 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10963 | 2024.12.07 00:55:11.474575 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10964 | 2024.12.07 00:55:11.475044 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2024.12.07 00:55:11.475049 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10966 | 2024.12.07 00:55:11.475200 [ 191 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_41_10} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10967 | 2024.12.07 00:55:11.475451 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10968 | 2024.12.07 00:55:11.475539 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005327 sec., 53501.032476065324 rows/sec., 4.72 MiB/sec. | ||
| 10969 | 2024.12.07 00:55:11.475637 [ 280 ] {28332dea-1362-4e33-80bb-c16fcddd6776} <Debug> TCPHandler: Processed in 0.005703143 sec. | ||
| 10970 | 2024.12.07 00:55:11.475909 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10971 | 2024.12.07 00:55:11.476123 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10972 | 2024.12.07 00:55:11.476182 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10973 | 2024.12.07 00:55:11.476851 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10974 | 2024.12.07 00:55:11.476897 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10975 | 2024.12.07 00:55:11.477257 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10976 | 2024.12.07 00:55:11.477501 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10977 | 2024.12.07 00:55:11.477736 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00165 sec., 29090.909090909092 rows/sec., 2.09 MiB/sec. | ||
| 10978 | 2024.12.07 00:55:11.477912 [ 276 ] {f1b27d8d-e454-4ba2-8bc9-fe252249452d} <Debug> TCPHandler: Processed in 0.002124782 sec. | ||
| 10979 | 2024.12.07 00:55:11.478148 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10980 | 2024.12.07 00:55:11.478292 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10981 | 2024.12.07 00:55:11.478346 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10982 | 2024.12.07 00:55:11.478985 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10983 | 2024.12.07 00:55:11.479024 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10984 | 2024.12.07 00:55:11.479367 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10985 | 2024.12.07 00:55:11.479611 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10986 | 2024.12.07 00:55:11.479828 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec. | ||
| 10987 | 2024.12.07 00:55:11.479879 [ 280 ] {60018621-f145-4fb7-a629-d682d0b413a5} <Debug> TCPHandler: Processed in 0.001851907 sec. | ||
| 10988 | 2024.12.07 00:55:11.480028 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10989 | 2024.12.07 00:55:11.480160 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10990 | 2024.12.07 00:55:11.480213 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10991 | 2024.12.07 00:55:11.480862 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10992 | 2024.12.07 00:55:11.480904 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10993 | 2024.12.07 00:55:11.481248 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10994 | 2024.12.07 00:55:11.481490 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10995 | 2024.12.07 00:55:11.481653 [ 35 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10996 | 2024.12.07 00:55:11.481707 [ 35 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10997 | 2024.12.07 00:55:11.481733 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 10998 | 2024.12.07 00:55:11.481747 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10999 | 2024.12.07 00:55:11.481913 [ 276 ] {f1483ab9-5abb-4463-9a1e-3f43015d173f} <Debug> TCPHandler: Processed in 0.001941459 sec. | ||
| 11000 | 2024.12.07 00:55:11.482220 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11001 | 2024.12.07 00:55:11.482350 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 11002 | 2024.12.07 00:55:11.482618 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11003 | 2024.12.07 00:55:11.482801 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11004 | 2024.12.07 00:55:11.483106 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11005 | 2024.12.07 00:55:11.483188 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 11006 | 2024.12.07 00:55:11.483556 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 11007 | 2024.12.07 00:55:11.483946 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 11008 | 2024.12.07 00:55:11.484366 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 11009 | 2024.12.07 00:55:11.484711 [ 198 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 11010 | 2024.12.07 00:55:11.485807 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11011 | 2024.12.07 00:55:11.485875 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11012 | 2024.12.07 00:55:11.487023 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11013 | 2024.12.07 00:55:11.487197 [ 189 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005305815 sec., 12250.709834398673 rows/sec., 811.68 KiB/sec. | ||
| 11014 | 2024.12.07 00:55:11.487383 [ 189 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11015 | 2024.12.07 00:55:11.487407 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11016 | 2024.12.07 00:55:11.487713 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005243 sec., 80679.0005721915 rows/sec., 5.77 MiB/sec. | ||
| 11017 | 2024.12.07 00:55:11.487787 [ 280 ] {34ef317b-00bb-43b9-be86-ddd284fdad6f} <Debug> TCPHandler: Processed in 0.005747784 sec. | ||
| 11018 | 2024.12.07 00:55:11.487889 [ 189 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11019 | 2024.12.07 00:55:11.487977 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11020 | 2024.12.07 00:55:11.487983 [ 189 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_41_10} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11021 | 2024.12.07 00:55:11.488107 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11022 | 2024.12.07 00:55:11.488147 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11023 | 2024.12.07 00:55:11.488202 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11024 | 2024.12.07 00:55:11.488727 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11025 | 2024.12.07 00:55:11.488771 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11026 | 2024.12.07 00:55:11.489137 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11027 | 2024.12.07 00:55:11.489371 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11028 | 2024.12.07 00:55:11.489613 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 11029 | 2024.12.07 00:55:11.489742 [ 276 ] {5b66fe0e-714c-403e-a7fc-7b2399cd3019} <Debug> TCPHandler: Processed in 0.001828686 sec. | ||
| 11030 | 2024.12.07 00:55:11.489946 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11031 | 2024.12.07 00:55:11.490080 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11032 | 2024.12.07 00:55:11.490131 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11033 | 2024.12.07 00:55:11.490688 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2024.12.07 00:55:11.490726 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11035 | 2024.12.07 00:55:11.491113 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11036 | 2024.12.07 00:55:11.491357 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11037 | 2024.12.07 00:55:11.491561 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001506 sec., 157370.51792828686 rows/sec., 10.55 MiB/sec. | ||
| 11038 | 2024.12.07 00:55:11.491614 [ 280 ] {1a4919ac-7b8f-4e82-89aa-6ef22cd0f317} <Debug> TCPHandler: Processed in 0.001776255 sec. | ||
| 11039 | 2024.12.07 00:55:11.491743 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11040 | 2024.12.07 00:55:11.491849 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11041 | 2024.12.07 00:55:11.491900 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11042 | 2024.12.07 00:55:11.492403 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11043 | 2024.12.07 00:55:11.492448 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11044 | 2024.12.07 00:55:11.492861 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11045 | 2024.12.07 00:55:11.493095 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11046 | 2024.12.07 00:55:11.493295 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. | ||
| 11047 | 2024.12.07 00:55:11.493343 [ 276 ] {31c4fd08-d0d0-466c-ad31-75deb4aab4ae} <Debug> TCPHandler: Processed in 0.001649582 sec. | ||
| 11048 | 2024.12.07 00:55:11.493476 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11049 | 2024.12.07 00:55:11.493583 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11050 | 2024.12.07 00:55:11.493648 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11051 | 2024.12.07 00:55:11.494794 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2024.12.07 00:55:11.494833 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11053 | 2024.12.07 00:55:11.495548 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11054 | 2024.12.07 00:55:11.495816 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2024.12.07 00:55:11.496042 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002482 sec., 16518.93634165995 rows/sec., 29.60 MiB/sec. | ||
| 11056 | 2024.12.07 00:55:11.496133 [ 280 ] {9b0a81ed-b0c6-4a30-9665-caf3c26a346a} <Debug> TCPHandler: Processed in 0.002707523 sec. | ||
| 11057 | 2024.12.07 00:55:11.496277 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11058 | 2024.12.07 00:55:11.496405 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11059 | 2024.12.07 00:55:11.496459 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11060 | 2024.12.07 00:55:11.496958 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11061 | 2024.12.07 00:55:11.496996 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11062 | 2024.12.07 00:55:11.497346 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11063 | 2024.12.07 00:55:11.497585 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11064 | 2024.12.07 00:55:11.497798 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 11065 | 2024.12.07 00:55:11.497847 [ 276 ] {8ecc7006-d89b-459d-81a9-0b6a427cc33f} <Debug> TCPHandler: Processed in 0.001632442 sec. | ||
| 11066 | 2024.12.07 00:55:12.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.79 MiB, peak 255.35 MiB, free memory in arenas 0.00 B, will set to 240.90 MiB (RSS), difference: -1.89 MiB | ||
| 11067 | 2024.12.07 00:55:16.461775 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11068 | 2024.12.07 00:55:16.461984 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11069 | 2024.12.07 00:55:16.462058 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11070 | 2024.12.07 00:55:16.462850 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11071 | 2024.12.07 00:55:16.462900 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11072 | 2024.12.07 00:55:16.463333 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11073 | 2024.12.07 00:55:16.463587 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11074 | 2024.12.07 00:55:16.463812 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.29 MiB/sec. | ||
| 11075 | 2024.12.07 00:55:16.463816 [ 40 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11076 | 2024.12.07 00:55:16.463892 [ 276 ] {8f3ac590-2ea2-4eaf-85a7-0f6feb32e289} <Debug> TCPHandler: Processed in 0.002248724 sec. | ||
| 11077 | 2024.12.07 00:55:16.463926 [ 40 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11078 | 2024.12.07 00:55:16.463983 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11079 | 2024.12.07 00:55:16.464130 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11080 | 2024.12.07 00:55:16.464134 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11081 | 2024.12.07 00:55:16.464235 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11082 | 2024.12.07 00:55:16.464277 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1435 rows starting from the beginning of the part | ||
| 11083 | 2024.12.07 00:55:16.464314 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11084 | 2024.12.07 00:55:16.464364 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1426 rows starting from the beginning of the part | ||
| 11085 | 2024.12.07 00:55:16.464410 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11086 | 2024.12.07 00:55:16.464693 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 11087 | 2024.12.07 00:55:16.465108 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part | ||
| 11088 | 2024.12.07 00:55:16.465385 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 285 rows starting from the beginning of the part | ||
| 11089 | 2024.12.07 00:55:16.465640 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 11090 | 2024.12.07 00:55:16.466462 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11091 | 2024.12.07 00:55:16.466514 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11092 | 2024.12.07 00:55:16.467061 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11093 | 2024.12.07 00:55:16.467321 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11094 | 2024.12.07 00:55:16.467526 [ 40 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11095 | 2024.12.07 00:55:16.467631 [ 40 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11096 | 2024.12.07 00:55:16.467660 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003374 sec., 18968.583283935983 rows/sec., 1.48 MiB/sec. | ||
| 11097 | 2024.12.07 00:55:16.467718 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11098 | 2024.12.07 00:55:16.467914 [ 280 ] {57ce0b41-4342-4714-bb4e-9b8057f2ca3c} <Debug> TCPHandler: Processed in 0.003880437 sec. | ||
| 11099 | 2024.12.07 00:55:16.468359 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2024.12.07 00:55:16.468756 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11101 | 2024.12.07 00:55:16.469368 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11102 | 2024.12.07 00:55:16.469403 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.005300794 sec., 625189.3584244172 rows/sec., 54.60 MiB/sec. | ||
| 11103 | 2024.12.07 00:55:16.469580 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11104 | 2024.12.07 00:55:16.469717 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11105 | 2024.12.07 00:55:16.469881 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 11106 | 2024.12.07 00:55:16.470072 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11107 | 2024.12.07 00:55:16.470652 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 881 rows starting from the beginning of the part | ||
| 11108 | 2024.12.07 00:55:16.471310 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 11109 | 2024.12.07 00:55:16.471788 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11110 | 2024.12.07 00:55:16.472260 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part | ||
| 11111 | 2024.12.07 00:55:16.472395 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_96_19} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11112 | 2024.12.07 00:55:16.472937 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 11113 | 2024.12.07 00:55:16.473111 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 423 rows starting from the beginning of the part | ||
| 11114 | 2024.12.07 00:55:16.473347 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 11115 | 2024.12.07 00:55:16.473903 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11116 | 2024.12.07 00:55:16.473948 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11117 | 2024.12.07 00:55:16.474718 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11118 | 2024.12.07 00:55:16.475109 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11119 | 2024.12.07 00:55:16.475162 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007271314 sec., 331576.93368763884 rows/sec., 25.43 MiB/sec. | ||
| 11120 | 2024.12.07 00:55:16.475404 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11121 | 2024.12.07 00:55:16.475479 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006345 sec., 25216.706067769897 rows/sec., 1.76 MiB/sec. | ||
| 11122 | 2024.12.07 00:55:16.475511 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11123 | 2024.12.07 00:55:16.475518 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11124 | 2024.12.07 00:55:16.475647 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11125 | 2024.12.07 00:55:16.475748 [ 276 ] {9be5e518-883f-4a59-8626-d03ae4c78ec6} <Debug> TCPHandler: Processed in 0.007659151 sec. | ||
| 11126 | 2024.12.07 00:55:16.476060 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11127 | 2024.12.07 00:55:16.476282 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11128 | 2024.12.07 00:55:16.476405 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11129 | 2024.12.07 00:55:16.476464 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11130 | 2024.12.07 00:55:16.476621 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11131 | 2024.12.07 00:55:16.476747 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_96_19} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11132 | 2024.12.07 00:55:16.476791 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11133 | 2024.12.07 00:55:16.476943 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27072 rows starting from the beginning of the part | ||
| 11134 | 2024.12.07 00:55:16.477031 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11135 | 2024.12.07 00:55:16.477368 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 956 rows starting from the beginning of the part | ||
| 11136 | 2024.12.07 00:55:16.477711 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 128 rows starting from the beginning of the part | ||
| 11137 | 2024.12.07 00:55:16.478160 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 11138 | 2024.12.07 00:55:16.478423 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 11139 | 2024.12.07 00:55:16.478781 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 11140 | 2024.12.07 00:55:16.479426 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2024.12.07 00:55:16.479474 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11142 | 2024.12.07 00:55:16.480228 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11143 | 2024.12.07 00:55:16.480586 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2024.12.07 00:55:16.480841 [ 42 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11145 | 2024.12.07 00:55:16.480892 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004589 sec., 13074.743952930921 rows/sec., 902.29 KiB/sec. | ||
| 11146 | 2024.12.07 00:55:16.480919 [ 42 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11147 | 2024.12.07 00:55:16.481072 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11148 | 2024.12.07 00:55:16.481150 [ 280 ] {f9e9f04b-2115-4fb4-8e14-2663bbf78be4} <Debug> TCPHandler: Processed in 0.005271634 sec. | ||
| 11149 | 2024.12.07 00:55:16.481465 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11150 | 2024.12.07 00:55:16.481796 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11151 | 2024.12.07 00:55:16.481872 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5508 rows starting from the beginning of the part | ||
| 11152 | 2024.12.07 00:55:16.482154 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 34 rows starting from the beginning of the part | ||
| 11153 | 2024.12.07 00:55:16.482417 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 48 rows starting from the beginning of the part | ||
| 11154 | 2024.12.07 00:55:16.482684 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 11155 | 2024.12.07 00:55:16.483034 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
| 11156 | 2024.12.07 00:55:16.483358 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 11157 | 2024.12.07 00:55:16.487829 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5792 rows, containing 4 columns (4 merged, 0 gathered) in 0.00658166 sec., 880021.1496795642 rows/sec., 57.35 MiB/sec. | ||
| 11158 | 2024.12.07 00:55:16.488435 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11159 | 2024.12.07 00:55:16.488853 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11160 | 2024.12.07 00:55:16.488943 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_96_19} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11161 | 2024.12.07 00:55:16.489027 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11162 | 2024.12.07 00:55:16.489949 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28713 rows, containing 5 columns (5 merged, 0 gathered) in 0.014002706 sec., 2050532.2328412808 rows/sec., 138.42 MiB/sec. | ||
| 11163 | 2024.12.07 00:55:16.490370 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11164 | 2024.12.07 00:55:16.490732 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11165 | 2024.12.07 00:55:16.490827 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11166 | 2024.12.07 00:55:16.490944 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 11167 | 2024.12.07 00:55:16.778309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11168 | 2024.12.07 00:55:16.779072 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2024.12.07 00:55:16.779167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11170 | 2024.12.07 00:55:16.779808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11171 | 2024.12.07 00:55:16.780083 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11172 | 2024.12.07 00:55:16.780379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11173 | 2024.12.07 00:55:17.000147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.29 MiB, peak 255.35 MiB, free memory in arenas 0.00 B, will set to 244.00 MiB (RSS), difference: 2.71 MiB | ||
| 11174 | 2024.12.07 00:55:18.613934 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11175 | 2024.12.07 00:55:18.633089 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11176 | 2024.12.07 00:55:18.633156 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11177 | 2024.12.07 00:55:18.640083 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11178 | 2024.12.07 00:55:18.640827 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11179 | 2024.12.07 00:55:18.643506 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11180 | 2024.12.07 00:55:19.438751 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1586 | ||
| 11181 | 2024.12.07 00:55:19.441827 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2024.12.07 00:55:19.441883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11183 | 2024.12.07 00:55:19.443364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11184 | 2024.12.07 00:55:19.443679 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11185 | 2024.12.07 00:55:19.445889 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1586 | ||
| 11186 | 2024.12.07 00:55:21.467591 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11187 | 2024.12.07 00:55:21.467819 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11188 | 2024.12.07 00:55:21.467901 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11189 | 2024.12.07 00:55:21.468680 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11190 | 2024.12.07 00:55:21.468732 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11191 | 2024.12.07 00:55:21.469165 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11192 | 2024.12.07 00:55:21.469418 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11193 | 2024.12.07 00:55:21.469661 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 11194 | 2024.12.07 00:55:21.469739 [ 276 ] {26bf52a2-15c8-46ec-8d86-d37aa9e2f2b8} <Debug> TCPHandler: Processed in 0.002284675 sec. | ||
| 11195 | 2024.12.07 00:55:21.469942 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11196 | 2024.12.07 00:55:21.470087 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11197 | 2024.12.07 00:55:21.470146 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11198 | 2024.12.07 00:55:21.470866 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11199 | 2024.12.07 00:55:21.470907 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11200 | 2024.12.07 00:55:21.471310 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11201 | 2024.12.07 00:55:21.471557 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11202 | 2024.12.07 00:55:21.471768 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001715 sec., 166180.7580174927 rows/sec., 14.66 MiB/sec. | ||
| 11203 | 2024.12.07 00:55:21.471822 [ 280 ] {fbfe365e-f760-433a-bd3c-11d2c34a78d3} <Debug> TCPHandler: Processed in 0.001957139 sec. | ||
| 11204 | 2024.12.07 00:55:21.471967 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11205 | 2024.12.07 00:55:21.472073 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11206 | 2024.12.07 00:55:21.472118 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11207 | 2024.12.07 00:55:21.472786 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2024.12.07 00:55:21.472833 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11209 | 2024.12.07 00:55:21.473244 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11210 | 2024.12.07 00:55:21.473499 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11211 | 2024.12.07 00:55:21.473724 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001673 sec., 28690.974297668858 rows/sec., 2.07 MiB/sec. | ||
| 11212 | 2024.12.07 00:55:21.473777 [ 276 ] {a50ec4b0-7db6-490a-99a0-b99f9d227935} <Debug> TCPHandler: Processed in 0.001862637 sec. | ||
| 11213 | 2024.12.07 00:55:21.473928 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11214 | 2024.12.07 00:55:21.474035 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11215 | 2024.12.07 00:55:21.474080 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11216 | 2024.12.07 00:55:21.474698 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11217 | 2024.12.07 00:55:21.474745 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11218 | 2024.12.07 00:55:21.475199 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11219 | 2024.12.07 00:55:21.475454 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11220 | 2024.12.07 00:55:21.475630 [ 34 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 11221 | 2024.12.07 00:55:21.475697 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 583.27 KiB/sec. | ||
| 11222 | 2024.12.07 00:55:21.475720 [ 34 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2024.12.07 00:55:21.475787 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11224 | 2024.12.07 00:55:21.475832 [ 280 ] {9fee6f7b-5a8a-456b-b318-7f03fbafe670} <Debug> TCPHandler: Processed in 0.001951409 sec. | ||
| 11225 | 2024.12.07 00:55:21.476068 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11226 | 2024.12.07 00:55:21.476092 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 11227 | 2024.12.07 00:55:21.476270 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11228 | 2024.12.07 00:55:21.476332 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11229 | 2024.12.07 00:55:21.476365 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11230 | 2024.12.07 00:55:21.476397 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 243 rows starting from the beginning of the part | ||
| 11231 | 2024.12.07 00:55:21.476738 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 11232 | 2024.12.07 00:55:21.477078 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11233 | 2024.12.07 00:55:21.477508 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part | ||
| 11234 | 2024.12.07 00:55:21.477899 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 11235 | 2024.12.07 00:55:21.478275 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 11236 | 2024.12.07 00:55:21.479257 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11237 | 2024.12.07 00:55:21.479333 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11238 | 2024.12.07 00:55:21.480375 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11239 | 2024.12.07 00:55:21.481037 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11240 | 2024.12.07 00:55:21.481116 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005222673 sec., 103586.80315616161 rows/sec., 7.42 MiB/sec. | ||
| 11241 | 2024.12.07 00:55:21.481448 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005268 sec., 2467.7296886864083 rows/sec., 153.86 KiB/sec. | ||
| 11242 | 2024.12.07 00:55:21.481506 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 11243 | 2024.12.07 00:55:21.481883 [ 276 ] {fee87940-1469-4d0c-bdf3-5a97c2f327d9} <Debug> TCPHandler: Processed in 0.005920487 sec. | ||
| 11244 | 2024.12.07 00:55:21.482199 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11245 | 2024.12.07 00:55:21.482435 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11246 | 2024.12.07 00:55:21.482450 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11247 | 2024.12.07 00:55:21.482546 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11248 | 2024.12.07 00:55:21.482668 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_43_9} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 11249 | 2024.12.07 00:55:21.482847 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11250 | 2024.12.07 00:55:21.483594 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2024.12.07 00:55:21.483637 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11252 | 2024.12.07 00:55:21.484019 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11253 | 2024.12.07 00:55:21.484258 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2024.12.07 00:55:21.484476 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002099 sec., 201524.53549309194 rows/sec., 14.41 MiB/sec. | ||
| 11255 | 2024.12.07 00:55:21.484548 [ 280 ] {fe21514e-f044-4c91-81f7-775de2d96f4a} <Debug> TCPHandler: Processed in 0.0025439 sec. | ||
| 11256 | 2024.12.07 00:55:21.484732 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11257 | 2024.12.07 00:55:21.484875 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11258 | 2024.12.07 00:55:21.484932 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11259 | 2024.12.07 00:55:21.485407 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11260 | 2024.12.07 00:55:21.485445 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11261 | 2024.12.07 00:55:21.485800 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11262 | 2024.12.07 00:55:21.486032 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11263 | 2024.12.07 00:55:21.486209 [ 34 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 11264 | 2024.12.07 00:55:21.486269 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec. | ||
| 11265 | 2024.12.07 00:55:21.486276 [ 34 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11266 | 2024.12.07 00:55:21.486357 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11267 | 2024.12.07 00:55:21.486394 [ 276 ] {1281e526-ae9b-4b29-ade3-487fb9e133e9} <Debug> TCPHandler: Processed in 0.001737094 sec. | ||
| 11268 | 2024.12.07 00:55:21.486617 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11269 | 2024.12.07 00:55:21.486667 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
| 11270 | 2024.12.07 00:55:21.486834 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11271 | 2024.12.07 00:55:21.486955 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11272 | 2024.12.07 00:55:21.486972 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11273 | 2024.12.07 00:55:21.487082 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 222 rows starting from the beginning of the part | ||
| 11274 | 2024.12.07 00:55:21.487387 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11275 | 2024.12.07 00:55:21.487758 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11276 | 2024.12.07 00:55:21.488093 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11277 | 2024.12.07 00:55:21.488400 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 11278 | 2024.12.07 00:55:21.488589 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 11279 | 2024.12.07 00:55:21.489670 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2024.12.07 00:55:21.489751 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11281 | 2024.12.07 00:55:21.490912 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11282 | 2024.12.07 00:55:21.491222 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.004769784 sec., 52832.581098011986 rows/sec., 2.70 MiB/sec. | ||
| 11283 | 2024.12.07 00:55:21.491390 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11284 | 2024.12.07 00:55:21.491550 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11285 | 2024.12.07 00:55:21.491849 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005073 sec., 46717.91839148432 rows/sec., 3.13 MiB/sec. | ||
| 11286 | 2024.12.07 00:55:21.491960 [ 280 ] {b7454a5c-c118-4837-bab2-349f18c94042} <Debug> TCPHandler: Processed in 0.005470988 sec. | ||
| 11287 | 2024.12.07 00:55:21.492130 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11288 | 2024.12.07 00:55:21.492316 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11289 | 2024.12.07 00:55:21.492328 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11290 | 2024.12.07 00:55:21.492465 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11291 | 2024.12.07 00:55:21.492503 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_42_9} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 11292 | 2024.12.07 00:55:21.492719 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11293 | 2024.12.07 00:55:21.493203 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11294 | 2024.12.07 00:55:21.493247 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11295 | 2024.12.07 00:55:21.493609 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11296 | 2024.12.07 00:55:21.493851 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11297 | 2024.12.07 00:55:21.494034 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001773 sec., 564.0157924421884 rows/sec., 38.00 KiB/sec. | ||
| 11298 | 2024.12.07 00:55:21.494085 [ 276 ] {68ebb743-dc8e-448c-84af-e9192cda7aea} <Debug> TCPHandler: Processed in 0.00204056 sec. | ||
| 11299 | 2024.12.07 00:55:21.494243 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11300 | 2024.12.07 00:55:21.494370 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11301 | 2024.12.07 00:55:21.494447 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11302 | 2024.12.07 00:55:21.495785 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.12.07 00:55:21.495822 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11304 | 2024.12.07 00:55:21.496480 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11305 | 2024.12.07 00:55:21.496736 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11306 | 2024.12.07 00:55:21.496968 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002621 sec., 15642.88439526898 rows/sec., 28.03 MiB/sec. | ||
| 11307 | 2024.12.07 00:55:21.497480 [ 280 ] {063b84c7-3b40-496b-9075-34f8f18e6866} <Debug> TCPHandler: Processed in 0.003297005 sec. | ||
| 11308 | 2024.12.07 00:55:21.497688 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11309 | 2024.12.07 00:55:21.497818 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11310 | 2024.12.07 00:55:21.497875 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11311 | 2024.12.07 00:55:21.498385 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11312 | 2024.12.07 00:55:21.498423 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11313 | 2024.12.07 00:55:21.498786 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11314 | 2024.12.07 00:55:21.499024 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11315 | 2024.12.07 00:55:21.499195 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
| 11316 | 2024.12.07 00:55:21.499242 [ 276 ] {820b5b05-cc61-4811-a67f-c797799fe70c} <Debug> TCPHandler: Processed in 0.001616281 sec. | ||
| 11317 | 2024.12.07 00:55:24.066244 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11318 | 2024.12.07 00:55:24.066332 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11319 | 2024.12.07 00:55:24.280481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11320 | 2024.12.07 00:55:24.281126 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2024.12.07 00:55:24.281162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11322 | 2024.12.07 00:55:24.281660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11323 | 2024.12.07 00:55:24.281916 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2024.12.07 00:55:24.282147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11325 | 2024.12.07 00:55:26.143557 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11326 | 2024.12.07 00:55:26.165340 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11327 | 2024.12.07 00:55:26.165417 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11328 | 2024.12.07 00:55:26.173019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11329 | 2024.12.07 00:55:26.173797 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11330 | 2024.12.07 00:55:26.176835 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11331 | 2024.12.07 00:55:26.459884 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11332 | 2024.12.07 00:55:26.460089 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11333 | 2024.12.07 00:55:26.460170 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11334 | 2024.12.07 00:55:26.461019 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2024.12.07 00:55:26.461074 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11336 | 2024.12.07 00:55:26.461523 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11337 | 2024.12.07 00:55:26.461788 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2024.12.07 00:55:26.462048 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002019 sec., 27736.503219415554 rows/sec., 2.12 MiB/sec. | ||
| 11339 | 2024.12.07 00:55:26.462106 [ 276 ] {04cbf820-4a96-41fe-a050-4f1bdee11768} <Debug> TCPHandler: Processed in 0.002361226 sec. | ||
| 11340 | 2024.12.07 00:55:26.462307 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11341 | 2024.12.07 00:55:26.462426 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11342 | 2024.12.07 00:55:26.462473 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11343 | 2024.12.07 00:55:26.463072 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2024.12.07 00:55:26.463114 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11345 | 2024.12.07 00:55:26.463496 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11346 | 2024.12.07 00:55:26.463737 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2024.12.07 00:55:26.463981 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001578 sec., 40557.66793409379 rows/sec., 3.17 MiB/sec. | ||
| 11348 | 2024.12.07 00:55:26.464040 [ 280 ] {6cccd821-ec0e-4587-a1bc-a8fd6b092725} <Debug> TCPHandler: Processed in 0.001800306 sec. | ||
| 11349 | 2024.12.07 00:55:26.464200 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11350 | 2024.12.07 00:55:26.464309 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11351 | 2024.12.07 00:55:26.464360 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11352 | 2024.12.07 00:55:26.464897 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11353 | 2024.12.07 00:55:26.464937 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11354 | 2024.12.07 00:55:26.465347 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11355 | 2024.12.07 00:55:26.465602 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11356 | 2024.12.07 00:55:26.465836 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 11357 | 2024.12.07 00:55:26.465890 [ 276 ] {f0e3e260-8d9f-4857-9679-18550b098f24} <Debug> TCPHandler: Processed in 0.001740714 sec. | ||
| 11358 | 2024.12.07 00:55:26.466044 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11359 | 2024.12.07 00:55:26.466162 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11360 | 2024.12.07 00:55:26.466210 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11361 | 2024.12.07 00:55:26.466650 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11362 | 2024.12.07 00:55:26.466689 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11363 | 2024.12.07 00:55:26.467047 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11364 | 2024.12.07 00:55:26.467280 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11365 | 2024.12.07 00:55:26.467519 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 11366 | 2024.12.07 00:55:26.467568 [ 280 ] {ede884a0-e243-4340-9504-76f67238dd9d} <Debug> TCPHandler: Processed in 0.001578401 sec. | ||
| 11367 | 2024.12.07 00:55:27.271003 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11368 | 2024.12.07 00:55:27.271275 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11369 | 2024.12.07 00:55:27.271382 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11370 | 2024.12.07 00:55:27.272139 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11371 | 2024.12.07 00:55:27.272188 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11372 | 2024.12.07 00:55:27.272616 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11373 | 2024.12.07 00:55:27.272871 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11374 | 2024.12.07 00:55:27.273141 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 11375 | 2024.12.07 00:55:27.273205 [ 276 ] {cf7e2706-9fbb-4474-bb90-58aa7bc47f60} <Debug> TCPHandler: Processed in 0.002374566 sec. | ||
| 11376 | 2024.12.07 00:55:27.273395 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11377 | 2024.12.07 00:55:27.273540 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11378 | 2024.12.07 00:55:27.273598 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11379 | 2024.12.07 00:55:27.274258 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11380 | 2024.12.07 00:55:27.274310 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11381 | 2024.12.07 00:55:27.274676 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11382 | 2024.12.07 00:55:27.274925 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11383 | 2024.12.07 00:55:27.275150 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001646 sec., 8505.46780072904 rows/sec., 693.56 KiB/sec. | ||
| 11384 | 2024.12.07 00:55:27.275284 [ 280 ] {23e960f5-8d59-440e-9770-c879868cebf9} <Debug> TCPHandler: Processed in 0.001959138 sec. | ||
| 11385 | 2024.12.07 00:55:27.275431 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11386 | 2024.12.07 00:55:27.275542 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11387 | 2024.12.07 00:55:27.275588 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11388 | 2024.12.07 00:55:27.276695 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11389 | 2024.12.07 00:55:27.276735 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11390 | 2024.12.07 00:55:27.277175 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11391 | 2024.12.07 00:55:27.277424 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11392 | 2024.12.07 00:55:27.277662 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002137 sec., 670098.2686008423 rows/sec., 55.92 MiB/sec. | ||
| 11393 | 2024.12.07 00:55:27.277722 [ 276 ] {63068ce9-35ea-4b11-a821-d0004c8ee71b} <Debug> TCPHandler: Processed in 0.002342666 sec. | ||
| 11394 | 2024.12.07 00:55:27.277920 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11395 | 2024.12.07 00:55:27.278286 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11396 | 2024.12.07 00:55:27.278425 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11397 | 2024.12.07 00:55:27.279419 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11398 | 2024.12.07 00:55:27.279459 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11399 | 2024.12.07 00:55:27.279809 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11400 | 2024.12.07 00:55:27.280042 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11401 | 2024.12.07 00:55:27.280273 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.002129 sec., 29121.65335838422 rows/sec., 2.07 MiB/sec. | ||
| 11402 | 2024.12.07 00:55:27.280387 [ 280 ] {3f1b14e1-82d1-491c-ba10-b6bae80fe871} <Debug> TCPHandler: Processed in 0.00255588 sec. | ||
| 11403 | 2024.12.07 00:55:27.280563 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11404 | 2024.12.07 00:55:27.280695 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11405 | 2024.12.07 00:55:27.280749 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11406 | 2024.12.07 00:55:27.281445 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11407 | 2024.12.07 00:55:27.281484 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11408 | 2024.12.07 00:55:27.281836 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11409 | 2024.12.07 00:55:27.282081 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11410 | 2024.12.07 00:55:27.282283 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001617 sec., 149659.86394557822 rows/sec., 10.14 MiB/sec. | ||
| 11411 | 2024.12.07 00:55:27.282334 [ 276 ] {4975b924-1e41-4c12-b4d1-d356ded9c2b4} <Debug> TCPHandler: Processed in 0.001843187 sec. | ||
| 11412 | 2024.12.07 00:55:27.282478 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11413 | 2024.12.07 00:55:27.282605 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11414 | 2024.12.07 00:55:27.282660 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11415 | 2024.12.07 00:55:27.283279 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2024.12.07 00:55:27.283326 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11417 | 2024.12.07 00:55:27.283673 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11418 | 2024.12.07 00:55:27.283898 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11419 | 2024.12.07 00:55:27.284108 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00153 sec., 8496.73202614379 rows/sec., 529.77 KiB/sec. | ||
| 11420 | 2024.12.07 00:55:27.284162 [ 280 ] {4e782380-c64b-40f9-93dd-eb7137d2b39d} <Debug> TCPHandler: Processed in 0.001744685 sec. | ||
| 11421 | 2024.12.07 00:55:27.284305 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11422 | 2024.12.07 00:55:27.284414 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11423 | 2024.12.07 00:55:27.284458 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11424 | 2024.12.07 00:55:27.285256 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11425 | 2024.12.07 00:55:27.285296 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11426 | 2024.12.07 00:55:27.285691 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11427 | 2024.12.07 00:55:27.285925 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11428 | 2024.12.07 00:55:27.286141 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001749 sec., 510577.4728416238 rows/sec., 37.07 MiB/sec. | ||
| 11429 | 2024.12.07 00:55:27.286233 [ 276 ] {2b1f57f9-549c-46e9-908f-9dc4ebfa17c7} <Debug> TCPHandler: Processed in 0.001981459 sec. | ||
| 11430 | 2024.12.07 00:55:27.286432 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11431 | 2024.12.07 00:55:27.286746 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11432 | 2024.12.07 00:55:27.286853 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11433 | 2024.12.07 00:55:27.287331 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11434 | 2024.12.07 00:55:27.287370 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11435 | 2024.12.07 00:55:27.287715 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11436 | 2024.12.07 00:55:27.287950 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11437 | 2024.12.07 00:55:27.288161 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 11438 | 2024.12.07 00:55:27.288275 [ 280 ] {4d6f17e5-e3b3-4467-82d8-a2032543cb07} <Debug> TCPHandler: Processed in 0.001953108 sec. | ||
| 11439 | 2024.12.07 00:55:27.288439 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11440 | 2024.12.07 00:55:27.288575 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11441 | 2024.12.07 00:55:27.288633 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11442 | 2024.12.07 00:55:27.289430 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11443 | 2024.12.07 00:55:27.289468 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11444 | 2024.12.07 00:55:27.289903 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11445 | 2024.12.07 00:55:27.290145 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11446 | 2024.12.07 00:55:27.290352 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001806 sec., 532668.8815060908 rows/sec., 35.40 MiB/sec. | ||
| 11447 | 2024.12.07 00:55:27.290404 [ 276 ] {7eb58024-2ef2-4c0f-b2a9-ec729d985805} <Debug> TCPHandler: Processed in 0.00204309 sec. | ||
| 11448 | 2024.12.07 00:55:27.290542 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11449 | 2024.12.07 00:55:27.290670 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11450 | 2024.12.07 00:55:27.290725 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11451 | 2024.12.07 00:55:27.291228 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11452 | 2024.12.07 00:55:27.291273 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11453 | 2024.12.07 00:55:27.291617 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11454 | 2024.12.07 00:55:27.291843 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11455 | 2024.12.07 00:55:27.292047 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001406 sec., 711.2375533428166 rows/sec., 47.93 KiB/sec. | ||
| 11456 | 2024.12.07 00:55:27.292096 [ 280 ] {4d46c64c-a03a-4748-9e4e-b269bdb03b10} <Debug> TCPHandler: Processed in 0.001616602 sec. | ||
| 11457 | 2024.12.07 00:55:27.292225 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11458 | 2024.12.07 00:55:27.292332 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11459 | 2024.12.07 00:55:27.292409 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11460 | 2024.12.07 00:55:27.293626 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11461 | 2024.12.07 00:55:27.293665 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11462 | 2024.12.07 00:55:27.294308 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11463 | 2024.12.07 00:55:27.294567 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11464 | 2024.12.07 00:55:27.294797 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002487 sec., 16485.72577402493 rows/sec., 29.54 MiB/sec. | ||
| 11465 | 2024.12.07 00:55:27.294889 [ 276 ] {cd7acae2-6cc0-4be8-a367-6cf0bded9b1c} <Debug> TCPHandler: Processed in 0.002715684 sec. | ||
| 11466 | 2024.12.07 00:55:27.295025 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11467 | 2024.12.07 00:55:27.295152 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11468 | 2024.12.07 00:55:27.295206 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11469 | 2024.12.07 00:55:27.295652 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11470 | 2024.12.07 00:55:27.295690 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11471 | 2024.12.07 00:55:27.296026 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11472 | 2024.12.07 00:55:27.296259 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11473 | 2024.12.07 00:55:27.296477 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001352 sec., 25147.928994082842 rows/sec., 1.46 MiB/sec. | ||
| 11474 | 2024.12.07 00:55:27.296572 [ 280 ] {7accbf35-e167-47e1-bdd1-110b5b6accb9} <Debug> TCPHandler: Processed in 0.001607832 sec. | ||
| 11475 | 2024.12.07 00:55:29.446102 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1640 | ||
| 11476 | 2024.12.07 00:55:29.449676 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11477 | 2024.12.07 00:55:29.449725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11478 | 2024.12.07 00:55:29.451249 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11479 | 2024.12.07 00:55:29.451599 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11480 | 2024.12.07 00:55:29.452124 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1640 | ||
| 11481 | 2024.12.07 00:55:31.459640 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11482 | 2024.12.07 00:55:31.459971 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11483 | 2024.12.07 00:55:31.460088 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11484 | 2024.12.07 00:55:31.461015 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11485 | 2024.12.07 00:55:31.461065 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11486 | 2024.12.07 00:55:31.461523 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11487 | 2024.12.07 00:55:31.461783 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11488 | 2024.12.07 00:55:31.462030 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002139 sec., 26180.458158017766 rows/sec., 2.00 MiB/sec. | ||
| 11489 | 2024.12.07 00:55:31.462108 [ 276 ] {c161687a-8951-4e67-a93f-0edb2b79fb19} <Debug> TCPHandler: Processed in 0.002654112 sec. | ||
| 11490 | 2024.12.07 00:55:31.462354 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11491 | 2024.12.07 00:55:31.462545 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11492 | 2024.12.07 00:55:31.462594 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11493 | 2024.12.07 00:55:31.463164 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11494 | 2024.12.07 00:55:31.463205 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11495 | 2024.12.07 00:55:31.463566 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11496 | 2024.12.07 00:55:31.463820 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11497 | 2024.12.07 00:55:31.464062 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. | ||
| 11498 | 2024.12.07 00:55:31.464140 [ 280 ] {fe89452d-70ab-4bb7-a332-89f87b2b8179} <Debug> TCPHandler: Processed in 0.001905128 sec. | ||
| 11499 | 2024.12.07 00:55:31.464325 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11500 | 2024.12.07 00:55:31.464608 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11501 | 2024.12.07 00:55:31.464684 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11502 | 2024.12.07 00:55:31.465293 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11503 | 2024.12.07 00:55:31.465340 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11504 | 2024.12.07 00:55:31.465744 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11505 | 2024.12.07 00:55:31.465982 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11506 | 2024.12.07 00:55:31.466184 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001676 sec., 76372.31503579952 rows/sec., 5.32 MiB/sec. | ||
| 11507 | 2024.12.07 00:55:31.466298 [ 276 ] {0acd292f-52b3-4c02-ab9f-2591fe73ad87} <Debug> TCPHandler: Processed in 0.002070821 sec. | ||
| 11508 | 2024.12.07 00:55:31.466446 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11509 | 2024.12.07 00:55:31.466739 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11510 | 2024.12.07 00:55:31.466887 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11511 | 2024.12.07 00:55:31.467685 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11512 | 2024.12.07 00:55:31.467724 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11513 | 2024.12.07 00:55:31.468084 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11514 | 2024.12.07 00:55:31.468324 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11515 | 2024.12.07 00:55:31.468544 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001916 sec., 25052.192066805845 rows/sec., 1.69 MiB/sec. | ||
| 11516 | 2024.12.07 00:55:31.468596 [ 280 ] {91ff6f19-ccd7-4669-ade5-fd904345dbc2} <Debug> TCPHandler: Processed in 0.002209504 sec. | ||
| 11517 | 2024.12.07 00:55:31.782257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11518 | 2024.12.07 00:55:31.782897 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11519 | 2024.12.07 00:55:31.782944 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11520 | 2024.12.07 00:55:31.783491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11521 | 2024.12.07 00:55:31.783755 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2024.12.07 00:55:31.784031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11523 | 2024.12.07 00:55:33.676888 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11524 | 2024.12.07 00:55:33.700133 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2024.12.07 00:55:33.700205 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11526 | 2024.12.07 00:55:33.707768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11527 | 2024.12.07 00:55:33.708634 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11528 | 2024.12.07 00:55:33.712655 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11529 | 2024.12.07 00:55:36.460373 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11530 | 2024.12.07 00:55:36.460646 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11531 | 2024.12.07 00:55:36.460783 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11532 | 2024.12.07 00:55:36.461791 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11533 | 2024.12.07 00:55:36.461844 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11534 | 2024.12.07 00:55:36.462287 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11535 | 2024.12.07 00:55:36.462548 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11536 | 2024.12.07 00:55:36.462737 [ 120 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11537 | 2024.12.07 00:55:36.462805 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002232 sec., 25089.605734767025 rows/sec., 1.92 MiB/sec. | ||
| 11538 | 2024.12.07 00:55:36.462818 [ 120 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11539 | 2024.12.07 00:55:36.462893 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11540 | 2024.12.07 00:55:36.462948 [ 276 ] {1845aa35-abc8-41ab-bd37-833bf41d8200} <Debug> TCPHandler: Processed in 0.002711733 sec. | ||
| 11541 | 2024.12.07 00:55:36.463137 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11542 | 2024.12.07 00:55:36.463173 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11543 | 2024.12.07 00:55:36.463392 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11544 | 2024.12.07 00:55:36.463401 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11545 | 2024.12.07 00:55:36.463449 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1435 rows starting from the beginning of the part | ||
| 11546 | 2024.12.07 00:55:36.463493 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11547 | 2024.12.07 00:55:36.463764 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 285 rows starting from the beginning of the part | ||
| 11548 | 2024.12.07 00:55:36.464145 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
| 11549 | 2024.12.07 00:55:36.464505 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 1432 rows starting from the beginning of the part | ||
| 11550 | 2024.12.07 00:55:36.464900 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11551 | 2024.12.07 00:55:36.465248 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part | ||
| 11552 | 2024.12.07 00:55:36.466391 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11553 | 2024.12.07 00:55:36.466448 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11554 | 2024.12.07 00:55:36.467410 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11555 | 2024.12.07 00:55:36.467860 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11556 | 2024.12.07 00:55:36.468078 [ 120 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11557 | 2024.12.07 00:55:36.468142 [ 120 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11558 | 2024.12.07 00:55:36.468202 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11559 | 2024.12.07 00:55:36.468210 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004854 sec., 13185.002060156572 rows/sec., 1.03 MiB/sec. | ||
| 11560 | 2024.12.07 00:55:36.468760 [ 280 ] {b07f93ff-cbe3-4e9f-b1a9-268b04828ffc} <Debug> TCPHandler: Processed in 0.005666862 sec. | ||
| 11561 | 2024.12.07 00:55:36.468854 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11562 | 2024.12.07 00:55:36.469249 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11563 | 2024.12.07 00:55:36.469885 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11564 | 2024.12.07 00:55:36.469974 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11565 | 2024.12.07 00:55:36.470107 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 11566 | 2024.12.07 00:55:36.470230 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.007231482 sec., 459103.68026913435 rows/sec., 40.09 MiB/sec. | ||
| 11567 | 2024.12.07 00:55:36.470301 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11568 | 2024.12.07 00:55:36.470900 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 423 rows starting from the beginning of the part | ||
| 11569 | 2024.12.07 00:55:36.470978 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11570 | 2024.12.07 00:55:36.471764 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 11571 | 2024.12.07 00:55:36.472645 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 893 rows starting from the beginning of the part | ||
| 11572 | 2024.12.07 00:55:36.473443 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11573 | 2024.12.07 00:55:36.473483 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11574 | 2024.12.07 00:55:36.474202 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part | ||
| 11575 | 2024.12.07 00:55:36.474251 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_101_20} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11576 | 2024.12.07 00:55:36.474755 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11577 | 2024.12.07 00:55:36.475543 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11578 | 2024.12.07 00:55:36.475627 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11579 | 2024.12.07 00:55:36.476675 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11580 | 2024.12.07 00:55:36.477072 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11581 | 2024.12.07 00:55:36.477281 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11582 | 2024.12.07 00:55:36.477390 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11583 | 2024.12.07 00:55:36.477480 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11584 | 2024.12.07 00:55:36.477663 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007951 sec., 20123.254936485977 rows/sec., 1.40 MiB/sec. | ||
| 11585 | 2024.12.07 00:55:36.477966 [ 276 ] {748476c8-3eb7-4a68-939d-aff7da17b1e4} <Debug> TCPHandler: Processed in 0.009048308 sec. | ||
| 11586 | 2024.12.07 00:55:36.477974 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11587 | 2024.12.07 00:55:36.478229 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.009891635 sec., 244954.44888534606 rows/sec., 18.79 MiB/sec. | ||
| 11588 | 2024.12.07 00:55:36.478249 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2024.12.07 00:55:36.478354 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11590 | 2024.12.07 00:55:36.478423 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28713 rows starting from the beginning of the part | ||
| 11591 | 2024.12.07 00:55:36.478670 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11592 | 2024.12.07 00:55:36.478866 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 11593 | 2024.12.07 00:55:36.478871 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11594 | 2024.12.07 00:55:36.478903 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11595 | 2024.12.07 00:55:36.479289 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 11596 | 2024.12.07 00:55:36.479788 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 962 rows starting from the beginning of the part | ||
| 11597 | 2024.12.07 00:55:36.480198 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 128 rows starting from the beginning of the part | ||
| 11598 | 2024.12.07 00:55:36.480589 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 11599 | 2024.12.07 00:55:36.481694 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11600 | 2024.12.07 00:55:36.481821 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11601 | 2024.12.07 00:55:36.481922 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11602 | 2024.12.07 00:55:36.482132 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_101_20} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11603 | 2024.12.07 00:55:36.482375 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11604 | 2024.12.07 00:55:36.482838 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11605 | 2024.12.07 00:55:36.483241 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2024.12.07 00:55:36.483648 [ 120 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11607 | 2024.12.07 00:55:36.483807 [ 120 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11608 | 2024.12.07 00:55:36.483884 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11609 | 2024.12.07 00:55:36.483898 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005392 sec., 11127.59643916914 rows/sec., 767.92 KiB/sec. | ||
| 11610 | 2024.12.07 00:55:36.484290 [ 280 ] {94a673eb-a0c9-4319-be80-775552439b86} <Debug> TCPHandler: Processed in 0.006194962 sec. | ||
| 11611 | 2024.12.07 00:55:36.484406 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11612 | 2024.12.07 00:55:36.484760 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11613 | 2024.12.07 00:55:36.484845 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5792 rows starting from the beginning of the part | ||
| 11614 | 2024.12.07 00:55:36.484970 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 11615 | 2024.12.07 00:55:36.485194 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 11616 | 2024.12.07 00:55:36.485393 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 34 rows starting from the beginning of the part | ||
| 11617 | 2024.12.07 00:55:36.485523 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 48 rows starting from the beginning of the part | ||
| 11618 | 2024.12.07 00:55:36.485635 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 11619 | 2024.12.07 00:55:36.489134 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6076 rows, containing 4 columns (4 merged, 0 gathered) in 0.00511109 sec., 1188787.5189049693 rows/sec., 77.47 MiB/sec. | ||
| 11620 | 2024.12.07 00:55:36.489709 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11621 | 2024.12.07 00:55:36.490124 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11622 | 2024.12.07 00:55:36.490248 [ 188 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_101_20} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11623 | 2024.12.07 00:55:36.490381 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11624 | 2024.12.07 00:55:36.491152 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30360 rows, containing 5 columns (5 merged, 0 gathered) in 0.013477376 sec., 2252664.0200585043 rows/sec., 152.05 MiB/sec. | ||
| 11625 | 2024.12.07 00:55:36.491651 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11626 | 2024.12.07 00:55:36.491968 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11627 | 2024.12.07 00:55:36.492048 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11628 | 2024.12.07 00:55:36.492145 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 11629 | 2024.12.07 00:55:39.066393 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11630 | 2024.12.07 00:55:39.066445 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11631 | 2024.12.07 00:55:39.284337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11632 | 2024.12.07 00:55:39.285003 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11633 | 2024.12.07 00:55:39.285052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11634 | 2024.12.07 00:55:39.285590 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11635 | 2024.12.07 00:55:39.285851 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11636 | 2024.12.07 00:55:39.286094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11637 | 2024.12.07 00:55:39.452441 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1656 | ||
| 11638 | 2024.12.07 00:55:39.455365 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11639 | 2024.12.07 00:55:39.455426 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11640 | 2024.12.07 00:55:39.456910 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11641 | 2024.12.07 00:55:39.457222 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11642 | 2024.12.07 00:55:39.457819 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1656 | ||
| 11643 | 2024.12.07 00:55:40.453728 [ 152 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 11644 | 2024.12.07 00:55:40.453815 [ 152 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2024.12.07 00:55:40.453842 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11646 | 2024.12.07 00:55:40.454138 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 11647 | 2024.12.07 00:55:40.454390 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11648 | 2024.12.07 00:55:40.454452 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 18 rows starting from the beginning of the part | ||
| 11649 | 2024.12.07 00:55:40.454653 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 11650 | 2024.12.07 00:55:40.454806 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 11651 | 2024.12.07 00:55:40.455017 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 11652 | 2024.12.07 00:55:40.455224 [ 193 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 11653 | 2024.12.07 00:55:40.456193 [ 188 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002253475 sec., 22187.954159686706 rows/sec., 1.85 MiB/sec. | ||
| 11654 | 2024.12.07 00:55:40.456325 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 11655 | 2024.12.07 00:55:40.456611 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11656 | 2024.12.07 00:55:40.456693 [ 189 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_19_4} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 11657 | 2024.12.07 00:55:40.456774 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11658 | 2024.12.07 00:55:41.212710 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11659 | 2024.12.07 00:55:41.235238 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11660 | 2024.12.07 00:55:41.235296 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11661 | 2024.12.07 00:55:41.242787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11662 | 2024.12.07 00:55:41.243563 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2024.12.07 00:55:41.246340 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11664 | 2024.12.07 00:55:41.466241 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11665 | 2024.12.07 00:55:41.466456 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11666 | 2024.12.07 00:55:41.466537 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11667 | 2024.12.07 00:55:41.467328 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11668 | 2024.12.07 00:55:41.467374 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11669 | 2024.12.07 00:55:41.467821 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11670 | 2024.12.07 00:55:41.468088 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11671 | 2024.12.07 00:55:41.468326 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 11672 | 2024.12.07 00:55:41.468382 [ 276 ] {197e83f9-8daa-4d10-addb-e9863679ef40} <Debug> TCPHandler: Processed in 0.002275476 sec. | ||
| 11673 | 2024.12.07 00:55:41.468576 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11674 | 2024.12.07 00:55:41.468713 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11675 | 2024.12.07 00:55:41.468768 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11676 | 2024.12.07 00:55:41.469413 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2024.12.07 00:55:41.469454 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11678 | 2024.12.07 00:55:41.469846 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11679 | 2024.12.07 00:55:41.470092 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11680 | 2024.12.07 00:55:41.470301 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00162 sec., 175925.92592592593 rows/sec., 15.52 MiB/sec. | ||
| 11681 | 2024.12.07 00:55:41.470356 [ 280 ] {1a8eef44-4027-4c4f-a897-a007072722ee} <Debug> TCPHandler: Processed in 0.001849536 sec. | ||
| 11682 | 2024.12.07 00:55:41.470484 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11683 | 2024.12.07 00:55:41.470591 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11684 | 2024.12.07 00:55:41.470637 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11685 | 2024.12.07 00:55:41.471249 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2024.12.07 00:55:41.471296 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11687 | 2024.12.07 00:55:41.471725 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11688 | 2024.12.07 00:55:41.471970 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.12.07 00:55:41.472178 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001605 sec., 29906.542056074766 rows/sec., 2.15 MiB/sec. | ||
| 11690 | 2024.12.07 00:55:41.472287 [ 276 ] {d2c91f82-ed6e-43e5-9552-91b47320ab0d} <Debug> TCPHandler: Processed in 0.001850856 sec. | ||
| 11691 | 2024.12.07 00:55:41.472471 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.12.07 00:55:41.472646 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11693 | 2024.12.07 00:55:41.472693 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11694 | 2024.12.07 00:55:41.473250 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2024.12.07 00:55:41.473290 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11696 | 2024.12.07 00:55:41.473648 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11697 | 2024.12.07 00:55:41.473882 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2024.12.07 00:55:41.474139 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec. | ||
| 11699 | 2024.12.07 00:55:41.474280 [ 280 ] {1f119626-1aa7-4146-89a8-3041e80eca81} <Debug> TCPHandler: Processed in 0.001914818 sec. | ||
| 11700 | 2024.12.07 00:55:41.474539 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2024.12.07 00:55:41.474670 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11702 | 2024.12.07 00:55:41.474726 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11703 | 2024.12.07 00:55:41.475274 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11704 | 2024.12.07 00:55:41.475313 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11705 | 2024.12.07 00:55:41.475661 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11706 | 2024.12.07 00:55:41.475915 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11707 | 2024.12.07 00:55:41.476171 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001515 sec., 8580.85808580858 rows/sec., 535.01 KiB/sec. | ||
| 11708 | 2024.12.07 00:55:41.476355 [ 276 ] {9e4db233-4e05-42aa-8184-d0d682e28012} <Debug> TCPHandler: Processed in 0.001942809 sec. | ||
| 11709 | 2024.12.07 00:55:41.476580 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11710 | 2024.12.07 00:55:41.476702 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11711 | 2024.12.07 00:55:41.476750 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11712 | 2024.12.07 00:55:41.477505 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11713 | 2024.12.07 00:55:41.477545 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11714 | 2024.12.07 00:55:41.477921 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11715 | 2024.12.07 00:55:41.478172 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11716 | 2024.12.07 00:55:41.478380 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.0017 sec., 248823.52941176473 rows/sec., 17.79 MiB/sec. | ||
| 11717 | 2024.12.07 00:55:41.478433 [ 280 ] {fe8d6b84-83bd-439d-bd04-0d9942c7f2cd} <Debug> TCPHandler: Processed in 0.001961889 sec. | ||
| 11718 | 2024.12.07 00:55:41.478570 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11719 | 2024.12.07 00:55:41.478677 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11720 | 2024.12.07 00:55:41.478723 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11721 | 2024.12.07 00:55:41.479236 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11722 | 2024.12.07 00:55:41.479283 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11723 | 2024.12.07 00:55:41.479704 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11724 | 2024.12.07 00:55:41.479957 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11725 | 2024.12.07 00:55:41.480190 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
| 11726 | 2024.12.07 00:55:41.480290 [ 276 ] {c1bef258-a5ac-4310-894a-a260aa24bf68} <Debug> TCPHandler: Processed in 0.001770195 sec. | ||
| 11727 | 2024.12.07 00:55:41.480495 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11728 | 2024.12.07 00:55:41.480773 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11729 | 2024.12.07 00:55:41.480831 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11730 | 2024.12.07 00:55:41.481381 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11731 | 2024.12.07 00:55:41.481419 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11732 | 2024.12.07 00:55:41.481811 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11733 | 2024.12.07 00:55:41.482051 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11734 | 2024.12.07 00:55:41.482251 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec. | ||
| 11735 | 2024.12.07 00:55:41.482304 [ 280 ] {0e5da7f8-dae3-45b0-af7f-139819903d89} <Debug> TCPHandler: Processed in 0.001926728 sec. | ||
| 11736 | 2024.12.07 00:55:41.482451 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11737 | 2024.12.07 00:55:41.482579 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11738 | 2024.12.07 00:55:41.482634 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11739 | 2024.12.07 00:55:41.483072 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11740 | 2024.12.07 00:55:41.483111 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11741 | 2024.12.07 00:55:41.483455 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11742 | 2024.12.07 00:55:41.483696 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11743 | 2024.12.07 00:55:41.483915 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 11744 | 2024.12.07 00:55:41.483981 [ 276 ] {b7da7293-f9f0-4942-be98-6f53be1e9ba5} <Debug> TCPHandler: Processed in 0.001592441 sec. | ||
| 11745 | 2024.12.07 00:55:41.484145 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11746 | 2024.12.07 00:55:41.484279 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11747 | 2024.12.07 00:55:41.484358 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11748 | 2024.12.07 00:55:41.485619 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11749 | 2024.12.07 00:55:41.485658 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11750 | 2024.12.07 00:55:41.486364 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11751 | 2024.12.07 00:55:41.486625 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11752 | 2024.12.07 00:55:41.486914 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002662 sec., 15401.953418482344 rows/sec., 27.60 MiB/sec. | ||
| 11753 | 2024.12.07 00:55:41.487495 [ 280 ] {daa2c9dd-9143-4eab-b799-8295fab2e1f3} <Debug> TCPHandler: Processed in 0.003419657 sec. | ||
| 11754 | 2024.12.07 00:55:41.487698 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11755 | 2024.12.07 00:55:41.487827 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11756 | 2024.12.07 00:55:41.487882 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11757 | 2024.12.07 00:55:41.488439 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11758 | 2024.12.07 00:55:41.488485 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11759 | 2024.12.07 00:55:41.488892 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11760 | 2024.12.07 00:55:41.489136 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11761 | 2024.12.07 00:55:41.489339 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001541 sec., 53212.19987021414 rows/sec., 3.38 MiB/sec. | ||
| 11762 | 2024.12.07 00:55:41.489389 [ 276 ] {70e4a1b1-357b-45fb-9785-6e4a0ccbe2cf} <Debug> TCPHandler: Processed in 0.001753535 sec. | ||
| 11763 | 2024.12.07 00:55:42.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.75 MiB, peak 255.84 MiB, free memory in arenas 0.00 B, will set to 245.62 MiB (RSS), difference: -1.14 MiB | ||
| 11764 | 2024.12.07 00:55:46.460582 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11765 | 2024.12.07 00:55:46.460808 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11766 | 2024.12.07 00:55:46.460887 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11767 | 2024.12.07 00:55:46.461611 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11768 | 2024.12.07 00:55:46.461652 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11769 | 2024.12.07 00:55:46.462084 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11770 | 2024.12.07 00:55:46.462346 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11771 | 2024.12.07 00:55:46.462581 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001829 sec., 1093.4937124111536 rows/sec., 89.17 KiB/sec. | ||
| 11772 | 2024.12.07 00:55:46.462638 [ 276 ] {7ee51e53-b6db-4455-a245-3ac57f1413ed} <Debug> TCPHandler: Processed in 0.002190943 sec. | ||
| 11773 | 2024.12.07 00:55:46.462816 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11774 | 2024.12.07 00:55:46.462942 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11775 | 2024.12.07 00:55:46.462997 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11776 | 2024.12.07 00:55:46.463680 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11777 | 2024.12.07 00:55:46.463727 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11778 | 2024.12.07 00:55:46.464131 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11779 | 2024.12.07 00:55:46.464374 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11780 | 2024.12.07 00:55:46.464598 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001685 sec., 33827.89317507418 rows/sec., 2.58 MiB/sec. | ||
| 11781 | 2024.12.07 00:55:46.464688 [ 280 ] {10a05874-e518-42f6-9a51-fa66902260ff} <Debug> TCPHandler: Processed in 0.001930639 sec. | ||
| 11782 | 2024.12.07 00:55:46.464879 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11783 | 2024.12.07 00:55:46.465089 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11784 | 2024.12.07 00:55:46.465152 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11785 | 2024.12.07 00:55:46.465805 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11786 | 2024.12.07 00:55:46.465851 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11787 | 2024.12.07 00:55:46.466201 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11788 | 2024.12.07 00:55:46.466448 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11789 | 2024.12.07 00:55:46.466617 [ 147 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_47_10 to all_52_52_0 | ||
| 11790 | 2024.12.07 00:55:46.466675 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001621 sec., 1233.8062924120914 rows/sec., 86.15 KiB/sec. | ||
| 11791 | 2024.12.07 00:55:46.466703 [ 147 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11792 | 2024.12.07 00:55:46.466770 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11793 | 2024.12.07 00:55:46.466791 [ 276 ] {70ad8a68-c7a2-4cc1-8245-484b28c69fe8} <Debug> TCPHandler: Processed in 0.00201248 sec. | ||
| 11794 | 2024.12.07 00:55:46.466989 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_47_10 to all_52_52_0 into Compact with storage Full | ||
| 11795 | 2024.12.07 00:55:46.467001 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11796 | 2024.12.07 00:55:46.467243 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11797 | 2024.12.07 00:55:46.467254 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11798 | 2024.12.07 00:55:46.467297 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 66 rows starting from the beginning of the part | ||
| 11799 | 2024.12.07 00:55:46.467351 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11800 | 2024.12.07 00:55:46.467563 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part | ||
| 11801 | 2024.12.07 00:55:46.467927 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part | ||
| 11802 | 2024.12.07 00:55:46.468274 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 62 rows starting from the beginning of the part | ||
| 11803 | 2024.12.07 00:55:46.468605 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part | ||
| 11804 | 2024.12.07 00:55:46.468980 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part | ||
| 11805 | 2024.12.07 00:55:46.470205 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11806 | 2024.12.07 00:55:46.470282 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11807 | 2024.12.07 00:55:46.471287 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11808 | 2024.12.07 00:55:46.471707 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.004857216 sec., 56410.91522386486 rows/sec., 4.25 MiB/sec. | ||
| 11809 | 2024.12.07 00:55:46.471796 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11810 | 2024.12.07 00:55:46.471920 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
| 11811 | 2024.12.07 00:55:46.472195 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005014 sec., 13163.143199042679 rows/sec., 1.03 MiB/sec. | ||
| 11812 | 2024.12.07 00:55:46.472346 [ 280 ] {f3d3ed5c-0800-46c2-a699-b6defa233ec7} <Debug> TCPHandler: Processed in 0.005451297 sec. | ||
| 11813 | 2024.12.07 00:55:46.472513 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11814 | 2024.12.07 00:55:46.472547 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11815 | 2024.12.07 00:55:46.472636 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_52_11} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_47_10, all_52_52_0] -> all_1_52_11 | ||
| 11816 | 2024.12.07 00:55:46.472766 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 11817 | 2024.12.07 00:55:46.472777 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11818 | 2024.12.07 00:55:46.472851 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11819 | 2024.12.07 00:55:46.473401 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11820 | 2024.12.07 00:55:46.473438 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11821 | 2024.12.07 00:55:46.473837 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11822 | 2024.12.07 00:55:46.474078 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11823 | 2024.12.07 00:55:46.474278 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001587 sec., 101449.27536231883 rows/sec., 7.07 MiB/sec. | ||
| 11824 | 2024.12.07 00:55:46.474329 [ 276 ] {cc087f75-be0b-4d98-bde0-51c21ef961ce} <Debug> TCPHandler: Processed in 0.001867217 sec. | ||
| 11825 | 2024.12.07 00:55:46.474474 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11826 | 2024.12.07 00:55:46.474602 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11827 | 2024.12.07 00:55:46.474657 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11828 | 2024.12.07 00:55:46.475152 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11829 | 2024.12.07 00:55:46.475190 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11830 | 2024.12.07 00:55:46.475547 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11831 | 2024.12.07 00:55:46.475784 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11832 | 2024.12.07 00:55:46.476011 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
| 11833 | 2024.12.07 00:55:46.476098 [ 280 ] {d7e3a86c-0707-4a2f-acb4-6eeb58975147} <Debug> TCPHandler: Processed in 0.001682814 sec. | ||
| 11834 | 2024.12.07 00:55:46.786223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 11835 | 2024.12.07 00:55:46.786942 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11836 | 2024.12.07 00:55:46.787013 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11837 | 2024.12.07 00:55:46.787656 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11838 | 2024.12.07 00:55:46.788002 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11839 | 2024.12.07 00:55:46.788222 [ 147 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11840 | 2024.12.07 00:55:46.788275 [ 147 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2024.12.07 00:55:46.788301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 11842 | 2024.12.07 00:55:46.788305 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11843 | 2024.12.07 00:55:46.788428 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 11844 | 2024.12.07 00:55:46.788524 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11845 | 2024.12.07 00:55:46.788557 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11846 | 2024.12.07 00:55:46.788621 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 11847 | 2024.12.07 00:55:46.788828 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 11848 | 2024.12.07 00:55:46.788975 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 11849 | 2024.12.07 00:55:46.789172 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 11850 | 2024.12.07 00:55:46.789455 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 11851 | 2024.12.07 00:55:46.792581 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004192082 sec., 6664468.872507743 rows/sec., 95.34 MiB/sec. | ||
| 11852 | 2024.12.07 00:55:46.792974 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11853 | 2024.12.07 00:55:46.793327 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11854 | 2024.12.07 00:55:46.793424 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_61_12} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11855 | 2024.12.07 00:55:46.793541 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11856 | 2024.12.07 00:55:48.746406 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11857 | 2024.12.07 00:55:48.768194 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11858 | 2024.12.07 00:55:48.768250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11859 | 2024.12.07 00:55:48.775818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11860 | 2024.12.07 00:55:48.776602 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11861 | 2024.12.07 00:55:48.776912 [ 144 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11862 | 2024.12.07 00:55:48.776995 [ 144 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11863 | 2024.12.07 00:55:48.777041 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11864 | 2024.12.07 00:55:48.777746 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 11865 | 2024.12.07 00:55:48.793560 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11866 | 2024.12.07 00:55:48.795223 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11867 | 2024.12.07 00:55:48.796579 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 11868 | 2024.12.07 00:55:48.801991 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 11869 | 2024.12.07 00:55:48.807518 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 11870 | 2024.12.07 00:55:48.813080 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 11871 | 2024.12.07 00:55:48.818952 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11872 | 2024.12.07 00:55:48.823978 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11873 | 2024.12.07 00:55:48.884290 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.107110522 sec., 4294.629429590494 rows/sec., 22.21 MiB/sec. | ||
| 11874 | 2024.12.07 00:55:48.886309 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11875 | 2024.12.07 00:55:48.888660 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11876 | 2024.12.07 00:55:48.888764 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_61_12} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11877 | 2024.12.07 00:55:48.890154 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11878 | 2024.12.07 00:55:49.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.79 MiB, peak 260.19 MiB, free memory in arenas 0.00 B, will set to 247.98 MiB (RSS), difference: 1.20 MiB | ||
| 11879 | 2024.12.07 00:55:49.457936 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1690 | ||
| 11880 | 2024.12.07 00:55:49.461528 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11881 | 2024.12.07 00:55:49.461581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11882 | 2024.12.07 00:55:49.463140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11883 | 2024.12.07 00:55:49.463464 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11884 | 2024.12.07 00:55:49.463720 [ 143 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11885 | 2024.12.07 00:55:49.463842 [ 143 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11886 | 2024.12.07 00:55:49.463913 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11887 | 2024.12.07 00:55:49.464395 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 11888 | 2024.12.07 00:55:49.465070 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1690 | ||
| 11889 | 2024.12.07 00:55:49.465563 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11890 | 2024.12.07 00:55:49.465758 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1540 rows starting from the beginning of the part | ||
| 11891 | 2024.12.07 00:55:49.466458 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part | ||
| 11892 | 2024.12.07 00:55:49.467040 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
| 11893 | 2024.12.07 00:55:49.467631 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 11894 | 2024.12.07 00:55:49.468212 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
| 11895 | 2024.12.07 00:55:49.468780 [ 203 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 11896 | 2024.12.07 00:55:49.477609 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1690 rows, containing 72 columns (72 merged, 0 gathered) in 0.013521577 sec., 124985.42144899223 rows/sec., 95.69 MiB/sec. | ||
| 11897 | 2024.12.07 00:55:49.479611 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11898 | 2024.12.07 00:55:49.480442 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11899 | 2024.12.07 00:55:49.480548 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_46_9} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11900 | 2024.12.07 00:55:49.480910 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 11901 | 2024.12.07 00:55:51.467809 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11902 | 2024.12.07 00:55:51.468035 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11903 | 2024.12.07 00:55:51.468109 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11904 | 2024.12.07 00:55:51.468852 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11905 | 2024.12.07 00:55:51.468901 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11906 | 2024.12.07 00:55:51.469349 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11907 | 2024.12.07 00:55:51.469613 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11908 | 2024.12.07 00:55:51.469799 [ 142 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11909 | 2024.12.07 00:55:51.469875 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 11910 | 2024.12.07 00:55:51.469887 [ 142 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11911 | 2024.12.07 00:55:51.469962 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11912 | 2024.12.07 00:55:51.470021 [ 276 ] {96168357-66ae-4a07-a281-9324dc092db0} <Debug> TCPHandler: Processed in 0.002345346 sec. | ||
| 11913 | 2024.12.07 00:55:51.470181 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 11914 | 2024.12.07 00:55:51.470243 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11915 | 2024.12.07 00:55:51.470351 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11916 | 2024.12.07 00:55:51.470412 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 11917 | 2024.12.07 00:55:51.470422 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11918 | 2024.12.07 00:55:51.470497 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11919 | 2024.12.07 00:55:51.470569 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 11920 | 2024.12.07 00:55:51.470840 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 11921 | 2024.12.07 00:55:51.471107 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 11922 | 2024.12.07 00:55:51.471296 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 11923 | 2024.12.07 00:55:51.472245 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11924 | 2024.12.07 00:55:51.472292 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11925 | 2024.12.07 00:55:51.472706 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002618151 sec., 26736.42582112338 rows/sec., 1.98 MiB/sec. | ||
| 11926 | 2024.12.07 00:55:51.472964 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11927 | 2024.12.07 00:55:51.473005 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11928 | 2024.12.07 00:55:51.473465 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11929 | 2024.12.07 00:55:51.473625 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11930 | 2024.12.07 00:55:51.473937 [ 196 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_45_11} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11931 | 2024.12.07 00:55:51.473981 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.003594 sec., 79298.83138564274 rows/sec., 7.00 MiB/sec. | ||
| 11932 | 2024.12.07 00:55:51.474207 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11933 | 2024.12.07 00:55:51.474325 [ 280 ] {aabdcd7e-8073-4012-b809-7ab79c305d66} <Debug> TCPHandler: Processed in 0.004168313 sec. | ||
| 11934 | 2024.12.07 00:55:51.474582 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11935 | 2024.12.07 00:55:51.474773 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11936 | 2024.12.07 00:55:51.474823 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11937 | 2024.12.07 00:55:51.475445 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11938 | 2024.12.07 00:55:51.475484 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11939 | 2024.12.07 00:55:51.475859 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11940 | 2024.12.07 00:55:51.476108 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11941 | 2024.12.07 00:55:51.476298 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001558 sec., 30808.72913992298 rows/sec., 2.22 MiB/sec. | ||
| 11942 | 2024.12.07 00:55:51.476382 [ 276 ] {059be84e-899e-4888-97b4-e6d4169417bf} <Debug> TCPHandler: Processed in 0.001931118 sec. | ||
| 11943 | 2024.12.07 00:55:51.476571 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11944 | 2024.12.07 00:55:51.476701 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11945 | 2024.12.07 00:55:51.476754 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11946 | 2024.12.07 00:55:51.477341 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11947 | 2024.12.07 00:55:51.477378 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11948 | 2024.12.07 00:55:51.477721 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11949 | 2024.12.07 00:55:51.477969 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11950 | 2024.12.07 00:55:51.478175 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
| 11951 | 2024.12.07 00:55:51.478247 [ 280 ] {a592d421-4d3a-4730-89f8-752d3501510b} <Debug> TCPHandler: Processed in 0.001743385 sec. | ||
| 11952 | 2024.12.07 00:55:51.478510 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11953 | 2024.12.07 00:55:51.478655 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11954 | 2024.12.07 00:55:51.478711 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11955 | 2024.12.07 00:55:51.479295 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11956 | 2024.12.07 00:55:51.479333 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11957 | 2024.12.07 00:55:51.479680 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11958 | 2024.12.07 00:55:51.479921 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2024.12.07 00:55:51.480052 [ 141 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11960 | 2024.12.07 00:55:51.480099 [ 141 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11961 | 2024.12.07 00:55:51.480109 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001479 sec., 8789.72278566599 rows/sec., 548.04 KiB/sec. | ||
| 11962 | 2024.12.07 00:55:51.480131 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11963 | 2024.12.07 00:55:51.480193 [ 276 ] {408d4ef5-924a-4d95-89ff-8248338f0669} <Debug> TCPHandler: Processed in 0.001823015 sec. | ||
| 11964 | 2024.12.07 00:55:51.480328 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 11965 | 2024.12.07 00:55:51.480388 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11966 | 2024.12.07 00:55:51.480596 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11967 | 2024.12.07 00:55:51.480674 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 11968 | 2024.12.07 00:55:51.480706 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11969 | 2024.12.07 00:55:51.480887 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11970 | 2024.12.07 00:55:51.480989 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 11971 | 2024.12.07 00:55:51.481273 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 11972 | 2024.12.07 00:55:51.481444 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 11973 | 2024.12.07 00:55:51.481659 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 11974 | 2024.12.07 00:55:51.482746 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11975 | 2024.12.07 00:55:51.482794 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11976 | 2024.12.07 00:55:51.483046 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002836456 sec., 22915.920430283426 rows/sec., 1.48 MiB/sec. | ||
| 11977 | 2024.12.07 00:55:51.483250 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11978 | 2024.12.07 00:55:51.483585 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11979 | 2024.12.07 00:55:51.483805 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11980 | 2024.12.07 00:55:51.484027 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11981 | 2024.12.07 00:55:51.484035 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_45_11} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11982 | 2024.12.07 00:55:51.484213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11983 | 2024.12.07 00:55:51.484432 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003812 sec., 110965.37250786989 rows/sec., 7.93 MiB/sec. | ||
| 11984 | 2024.12.07 00:55:51.484519 [ 280 ] {f7aba1ef-8d90-48f3-8da2-53c323ef144a} <Debug> TCPHandler: Processed in 0.004237194 sec. | ||
| 11985 | 2024.12.07 00:55:51.484782 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11986 | 2024.12.07 00:55:51.485045 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11987 | 2024.12.07 00:55:51.485099 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11988 | 2024.12.07 00:55:51.485562 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11989 | 2024.12.07 00:55:51.485600 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11990 | 2024.12.07 00:55:51.485975 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11991 | 2024.12.07 00:55:51.486220 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11992 | 2024.12.07 00:55:51.486396 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 11993 | 2024.12.07 00:55:51.486446 [ 276 ] {290666b0-f502-4cf2-9603-15e3a557eaa8} <Debug> TCPHandler: Processed in 0.001787295 sec. | ||
| 11994 | 2024.12.07 00:55:51.486598 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11995 | 2024.12.07 00:55:51.486726 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11996 | 2024.12.07 00:55:51.486784 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11997 | 2024.12.07 00:55:51.487360 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11998 | 2024.12.07 00:55:51.487395 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11999 | 2024.12.07 00:55:51.487779 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12000 | 2024.12.07 00:55:51.488019 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12001 | 2024.12.07 00:55:51.488192 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001496 sec., 158422.45989304813 rows/sec., 10.62 MiB/sec. | ||
| 12002 | 2024.12.07 00:55:51.488242 [ 280 ] {d45eb6bb-b68b-45b8-bb72-cb3d9e8337fc} <Debug> TCPHandler: Processed in 0.001706104 sec. | ||
| 12003 | 2024.12.07 00:55:51.488381 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12004 | 2024.12.07 00:55:51.488510 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12005 | 2024.12.07 00:55:51.488565 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12006 | 2024.12.07 00:55:51.489058 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12007 | 2024.12.07 00:55:51.489094 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12008 | 2024.12.07 00:55:51.489440 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12009 | 2024.12.07 00:55:51.489680 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12010 | 2024.12.07 00:55:51.489804 [ 141 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_41_9 to all_46_46_0 | ||
| 12011 | 2024.12.07 00:55:51.489839 [ 141 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12012 | 2024.12.07 00:55:51.489864 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12013 | 2024.12.07 00:55:51.489866 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 12014 | 2024.12.07 00:55:51.490132 [ 276 ] {3e22baad-c4dc-4e90-999f-b4e13f5f43cf} <Debug> TCPHandler: Processed in 0.001805285 sec. | ||
| 12015 | 2024.12.07 00:55:51.490409 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_9 to all_46_46_0 into Compact with storage Full | ||
| 12016 | 2024.12.07 00:55:51.490467 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12017 | 2024.12.07 00:55:51.490923 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12018 | 2024.12.07 00:55:51.491042 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12019 | 2024.12.07 00:55:51.491193 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 12020 | 2024.12.07 00:55:51.491297 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12021 | 2024.12.07 00:55:51.491515 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12022 | 2024.12.07 00:55:51.491856 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12023 | 2024.12.07 00:55:51.492154 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12024 | 2024.12.07 00:55:51.492512 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 12025 | 2024.12.07 00:55:51.492798 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 12026 | 2024.12.07 00:55:51.496580 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.00661086 sec., 6958.2474897365855 rows/sec., 468.28 KiB/sec. | ||
| 12027 | 2024.12.07 00:55:51.496781 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 12028 | 2024.12.07 00:55:51.497165 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12029 | 2024.12.07 00:55:51.497226 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12030 | 2024.12.07 00:55:51.497418 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12031 | 2024.12.07 00:55:51.497641 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_46_10} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_41_9, all_46_46_0] -> all_1_46_10 | ||
| 12032 | 2024.12.07 00:55:51.497779 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12033 | 2024.12.07 00:55:51.498316 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12034 | 2024.12.07 00:55:51.498602 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12035 | 2024.12.07 00:55:51.498752 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12036 | 2024.12.07 00:55:51.498799 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12037 | 2024.12.07 00:55:51.498828 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12038 | 2024.12.07 00:55:51.498837 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008074 sec., 5078.028238791182 rows/sec., 9.10 MiB/sec. | ||
| 12039 | 2024.12.07 00:55:51.499362 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 12040 | 2024.12.07 00:55:51.499817 [ 280 ] {d7cbb8ce-6255-4352-b322-ae74bf009839} <Debug> TCPHandler: Processed in 0.009550108 sec. | ||
| 12041 | 2024.12.07 00:55:51.500242 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12042 | 2024.12.07 00:55:51.500690 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12043 | 2024.12.07 00:55:51.500830 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12044 | 2024.12.07 00:55:51.500832 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12045 | 2024.12.07 00:55:51.500952 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1497 rows starting from the beginning of the part | ||
| 12046 | 2024.12.07 00:55:51.501877 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 12047 | 2024.12.07 00:55:51.502546 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part | ||
| 12048 | 2024.12.07 00:55:51.503299 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
| 12049 | 2024.12.07 00:55:51.503416 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2024.12.07 00:55:51.503520 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12051 | 2024.12.07 00:55:51.504000 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part | ||
| 12052 | 2024.12.07 00:55:51.504685 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part | ||
| 12053 | 2024.12.07 00:55:51.505180 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12054 | 2024.12.07 00:55:51.505869 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12055 | 2024.12.07 00:55:51.506321 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005735 sec., 14298.169136878816 rows/sec., 929.91 KiB/sec. | ||
| 12056 | 2024.12.07 00:55:51.506538 [ 276 ] {2e11eb8e-9462-431e-ba4f-d4c57ba56908} <Debug> TCPHandler: Processed in 0.00656583 sec. | ||
| 12057 | 2024.12.07 00:55:51.515208 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1702 rows, containing 19 columns (19 merged, 0 gathered) in 0.016240681 sec., 104798.56109482108 rows/sec., 187.79 MiB/sec. | ||
| 12058 | 2024.12.07 00:55:51.516887 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12059 | 2024.12.07 00:55:51.517399 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2024.12.07 00:55:51.517500 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12061 | 2024.12.07 00:55:51.517689 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 12062 | 2024.12.07 00:55:52.000270 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.98 MiB, peak 260.62 MiB, free memory in arenas 0.00 B, will set to 252.80 MiB (RSS), difference: 3.82 MiB | ||
| 12063 | 2024.12.07 00:55:54.066991 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12064 | 2024.12.07 00:55:54.067041 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12065 | 2024.12.07 00:55:54.288435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 12066 | 2024.12.07 00:55:54.289543 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12067 | 2024.12.07 00:55:54.289593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12068 | 2024.12.07 00:55:54.290125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12069 | 2024.12.07 00:55:54.290395 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12070 | 2024.12.07 00:55:54.290724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12071 | 2024.12.07 00:55:56.293645 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12072 | 2024.12.07 00:55:56.312589 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12073 | 2024.12.07 00:55:56.312658 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12074 | 2024.12.07 00:55:56.319585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12075 | 2024.12.07 00:55:56.320360 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12076 | 2024.12.07 00:55:56.323555 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12077 | 2024.12.07 00:55:56.460385 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12078 | 2024.12.07 00:55:56.460577 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12079 | 2024.12.07 00:55:56.460650 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12080 | 2024.12.07 00:55:56.461450 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12081 | 2024.12.07 00:55:56.461501 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12082 | 2024.12.07 00:55:56.461955 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12083 | 2024.12.07 00:55:56.462231 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12084 | 2024.12.07 00:55:56.462471 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.20 MiB/sec. | ||
| 12085 | 2024.12.07 00:55:56.462533 [ 276 ] {f04f1bd9-9584-4ced-b960-547565dd0ca4} <Debug> TCPHandler: Processed in 0.002277435 sec. | ||
| 12086 | 2024.12.07 00:55:56.462726 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12087 | 2024.12.07 00:55:56.462898 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12088 | 2024.12.07 00:55:56.462949 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12089 | 2024.12.07 00:55:56.463519 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2024.12.07 00:55:56.463558 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12091 | 2024.12.07 00:55:56.463931 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12092 | 2024.12.07 00:55:56.464187 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12093 | 2024.12.07 00:55:56.464428 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 3.19 MiB/sec. | ||
| 12094 | 2024.12.07 00:55:56.464501 [ 280 ] {c00569c9-01f2-4480-97e6-1f57a456e5b8} <Debug> TCPHandler: Processed in 0.001846827 sec. | ||
| 12095 | 2024.12.07 00:55:56.464681 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12096 | 2024.12.07 00:55:56.465005 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12097 | 2024.12.07 00:55:56.465122 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12098 | 2024.12.07 00:55:56.465809 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12099 | 2024.12.07 00:55:56.465859 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12100 | 2024.12.07 00:55:56.466325 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12101 | 2024.12.07 00:55:56.466579 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12102 | 2024.12.07 00:55:56.466811 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001928 sec., 82987.55186721991 rows/sec., 5.78 MiB/sec. | ||
| 12103 | 2024.12.07 00:55:56.466880 [ 276 ] {fe3a4763-e980-4ccb-8c88-db15fe594a93} <Debug> TCPHandler: Processed in 0.002279585 sec. | ||
| 12104 | 2024.12.07 00:55:56.467047 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12105 | 2024.12.07 00:55:56.467189 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12106 | 2024.12.07 00:55:56.467237 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12107 | 2024.12.07 00:55:56.467710 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12108 | 2024.12.07 00:55:56.467748 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12109 | 2024.12.07 00:55:56.468108 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12110 | 2024.12.07 00:55:56.468346 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12111 | 2024.12.07 00:55:56.468585 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
| 12112 | 2024.12.07 00:55:56.468674 [ 280 ] {05254133-da42-42b8-bc7a-66aef40d34c2} <Debug> TCPHandler: Processed in 0.001698673 sec. | ||
| 12113 | 2024.12.07 00:55:57.274075 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12114 | 2024.12.07 00:55:57.274282 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12115 | 2024.12.07 00:55:57.274356 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12116 | 2024.12.07 00:55:57.275133 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12117 | 2024.12.07 00:55:57.275186 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12118 | 2024.12.07 00:55:57.275614 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12119 | 2024.12.07 00:55:57.275882 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2024.12.07 00:55:57.276118 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec. | ||
| 12121 | 2024.12.07 00:55:57.276236 [ 276 ] {ce7b4090-0fdf-480e-ab62-cbd0e70aa8ba} <Debug> TCPHandler: Processed in 0.002301175 sec. | ||
| 12122 | 2024.12.07 00:55:57.276502 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12123 | 2024.12.07 00:55:57.276655 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12124 | 2024.12.07 00:55:57.276715 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12125 | 2024.12.07 00:55:57.277367 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12126 | 2024.12.07 00:55:57.277407 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12127 | 2024.12.07 00:55:57.277768 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12128 | 2024.12.07 00:55:57.278040 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12129 | 2024.12.07 00:55:57.278304 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001686 sec., 1186.2396204033214 rows/sec., 96.73 KiB/sec. | ||
| 12130 | 2024.12.07 00:55:57.278531 [ 280 ] {b9c90d35-ddef-488e-9ec5-ba5a6419a6f3} <Debug> TCPHandler: Processed in 0.002148322 sec. | ||
| 12131 | 2024.12.07 00:55:57.278704 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12132 | 2024.12.07 00:55:57.278815 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12133 | 2024.12.07 00:55:57.278860 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12134 | 2024.12.07 00:55:57.279987 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12135 | 2024.12.07 00:55:57.280027 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12136 | 2024.12.07 00:55:57.280467 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12137 | 2024.12.07 00:55:57.280711 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12138 | 2024.12.07 00:55:57.280904 [ 134 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12139 | 2024.12.07 00:55:57.280935 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002143 sec., 665422.3051796547 rows/sec., 55.57 MiB/sec. | ||
| 12140 | 2024.12.07 00:55:57.280984 [ 134 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12141 | 2024.12.07 00:55:57.281052 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12142 | 2024.12.07 00:55:57.281058 [ 276 ] {25945f23-2340-4e54-88a3-9018bbf974f2} <Debug> TCPHandler: Processed in 0.002406678 sec. | ||
| 12143 | 2024.12.07 00:55:57.281208 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12144 | 2024.12.07 00:55:57.281238 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12145 | 2024.12.07 00:55:57.281357 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12146 | 2024.12.07 00:55:57.281398 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12147 | 2024.12.07 00:55:57.281402 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1435 rows starting from the beginning of the part | ||
| 12148 | 2024.12.07 00:55:57.281461 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12149 | 2024.12.07 00:55:57.281569 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 285 rows starting from the beginning of the part | ||
| 12150 | 2024.12.07 00:55:57.281958 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 57 rows starting from the beginning of the part | ||
| 12151 | 2024.12.07 00:55:57.282209 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 285 rows starting from the beginning of the part | ||
| 12152 | 2024.12.07 00:55:57.282482 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 12153 | 2024.12.07 00:55:57.282715 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1426 rows starting from the beginning of the part | ||
| 12154 | 2024.12.07 00:55:57.283264 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12155 | 2024.12.07 00:55:57.283308 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12156 | 2024.12.07 00:55:57.283810 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12157 | 2024.12.07 00:55:57.284115 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12158 | 2024.12.07 00:55:57.284404 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.003038 sec., 16458.196181698488 rows/sec., 1.18 MiB/sec. | ||
| 12159 | 2024.12.07 00:55:57.284748 [ 280 ] {83344c56-e220-4a76-888e-7fcefcdd90dc} <Debug> TCPHandler: Processed in 0.003566811 sec. | ||
| 12160 | 2024.12.07 00:55:57.285140 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12161 | 2024.12.07 00:55:57.285663 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12162 | 2024.12.07 00:55:57.285894 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12163 | 2024.12.07 00:55:57.286041 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3544 rows, containing 5 columns (5 merged, 0 gathered) in 0.004900146 sec., 723243.7564105232 rows/sec., 63.52 MiB/sec. | ||
| 12164 | 2024.12.07 00:55:57.286321 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12165 | 2024.12.07 00:55:57.286677 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12166 | 2024.12.07 00:55:57.286787 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_106_21} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12167 | 2024.12.07 00:55:57.286890 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 12168 | 2024.12.07 00:55:57.286980 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12169 | 2024.12.07 00:55:57.287019 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12170 | 2024.12.07 00:55:57.287378 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12171 | 2024.12.07 00:55:57.287623 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12172 | 2024.12.07 00:55:57.287803 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002335 sec., 103640.25695931478 rows/sec., 7.02 MiB/sec. | ||
| 12173 | 2024.12.07 00:55:57.287856 [ 276 ] {80ba8189-07c7-4caa-931d-db968835c320} <Debug> TCPHandler: Processed in 0.002957438 sec. | ||
| 12174 | 2024.12.07 00:55:57.288002 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12175 | 2024.12.07 00:55:57.288129 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12176 | 2024.12.07 00:55:57.288181 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12177 | 2024.12.07 00:55:57.288806 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2024.12.07 00:55:57.288849 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12179 | 2024.12.07 00:55:57.289257 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12180 | 2024.12.07 00:55:57.289493 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2024.12.07 00:55:57.289706 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001596 sec., 8145.363408521303 rows/sec., 507.86 KiB/sec. | ||
| 12182 | 2024.12.07 00:55:57.289790 [ 280 ] {dbb92f27-2e3f-42c1-99f0-bdf1f82e6eb0} <Debug> TCPHandler: Processed in 0.001845746 sec. | ||
| 12183 | 2024.12.07 00:55:57.290027 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2024.12.07 00:55:57.290186 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12185 | 2024.12.07 00:55:57.290233 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12186 | 2024.12.07 00:55:57.291033 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2024.12.07 00:55:57.291072 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12188 | 2024.12.07 00:55:57.291454 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12189 | 2024.12.07 00:55:57.291704 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2024.12.07 00:55:57.291844 [ 133 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12191 | 2024.12.07 00:55:57.291889 [ 133 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12192 | 2024.12.07 00:55:57.291892 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001728 sec., 509837.962962963 rows/sec., 36.97 MiB/sec. | ||
| 12193 | 2024.12.07 00:55:57.291915 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12194 | 2024.12.07 00:55:57.291972 [ 276 ] {759eaf3e-4f8a-44e4-8185-facf039ef6bf} <Debug> TCPHandler: Processed in 0.002072561 sec. | ||
| 12195 | 2024.12.07 00:55:57.292165 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12196 | 2024.12.07 00:55:57.292183 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12197 | 2024.12.07 00:55:57.292393 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12198 | 2024.12.07 00:55:57.292529 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12199 | 2024.12.07 00:55:57.292613 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12200 | 2024.12.07 00:55:57.292754 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 12201 | 2024.12.07 00:55:57.293313 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 423 rows starting from the beginning of the part | ||
| 12202 | 2024.12.07 00:55:57.293633 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 66 rows starting from the beginning of the part | ||
| 12203 | 2024.12.07 00:55:57.293944 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 423 rows starting from the beginning of the part | ||
| 12204 | 2024.12.07 00:55:57.294345 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 12205 | 2024.12.07 00:55:57.294622 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 881 rows starting from the beginning of the part | ||
| 12206 | 2024.12.07 00:55:57.295391 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12207 | 2024.12.07 00:55:57.295463 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12208 | 2024.12.07 00:55:57.296510 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12209 | 2024.12.07 00:55:57.297037 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12210 | 2024.12.07 00:55:57.297420 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005084 sec., 1180.1730920535013 rows/sec., 61.66 KiB/sec. | ||
| 12211 | 2024.12.07 00:55:57.297676 [ 280 ] {451a6069-09f5-4d0b-a98a-c62a13644e6a} <Debug> TCPHandler: Processed in 0.005598351 sec. | ||
| 12212 | 2024.12.07 00:55:57.298102 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12213 | 2024.12.07 00:55:57.298709 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12214 | 2024.12.07 00:55:57.298757 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.006742173 sec., 411143.41029220104 rows/sec., 31.39 MiB/sec. | ||
| 12215 | 2024.12.07 00:55:57.298838 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12216 | 2024.12.07 00:55:57.299042 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12217 | 2024.12.07 00:55:57.299577 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12218 | 2024.12.07 00:55:57.299764 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_106_21} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12219 | 2024.12.07 00:55:57.299929 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 12220 | 2024.12.07 00:55:57.300180 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12221 | 2024.12.07 00:55:57.300223 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12222 | 2024.12.07 00:55:57.300679 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12223 | 2024.12.07 00:55:57.300922 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12224 | 2024.12.07 00:55:57.301065 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12225 | 2024.12.07 00:55:57.301108 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12226 | 2024.12.07 00:55:57.301114 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002643 sec., 361710.1778282255 rows/sec., 24.03 MiB/sec. | ||
| 12227 | 2024.12.07 00:55:57.301135 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12228 | 2024.12.07 00:55:57.301227 [ 276 ] {dcdff9d5-aeca-4605-ba85-ac3062a864b3} <Debug> TCPHandler: Processed in 0.003388097 sec. | ||
| 12229 | 2024.12.07 00:55:57.301428 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12230 | 2024.12.07 00:55:57.301457 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12231 | 2024.12.07 00:55:57.301614 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12232 | 2024.12.07 00:55:57.301722 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12233 | 2024.12.07 00:55:57.301808 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12234 | 2024.12.07 00:55:57.301914 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30360 rows starting from the beginning of the part | ||
| 12235 | 2024.12.07 00:55:57.302296 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part | ||
| 12236 | 2024.12.07 00:55:57.302647 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 161 rows starting from the beginning of the part | ||
| 12237 | 2024.12.07 00:55:57.302988 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part | ||
| 12238 | 2024.12.07 00:55:57.303340 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 12239 | 2024.12.07 00:55:57.303656 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 956 rows starting from the beginning of the part | ||
| 12240 | 2024.12.07 00:55:57.304349 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2024.12.07 00:55:57.304401 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12242 | 2024.12.07 00:55:57.305089 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12243 | 2024.12.07 00:55:57.305421 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12244 | 2024.12.07 00:55:57.305708 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004153 sec., 240.7897905128823 rows/sec., 16.23 KiB/sec. | ||
| 12245 | 2024.12.07 00:55:57.305814 [ 280 ] {8c524f36-f226-4130-8d44-71755d8ad6d2} <Debug> TCPHandler: Processed in 0.004489339 sec. | ||
| 12246 | 2024.12.07 00:55:57.306088 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12247 | 2024.12.07 00:55:57.306539 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12248 | 2024.12.07 00:55:57.306890 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12249 | 2024.12.07 00:55:57.309343 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12250 | 2024.12.07 00:55:57.309381 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12251 | 2024.12.07 00:55:57.310382 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12252 | 2024.12.07 00:55:57.310710 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12253 | 2024.12.07 00:55:57.311033 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004662 sec., 8794.508794508794 rows/sec., 15.76 MiB/sec. | ||
| 12254 | 2024.12.07 00:55:57.311751 [ 276 ] {28603547-090a-4c0b-8dc8-6a60ba0c594d} <Debug> TCPHandler: Processed in 0.005829194 sec. | ||
| 12255 | 2024.12.07 00:55:57.312012 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12256 | 2024.12.07 00:55:57.312180 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12257 | 2024.12.07 00:55:57.312232 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12258 | 2024.12.07 00:55:57.312957 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12259 | 2024.12.07 00:55:57.312996 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12260 | 2024.12.07 00:55:57.313456 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12261 | 2024.12.07 00:55:57.313738 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12262 | 2024.12.07 00:55:57.314121 [ 133 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12263 | 2024.12.07 00:55:57.314211 [ 133 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12264 | 2024.12.07 00:55:57.314285 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12265 | 2024.12.07 00:55:57.314275 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32111 rows, containing 5 columns (5 merged, 0 gathered) in 0.013020437 sec., 2466199.8671780373 rows/sec., 166.42 MiB/sec. | ||
| 12266 | 2024.12.07 00:55:57.314391 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002227 sec., 15267.175572519085 rows/sec., 907.28 KiB/sec. | ||
| 12267 | 2024.12.07 00:55:57.314503 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12268 | 2024.12.07 00:55:57.314505 [ 280 ] {14b56f00-518f-46ab-98dc-dfc84afab43f} <Debug> TCPHandler: Processed in 0.002643412 sec. | ||
| 12269 | 2024.12.07 00:55:57.314632 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12270 | 2024.12.07 00:55:57.314665 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6076 rows starting from the beginning of the part | ||
| 12271 | 2024.12.07 00:55:57.314820 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 12272 | 2024.12.07 00:55:57.314939 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12273 | 2024.12.07 00:55:57.315163 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 12274 | 2024.12.07 00:55:57.315445 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
| 12275 | 2024.12.07 00:55:57.315766 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 12276 | 2024.12.07 00:55:57.316016 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 34 rows starting from the beginning of the part | ||
| 12277 | 2024.12.07 00:55:57.316207 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12278 | 2024.12.07 00:55:57.316543 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12279 | 2024.12.07 00:55:57.316705 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 12280 | 2024.12.07 00:55:57.318679 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6394 rows, containing 4 columns (4 merged, 0 gathered) in 0.004286854 sec., 1491536.6840111655 rows/sec., 97.15 MiB/sec. | ||
| 12281 | 2024.12.07 00:55:57.319195 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12282 | 2024.12.07 00:55:57.319574 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12283 | 2024.12.07 00:55:57.319671 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_106_21} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12284 | 2024.12.07 00:55:57.319781 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 12285 | 2024.12.07 00:55:59.465318 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1744 | ||
| 12286 | 2024.12.07 00:55:59.469485 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12287 | 2024.12.07 00:55:59.469544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12288 | 2024.12.07 00:55:59.471079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12289 | 2024.12.07 00:55:59.471408 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12290 | 2024.12.07 00:55:59.473052 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1744 | ||
| 12291 | 2024.12.07 00:56:01.459223 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12292 | 2024.12.07 00:56:01.459536 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12293 | 2024.12.07 00:56:01.459609 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12294 | 2024.12.07 00:56:01.460395 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2024.12.07 00:56:01.460447 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12296 | 2024.12.07 00:56:01.460889 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12297 | 2024.12.07 00:56:01.461147 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12298 | 2024.12.07 00:56:01.461380 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec. | ||
| 12299 | 2024.12.07 00:56:01.461445 [ 276 ] {c0c1f773-5027-44cb-b6ae-95801cf0d441} <Debug> TCPHandler: Processed in 0.002419788 sec. | ||
| 12300 | 2024.12.07 00:56:01.461640 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12301 | 2024.12.07 00:56:01.461783 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12302 | 2024.12.07 00:56:01.461842 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12303 | 2024.12.07 00:56:01.462494 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12304 | 2024.12.07 00:56:01.462536 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12305 | 2024.12.07 00:56:01.462920 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12306 | 2024.12.07 00:56:01.463190 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12307 | 2024.12.07 00:56:01.463399 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001652 sec., 38740.9200968523 rows/sec., 3.02 MiB/sec. | ||
| 12308 | 2024.12.07 00:56:01.463452 [ 280 ] {6cd53d60-f523-4cf7-ae01-0199af737e7d} <Debug> TCPHandler: Processed in 0.001879677 sec. | ||
| 12309 | 2024.12.07 00:56:01.463602 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12310 | 2024.12.07 00:56:01.463734 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12311 | 2024.12.07 00:56:01.463794 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12312 | 2024.12.07 00:56:01.464398 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12313 | 2024.12.07 00:56:01.464437 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12314 | 2024.12.07 00:56:01.464819 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12315 | 2024.12.07 00:56:01.465062 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12316 | 2024.12.07 00:56:01.465267 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001564 sec., 81841.43222506394 rows/sec., 5.70 MiB/sec. | ||
| 12317 | 2024.12.07 00:56:01.465318 [ 276 ] {52369885-d86e-4a0f-a84a-d85d646fc934} <Debug> TCPHandler: Processed in 0.001780285 sec. | ||
| 12318 | 2024.12.07 00:56:01.465459 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12319 | 2024.12.07 00:56:01.465590 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12320 | 2024.12.07 00:56:01.465645 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12321 | 2024.12.07 00:56:01.466171 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12322 | 2024.12.07 00:56:01.466217 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12323 | 2024.12.07 00:56:01.466609 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12324 | 2024.12.07 00:56:01.466846 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12325 | 2024.12.07 00:56:01.467069 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001509 sec., 31809.145129224653 rows/sec., 2.14 MiB/sec. | ||
| 12326 | 2024.12.07 00:56:01.467171 [ 280 ] {c4d3c9f7-b70a-4da8-93aa-f618c9d12d52} <Debug> TCPHandler: Processed in 0.001774205 sec. | ||
| 12327 | 2024.12.07 00:56:01.790844 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12328 | 2024.12.07 00:56:01.791507 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12329 | 2024.12.07 00:56:01.791557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12330 | 2024.12.07 00:56:01.792113 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12331 | 2024.12.07 00:56:01.792386 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12332 | 2024.12.07 00:56:01.792604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12333 | 2024.12.07 00:56:03.823605 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12334 | 2024.12.07 00:56:03.844178 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12335 | 2024.12.07 00:56:03.844244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12336 | 2024.12.07 00:56:03.851614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12337 | 2024.12.07 00:56:03.852394 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12338 | 2024.12.07 00:56:03.856298 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12339 | 2024.12.07 00:56:06.460190 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12340 | 2024.12.07 00:56:06.460417 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12341 | 2024.12.07 00:56:06.460500 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12342 | 2024.12.07 00:56:06.461279 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12343 | 2024.12.07 00:56:06.461319 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12344 | 2024.12.07 00:56:06.461763 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12345 | 2024.12.07 00:56:06.462020 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12346 | 2024.12.07 00:56:06.462227 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.29 MiB/sec. | ||
| 12347 | 2024.12.07 00:56:06.462301 [ 276 ] {3b2a20b7-551a-4aa0-b014-02c7fa129c5b} <Debug> TCPHandler: Processed in 0.002250315 sec. | ||
| 12348 | 2024.12.07 00:56:06.462486 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12349 | 2024.12.07 00:56:06.462616 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12350 | 2024.12.07 00:56:06.462663 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12351 | 2024.12.07 00:56:06.463220 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12352 | 2024.12.07 00:56:06.463261 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12353 | 2024.12.07 00:56:06.463638 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12354 | 2024.12.07 00:56:06.463902 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12355 | 2024.12.07 00:56:06.464087 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001498 sec., 42723.63150867824 rows/sec., 3.33 MiB/sec. | ||
| 12356 | 2024.12.07 00:56:06.464141 [ 280 ] {0bf89adf-31fd-4ab4-9366-49911bf75ab2} <Debug> TCPHandler: Processed in 0.001727084 sec. | ||
| 12357 | 2024.12.07 00:56:06.464279 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12358 | 2024.12.07 00:56:06.464392 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12359 | 2024.12.07 00:56:06.464441 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12360 | 2024.12.07 00:56:06.464952 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12361 | 2024.12.07 00:56:06.464988 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12362 | 2024.12.07 00:56:06.465393 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12363 | 2024.12.07 00:56:06.465635 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12364 | 2024.12.07 00:56:06.465829 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
| 12365 | 2024.12.07 00:56:06.465910 [ 276 ] {5f376e9c-40c7-4977-acea-8b8cde238ccd} <Debug> TCPHandler: Processed in 0.001683673 sec. | ||
| 12366 | 2024.12.07 00:56:06.466080 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12367 | 2024.12.07 00:56:06.466385 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12368 | 2024.12.07 00:56:06.466513 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12369 | 2024.12.07 00:56:06.467013 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12370 | 2024.12.07 00:56:06.467051 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12371 | 2024.12.07 00:56:06.467420 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12372 | 2024.12.07 00:56:06.467678 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12373 | 2024.12.07 00:56:06.467858 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. | ||
| 12374 | 2024.12.07 00:56:06.467907 [ 280 ] {e6edcbb7-6843-4bc8-837d-3fb5f846595e} <Debug> TCPHandler: Processed in 0.001918168 sec. | ||
| 12375 | 2024.12.07 00:56:09.067285 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12376 | 2024.12.07 00:56:09.067329 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12377 | 2024.12.07 00:56:09.279981 [ 118 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 5 parts from all_1_43_9 to all_47_47_0 | ||
| 12378 | 2024.12.07 00:56:09.280039 [ 118 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12379 | 2024.12.07 00:56:09.280059 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12380 | 2024.12.07 00:56:09.280263 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_43_9 to all_47_47_0 into Compact with storage Full | ||
| 12381 | 2024.12.07 00:56:09.280638 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12382 | 2024.12.07 00:56:09.280680 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 243 rows starting from the beginning of the part | ||
| 12383 | 2024.12.07 00:56:09.280763 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 242 rows starting from the beginning of the part | ||
| 12384 | 2024.12.07 00:56:09.280969 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 12385 | 2024.12.07 00:56:09.281225 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 12386 | 2024.12.07 00:56:09.281486 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 242 rows starting from the beginning of the part | ||
| 12387 | 2024.12.07 00:56:09.282691 [ 186 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002559921 sec., 294930.9763855994 rows/sec., 21.11 MiB/sec. | ||
| 12388 | 2024.12.07 00:56:09.282893 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12389 | 2024.12.07 00:56:09.283264 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2024.12.07 00:56:09.283366 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_47_10} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 5 parts: [all_1_43_9, all_47_47_0] -> all_1_47_10 | ||
| 12391 | 2024.12.07 00:56:09.283509 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12392 | 2024.12.07 00:56:09.292701 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 12393 | 2024.12.07 00:56:09.293314 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12394 | 2024.12.07 00:56:09.293353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12395 | 2024.12.07 00:56:09.293848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12396 | 2024.12.07 00:56:09.294102 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12397 | 2024.12.07 00:56:09.294373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12398 | 2024.12.07 00:56:09.473306 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1760 | ||
| 12399 | 2024.12.07 00:56:09.475996 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12400 | 2024.12.07 00:56:09.476038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12401 | 2024.12.07 00:56:09.477506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12402 | 2024.12.07 00:56:09.477830 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12403 | 2024.12.07 00:56:09.478338 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1760 | ||
| 12404 | 2024.12.07 00:56:09.940763 [ 117 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 | ||
| 12405 | 2024.12.07 00:56:09.940850 [ 117 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12406 | 2024.12.07 00:56:09.940877 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12407 | 2024.12.07 00:56:09.941104 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full | ||
| 12408 | 2024.12.07 00:56:09.941446 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12409 | 2024.12.07 00:56:09.941491 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 12410 | 2024.12.07 00:56:09.941584 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12411 | 2024.12.07 00:56:09.941819 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12412 | 2024.12.07 00:56:09.942028 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12413 | 2024.12.07 00:56:09.942165 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 12414 | 2024.12.07 00:56:09.943320 [ 200 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.002352137 sec., 117340.10391401523 rows/sec., 5.99 MiB/sec. | ||
| 12415 | 2024.12.07 00:56:09.943529 [ 186 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 12416 | 2024.12.07 00:56:09.943919 [ 186 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2024.12.07 00:56:09.944018 [ 186 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_46_10} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 | ||
| 12418 | 2024.12.07 00:56:09.944130 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12419 | 2024.12.07 00:56:10.001638 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001252405 sec. | ||
| 12420 | 2024.12.07 00:56:11.356354 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12421 | 2024.12.07 00:56:11.377555 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12422 | 2024.12.07 00:56:11.377613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12423 | 2024.12.07 00:56:11.385075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12424 | 2024.12.07 00:56:11.385887 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12425 | 2024.12.07 00:56:11.389199 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12426 | 2024.12.07 00:56:11.468281 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12427 | 2024.12.07 00:56:11.468476 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12428 | 2024.12.07 00:56:11.468549 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12429 | 2024.12.07 00:56:11.469331 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12430 | 2024.12.07 00:56:11.469384 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12431 | 2024.12.07 00:56:11.469825 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12432 | 2024.12.07 00:56:11.470090 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2024.12.07 00:56:11.470333 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 12434 | 2024.12.07 00:56:11.470401 [ 276 ] {e97b47b5-0577-4ec7-927f-af77aa3d0d1b} <Debug> TCPHandler: Processed in 0.002251795 sec. | ||
| 12435 | 2024.12.07 00:56:11.470578 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12436 | 2024.12.07 00:56:11.470717 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12437 | 2024.12.07 00:56:11.470776 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12438 | 2024.12.07 00:56:11.471674 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12439 | 2024.12.07 00:56:11.471716 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12440 | 2024.12.07 00:56:11.472127 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12441 | 2024.12.07 00:56:11.472380 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2024.12.07 00:56:11.472614 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001929 sec., 147744.94556765165 rows/sec., 13.04 MiB/sec. | ||
| 12443 | 2024.12.07 00:56:11.472702 [ 280 ] {11c73da3-3125-47df-8408-7eaa9dc46113} <Debug> TCPHandler: Processed in 0.002181743 sec. | ||
| 12444 | 2024.12.07 00:56:11.472927 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12445 | 2024.12.07 00:56:11.473253 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12446 | 2024.12.07 00:56:11.473363 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12447 | 2024.12.07 00:56:11.473980 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12448 | 2024.12.07 00:56:11.474018 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12449 | 2024.12.07 00:56:11.474379 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12450 | 2024.12.07 00:56:11.474628 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2024.12.07 00:56:11.474833 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001696 sec., 28301.88679245283 rows/sec., 2.04 MiB/sec. | ||
| 12452 | 2024.12.07 00:56:11.474885 [ 276 ] {d95a3b33-5d52-4077-b61f-f6d0f72b57cb} <Debug> TCPHandler: Processed in 0.002084841 sec. | ||
| 12453 | 2024.12.07 00:56:11.475027 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2024.12.07 00:56:11.475140 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12455 | 2024.12.07 00:56:11.475185 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12456 | 2024.12.07 00:56:11.475718 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2024.12.07 00:56:11.475758 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12458 | 2024.12.07 00:56:11.476114 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12459 | 2024.12.07 00:56:11.476363 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2024.12.07 00:56:11.476567 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001454 sec., 9628.610729023383 rows/sec., 674.33 KiB/sec. | ||
| 12461 | 2024.12.07 00:56:11.476618 [ 280 ] {e8c755c9-b533-423f-b3cc-0256fae5c02e} <Debug> TCPHandler: Processed in 0.001643932 sec. | ||
| 12462 | 2024.12.07 00:56:11.476762 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12463 | 2024.12.07 00:56:11.476891 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12464 | 2024.12.07 00:56:11.476943 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12465 | 2024.12.07 00:56:11.477569 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12466 | 2024.12.07 00:56:11.477616 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12467 | 2024.12.07 00:56:11.477977 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12468 | 2024.12.07 00:56:11.478223 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12469 | 2024.12.07 00:56:11.478469 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 12470 | 2024.12.07 00:56:11.478557 [ 276 ] {1f12fd83-44ea-4074-9a78-71c7eff0e50f} <Debug> TCPHandler: Processed in 0.001851926 sec. | ||
| 12471 | 2024.12.07 00:56:11.478775 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12472 | 2024.12.07 00:56:11.478946 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12473 | 2024.12.07 00:56:11.479002 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12474 | 2024.12.07 00:56:11.479796 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12475 | 2024.12.07 00:56:11.479835 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12476 | 2024.12.07 00:56:11.480217 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12477 | 2024.12.07 00:56:11.480462 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12478 | 2024.12.07 00:56:11.480672 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001755 sec., 241025.64102564103 rows/sec., 17.23 MiB/sec. | ||
| 12479 | 2024.12.07 00:56:11.480771 [ 280 ] {a8a10b51-6d25-4451-85ec-e743477d1639} <Debug> TCPHandler: Processed in 0.002115012 sec. | ||
| 12480 | 2024.12.07 00:56:11.480973 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12481 | 2024.12.07 00:56:11.481300 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12482 | 2024.12.07 00:56:11.481373 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12483 | 2024.12.07 00:56:11.481880 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12484 | 2024.12.07 00:56:11.481920 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12485 | 2024.12.07 00:56:11.482275 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12486 | 2024.12.07 00:56:11.482519 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12487 | 2024.12.07 00:56:11.482729 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec. | ||
| 12488 | 2024.12.07 00:56:11.482837 [ 276 ] {32b589b3-80c3-40f8-bcd6-7cb11e878753} <Debug> TCPHandler: Processed in 0.001976989 sec. | ||
| 12489 | 2024.12.07 00:56:11.483054 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12490 | 2024.12.07 00:56:11.483228 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12491 | 2024.12.07 00:56:11.483290 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12492 | 2024.12.07 00:56:11.483900 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12493 | 2024.12.07 00:56:11.483938 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12494 | 2024.12.07 00:56:11.484332 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12495 | 2024.12.07 00:56:11.484575 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12496 | 2024.12.07 00:56:11.484798 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001596 sec., 148496.24060150376 rows/sec., 9.95 MiB/sec. | ||
| 12497 | 2024.12.07 00:56:11.484869 [ 280 ] {6f702f9d-e5f2-4316-b718-6a30ba1386b7} <Debug> TCPHandler: Processed in 0.001944239 sec. | ||
| 12498 | 2024.12.07 00:56:11.485024 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12499 | 2024.12.07 00:56:11.485320 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12500 | 2024.12.07 00:56:11.485474 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12501 | 2024.12.07 00:56:11.486182 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12502 | 2024.12.07 00:56:11.486221 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12503 | 2024.12.07 00:56:11.486568 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12504 | 2024.12.07 00:56:11.486803 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12505 | 2024.12.07 00:56:11.487035 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001816 sec., 550.6607929515419 rows/sec., 37.11 KiB/sec. | ||
| 12506 | 2024.12.07 00:56:11.487093 [ 276 ] {6e09b022-becc-4a45-b908-a7b9c63c83e9} <Debug> TCPHandler: Processed in 0.002137893 sec. | ||
| 12507 | 2024.12.07 00:56:11.487332 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12508 | 2024.12.07 00:56:11.487474 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12509 | 2024.12.07 00:56:11.487559 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12510 | 2024.12.07 00:56:11.488733 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12511 | 2024.12.07 00:56:11.488773 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12512 | 2024.12.07 00:56:11.489454 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12513 | 2024.12.07 00:56:11.489715 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12514 | 2024.12.07 00:56:11.489966 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002522 sec., 16256.93893735131 rows/sec., 29.13 MiB/sec. | ||
| 12515 | 2024.12.07 00:56:11.490061 [ 280 ] {31f0b2e6-9373-4e56-9068-301cdda411c2} <Debug> TCPHandler: Processed in 0.002863756 sec. | ||
| 12516 | 2024.12.07 00:56:11.490204 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12517 | 2024.12.07 00:56:11.490333 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12518 | 2024.12.07 00:56:11.490388 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12519 | 2024.12.07 00:56:11.490874 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12520 | 2024.12.07 00:56:11.490913 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12521 | 2024.12.07 00:56:11.491269 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12522 | 2024.12.07 00:56:11.491517 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12523 | 2024.12.07 00:56:11.491725 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
| 12524 | 2024.12.07 00:56:11.491774 [ 276 ] {42467876-0d83-4a9b-a0d2-bb4069c6a27f} <Debug> TCPHandler: Processed in 0.001631622 sec. | ||
| 12525 | 2024.12.07 00:56:12.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.15 MiB, peak 260.95 MiB, free memory in arenas 0.00 B, will set to 252.84 MiB (RSS), difference: -1.31 MiB | ||
| 12526 | 2024.12.07 00:56:16.460553 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12527 | 2024.12.07 00:56:16.460763 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12528 | 2024.12.07 00:56:16.460836 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12529 | 2024.12.07 00:56:16.461601 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12530 | 2024.12.07 00:56:16.461651 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12531 | 2024.12.07 00:56:16.462080 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12532 | 2024.12.07 00:56:16.462326 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12533 | 2024.12.07 00:56:16.462547 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001835 sec., 30517.711171662126 rows/sec., 2.33 MiB/sec. | ||
| 12534 | 2024.12.07 00:56:16.462605 [ 276 ] {79f2ac1e-3e93-4139-829d-8186fde05c13} <Debug> TCPHandler: Processed in 0.002188363 sec. | ||
| 12535 | 2024.12.07 00:56:16.462787 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12536 | 2024.12.07 00:56:16.462910 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12537 | 2024.12.07 00:56:16.462959 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12538 | 2024.12.07 00:56:16.463620 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12539 | 2024.12.07 00:56:16.463662 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12540 | 2024.12.07 00:56:16.464051 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12541 | 2024.12.07 00:56:16.464297 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12542 | 2024.12.07 00:56:16.464524 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001639 sec., 39048.20012202562 rows/sec., 3.05 MiB/sec. | ||
| 12543 | 2024.12.07 00:56:16.464576 [ 280 ] {3c81a232-904f-4c7c-8870-b1339d32332c} <Debug> TCPHandler: Processed in 0.001847016 sec. | ||
| 12544 | 2024.12.07 00:56:16.464715 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12545 | 2024.12.07 00:56:16.464834 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12546 | 2024.12.07 00:56:16.464891 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12547 | 2024.12.07 00:56:16.465554 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12548 | 2024.12.07 00:56:16.465599 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12549 | 2024.12.07 00:56:16.466008 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12550 | 2024.12.07 00:56:16.466248 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12551 | 2024.12.07 00:56:16.466468 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 12552 | 2024.12.07 00:56:16.466520 [ 276 ] {2e80eaa0-97cd-4dd3-b513-107d99623d7f} <Debug> TCPHandler: Processed in 0.001856627 sec. | ||
| 12553 | 2024.12.07 00:56:16.466666 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12554 | 2024.12.07 00:56:16.466774 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12555 | 2024.12.07 00:56:16.466820 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12556 | 2024.12.07 00:56:16.467269 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12557 | 2024.12.07 00:56:16.467309 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12558 | 2024.12.07 00:56:16.467673 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12559 | 2024.12.07 00:56:16.467930 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12560 | 2024.12.07 00:56:16.468160 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 12561 | 2024.12.07 00:56:16.468211 [ 280 ] {ec064a54-3eab-4f2c-a955-f119258e1bfe} <Debug> TCPHandler: Processed in 0.001596711 sec. | ||
| 12562 | 2024.12.07 00:56:16.794532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 12563 | 2024.12.07 00:56:16.795377 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2024.12.07 00:56:16.795442 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12565 | 2024.12.07 00:56:16.796166 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12566 | 2024.12.07 00:56:16.796539 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2024.12.07 00:56:16.796911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 12568 | 2024.12.07 00:56:18.889258 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12569 | 2024.12.07 00:56:18.910528 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12570 | 2024.12.07 00:56:18.910579 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12571 | 2024.12.07 00:56:18.917923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12572 | 2024.12.07 00:56:18.918695 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12573 | 2024.12.07 00:56:18.921441 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12574 | 2024.12.07 00:56:19.478480 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1790 | ||
| 12575 | 2024.12.07 00:56:19.481639 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12576 | 2024.12.07 00:56:19.481692 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12577 | 2024.12.07 00:56:19.483195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12578 | 2024.12.07 00:56:19.483513 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12579 | 2024.12.07 00:56:19.485696 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790 | ||
| 12580 | 2024.12.07 00:56:21.467614 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12581 | 2024.12.07 00:56:21.467820 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12582 | 2024.12.07 00:56:21.467892 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12583 | 2024.12.07 00:56:21.468615 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12584 | 2024.12.07 00:56:21.468664 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12585 | 2024.12.07 00:56:21.469100 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12586 | 2024.12.07 00:56:21.469352 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12587 | 2024.12.07 00:56:21.469600 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 550.42 KiB/sec. | ||
| 12588 | 2024.12.07 00:56:21.469672 [ 276 ] {d52165a2-eb2c-4886-90b3-17b6b2dfebe6} <Debug> TCPHandler: Processed in 0.002188683 sec. | ||
| 12589 | 2024.12.07 00:56:21.469859 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12590 | 2024.12.07 00:56:21.469990 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12591 | 2024.12.07 00:56:21.470038 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12592 | 2024.12.07 00:56:21.470741 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2024.12.07 00:56:21.470780 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12594 | 2024.12.07 00:56:21.471183 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12595 | 2024.12.07 00:56:21.471432 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2024.12.07 00:56:21.471590 [ 51 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12597 | 2024.12.07 00:56:21.471658 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00169 sec., 168639.05325443787 rows/sec., 14.88 MiB/sec. | ||
| 12598 | 2024.12.07 00:56:21.471677 [ 51 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12599 | 2024.12.07 00:56:21.471738 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12600 | 2024.12.07 00:56:21.471781 [ 280 ] {fd567203-9d62-4f12-945c-e4de666ade8b} <Debug> TCPHandler: Processed in 0.001993869 sec. | ||
| 12601 | 2024.12.07 00:56:21.472023 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12602 | 2024.12.07 00:56:21.472090 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12603 | 2024.12.07 00:56:21.472227 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12604 | 2024.12.07 00:56:21.472328 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12605 | 2024.12.07 00:56:21.472487 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12606 | 2024.12.07 00:56:21.472589 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1435 rows starting from the beginning of the part | ||
| 12607 | 2024.12.07 00:56:21.472916 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part | ||
| 12608 | 2024.12.07 00:56:21.473241 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
| 12609 | 2024.12.07 00:56:21.473650 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 285 rows starting from the beginning of the part | ||
| 12610 | 2024.12.07 00:56:21.474078 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part | ||
| 12611 | 2024.12.07 00:56:21.474404 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 285 rows starting from the beginning of the part | ||
| 12612 | 2024.12.07 00:56:21.475346 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2024.12.07 00:56:21.475404 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12614 | 2024.12.07 00:56:21.476331 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12615 | 2024.12.07 00:56:21.476858 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2024.12.07 00:56:21.477157 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004976 sec., 9646.302250803858 rows/sec., 711.23 KiB/sec. | ||
| 12617 | 2024.12.07 00:56:21.477336 [ 276 ] {714415c4-875c-4870-9bba-f325341e953a} <Debug> TCPHandler: Processed in 0.005444697 sec. | ||
| 12618 | 2024.12.07 00:56:21.477644 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12619 | 2024.12.07 00:56:21.477775 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005888116 sec., 369048.435866413 rows/sec., 32.46 MiB/sec. | ||
| 12620 | 2024.12.07 00:56:21.477837 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12621 | 2024.12.07 00:56:21.477941 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12622 | 2024.12.07 00:56:21.478217 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12623 | 2024.12.07 00:56:21.478862 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12624 | 2024.12.07 00:56:21.479094 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_111_22} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12625 | 2024.12.07 00:56:21.479153 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12626 | 2024.12.07 00:56:21.479239 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12627 | 2024.12.07 00:56:21.479276 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12628 | 2024.12.07 00:56:21.479657 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12629 | 2024.12.07 00:56:21.479907 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12630 | 2024.12.07 00:56:21.480141 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002346 sec., 5967.6044330775785 rows/sec., 417.93 KiB/sec. | ||
| 12631 | 2024.12.07 00:56:21.480279 [ 280 ] {78a9565c-146d-4c15-bd02-6ec4fe0c8132} <Debug> TCPHandler: Processed in 0.002810255 sec. | ||
| 12632 | 2024.12.07 00:56:21.480513 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12633 | 2024.12.07 00:56:21.480663 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12634 | 2024.12.07 00:56:21.480718 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12635 | 2024.12.07 00:56:21.481310 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12636 | 2024.12.07 00:56:21.481348 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12637 | 2024.12.07 00:56:21.481691 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12638 | 2024.12.07 00:56:21.481922 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12639 | 2024.12.07 00:56:21.482142 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 12640 | 2024.12.07 00:56:21.482228 [ 276 ] {55f511d2-bffb-4de2-a306-fb75b0b71f1a} <Debug> TCPHandler: Processed in 0.001841607 sec. | ||
| 12641 | 2024.12.07 00:56:21.482407 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12642 | 2024.12.07 00:56:21.482541 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12643 | 2024.12.07 00:56:21.482598 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12644 | 2024.12.07 00:56:21.483371 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12645 | 2024.12.07 00:56:21.483411 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12646 | 2024.12.07 00:56:21.483810 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12647 | 2024.12.07 00:56:21.484060 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12648 | 2024.12.07 00:56:21.484228 [ 51 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12649 | 2024.12.07 00:56:21.484297 [ 51 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12650 | 2024.12.07 00:56:21.484301 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001778 sec., 237907.76152980878 rows/sec., 17.01 MiB/sec. | ||
| 12651 | 2024.12.07 00:56:21.484352 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12652 | 2024.12.07 00:56:21.484425 [ 280 ] {a0d88f3a-ad09-45b6-b378-9513933b6cb6} <Debug> TCPHandler: Processed in 0.002088641 sec. | ||
| 12653 | 2024.12.07 00:56:21.484560 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12654 | 2024.12.07 00:56:21.484617 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12655 | 2024.12.07 00:56:21.484732 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12656 | 2024.12.07 00:56:21.484780 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12657 | 2024.12.07 00:56:21.484789 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 12658 | 2024.12.07 00:56:21.484850 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12659 | 2024.12.07 00:56:21.484991 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part | ||
| 12660 | 2024.12.07 00:56:21.485228 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
| 12661 | 2024.12.07 00:56:21.485530 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 423 rows starting from the beginning of the part | ||
| 12662 | 2024.12.07 00:56:21.485883 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part | ||
| 12663 | 2024.12.07 00:56:21.486083 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 423 rows starting from the beginning of the part | ||
| 12664 | 2024.12.07 00:56:21.486443 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12665 | 2024.12.07 00:56:21.486485 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12666 | 2024.12.07 00:56:21.486953 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12667 | 2024.12.07 00:56:21.487282 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12668 | 2024.12.07 00:56:21.487605 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002851 sec., 2104.524728165556 rows/sec., 109.95 KiB/sec. | ||
| 12669 | 2024.12.07 00:56:21.487784 [ 276 ] {f44a78fa-6e6e-43ba-87a7-48c897ecd769} <Debug> TCPHandler: Processed in 0.003234104 sec. | ||
| 12670 | 2024.12.07 00:56:21.488173 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12671 | 2024.12.07 00:56:21.488800 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12672 | 2024.12.07 00:56:21.488947 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.004477418 sec., 436188.8927949099 rows/sec., 33.39 MiB/sec. | ||
| 12673 | 2024.12.07 00:56:21.489008 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12674 | 2024.12.07 00:56:21.489283 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12675 | 2024.12.07 00:56:21.489848 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12676 | 2024.12.07 00:56:21.490066 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_111_22} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12677 | 2024.12.07 00:56:21.490268 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12678 | 2024.12.07 00:56:21.490310 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12679 | 2024.12.07 00:56:21.490359 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12680 | 2024.12.07 00:56:21.490767 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12681 | 2024.12.07 00:56:21.491015 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12682 | 2024.12.07 00:56:21.491178 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12683 | 2024.12.07 00:56:21.491234 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2024.12.07 00:56:21.491252 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002681 sec., 88399.85080193958 rows/sec., 5.93 MiB/sec. | ||
| 12685 | 2024.12.07 00:56:21.491272 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12686 | 2024.12.07 00:56:21.491419 [ 280 ] {f5a327a7-fb24-4ceb-901b-425a9c7b0916} <Debug> TCPHandler: Processed in 0.003487029 sec. | ||
| 12687 | 2024.12.07 00:56:21.491505 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12688 | 2024.12.07 00:56:21.491617 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12689 | 2024.12.07 00:56:21.491692 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12690 | 2024.12.07 00:56:21.491750 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 32111 rows starting from the beginning of the part | ||
| 12691 | 2024.12.07 00:56:21.491892 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12692 | 2024.12.07 00:56:21.492019 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 128 rows starting from the beginning of the part | ||
| 12693 | 2024.12.07 00:56:21.492060 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12694 | 2024.12.07 00:56:21.492381 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 12695 | 2024.12.07 00:56:21.492797 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 12696 | 2024.12.07 00:56:21.493172 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 12697 | 2024.12.07 00:56:21.493566 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 12698 | 2024.12.07 00:56:21.494645 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2024.12.07 00:56:21.494714 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12700 | 2024.12.07 00:56:21.495304 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12701 | 2024.12.07 00:56:21.495592 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12702 | 2024.12.07 00:56:21.496074 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004264 sec., 234.5215759849906 rows/sec., 15.80 KiB/sec. | ||
| 12703 | 2024.12.07 00:56:21.496466 [ 276 ] {b8cbf70c-2760-4deb-8955-ad88ecb6a871} <Debug> TCPHandler: Processed in 0.004931497 sec. | ||
| 12704 | 2024.12.07 00:56:21.496787 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12705 | 2024.12.07 00:56:21.497221 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12706 | 2024.12.07 00:56:21.497554 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12707 | 2024.12.07 00:56:21.499369 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12708 | 2024.12.07 00:56:21.499410 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12709 | 2024.12.07 00:56:21.500451 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12710 | 2024.12.07 00:56:21.500985 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12711 | 2024.12.07 00:56:21.501280 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004199 sec., 9764.229578471066 rows/sec., 17.50 MiB/sec. | ||
| 12712 | 2024.12.07 00:56:21.502160 [ 280 ] {dfb8ca6b-9fd1-4ed2-b3e1-116197d5f960} <Debug> TCPHandler: Processed in 0.0055696 sec. | ||
| 12713 | 2024.12.07 00:56:21.502325 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12714 | 2024.12.07 00:56:21.502459 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12715 | 2024.12.07 00:56:21.502515 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12716 | 2024.12.07 00:56:21.503277 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12717 | 2024.12.07 00:56:21.503318 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12718 | 2024.12.07 00:56:21.503791 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12719 | 2024.12.07 00:56:21.504109 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12720 | 2024.12.07 00:56:21.504320 [ 51 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12721 | 2024.12.07 00:56:21.504370 [ 51 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12722 | 2024.12.07 00:56:21.504400 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001966 sec., 41709.05391658189 rows/sec., 2.65 MiB/sec. | ||
| 12723 | 2024.12.07 00:56:21.504408 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12724 | 2024.12.07 00:56:21.504653 [ 276 ] {f522b261-a4e3-4cc0-9334-832be4dd93ea} <Debug> TCPHandler: Processed in 0.002384647 sec. | ||
| 12725 | 2024.12.07 00:56:21.505090 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12726 | 2024.12.07 00:56:21.505751 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12727 | 2024.12.07 00:56:21.505743 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33033 rows, containing 5 columns (5 merged, 0 gathered) in 0.014315493 sec., 2307499.993189197 rows/sec., 155.77 MiB/sec. | ||
| 12728 | 2024.12.07 00:56:21.505895 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6394 rows starting from the beginning of the part | ||
| 12729 | 2024.12.07 00:56:21.506211 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 48 rows starting from the beginning of the part | ||
| 12730 | 2024.12.07 00:56:21.506224 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12731 | 2024.12.07 00:56:21.506652 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 12732 | 2024.12.07 00:56:21.507024 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 12733 | 2024.12.07 00:56:21.507376 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 12734 | 2024.12.07 00:56:21.507459 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2024.12.07 00:56:21.507882 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 12736 | 2024.12.07 00:56:21.507892 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12737 | 2024.12.07 00:56:21.508275 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12738 | 2024.12.07 00:56:21.510847 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6726 rows, containing 4 columns (4 merged, 0 gathered) in 0.006305725 sec., 1066649.750821674 rows/sec., 69.49 MiB/sec. | ||
| 12739 | 2024.12.07 00:56:21.511612 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12740 | 2024.12.07 00:56:21.512066 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2024.12.07 00:56:21.512150 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_111_22} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12742 | 2024.12.07 00:56:21.512235 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 12743 | 2024.12.07 00:56:24.067387 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12744 | 2024.12.07 00:56:24.067465 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12745 | 2024.12.07 00:56:24.297040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 12746 | 2024.12.07 00:56:24.297721 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12747 | 2024.12.07 00:56:24.297777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12748 | 2024.12.07 00:56:24.298309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12749 | 2024.12.07 00:56:24.298568 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12750 | 2024.12.07 00:56:24.298839 [ 69 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12751 | 2024.12.07 00:56:24.298862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12752 | 2024.12.07 00:56:24.298948 [ 69 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12753 | 2024.12.07 00:56:24.298996 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12754 | 2024.12.07 00:56:24.299278 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::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 | ||
| 12755 | 2024.12.07 00:56:24.299882 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12756 | 2024.12.07 00:56:24.300009 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 12757 | 2024.12.07 00:56:24.300112 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 12758 | 2024.12.07 00:56:24.300353 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 12759 | 2024.12.07 00:56:24.300636 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 12760 | 2024.12.07 00:56:24.300790 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 12761 | 2024.12.07 00:56:24.300891 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 12762 | 2024.12.07 00:56:24.303528 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004430457 sec., 6829092.34871256 rows/sec., 97.69 MiB/sec. | ||
| 12763 | 2024.12.07 00:56:24.304155 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12764 | 2024.12.07 00:56:24.304514 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12765 | 2024.12.07 00:56:24.304600 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_66_13} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12766 | 2024.12.07 00:56:24.304721 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 12767 | 2024.12.07 00:56:26.421492 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12768 | 2024.12.07 00:56:26.443645 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12769 | 2024.12.07 00:56:26.443710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12770 | 2024.12.07 00:56:26.451065 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12771 | 2024.12.07 00:56:26.451829 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12772 | 2024.12.07 00:56:26.452259 [ 70 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12773 | 2024.12.07 00:56:26.452391 [ 70 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2024.12.07 00:56:26.452471 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12775 | 2024.12.07 00:56:26.453120 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::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 | ||
| 12776 | 2024.12.07 00:56:26.460932 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12777 | 2024.12.07 00:56:26.461370 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12778 | 2024.12.07 00:56:26.461550 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12779 | 2024.12.07 00:56:26.465127 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12780 | 2024.12.07 00:56:26.465255 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12781 | 2024.12.07 00:56:26.467043 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12782 | 2024.12.07 00:56:26.467925 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2024.12.07 00:56:26.468754 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0075 sec., 7466.666666666667 rows/sec., 583.72 KiB/sec. | ||
| 12784 | 2024.12.07 00:56:26.469151 [ 276 ] {7d9e0aa8-87c0-4901-9b87-2ddf15a9ac0c} <Debug> TCPHandler: Processed in 0.008420486 sec. | ||
| 12785 | 2024.12.07 00:56:26.469582 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12786 | 2024.12.07 00:56:26.470216 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12787 | 2024.12.07 00:56:26.470467 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12788 | 2024.12.07 00:56:26.474087 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12789 | 2024.12.07 00:56:26.475625 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12790 | 2024.12.07 00:56:26.475732 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12791 | 2024.12.07 00:56:26.477490 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12792 | 2024.12.07 00:56:26.478303 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12793 | 2024.12.07 00:56:26.478879 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00887 sec., 7215.33258173619 rows/sec., 576.69 KiB/sec. | ||
| 12794 | 2024.12.07 00:56:26.479092 [ 280 ] {44be2452-3b2e-4068-a2a6-6dc1daacf10d} <Debug> TCPHandler: Processed in 0.009758033 sec. | ||
| 12795 | 2024.12.07 00:56:26.479335 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12796 | 2024.12.07 00:56:26.479633 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12797 | 2024.12.07 00:56:26.479862 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12798 | 2024.12.07 00:56:26.482486 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12799 | 2024.12.07 00:56:26.482561 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12800 | 2024.12.07 00:56:26.483129 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12801 | 2024.12.07 00:56:26.484729 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12802 | 2024.12.07 00:56:26.485648 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12803 | 2024.12.07 00:56:26.486288 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00674 sec., 23738.87240356083 rows/sec., 1.65 MiB/sec. | ||
| 12804 | 2024.12.07 00:56:26.486513 [ 276 ] {c3801adc-1984-44e9-8801-d6302c3b304f} <Debug> TCPHandler: Processed in 0.007289944 sec. | ||
| 12805 | 2024.12.07 00:56:26.486753 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12806 | 2024.12.07 00:56:26.487044 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12807 | 2024.12.07 00:56:26.487298 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12808 | 2024.12.07 00:56:26.488558 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12809 | 2024.12.07 00:56:26.490132 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12810 | 2024.12.07 00:56:26.490205 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12811 | 2024.12.07 00:56:26.491054 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12812 | 2024.12.07 00:56:26.491470 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12813 | 2024.12.07 00:56:26.491862 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004916 sec., 12205.044751830756 rows/sec., 842.28 KiB/sec. | ||
| 12814 | 2024.12.07 00:56:26.491984 [ 280 ] {59b76eab-bf6a-417b-925d-fe19d71d0936} <Debug> TCPHandler: Processed in 0.005353356 sec. | ||
| 12815 | 2024.12.07 00:56:26.497017 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12816 | 2024.12.07 00:56:26.503020 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12817 | 2024.12.07 00:56:26.508750 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12818 | 2024.12.07 00:56:26.514785 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12819 | 2024.12.07 00:56:26.519400 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12820 | 2024.12.07 00:56:26.582089 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.129452293 sec., 3846.977048139271 rows/sec., 19.89 MiB/sec. | ||
| 12821 | 2024.12.07 00:56:26.585649 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12822 | 2024.12.07 00:56:26.588918 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12823 | 2024.12.07 00:56:26.589048 [ 187 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_66_13} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12824 | 2024.12.07 00:56:26.591675 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 12825 | 2024.12.07 00:56:27.275691 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12826 | 2024.12.07 00:56:27.275901 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12827 | 2024.12.07 00:56:27.275982 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12828 | 2024.12.07 00:56:27.276726 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2024.12.07 00:56:27.276775 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12830 | 2024.12.07 00:56:27.277209 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12831 | 2024.12.07 00:56:27.277462 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2024.12.07 00:56:27.277660 [ 79 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12833 | 2024.12.07 00:56:27.277683 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec. | ||
| 12834 | 2024.12.07 00:56:27.277748 [ 79 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12835 | 2024.12.07 00:56:27.277809 [ 276 ] {b11ac86e-5634-4409-b367-f43bed2cfff0} <Debug> TCPHandler: Processed in 0.002255735 sec. | ||
| 12836 | 2024.12.07 00:56:27.277813 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12837 | 2024.12.07 00:56:27.278112 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12838 | 2024.12.07 00:56:27.278143 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12839 | 2024.12.07 00:56:27.278453 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12840 | 2024.12.07 00:56:27.278638 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12841 | 2024.12.07 00:56:27.278799 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12842 | 2024.12.07 00:56:27.278962 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 12843 | 2024.12.07 00:56:27.279535 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 12844 | 2024.12.07 00:56:27.280035 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 12845 | 2024.12.07 00:56:27.280490 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 12846 | 2024.12.07 00:56:27.280817 [ 200 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 12847 | 2024.12.07 00:56:27.282109 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12848 | 2024.12.07 00:56:27.282183 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12849 | 2024.12.07 00:56:27.283264 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12850 | 2024.12.07 00:56:27.283577 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005630671 sec., 12431.910868171839 rows/sec., 943.49 KiB/sec. | ||
| 12851 | 2024.12.07 00:56:27.283785 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12852 | 2024.12.07 00:56:27.283892 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12853 | 2024.12.07 00:56:27.284363 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.006004 sec., 2331.7788141239175 rows/sec., 190.14 KiB/sec. | ||
| 12854 | 2024.12.07 00:56:27.284756 [ 280 ] {ab5f1d23-429c-4cbd-b46e-1c4b23d59f03} <Debug> TCPHandler: Processed in 0.006762194 sec. | ||
| 12855 | 2024.12.07 00:56:27.284872 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2024.12.07 00:56:27.284971 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12857 | 2024.12.07 00:56:27.285007 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_49_12} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12858 | 2024.12.07 00:56:27.285185 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12859 | 2024.12.07 00:56:27.285232 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12860 | 2024.12.07 00:56:27.285298 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12861 | 2024.12.07 00:56:27.286677 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2024.12.07 00:56:27.286716 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12863 | 2024.12.07 00:56:27.287174 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12864 | 2024.12.07 00:56:27.287438 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2024.12.07 00:56:27.287635 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002489 sec., 575331.4584170349 rows/sec., 48.02 MiB/sec. | ||
| 12866 | 2024.12.07 00:56:27.287686 [ 276 ] {2143e111-0ee7-4d3c-b4bf-7b40b53f0f50} <Debug> TCPHandler: Processed in 0.002804126 sec. | ||
| 12867 | 2024.12.07 00:56:27.287844 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12868 | 2024.12.07 00:56:27.287974 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12869 | 2024.12.07 00:56:27.288029 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12870 | 2024.12.07 00:56:27.288693 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12871 | 2024.12.07 00:56:27.288739 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12872 | 2024.12.07 00:56:27.289159 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12873 | 2024.12.07 00:56:27.289404 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12874 | 2024.12.07 00:56:27.289590 [ 79 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 | ||
| 12875 | 2024.12.07 00:56:27.289655 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001703 sec., 36406.3417498532 rows/sec., 2.59 MiB/sec. | ||
| 12876 | 2024.12.07 00:56:27.289665 [ 79 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12877 | 2024.12.07 00:56:27.289736 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12878 | 2024.12.07 00:56:27.289783 [ 280 ] {07efe489-33bb-48a2-b36b-26fe9b00caf9} <Debug> TCPHandler: Processed in 0.001999909 sec. | ||
| 12879 | 2024.12.07 00:56:27.289983 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full | ||
| 12880 | 2024.12.07 00:56:27.289998 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12881 | 2024.12.07 00:56:27.290259 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12882 | 2024.12.07 00:56:27.290266 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12883 | 2024.12.07 00:56:27.290354 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 66 rows starting from the beginning of the part | ||
| 12884 | 2024.12.07 00:56:27.290359 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12885 | 2024.12.07 00:56:27.290681 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 12886 | 2024.12.07 00:56:27.291008 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 50 rows starting from the beginning of the part | ||
| 12887 | 2024.12.07 00:56:27.291345 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part | ||
| 12888 | 2024.12.07 00:56:27.291677 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part | ||
| 12889 | 2024.12.07 00:56:27.292058 [ 195 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 62 rows starting from the beginning of the part | ||
| 12890 | 2024.12.07 00:56:27.293451 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2024.12.07 00:56:27.293518 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12892 | 2024.12.07 00:56:27.294551 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12893 | 2024.12.07 00:56:27.294848 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.005020589 sec., 64135.9011860959 rows/sec., 4.84 MiB/sec. | ||
| 12894 | 2024.12.07 00:56:27.295038 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12895 | 2024.12.07 00:56:27.295115 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) | ||
| 12896 | 2024.12.07 00:56:27.295543 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005365 sec., 45107.1761416589 rows/sec., 3.06 MiB/sec. | ||
| 12897 | 2024.12.07 00:56:27.295881 [ 276 ] {5adf1876-fd41-4fb5-bd7c-89bb972d8c7a} <Debug> TCPHandler: Processed in 0.005984788 sec. | ||
| 12898 | 2024.12.07 00:56:27.295996 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12899 | 2024.12.07 00:56:27.296178 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12900 | 2024.12.07 00:56:27.296379 [ 192 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_57_12} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 | ||
| 12901 | 2024.12.07 00:56:27.296561 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12902 | 2024.12.07 00:56:27.296745 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12903 | 2024.12.07 00:56:27.296744 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12904 | 2024.12.07 00:56:27.297374 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12905 | 2024.12.07 00:56:27.297413 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12906 | 2024.12.07 00:56:27.297772 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12907 | 2024.12.07 00:56:27.298013 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12908 | 2024.12.07 00:56:27.298180 [ 79 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12909 | 2024.12.07 00:56:27.298230 [ 79 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12910 | 2024.12.07 00:56:27.298256 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001845 sec., 7046.070460704606 rows/sec., 439.32 KiB/sec. | ||
| 12911 | 2024.12.07 00:56:27.298269 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12912 | 2024.12.07 00:56:27.298490 [ 280 ] {6459ca6b-f734-4296-abe8-a40c2a6f575d} <Debug> TCPHandler: Processed in 0.002466808 sec. | ||
| 12913 | 2024.12.07 00:56:27.298532 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12914 | 2024.12.07 00:56:27.298830 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12915 | 2024.12.07 00:56:27.299001 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12916 | 2024.12.07 00:56:27.299134 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 12917 | 2024.12.07 00:56:27.299341 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12918 | 2024.12.07 00:56:27.299599 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12919 | 2024.12.07 00:56:27.299627 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 12920 | 2024.12.07 00:56:27.300100 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 12921 | 2024.12.07 00:56:27.300362 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 12922 | 2024.12.07 00:56:27.300684 [ 191 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 12923 | 2024.12.07 00:56:27.302858 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2024.12.07 00:56:27.302868 [ 193 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004501609 sec., 14439.281599090458 rows/sec., 956.69 KiB/sec. | ||
| 12925 | 2024.12.07 00:56:27.302903 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12926 | 2024.12.07 00:56:27.303014 [ 193 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12927 | 2024.12.07 00:56:27.303377 [ 193 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12928 | 2024.12.07 00:56:27.303398 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12929 | 2024.12.07 00:56:27.303484 [ 193 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_49_12} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12930 | 2024.12.07 00:56:27.303587 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12931 | 2024.12.07 00:56:27.303704 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12932 | 2024.12.07 00:56:27.303940 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.004795 sec., 186235.66214807093 rows/sec., 13.52 MiB/sec. | ||
| 12933 | 2024.12.07 00:56:27.304040 [ 276 ] {10cf0d06-782c-45c6-971c-8cc44b7628d8} <Debug> TCPHandler: Processed in 0.005432607 sec. | ||
| 12934 | 2024.12.07 00:56:27.304282 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12935 | 2024.12.07 00:56:27.304591 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12936 | 2024.12.07 00:56:27.304745 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12937 | 2024.12.07 00:56:27.305307 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12938 | 2024.12.07 00:56:27.305347 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12939 | 2024.12.07 00:56:27.305710 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12940 | 2024.12.07 00:56:27.305950 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12941 | 2024.12.07 00:56:27.306183 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001711 sec., 3506.7212156633545 rows/sec., 183.21 KiB/sec. | ||
| 12942 | 2024.12.07 00:56:27.306237 [ 280 ] {19618cf8-3d08-497b-91cc-af5aace2d199} <Debug> TCPHandler: Processed in 0.002081472 sec. | ||
| 12943 | 2024.12.07 00:56:27.306378 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12944 | 2024.12.07 00:56:27.306491 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12945 | 2024.12.07 00:56:27.306540 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12946 | 2024.12.07 00:56:27.307247 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12947 | 2024.12.07 00:56:27.307308 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12948 | 2024.12.07 00:56:27.307793 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12949 | 2024.12.07 00:56:27.308043 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12950 | 2024.12.07 00:56:27.308259 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.00179 sec., 537430.1675977653 rows/sec., 35.71 MiB/sec. | ||
| 12951 | 2024.12.07 00:56:27.308321 [ 276 ] {75716775-55f5-4fb8-94d7-fc3640f84253} <Debug> TCPHandler: Processed in 0.0019957 sec. | ||
| 12952 | 2024.12.07 00:56:27.308483 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12953 | 2024.12.07 00:56:27.308645 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12954 | 2024.12.07 00:56:27.308694 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12955 | 2024.12.07 00:56:27.309119 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12956 | 2024.12.07 00:56:27.309157 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12957 | 2024.12.07 00:56:27.309509 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12958 | 2024.12.07 00:56:27.309761 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12959 | 2024.12.07 00:56:27.309990 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 12960 | 2024.12.07 00:56:27.310090 [ 280 ] {2a6a7d1f-41db-4fc3-9af7-3e1928306d34} <Debug> TCPHandler: Processed in 0.001678093 sec. | ||
| 12961 | 2024.12.07 00:56:27.310310 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12962 | 2024.12.07 00:56:27.310460 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12963 | 2024.12.07 00:56:27.310533 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12964 | 2024.12.07 00:56:27.311692 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2024.12.07 00:56:27.311732 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12966 | 2024.12.07 00:56:27.312397 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12967 | 2024.12.07 00:56:27.312654 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2024.12.07 00:56:27.312918 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002477 sec., 16552.280985062574 rows/sec., 29.66 MiB/sec. | ||
| 12969 | 2024.12.07 00:56:27.313229 [ 276 ] {a4a99802-27a7-4075-96de-323ef56bdb82} <Debug> TCPHandler: Processed in 0.0030438 sec. | ||
| 12970 | 2024.12.07 00:56:27.313384 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12971 | 2024.12.07 00:56:27.313493 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12972 | 2024.12.07 00:56:27.313539 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12973 | 2024.12.07 00:56:27.314039 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12974 | 2024.12.07 00:56:27.314077 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12975 | 2024.12.07 00:56:27.314428 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12976 | 2024.12.07 00:56:27.314675 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12977 | 2024.12.07 00:56:27.314883 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001412 sec., 24079.320113314447 rows/sec., 1.40 MiB/sec. | ||
| 12978 | 2024.12.07 00:56:27.314932 [ 280 ] {a4629a6b-8b09-491c-882b-799fad593566} <Debug> TCPHandler: Processed in 0.001604902 sec. | ||
| 12979 | 2024.12.07 00:56:29.485879 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1844 | ||
| 12980 | 2024.12.07 00:56:29.489622 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2024.12.07 00:56:29.489668 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12982 | 2024.12.07 00:56:29.491185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12983 | 2024.12.07 00:56:29.491520 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2024.12.07 00:56:29.493055 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1844 | ||
| 12985 | 2024.12.07 00:56:31.459134 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12986 | 2024.12.07 00:56:31.459339 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12987 | 2024.12.07 00:56:31.459420 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12988 | 2024.12.07 00:56:31.460208 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12989 | 2024.12.07 00:56:31.460258 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 12990 | 2024.12.07 00:56:31.460698 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12991 | 2024.12.07 00:56:31.460948 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12992 | 2024.12.07 00:56:31.461202 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec. | ||
| 12993 | 2024.12.07 00:56:31.461273 [ 276 ] {8c4c481c-113c-4e9c-9175-233a7aef655d} <Debug> TCPHandler: Processed in 0.002265595 sec. | ||
| 12994 | 2024.12.07 00:56:31.461461 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12995 | 2024.12.07 00:56:31.461605 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12996 | 2024.12.07 00:56:31.461663 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12997 | 2024.12.07 00:56:31.462339 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12998 | 2024.12.07 00:56:31.462380 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 12999 | 2024.12.07 00:56:31.462756 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13000 | 2024.12.07 00:56:31.462994 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13001 | 2024.12.07 00:56:31.463223 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001655 sec., 38670.69486404834 rows/sec., 3.02 MiB/sec. | ||
| 13002 | 2024.12.07 00:56:31.463275 [ 280 ] {a5a9602b-d318-4cd9-8bea-3134e164a140} <Debug> TCPHandler: Processed in 0.001883587 sec. | ||
| 13003 | 2024.12.07 00:56:31.463416 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13004 | 2024.12.07 00:56:31.463525 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13005 | 2024.12.07 00:56:31.463575 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13006 | 2024.12.07 00:56:31.464081 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13007 | 2024.12.07 00:56:31.464122 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13008 | 2024.12.07 00:56:31.464516 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13009 | 2024.12.07 00:56:31.464756 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13010 | 2024.12.07 00:56:31.464977 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001473 sec., 86897.48811948406 rows/sec., 6.05 MiB/sec. | ||
| 13011 | 2024.12.07 00:56:31.465036 [ 276 ] {a7167568-f456-4a5a-80e6-eda0dfe9c674} <Debug> TCPHandler: Processed in 0.001672163 sec. | ||
| 13012 | 2024.12.07 00:56:31.465175 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13013 | 2024.12.07 00:56:31.465360 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13014 | 2024.12.07 00:56:31.465439 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13015 | 2024.12.07 00:56:31.465984 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13016 | 2024.12.07 00:56:31.466029 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13017 | 2024.12.07 00:56:31.466427 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13018 | 2024.12.07 00:56:31.466666 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13019 | 2024.12.07 00:56:31.466865 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001563 sec., 30710.17274472169 rows/sec., 2.07 MiB/sec. | ||
| 13020 | 2024.12.07 00:56:31.466915 [ 280 ] {a2de2940-9be0-4cef-80c9-07714a38f9f8} <Debug> TCPHandler: Processed in 0.001797726 sec. | ||
| 13021 | 2024.12.07 00:56:31.799035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 13022 | 2024.12.07 00:56:31.799776 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2024.12.07 00:56:31.799835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13024 | 2024.12.07 00:56:31.800413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13025 | 2024.12.07 00:56:31.800668 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2024.12.07 00:56:31.800910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 13027 | 2024.12.07 00:56:33.974178 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13028 | 2024.12.07 00:56:33.992696 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13029 | 2024.12.07 00:56:33.992759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13030 | 2024.12.07 00:56:33.999748 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13031 | 2024.12.07 00:56:34.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.17 MiB, peak 268.76 MiB, free memory in arenas 0.00 B, will set to 255.65 MiB (RSS), difference: -4.52 MiB | ||
| 13032 | 2024.12.07 00:56:34.001588 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13033 | 2024.12.07 00:56:34.004591 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13034 | 2024.12.07 00:56:35.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.65 MiB, peak 268.76 MiB, free memory in arenas 0.00 B, will set to 255.65 MiB (RSS), difference: 4.00 MiB | ||
| 13035 | 2024.12.07 00:56:36.462547 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13036 | 2024.12.07 00:56:36.462730 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13037 | 2024.12.07 00:56:36.462800 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13038 | 2024.12.07 00:56:36.463563 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13039 | 2024.12.07 00:56:36.463605 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13040 | 2024.12.07 00:56:36.464034 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13041 | 2024.12.07 00:56:36.464293 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13042 | 2024.12.07 00:56:36.464512 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.36 MiB/sec. | ||
| 13043 | 2024.12.07 00:56:36.464574 [ 276 ] {f6c9c8e4-63eb-419f-9296-d129acab518d} <Debug> TCPHandler: Processed in 0.002153303 sec. | ||
| 13044 | 2024.12.07 00:56:36.464778 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13045 | 2024.12.07 00:56:36.465073 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13046 | 2024.12.07 00:56:36.465200 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13047 | 2024.12.07 00:56:36.465963 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13048 | 2024.12.07 00:56:36.466001 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13049 | 2024.12.07 00:56:36.466363 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13050 | 2024.12.07 00:56:36.466619 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13051 | 2024.12.07 00:56:36.466801 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001833 sec., 34915.43917075832 rows/sec., 2.73 MiB/sec. | ||
| 13052 | 2024.12.07 00:56:36.466871 [ 280 ] {3a0871e9-d205-4203-b2a8-434a4ca806d2} <Debug> TCPHandler: Processed in 0.002174263 sec. | ||
| 13053 | 2024.12.07 00:56:36.467038 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13054 | 2024.12.07 00:56:36.467183 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13055 | 2024.12.07 00:56:36.467234 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13056 | 2024.12.07 00:56:36.467766 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13057 | 2024.12.07 00:56:36.467803 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13058 | 2024.12.07 00:56:36.468181 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13059 | 2024.12.07 00:56:36.468413 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13060 | 2024.12.07 00:56:36.468596 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. | ||
| 13061 | 2024.12.07 00:56:36.468665 [ 276 ] {6fcaba3b-66cc-4dc8-92c8-a09f53c11971} <Debug> TCPHandler: Processed in 0.001694273 sec. | ||
| 13062 | 2024.12.07 00:56:36.468845 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13063 | 2024.12.07 00:56:36.468976 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13064 | 2024.12.07 00:56:36.469023 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13065 | 2024.12.07 00:56:36.469457 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13066 | 2024.12.07 00:56:36.469493 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13067 | 2024.12.07 00:56:36.469844 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13068 | 2024.12.07 00:56:36.470089 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13069 | 2024.12.07 00:56:36.470297 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 13070 | 2024.12.07 00:56:36.470351 [ 280 ] {9c188244-9bb8-4192-bdfb-6c8bf688ff19} <Debug> TCPHandler: Processed in 0.001571751 sec. | ||
| 13071 | 2024.12.07 00:56:38.563972 [ 105 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_46_10 to all_50_50_0 | ||
| 13072 | 2024.12.07 00:56:38.564041 [ 105 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13073 | 2024.12.07 00:56:38.564067 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13074 | 2024.12.07 00:56:38.564229 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_10 to all_50_50_0 into Compact with storage Full | ||
| 13075 | 2024.12.07 00:56:38.564614 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13076 | 2024.12.07 00:56:38.564712 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 46 rows starting from the beginning of the part | ||
| 13077 | 2024.12.07 00:56:38.564848 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13078 | 2024.12.07 00:56:38.565077 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13079 | 2024.12.07 00:56:38.565247 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13080 | 2024.12.07 00:56:38.565495 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 13081 | 2024.12.07 00:56:38.566457 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.002319996 sec., 21551.761296140165 rows/sec., 1.42 MiB/sec. | ||
| 13082 | 2024.12.07 00:56:38.566659 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 13083 | 2024.12.07 00:56:38.567000 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2024.12.07 00:56:38.567102 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_50_11} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_46_10, all_50_50_0] -> all_1_50_11 | ||
| 13085 | 2024.12.07 00:56:38.567216 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13086 | 2024.12.07 00:56:39.067518 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13087 | 2024.12.07 00:56:39.067572 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13088 | 2024.12.07 00:56:39.301015 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 13089 | 2024.12.07 00:56:39.301734 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2024.12.07 00:56:39.301781 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13091 | 2024.12.07 00:56:39.302421 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13092 | 2024.12.07 00:56:39.302681 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13093 | 2024.12.07 00:56:39.302971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13094 | 2024.12.07 00:56:39.493323 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1860 | ||
| 13095 | 2024.12.07 00:56:39.496019 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13096 | 2024.12.07 00:56:39.496071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13097 | 2024.12.07 00:56:39.497527 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13098 | 2024.12.07 00:56:39.497830 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13099 | 2024.12.07 00:56:39.498062 [ 104 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13100 | 2024.12.07 00:56:39.498183 [ 104 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13101 | 2024.12.07 00:56:39.498285 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13102 | 2024.12.07 00:56:39.498795 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 13103 | 2024.12.07 00:56:39.499213 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1860 | ||
| 13104 | 2024.12.07 00:56:39.499827 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13105 | 2024.12.07 00:56:39.500023 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1690 rows starting from the beginning of the part | ||
| 13106 | 2024.12.07 00:56:39.500585 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 54 rows starting from the beginning of the part | ||
| 13107 | 2024.12.07 00:56:39.501101 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 13108 | 2024.12.07 00:56:39.501599 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
| 13109 | 2024.12.07 00:56:39.502089 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 54 rows starting from the beginning of the part | ||
| 13110 | 2024.12.07 00:56:39.502577 [ 189 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
| 13111 | 2024.12.07 00:56:39.511407 [ 204 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 72 columns (72 merged, 0 gathered) in 0.012953196 sec., 143593.9053188109 rows/sec., 109.17 MiB/sec. | ||
| 13112 | 2024.12.07 00:56:39.513701 [ 204 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13113 | 2024.12.07 00:56:39.514549 [ 204 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13114 | 2024.12.07 00:56:39.514655 [ 204 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_51_10} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13115 | 2024.12.07 00:56:39.515040 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 13116 | 2024.12.07 00:56:41.466704 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13117 | 2024.12.07 00:56:41.466916 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13118 | 2024.12.07 00:56:41.466991 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13119 | 2024.12.07 00:56:41.467737 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2024.12.07 00:56:41.467791 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13121 | 2024.12.07 00:56:41.468240 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13122 | 2024.12.07 00:56:41.468503 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.12.07 00:56:41.468754 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 13124 | 2024.12.07 00:56:41.468860 [ 276 ] {45d6869f-1dc2-4cb4-9803-e5949efd1d3d} <Debug> TCPHandler: Processed in 0.002292525 sec. | ||
| 13125 | 2024.12.07 00:56:41.469115 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13126 | 2024.12.07 00:56:41.469287 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13127 | 2024.12.07 00:56:41.469348 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13128 | 2024.12.07 00:56:41.470096 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2024.12.07 00:56:41.470138 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13130 | 2024.12.07 00:56:41.470535 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13131 | 2024.12.07 00:56:41.470773 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2024.12.07 00:56:41.470963 [ 103 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13133 | 2024.12.07 00:56:41.471014 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001755 sec., 162393.16239316238 rows/sec., 14.33 MiB/sec. | ||
| 13134 | 2024.12.07 00:56:41.471060 [ 103 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13135 | 2024.12.07 00:56:41.471133 [ 280 ] {c93783b5-eed6-40cd-b60e-908f81f201df} <Debug> TCPHandler: Processed in 0.002153863 sec. | ||
| 13136 | 2024.12.07 00:56:41.471137 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13137 | 2024.12.07 00:56:41.471345 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13138 | 2024.12.07 00:56:41.471406 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13139 | 2024.12.07 00:56:41.471522 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13140 | 2024.12.07 00:56:41.471639 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13141 | 2024.12.07 00:56:41.471786 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13142 | 2024.12.07 00:56:41.471881 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1435 rows starting from the beginning of the part | ||
| 13143 | 2024.12.07 00:56:41.472191 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 56 rows starting from the beginning of the part | ||
| 13144 | 2024.12.07 00:56:41.472584 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1432 rows starting from the beginning of the part | ||
| 13145 | 2024.12.07 00:56:41.473009 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 13146 | 2024.12.07 00:56:41.473487 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part | ||
| 13147 | 2024.12.07 00:56:41.473881 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 285 rows starting from the beginning of the part | ||
| 13148 | 2024.12.07 00:56:41.474876 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13149 | 2024.12.07 00:56:41.474941 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13150 | 2024.12.07 00:56:41.475820 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13151 | 2024.12.07 00:56:41.476433 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13152 | 2024.12.07 00:56:41.476703 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005236 sec., 9167.303284950343 rows/sec., 675.91 KiB/sec. | ||
| 13153 | 2024.12.07 00:56:41.476815 [ 276 ] {a115fd3e-551d-4c70-9205-e53ed71a9f9a} <Debug> TCPHandler: Processed in 0.00557523 sec. | ||
| 13154 | 2024.12.07 00:56:41.477039 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13155 | 2024.12.07 00:56:41.477300 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006009198 sec., 552486.3717254781 rows/sec., 48.24 MiB/sec. | ||
| 13156 | 2024.12.07 00:56:41.477318 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13157 | 2024.12.07 00:56:41.477395 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13158 | 2024.12.07 00:56:41.477595 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13159 | 2024.12.07 00:56:41.478217 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2024.12.07 00:56:41.478420 [ 188 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_116_23} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13161 | 2024.12.07 00:56:41.478595 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 13162 | 2024.12.07 00:56:41.478695 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13163 | 2024.12.07 00:56:41.478739 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13164 | 2024.12.07 00:56:41.479102 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13165 | 2024.12.07 00:56:41.479346 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13166 | 2024.12.07 00:56:41.479601 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002326 sec., 6018.916595012898 rows/sec., 421.53 KiB/sec. | ||
| 13167 | 2024.12.07 00:56:41.479703 [ 280 ] {0994f537-9aed-4170-84e8-62ffb781371c} <Debug> TCPHandler: Processed in 0.002752385 sec. | ||
| 13168 | 2024.12.07 00:56:41.479958 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13169 | 2024.12.07 00:56:41.480115 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13170 | 2024.12.07 00:56:41.480171 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13171 | 2024.12.07 00:56:41.480791 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13172 | 2024.12.07 00:56:41.480831 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13173 | 2024.12.07 00:56:41.481178 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13174 | 2024.12.07 00:56:41.481412 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13175 | 2024.12.07 00:56:41.481613 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec. | ||
| 13176 | 2024.12.07 00:56:41.481666 [ 276 ] {7b762323-a036-482b-bcfe-e2b62b13a0db} <Debug> TCPHandler: Processed in 0.001853077 sec. | ||
| 13177 | 2024.12.07 00:56:41.481828 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13178 | 2024.12.07 00:56:41.481955 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13179 | 2024.12.07 00:56:41.482009 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13180 | 2024.12.07 00:56:41.482781 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13181 | 2024.12.07 00:56:41.482820 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13182 | 2024.12.07 00:56:41.483203 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13183 | 2024.12.07 00:56:41.483436 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13184 | 2024.12.07 00:56:41.483614 [ 103 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13185 | 2024.12.07 00:56:41.483668 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001737 sec., 243523.31606217616 rows/sec., 17.41 MiB/sec. | ||
| 13186 | 2024.12.07 00:56:41.483677 [ 103 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13187 | 2024.12.07 00:56:41.483754 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13188 | 2024.12.07 00:56:41.483789 [ 280 ] {9fe36e9a-6805-427e-9b11-3a32da59cdea} <Debug> TCPHandler: Processed in 0.002018979 sec. | ||
| 13189 | 2024.12.07 00:56:41.483983 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13190 | 2024.12.07 00:56:41.483997 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13191 | 2024.12.07 00:56:41.484157 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13192 | 2024.12.07 00:56:41.484236 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13193 | 2024.12.07 00:56:41.484263 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13194 | 2024.12.07 00:56:41.484300 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 13195 | 2024.12.07 00:56:41.484617 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part | ||
| 13196 | 2024.12.07 00:56:41.484998 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 893 rows starting from the beginning of the part | ||
| 13197 | 2024.12.07 00:56:41.485324 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 13198 | 2024.12.07 00:56:41.485610 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part | ||
| 13199 | 2024.12.07 00:56:41.485915 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 423 rows starting from the beginning of the part | ||
| 13200 | 2024.12.07 00:56:41.486645 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13201 | 2024.12.07 00:56:41.486713 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13202 | 2024.12.07 00:56:41.487476 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13203 | 2024.12.07 00:56:41.488012 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13204 | 2024.12.07 00:56:41.488339 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004248 sec., 1412.4293785310733 rows/sec., 73.79 KiB/sec. | ||
| 13205 | 2024.12.07 00:56:41.488430 [ 276 ] {01724fea-8a37-464e-bfe9-41b594bc346e} <Debug> TCPHandler: Processed in 0.00454295 sec. | ||
| 13206 | 2024.12.07 00:56:41.488656 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13207 | 2024.12.07 00:56:41.488851 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.004992728 sec., 485305.8287974029 rows/sec., 37.23 MiB/sec. | ||
| 13208 | 2024.12.07 00:56:41.488908 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13209 | 2024.12.07 00:56:41.489008 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13210 | 2024.12.07 00:56:41.489090 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13211 | 2024.12.07 00:56:41.489657 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13212 | 2024.12.07 00:56:41.489814 [ 203 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_116_23} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13213 | 2024.12.07 00:56:41.489967 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13214 | 2024.12.07 00:56:41.490162 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13215 | 2024.12.07 00:56:41.490206 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13216 | 2024.12.07 00:56:41.490612 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13217 | 2024.12.07 00:56:41.490857 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13218 | 2024.12.07 00:56:41.491036 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13219 | 2024.12.07 00:56:41.491080 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002223 sec., 106612.68556005397 rows/sec., 7.15 MiB/sec. | ||
| 13220 | 2024.12.07 00:56:41.491090 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13221 | 2024.12.07 00:56:41.491161 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13222 | 2024.12.07 00:56:41.491215 [ 280 ] {705ccbe8-3d40-4e24-a308-e8b739659afa} <Debug> TCPHandler: Processed in 0.002684533 sec. | ||
| 13223 | 2024.12.07 00:56:41.491460 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13224 | 2024.12.07 00:56:41.491547 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13225 | 2024.12.07 00:56:41.491764 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13226 | 2024.12.07 00:56:41.491960 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13227 | 2024.12.07 00:56:41.492107 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13228 | 2024.12.07 00:56:41.492255 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_111_22, total 33033 rows starting from the beginning of the part | ||
| 13229 | 2024.12.07 00:56:41.492717 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 13230 | 2024.12.07 00:56:41.493451 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 962 rows starting from the beginning of the part | ||
| 13231 | 2024.12.07 00:56:41.493924 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 128 rows starting from the beginning of the part | ||
| 13232 | 2024.12.07 00:56:41.494422 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 13233 | 2024.12.07 00:56:41.494847 [ 188 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part | ||
| 13234 | 2024.12.07 00:56:41.495008 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13235 | 2024.12.07 00:56:41.495127 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13236 | 2024.12.07 00:56:41.496656 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13237 | 2024.12.07 00:56:41.496999 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13238 | 2024.12.07 00:56:41.497391 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005763 sec., 173.5207357279195 rows/sec., 11.69 KiB/sec. | ||
| 13239 | 2024.12.07 00:56:41.497738 [ 276 ] {42eb4dde-9add-4ed8-a807-4fdbc7ab0be1} <Debug> TCPHandler: Processed in 0.006399846 sec. | ||
| 13240 | 2024.12.07 00:56:41.498057 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13241 | 2024.12.07 00:56:41.498530 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13242 | 2024.12.07 00:56:41.498779 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13243 | 2024.12.07 00:56:41.500876 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13244 | 2024.12.07 00:56:41.500934 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13245 | 2024.12.07 00:56:41.502593 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13246 | 2024.12.07 00:56:41.502930 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13247 | 2024.12.07 00:56:41.503191 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13248 | 2024.12.07 00:56:41.503253 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2024.12.07 00:56:41.503274 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004903 sec., 8362.227207831938 rows/sec., 14.98 MiB/sec. | ||
| 13250 | 2024.12.07 00:56:41.503288 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13251 | 2024.12.07 00:56:41.504105 [ 280 ] {5e7fa4d5-5d14-4fc4-b8ee-601c821f2107} <Debug> TCPHandler: Processed in 0.006232163 sec. | ||
| 13252 | 2024.12.07 00:56:41.504424 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13253 | 2024.12.07 00:56:41.504216 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 13254 | 2024.12.07 00:56:41.504711 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13255 | 2024.12.07 00:56:41.504969 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13256 | 2024.12.07 00:56:41.505201 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13257 | 2024.12.07 00:56:41.509698 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34680 rows, containing 5 columns (5 merged, 0 gathered) in 0.018430613 sec., 1881652.0101637424 rows/sec., 127.01 MiB/sec. | ||
| 13258 | 2024.12.07 00:56:41.509953 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13259 | 2024.12.07 00:56:41.510121 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13260 | 2024.12.07 00:56:41.510328 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13261 | 2024.12.07 00:56:41.510457 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13262 | 2024.12.07 00:56:41.511553 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1702 rows starting from the beginning of the part | ||
| 13263 | 2024.12.07 00:56:41.512586 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13264 | 2024.12.07 00:56:41.512738 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13265 | 2024.12.07 00:56:41.513096 [ 196 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13266 | 2024.12.07 00:56:41.513432 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13267 | 2024.12.07 00:56:41.514097 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2024.12.07 00:56:41.514653 [ 103 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13269 | 2024.12.07 00:56:41.514788 [ 103 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13270 | 2024.12.07 00:56:41.514895 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13271 | 2024.12.07 00:56:41.514940 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.010166 sec., 8066.102695258705 rows/sec., 524.59 KiB/sec. | ||
| 13272 | 2024.12.07 00:56:41.515396 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13273 | 2024.12.07 00:56:41.515483 [ 276 ] {91f8daa0-6603-430b-80ca-876d38123928} <Debug> TCPHandler: Processed in 0.011201191 sec. | ||
| 13274 | 2024.12.07 00:56:41.516079 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13275 | 2024.12.07 00:56:41.516141 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part | ||
| 13276 | 2024.12.07 00:56:41.516266 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6726 rows starting from the beginning of the part | ||
| 13277 | 2024.12.07 00:56:41.516694 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 13278 | 2024.12.07 00:56:41.517110 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 34 rows starting from the beginning of the part | ||
| 13279 | 2024.12.07 00:56:41.517590 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 48 rows starting from the beginning of the part | ||
| 13280 | 2024.12.07 00:56:41.517996 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 13281 | 2024.12.07 00:56:41.518377 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part | ||
| 13282 | 2024.12.07 00:56:41.520267 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part | ||
| 13283 | 2024.12.07 00:56:41.522022 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part | ||
| 13284 | 2024.12.07 00:56:41.523731 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part | ||
| 13285 | 2024.12.07 00:56:41.525244 [ 198 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part | ||
| 13286 | 2024.12.07 00:56:41.525704 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7010 rows, containing 4 columns (4 merged, 0 gathered) in 0.01064984 sec., 658225.8512803948 rows/sec., 42.88 MiB/sec. | ||
| 13287 | 2024.12.07 00:56:41.526351 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13288 | 2024.12.07 00:56:41.527303 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13289 | 2024.12.07 00:56:41.527615 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_116_23} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13290 | 2024.12.07 00:56:41.528147 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 13291 | 2024.12.07 00:56:41.547832 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1907 rows, containing 19 columns (19 merged, 0 gathered) in 0.044171141 sec., 43172.984822828104 rows/sec., 77.36 MiB/sec. | ||
| 13292 | 2024.12.07 00:56:41.549344 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13293 | 2024.12.07 00:56:41.550469 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13294 | 2024.12.07 00:56:41.550660 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13295 | 2024.12.07 00:56:41.550898 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 13296 | 2024.12.07 00:56:41.556668 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13297 | 2024.12.07 00:56:41.556716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13298 | 2024.12.07 00:56:41.564112 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13299 | 2024.12.07 00:56:41.564917 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13300 | 2024.12.07 00:56:41.568296 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13301 | 2024.12.07 00:56:42.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.11 MiB, peak 274.02 MiB, free memory in arenas 0.00 B, will set to 264.11 MiB (RSS), difference: 7.00 MiB | ||
| 13302 | 2024.12.07 00:56:46.461062 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13303 | 2024.12.07 00:56:46.461268 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13304 | 2024.12.07 00:56:46.461337 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13305 | 2024.12.07 00:56:46.462068 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13306 | 2024.12.07 00:56:46.462110 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13307 | 2024.12.07 00:56:46.462545 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13308 | 2024.12.07 00:56:46.462818 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13309 | 2024.12.07 00:56:46.463018 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001802 sec., 1109.8779134295228 rows/sec., 90.50 KiB/sec. | ||
| 13310 | 2024.12.07 00:56:46.463074 [ 276 ] {973c01e5-2a74-41d0-a244-fcf636bba384} <Debug> TCPHandler: Processed in 0.002138792 sec. | ||
| 13311 | 2024.12.07 00:56:46.463252 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13312 | 2024.12.07 00:56:46.463366 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13313 | 2024.12.07 00:56:46.463414 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13314 | 2024.12.07 00:56:46.463989 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13315 | 2024.12.07 00:56:46.464026 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13316 | 2024.12.07 00:56:46.464400 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13317 | 2024.12.07 00:56:46.464639 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13318 | 2024.12.07 00:56:46.464812 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00147 sec., 38775.510204081635 rows/sec., 2.96 MiB/sec. | ||
| 13319 | 2024.12.07 00:56:46.464863 [ 280 ] {0deb471a-ca64-4294-9f18-949f75bf4e37} <Debug> TCPHandler: Processed in 0.001668513 sec. | ||
| 13320 | 2024.12.07 00:56:46.465016 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13321 | 2024.12.07 00:56:46.465126 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13322 | 2024.12.07 00:56:46.465172 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13323 | 2024.12.07 00:56:46.465698 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13324 | 2024.12.07 00:56:46.465737 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13325 | 2024.12.07 00:56:46.466082 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13326 | 2024.12.07 00:56:46.466332 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13327 | 2024.12.07 00:56:46.466509 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001408 sec., 1420.4545454545455 rows/sec., 99.18 KiB/sec. | ||
| 13328 | 2024.12.07 00:56:46.466559 [ 276 ] {e28a5691-2536-4746-8cec-14c43e4739f2} <Debug> TCPHandler: Processed in 0.001594262 sec. | ||
| 13329 | 2024.12.07 00:56:46.466717 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13330 | 2024.12.07 00:56:46.466824 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13331 | 2024.12.07 00:56:46.466868 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13332 | 2024.12.07 00:56:46.467421 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13333 | 2024.12.07 00:56:46.467458 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13334 | 2024.12.07 00:56:46.467812 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13335 | 2024.12.07 00:56:46.468055 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13336 | 2024.12.07 00:56:46.468256 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001454 sec., 45392.022008253094 rows/sec., 3.55 MiB/sec. | ||
| 13337 | 2024.12.07 00:56:46.468306 [ 280 ] {57692f7a-b5cf-4ba5-b5c2-e7e1c1505fa4} <Debug> TCPHandler: Processed in 0.001642382 sec. | ||
| 13338 | 2024.12.07 00:56:46.468460 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13339 | 2024.12.07 00:56:46.468565 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13340 | 2024.12.07 00:56:46.468611 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13341 | 2024.12.07 00:56:46.469132 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13342 | 2024.12.07 00:56:46.469168 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13343 | 2024.12.07 00:56:46.469609 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13344 | 2024.12.07 00:56:46.469854 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13345 | 2024.12.07 00:56:46.470029 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001487 sec., 108271.68796234028 rows/sec., 7.54 MiB/sec. | ||
| 13346 | 2024.12.07 00:56:46.470079 [ 276 ] {a2557a9c-d75e-4e62-af54-145086042f1a} <Debug> TCPHandler: Processed in 0.001672763 sec. | ||
| 13347 | 2024.12.07 00:56:46.470231 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13348 | 2024.12.07 00:56:46.470341 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13349 | 2024.12.07 00:56:46.470387 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13350 | 2024.12.07 00:56:46.470829 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13351 | 2024.12.07 00:56:46.470865 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13352 | 2024.12.07 00:56:46.471237 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13353 | 2024.12.07 00:56:46.471481 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13354 | 2024.12.07 00:56:46.471652 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
| 13355 | 2024.12.07 00:56:46.471699 [ 280 ] {84671c93-e8db-4aea-a18e-9cdcb5c5b286} <Debug> TCPHandler: Processed in 0.00152169 sec. | ||
| 13356 | 2024.12.07 00:56:46.803116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 13357 | 2024.12.07 00:56:46.804091 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13358 | 2024.12.07 00:56:46.804161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13359 | 2024.12.07 00:56:46.804914 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13360 | 2024.12.07 00:56:46.805266 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13361 | 2024.12.07 00:56:46.805551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 13362 | 2024.12.07 00:56:49.068350 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13363 | 2024.12.07 00:56:49.090279 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13364 | 2024.12.07 00:56:49.090334 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13365 | 2024.12.07 00:56:49.097722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13366 | 2024.12.07 00:56:49.098519 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13367 | 2024.12.07 00:56:49.101905 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13368 | 2024.12.07 00:56:49.499368 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1894 | ||
| 13369 | 2024.12.07 00:56:49.502687 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13370 | 2024.12.07 00:56:49.502732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13371 | 2024.12.07 00:56:49.504226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13372 | 2024.12.07 00:56:49.504527 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13373 | 2024.12.07 00:56:49.505078 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1894 | ||
| 13374 | 2024.12.07 00:56:51.467398 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13375 | 2024.12.07 00:56:51.467604 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13376 | 2024.12.07 00:56:51.467684 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13377 | 2024.12.07 00:56:51.468447 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13378 | 2024.12.07 00:56:51.468496 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13379 | 2024.12.07 00:56:51.468936 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13380 | 2024.12.07 00:56:51.469197 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13381 | 2024.12.07 00:56:51.469394 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 13382 | 2024.12.07 00:56:51.469451 [ 276 ] {a3a481d6-aaf7-4d22-844e-b956294151d4} <Debug> TCPHandler: Processed in 0.002181883 sec. | ||
| 13383 | 2024.12.07 00:56:51.469630 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13384 | 2024.12.07 00:56:51.469764 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13385 | 2024.12.07 00:56:51.469816 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13386 | 2024.12.07 00:56:51.470522 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13387 | 2024.12.07 00:56:51.470560 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13388 | 2024.12.07 00:56:51.470940 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13389 | 2024.12.07 00:56:51.471375 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13390 | 2024.12.07 00:56:51.471725 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001977 sec., 144157.8148710167 rows/sec., 12.72 MiB/sec. | ||
| 13391 | 2024.12.07 00:56:51.471828 [ 280 ] {d510f099-5349-42a0-a4cb-38d4d37872a8} <Debug> TCPHandler: Processed in 0.002253494 sec. | ||
| 13392 | 2024.12.07 00:56:51.471987 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13393 | 2024.12.07 00:56:51.472111 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13394 | 2024.12.07 00:56:51.472165 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13395 | 2024.12.07 00:56:51.472908 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13396 | 2024.12.07 00:56:51.472947 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13397 | 2024.12.07 00:56:51.473329 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13398 | 2024.12.07 00:56:51.473591 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13399 | 2024.12.07 00:56:51.473777 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001696 sec., 28301.88679245283 rows/sec., 2.04 MiB/sec. | ||
| 13400 | 2024.12.07 00:56:51.473832 [ 276 ] {29ee0bdb-4ce3-42c6-87c6-c0ef5bb2ddf6} <Debug> TCPHandler: Processed in 0.001901307 sec. | ||
| 13401 | 2024.12.07 00:56:51.474063 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13402 | 2024.12.07 00:56:51.474196 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13403 | 2024.12.07 00:56:51.474250 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13404 | 2024.12.07 00:56:51.474878 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13405 | 2024.12.07 00:56:51.474918 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13406 | 2024.12.07 00:56:51.475288 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13407 | 2024.12.07 00:56:51.475550 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13408 | 2024.12.07 00:56:51.475684 [ 85 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_47_10 to all_52_52_0 | ||
| 13409 | 2024.12.07 00:56:51.475720 [ 85 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13410 | 2024.12.07 00:56:51.475730 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec. | ||
| 13411 | 2024.12.07 00:56:51.475743 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13412 | 2024.12.07 00:56:51.475823 [ 280 ] {a5639fc6-07d2-43aa-9066-48d27eeb416b} <Debug> TCPHandler: Processed in 0.001833986 sec. | ||
| 13413 | 2024.12.07 00:56:51.475984 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_47_10 to all_52_52_0 into Compact with storage Full | ||
| 13414 | 2024.12.07 00:56:51.476041 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13415 | 2024.12.07 00:56:51.476216 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13416 | 2024.12.07 00:56:51.476255 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13417 | 2024.12.07 00:56:51.476316 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 243 rows starting from the beginning of the part | ||
| 13418 | 2024.12.07 00:56:51.476338 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13419 | 2024.12.07 00:56:51.476578 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 13420 | 2024.12.07 00:56:51.477046 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 13421 | 2024.12.07 00:56:51.477453 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 242 rows starting from the beginning of the part | ||
| 13422 | 2024.12.07 00:56:51.477844 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 13423 | 2024.12.07 00:56:51.478251 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 13424 | 2024.12.07 00:56:51.479464 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2024.12.07 00:56:51.479525 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13426 | 2024.12.07 00:56:51.480572 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13427 | 2024.12.07 00:56:51.481093 [ 197 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005254364 sec., 102962.03308335699 rows/sec., 7.37 MiB/sec. | ||
| 13428 | 2024.12.07 00:56:51.481135 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13429 | 2024.12.07 00:56:51.481279 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
| 13430 | 2024.12.07 00:56:51.481471 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005262 sec., 2470.543519574306 rows/sec., 154.04 KiB/sec. | ||
| 13431 | 2024.12.07 00:56:51.481777 [ 276 ] {4fd6b520-542c-4d2d-b71e-d9c1b40ce2dd} <Debug> TCPHandler: Processed in 0.005829075 sec. | ||
| 13432 | 2024.12.07 00:56:51.482102 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13433 | 2024.12.07 00:56:51.482264 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13434 | 2024.12.07 00:56:51.482490 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13435 | 2024.12.07 00:56:51.482620 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_52_11} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_47_10, all_52_52_0] -> all_1_52_11 | ||
| 13436 | 2024.12.07 00:56:51.482632 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13437 | 2024.12.07 00:56:51.482756 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13438 | 2024.12.07 00:56:51.483449 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13439 | 2024.12.07 00:56:51.483487 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13440 | 2024.12.07 00:56:51.483864 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13441 | 2024.12.07 00:56:51.484110 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13442 | 2024.12.07 00:56:51.484310 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001944 sec., 217592.59259259258 rows/sec., 15.56 MiB/sec. | ||
| 13443 | 2024.12.07 00:56:51.484368 [ 280 ] {91e6eb9c-ff3f-4c00-a3e8-ed37a18ac31e} <Debug> TCPHandler: Processed in 0.002452728 sec. | ||
| 13444 | 2024.12.07 00:56:51.484529 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13445 | 2024.12.07 00:56:51.484660 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13446 | 2024.12.07 00:56:51.484717 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13447 | 2024.12.07 00:56:51.485194 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13448 | 2024.12.07 00:56:51.485231 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13449 | 2024.12.07 00:56:51.485594 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13450 | 2024.12.07 00:56:51.485844 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13451 | 2024.12.07 00:56:51.485980 [ 85 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 | ||
| 13452 | 2024.12.07 00:56:51.486019 [ 85 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13453 | 2024.12.07 00:56:51.486029 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. | ||
| 13454 | 2024.12.07 00:56:51.486042 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13455 | 2024.12.07 00:56:51.486116 [ 276 ] {26191f1e-5426-41a1-9107-40131ff7e192} <Debug> TCPHandler: Processed in 0.001649733 sec. | ||
| 13456 | 2024.12.07 00:56:51.486167 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full | ||
| 13457 | 2024.12.07 00:56:51.486262 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13458 | 2024.12.07 00:56:51.486274 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13459 | 2024.12.07 00:56:51.486295 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 276 rows starting from the beginning of the part | ||
| 13460 | 2024.12.07 00:56:51.486403 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 13461 | 2024.12.07 00:56:51.486528 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13462 | 2024.12.07 00:56:51.486653 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13463 | 2024.12.07 00:56:51.486710 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13464 | 2024.12.07 00:56:51.487007 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 13465 | 2024.12.07 00:56:51.487189 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13466 | 2024.12.07 00:56:51.487385 [ 197 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 13467 | 2024.12.07 00:56:51.488490 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13468 | 2024.12.07 00:56:51.488539 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13469 | 2024.12.07 00:56:51.489050 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002939547 sec., 104097.672192348 rows/sec., 5.31 MiB/sec. | ||
| 13470 | 2024.12.07 00:56:51.489173 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13471 | 2024.12.07 00:56:51.489179 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13472 | 2024.12.07 00:56:51.489453 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13473 | 2024.12.07 00:56:51.489688 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003258 sec., 72744.014732965 rows/sec., 4.88 MiB/sec. | ||
| 13474 | 2024.12.07 00:56:51.489771 [ 280 ] {f4668b3a-01a4-4d86-83b2-86a33f888dde} <Debug> TCPHandler: Processed in 0.00355459 sec. | ||
| 13475 | 2024.12.07 00:56:51.489772 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13476 | 2024.12.07 00:56:51.489907 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_51_11} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 | ||
| 13477 | 2024.12.07 00:56:51.489954 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13478 | 2024.12.07 00:56:51.490008 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 13479 | 2024.12.07 00:56:51.490089 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13480 | 2024.12.07 00:56:51.490137 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13481 | 2024.12.07 00:56:51.490561 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13482 | 2024.12.07 00:56:51.490597 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13483 | 2024.12.07 00:56:51.490844 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13484 | 2024.12.07 00:56:51.490847 [ 222 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13485 | 2024.12.07 00:56:51.490880 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13486 | 2024.12.07 00:56:51.490942 [ 222 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13487 | 2024.12.07 00:56:51.491169 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13488 | 2024.12.07 00:56:51.491438 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13489 | 2024.12.07 00:56:51.491633 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec. | ||
| 13490 | 2024.12.07 00:56:51.491725 [ 276 ] {0eb2827b-e0df-433d-8fa7-bb1e703ae2a6} <Debug> TCPHandler: Processed in 0.001858376 sec. | ||
| 13491 | 2024.12.07 00:56:51.491953 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13492 | 2024.12.07 00:56:51.492108 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13493 | 2024.12.07 00:56:51.492182 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13494 | 2024.12.07 00:56:51.493725 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13495 | 2024.12.07 00:56:51.493764 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13496 | 2024.12.07 00:56:51.494432 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13497 | 2024.12.07 00:56:51.494690 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13498 | 2024.12.07 00:56:51.494898 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002815 sec., 14564.831261101244 rows/sec., 26.10 MiB/sec. | ||
| 13499 | 2024.12.07 00:56:51.495000 [ 280 ] {bf4ffa0a-4a15-4466-b43d-1152747d9d1c} <Debug> TCPHandler: Processed in 0.003161973 sec. | ||
| 13500 | 2024.12.07 00:56:51.495151 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13501 | 2024.12.07 00:56:51.495266 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13502 | 2024.12.07 00:56:51.495318 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13503 | 2024.12.07 00:56:51.495749 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13504 | 2024.12.07 00:56:51.495786 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13505 | 2024.12.07 00:56:51.496169 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13506 | 2024.12.07 00:56:51.496985 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13507 | 2024.12.07 00:56:51.497451 [ 224 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13508 | 2024.12.07 00:56:51.497464 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002187 sec., 37494.28440786465 rows/sec., 2.38 MiB/sec. | ||
| 13509 | 2024.12.07 00:56:51.497522 [ 224 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13510 | 2024.12.07 00:56:51.497961 [ 276 ] {b5f7f6f5-5eb2-4d90-b560-6089abfffb11} <Debug> TCPHandler: Processed in 0.002849636 sec. | ||
| 13511 | 2024.12.07 00:56:51.501154 [ 222 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13512 | 2024.12.07 00:56:51.501488 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13513 | 2024.12.07 00:56:51.502461 [ 224 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13514 | 2024.12.07 00:56:52.609844 [ 223 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13515 | 2024.12.07 00:56:52.609897 [ 223 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13516 | 2024.12.07 00:56:52.612449 [ 223 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13517 | 2024.12.07 00:56:54.067826 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13518 | 2024.12.07 00:56:54.067913 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13519 | 2024.12.07 00:56:54.076606 [ 218 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13520 | 2024.12.07 00:56:54.076669 [ 218 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13521 | 2024.12.07 00:56:54.078833 [ 218 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13522 | 2024.12.07 00:56:54.305662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 13523 | 2024.12.07 00:56:54.306333 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13524 | 2024.12.07 00:56:54.306387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13525 | 2024.12.07 00:56:54.306915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13526 | 2024.12.07 00:56:54.307191 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13527 | 2024.12.07 00:56:54.307455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13528 | 2024.12.07 00:56:54.793688 [ 225 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13529 | 2024.12.07 00:56:54.793763 [ 225 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13530 | 2024.12.07 00:56:54.795749 [ 225 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13531 | 2024.12.07 00:56:56.460694 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13532 | 2024.12.07 00:56:56.460879 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13533 | 2024.12.07 00:56:56.460950 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13534 | 2024.12.07 00:56:56.461741 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2024.12.07 00:56:56.461787 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13536 | 2024.12.07 00:56:56.462249 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13537 | 2024.12.07 00:56:56.462523 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13538 | 2024.12.07 00:56:56.462754 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 13539 | 2024.12.07 00:56:56.462845 [ 276 ] {567d02b9-b7ea-4f1b-a988-9db12db0e440} <Debug> TCPHandler: Processed in 0.002293996 sec. | ||
| 13540 | 2024.12.07 00:56:56.463067 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13541 | 2024.12.07 00:56:56.463339 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13542 | 2024.12.07 00:56:56.463441 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13543 | 2024.12.07 00:56:56.464068 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2024.12.07 00:56:56.464110 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13545 | 2024.12.07 00:56:56.464510 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13546 | 2024.12.07 00:56:56.464752 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2024.12.07 00:56:56.464994 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001744 sec., 36697.247706422015 rows/sec., 2.86 MiB/sec. | ||
| 13548 | 2024.12.07 00:56:56.465102 [ 280 ] {4ec24fe8-5915-4a7b-be30-a76d94a11bcb} <Debug> TCPHandler: Processed in 0.002116011 sec. | ||
| 13549 | 2024.12.07 00:56:56.465338 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13550 | 2024.12.07 00:56:56.465635 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13551 | 2024.12.07 00:56:56.465733 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13552 | 2024.12.07 00:56:56.466319 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13553 | 2024.12.07 00:56:56.466357 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13554 | 2024.12.07 00:56:56.466774 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13555 | 2024.12.07 00:56:56.467027 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13556 | 2024.12.07 00:56:56.467238 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 13557 | 2024.12.07 00:56:56.467290 [ 276 ] {50b8a937-6883-4428-adc8-fbc0aa3b72b0} <Debug> TCPHandler: Processed in 0.00207753 sec. | ||
| 13558 | 2024.12.07 00:56:56.467454 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13559 | 2024.12.07 00:56:56.467563 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13560 | 2024.12.07 00:56:56.467609 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13561 | 2024.12.07 00:56:56.468058 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13562 | 2024.12.07 00:56:56.468103 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13563 | 2024.12.07 00:56:56.468462 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13564 | 2024.12.07 00:56:56.468698 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2024.12.07 00:56:56.468902 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 13566 | 2024.12.07 00:56:56.468952 [ 280 ] {30f09c13-e011-45e3-a64a-05bd6208303a} <Debug> TCPHandler: Processed in 0.00155241 sec. | ||
| 13567 | 2024.12.07 00:56:56.601958 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13568 | 2024.12.07 00:56:56.623129 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13569 | 2024.12.07 00:56:56.623193 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13570 | 2024.12.07 00:56:56.630329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13571 | 2024.12.07 00:56:56.631143 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13572 | 2024.12.07 00:56:56.634231 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13573 | 2024.12.07 00:56:57.273635 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13574 | 2024.12.07 00:56:57.273824 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13575 | 2024.12.07 00:56:57.273895 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13576 | 2024.12.07 00:56:57.274623 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13577 | 2024.12.07 00:56:57.274671 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13578 | 2024.12.07 00:56:57.275141 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13579 | 2024.12.07 00:56:57.275403 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13580 | 2024.12.07 00:56:57.275652 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 13581 | 2024.12.07 00:56:57.275712 [ 276 ] {1217263c-da2d-4175-8906-cdf25980b1f0} <Debug> TCPHandler: Processed in 0.002204923 sec. | ||
| 13582 | 2024.12.07 00:56:57.275901 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13583 | 2024.12.07 00:56:57.276014 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13584 | 2024.12.07 00:56:57.276063 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13585 | 2024.12.07 00:56:57.276595 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13586 | 2024.12.07 00:56:57.276636 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13587 | 2024.12.07 00:56:57.276989 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13588 | 2024.12.07 00:56:57.277225 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13589 | 2024.12.07 00:56:57.277386 [ 74 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 13590 | 2024.12.07 00:56:57.277460 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001465 sec., 1365.1877133105802 rows/sec., 111.32 KiB/sec. | ||
| 13591 | 2024.12.07 00:56:57.277480 [ 74 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2024.12.07 00:56:57.277552 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13593 | 2024.12.07 00:56:57.277605 [ 280 ] {4946e342-6842-4dda-ba1f-13ffc85ececf} <Debug> TCPHandler: Processed in 0.001762625 sec. | ||
| 13594 | 2024.12.07 00:56:57.277820 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13595 | 2024.12.07 00:56:57.277839 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 13596 | 2024.12.07 00:56:57.278024 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13597 | 2024.12.07 00:56:57.278092 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13598 | 2024.12.07 00:56:57.278117 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13599 | 2024.12.07 00:56:57.278163 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 18 rows starting from the beginning of the part | ||
| 13600 | 2024.12.07 00:56:57.278496 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 13601 | 2024.12.07 00:56:57.278823 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 13602 | 2024.12.07 00:56:57.279175 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 13603 | 2024.12.07 00:56:57.279498 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 13604 | 2024.12.07 00:56:57.279894 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 13605 | 2024.12.07 00:56:57.282226 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13606 | 2024.12.07 00:56:57.282268 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.004609581 sec., 8677.578287484264 rows/sec., 741.49 KiB/sec. | ||
| 13607 | 2024.12.07 00:56:57.282291 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13608 | 2024.12.07 00:56:57.282536 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 13609 | 2024.12.07 00:56:57.283153 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2024.12.07 00:56:57.283305 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_24_5} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 13611 | 2024.12.07 00:56:57.283320 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13612 | 2024.12.07 00:56:57.283477 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13613 | 2024.12.07 00:56:57.283732 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13614 | 2024.12.07 00:56:57.283992 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.006052 sec., 235624.58691341704 rows/sec., 19.68 MiB/sec. | ||
| 13615 | 2024.12.07 00:56:57.284051 [ 276 ] {0b3f7239-043c-41b6-8441-349cfe0476b3} <Debug> TCPHandler: Processed in 0.006330555 sec. | ||
| 13616 | 2024.12.07 00:56:57.284207 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13617 | 2024.12.07 00:56:57.284315 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13618 | 2024.12.07 00:56:57.284361 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13619 | 2024.12.07 00:56:57.284921 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13620 | 2024.12.07 00:56:57.284960 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13621 | 2024.12.07 00:56:57.285313 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13622 | 2024.12.07 00:56:57.285550 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13623 | 2024.12.07 00:56:57.285767 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001472 sec., 33967.391304347824 rows/sec., 2.44 MiB/sec. | ||
| 13624 | 2024.12.07 00:56:57.285829 [ 280 ] {738af664-c68c-448f-a4c7-151747a03c86} <Debug> TCPHandler: Processed in 0.001681873 sec. | ||
| 13625 | 2024.12.07 00:56:57.285995 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13626 | 2024.12.07 00:56:57.286105 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13627 | 2024.12.07 00:56:57.286148 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13628 | 2024.12.07 00:56:57.286740 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13629 | 2024.12.07 00:56:57.286779 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13630 | 2024.12.07 00:56:57.287166 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13631 | 2024.12.07 00:56:57.287416 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13632 | 2024.12.07 00:56:57.287635 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001547 sec., 156431.80349062703 rows/sec., 10.60 MiB/sec. | ||
| 13633 | 2024.12.07 00:56:57.287710 [ 276 ] {a7ea0666-df37-4bf5-8184-5cc0fca5aaa1} <Debug> TCPHandler: Processed in 0.001785235 sec. | ||
| 13634 | 2024.12.07 00:56:57.287934 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2024.12.07 00:56:57.288081 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13636 | 2024.12.07 00:56:57.288128 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13637 | 2024.12.07 00:56:57.288674 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13638 | 2024.12.07 00:56:57.288712 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13639 | 2024.12.07 00:56:57.289062 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13640 | 2024.12.07 00:56:57.289304 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13641 | 2024.12.07 00:56:57.289508 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001451 sec., 8959.33838731909 rows/sec., 558.61 KiB/sec. | ||
| 13642 | 2024.12.07 00:56:57.289559 [ 280 ] {9dc2f916-13a9-4a30-adb1-2411b2408ba1} <Debug> TCPHandler: Processed in 0.001751055 sec. | ||
| 13643 | 2024.12.07 00:56:57.289711 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13644 | 2024.12.07 00:56:57.289818 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13645 | 2024.12.07 00:56:57.289862 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13646 | 2024.12.07 00:56:57.290638 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2024.12.07 00:56:57.290678 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13648 | 2024.12.07 00:56:57.291078 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13649 | 2024.12.07 00:56:57.291329 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2024.12.07 00:56:57.291542 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001746 sec., 504581.901489118 rows/sec., 36.59 MiB/sec. | ||
| 13651 | 2024.12.07 00:56:57.291593 [ 276 ] {715df158-194d-4f94-b16a-701e141e4e39} <Debug> TCPHandler: Processed in 0.001937968 sec. | ||
| 13652 | 2024.12.07 00:56:57.291739 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13653 | 2024.12.07 00:56:57.291845 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13654 | 2024.12.07 00:56:57.291891 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13655 | 2024.12.07 00:56:57.292344 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13656 | 2024.12.07 00:56:57.292384 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13657 | 2024.12.07 00:56:57.292744 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13658 | 2024.12.07 00:56:57.292996 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13659 | 2024.12.07 00:56:57.293203 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec. | ||
| 13660 | 2024.12.07 00:56:57.293254 [ 280 ] {7cdf08d0-680b-471d-832e-8808485742fe} <Debug> TCPHandler: Processed in 0.001577131 sec. | ||
| 13661 | 2024.12.07 00:56:57.293428 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13662 | 2024.12.07 00:56:57.293537 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13663 | 2024.12.07 00:56:57.293585 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13664 | 2024.12.07 00:56:57.294270 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13665 | 2024.12.07 00:56:57.294308 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13666 | 2024.12.07 00:56:57.294747 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13667 | 2024.12.07 00:56:57.294982 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13668 | 2024.12.07 00:56:57.295199 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001685 sec., 567359.0504451038 rows/sec., 37.69 MiB/sec. | ||
| 13669 | 2024.12.07 00:56:57.295250 [ 276 ] {52fd9fdf-1079-445e-af3a-05f4f722ec18} <Debug> TCPHandler: Processed in 0.001900208 sec. | ||
| 13670 | 2024.12.07 00:56:57.295392 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13671 | 2024.12.07 00:56:57.295501 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13672 | 2024.12.07 00:56:57.295548 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13673 | 2024.12.07 00:56:57.295957 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13674 | 2024.12.07 00:56:57.295996 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13675 | 2024.12.07 00:56:57.296342 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13676 | 2024.12.07 00:56:57.296576 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13677 | 2024.12.07 00:56:57.296798 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001315 sec., 760.4562737642585 rows/sec., 51.24 KiB/sec. | ||
| 13678 | 2024.12.07 00:56:57.296868 [ 280 ] {24675317-a297-4f13-a26a-fb21a0972500} <Debug> TCPHandler: Processed in 0.00152676 sec. | ||
| 13679 | 2024.12.07 00:56:57.297068 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13680 | 2024.12.07 00:56:57.297236 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13681 | 2024.12.07 00:56:57.297311 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13682 | 2024.12.07 00:56:57.298430 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13683 | 2024.12.07 00:56:57.298468 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13684 | 2024.12.07 00:56:57.299135 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13685 | 2024.12.07 00:56:57.299394 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13686 | 2024.12.07 00:56:57.299638 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002425 sec., 16907.21649484536 rows/sec., 30.30 MiB/sec. | ||
| 13687 | 2024.12.07 00:56:57.299729 [ 276 ] {9790762f-5c9b-46ca-8034-8f71403796c9} <Debug> TCPHandler: Processed in 0.002776594 sec. | ||
| 13688 | 2024.12.07 00:56:57.299872 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13689 | 2024.12.07 00:56:57.299986 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13690 | 2024.12.07 00:56:57.300033 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13691 | 2024.12.07 00:56:57.300477 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13692 | 2024.12.07 00:56:57.300517 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13693 | 2024.12.07 00:56:57.300916 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13694 | 2024.12.07 00:56:57.301199 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13695 | 2024.12.07 00:56:57.301422 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001457 sec., 23335.621139327384 rows/sec., 1.35 MiB/sec. | ||
| 13696 | 2024.12.07 00:56:57.301475 [ 280 ] {234ae79b-d73f-4bb0-8952-019de72a16cd} <Debug> TCPHandler: Processed in 0.001655932 sec. | ||
| 13697 | 2024.12.07 00:56:59.505322 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1948 | ||
| 13698 | 2024.12.07 00:56:59.510272 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13699 | 2024.12.07 00:56:59.510360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13700 | 2024.12.07 00:56:59.512527 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13701 | 2024.12.07 00:56:59.512977 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13702 | 2024.12.07 00:56:59.513856 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1948 | ||
| 13703 | 2024.12.07 00:57:01.459577 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13704 | 2024.12.07 00:57:01.459803 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13705 | 2024.12.07 00:57:01.459886 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13706 | 2024.12.07 00:57:01.460669 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13707 | 2024.12.07 00:57:01.460720 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13708 | 2024.12.07 00:57:01.461156 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13709 | 2024.12.07 00:57:01.461406 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13710 | 2024.12.07 00:57:01.461615 [ 64 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13711 | 2024.12.07 00:57:01.461640 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 13712 | 2024.12.07 00:57:01.461704 [ 64 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13713 | 2024.12.07 00:57:01.461777 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13714 | 2024.12.07 00:57:01.461788 [ 276 ] {47d5f7d9-66a2-4e22-9314-d7df085441b1} <Debug> TCPHandler: Processed in 0.002353486 sec. | ||
| 13715 | 2024.12.07 00:57:01.461984 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13716 | 2024.12.07 00:57:01.462009 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13717 | 2024.12.07 00:57:01.462237 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13718 | 2024.12.07 00:57:01.462331 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13719 | 2024.12.07 00:57:01.462337 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1435 rows starting from the beginning of the part | ||
| 13720 | 2024.12.07 00:57:01.462467 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13721 | 2024.12.07 00:57:01.462722 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 57 rows starting from the beginning of the part | ||
| 13722 | 2024.12.07 00:57:01.463185 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 285 rows starting from the beginning of the part | ||
| 13723 | 2024.12.07 00:57:01.463514 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part | ||
| 13724 | 2024.12.07 00:57:01.463844 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1426 rows starting from the beginning of the part | ||
| 13725 | 2024.12.07 00:57:01.464216 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 13726 | 2024.12.07 00:57:01.465293 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13727 | 2024.12.07 00:57:01.465340 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13728 | 2024.12.07 00:57:01.465903 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13729 | 2024.12.07 00:57:01.466186 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13730 | 2024.12.07 00:57:01.466404 [ 64 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13731 | 2024.12.07 00:57:01.466548 [ 64 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13732 | 2024.12.07 00:57:01.466643 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13733 | 2024.12.07 00:57:01.466741 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004491 sec., 14250.723669561345 rows/sec., 1.11 MiB/sec. | ||
| 13734 | 2024.12.07 00:57:01.467219 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005334395 sec., 621438.7948399022 rows/sec., 54.27 MiB/sec. | ||
| 13735 | 2024.12.07 00:57:01.467245 [ 280 ] {9c2619be-2e6c-40ad-ad39-fa695e12e272} <Debug> TCPHandler: Processed in 0.005320574 sec. | ||
| 13736 | 2024.12.07 00:57:01.467278 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13737 | 2024.12.07 00:57:01.467510 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13738 | 2024.12.07 00:57:01.467528 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13739 | 2024.12.07 00:57:01.467689 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13740 | 2024.12.07 00:57:01.467833 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13741 | 2024.12.07 00:57:01.467842 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 13742 | 2024.12.07 00:57:01.467988 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13743 | 2024.12.07 00:57:01.468364 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 66 rows starting from the beginning of the part | ||
| 13744 | 2024.12.07 00:57:01.468767 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13745 | 2024.12.07 00:57:01.468914 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 423 rows starting from the beginning of the part | ||
| 13746 | 2024.12.07 00:57:01.469322 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_121_24} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13747 | 2024.12.07 00:57:01.469465 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part | ||
| 13748 | 2024.12.07 00:57:01.469788 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13749 | 2024.12.07 00:57:01.469919 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 881 rows starting from the beginning of the part | ||
| 13750 | 2024.12.07 00:57:01.470437 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 13751 | 2024.12.07 00:57:01.471699 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13752 | 2024.12.07 00:57:01.471781 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13753 | 2024.12.07 00:57:01.472817 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13754 | 2024.12.07 00:57:01.473249 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13755 | 2024.12.07 00:57:01.473543 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 5 parts from all_1_116_23 to all_120_120_0 | ||
| 13756 | 2024.12.07 00:57:01.473650 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13757 | 2024.12.07 00:57:01.473735 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13758 | 2024.12.07 00:57:01.473791 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006011 sec., 21294.293794709698 rows/sec., 1.48 MiB/sec. | ||
| 13759 | 2024.12.07 00:57:01.474192 [ 276 ] {c514c57e-841c-4b80-9f5a-4d3b99ad9470} <Debug> TCPHandler: Processed in 0.006798705 sec. | ||
| 13760 | 2024.12.07 00:57:01.474278 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_116_23 to all_120_120_0 into Compact with storage Full | ||
| 13761 | 2024.12.07 00:57:01.474428 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007579589 sec., 318354.9925992029 rows/sec., 24.41 MiB/sec. | ||
| 13762 | 2024.12.07 00:57:01.474458 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13763 | 2024.12.07 00:57:01.474688 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13764 | 2024.12.07 00:57:01.474804 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_116_23, total 34680 rows starting from the beginning of the part | ||
| 13765 | 2024.12.07 00:57:01.474810 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13766 | 2024.12.07 00:57:01.474964 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13767 | 2024.12.07 00:57:01.475024 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13768 | 2024.12.07 00:57:01.475153 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 161 rows starting from the beginning of the part | ||
| 13769 | 2024.12.07 00:57:01.475600 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 13770 | 2024.12.07 00:57:01.476163 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part | ||
| 13771 | 2024.12.07 00:57:01.476710 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 956 rows starting from the beginning of the part | ||
| 13772 | 2024.12.07 00:57:01.477175 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13773 | 2024.12.07 00:57:01.477667 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_121_24} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13774 | 2024.12.07 00:57:01.478051 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13775 | 2024.12.07 00:57:01.478403 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13776 | 2024.12.07 00:57:01.478473 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13777 | 2024.12.07 00:57:01.479029 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13778 | 2024.12.07 00:57:01.479302 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13779 | 2024.12.07 00:57:01.479731 [ 64 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13780 | 2024.12.07 00:57:01.479865 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005149 sec., 9322.198485142746 rows/sec., 643.33 KiB/sec. | ||
| 13781 | 2024.12.07 00:57:01.479908 [ 64 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13782 | 2024.12.07 00:57:01.480067 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13783 | 2024.12.07 00:57:01.480110 [ 280 ] {504e2fdc-723b-4881-b126-e2e99e9dca34} <Debug> TCPHandler: Processed in 0.005783964 sec. | ||
| 13784 | 2024.12.07 00:57:01.480560 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13785 | 2024.12.07 00:57:01.480989 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13786 | 2024.12.07 00:57:01.481087 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7010 rows starting from the beginning of the part | ||
| 13787 | 2024.12.07 00:57:01.481417 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 13788 | 2024.12.07 00:57:01.482106 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 13789 | 2024.12.07 00:57:01.482725 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 13790 | 2024.12.07 00:57:01.483077 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 34 rows starting from the beginning of the part | ||
| 13791 | 2024.12.07 00:57:01.483387 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 48 rows starting from the beginning of the part | ||
| 13792 | 2024.12.07 00:57:01.486683 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7294 rows, containing 4 columns (4 merged, 0 gathered) in 0.006436357 sec., 1133249.756034353 rows/sec., 73.83 MiB/sec. | ||
| 13793 | 2024.12.07 00:57:01.487248 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13794 | 2024.12.07 00:57:01.487693 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2024.12.07 00:57:01.487826 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_121_24} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13796 | 2024.12.07 00:57:01.487925 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13797 | 2024.12.07 00:57:01.489544 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36194 rows, containing 5 columns (5 merged, 0 gathered) in 0.015619188 sec., 2317277.953245713 rows/sec., 156.39 MiB/sec. | ||
| 13798 | 2024.12.07 00:57:01.489885 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Trace> MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) | ||
| 13799 | 2024.12.07 00:57:01.490167 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13800 | 2024.12.07 00:57:01.490243 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 5 parts: [all_1_116_23, all_120_120_0] -> all_1_120_24 | ||
| 13801 | 2024.12.07 00:57:01.490322 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 13802 | 2024.12.07 00:57:01.807558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 13803 | 2024.12.07 00:57:01.808232 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13804 | 2024.12.07 00:57:01.808276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13805 | 2024.12.07 00:57:01.808788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13806 | 2024.12.07 00:57:01.809053 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13807 | 2024.12.07 00:57:01.809228 [ 67 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13808 | 2024.12.07 00:57:01.809262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 13809 | 2024.12.07 00:57:01.809285 [ 67 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13810 | 2024.12.07 00:57:01.809311 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13811 | 2024.12.07 00:57:01.809438 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13812 | 2024.12.07 00:57:01.809574 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13813 | 2024.12.07 00:57:01.809610 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13814 | 2024.12.07 00:57:01.809680 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 13815 | 2024.12.07 00:57:01.809854 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 13816 | 2024.12.07 00:57:01.810153 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 13817 | 2024.12.07 00:57:01.810351 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 13818 | 2024.12.07 00:57:01.810551 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 13819 | 2024.12.07 00:57:01.813412 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.00403135 sec., 8065040.247063638 rows/sec., 115.37 MiB/sec. | ||
| 13820 | 2024.12.07 00:57:01.813731 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13821 | 2024.12.07 00:57:01.814037 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2024.12.07 00:57:01.814125 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_71_14} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13823 | 2024.12.07 00:57:01.814219 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 13824 | 2024.12.07 00:57:04.134289 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 13825 | 2024.12.07 00:57:04.155976 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2024.12.07 00:57:04.156025 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13827 | 2024.12.07 00:57:04.163292 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13828 | 2024.12.07 00:57:04.164064 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2024.12.07 00:57:04.164414 [ 62 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13830 | 2024.12.07 00:57:04.164574 [ 62 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13831 | 2024.12.07 00:57:04.164654 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13832 | 2024.12.07 00:57:04.165000 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13833 | 2024.12.07 00:57:04.172857 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 13834 | 2024.12.07 00:57:04.174230 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13835 | 2024.12.07 00:57:04.175104 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13836 | 2024.12.07 00:57:04.179889 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13837 | 2024.12.07 00:57:04.184689 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13838 | 2024.12.07 00:57:04.190111 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13839 | 2024.12.07 00:57:04.195579 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13840 | 2024.12.07 00:57:04.201425 [ 192 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 13841 | 2024.12.07 00:57:04.266186 [ 198 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.10138751 sec., 5276.784093030788 rows/sec., 27.29 MiB/sec. | ||
| 13842 | 2024.12.07 00:57:04.268564 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13843 | 2024.12.07 00:57:04.271071 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13844 | 2024.12.07 00:57:04.271188 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_71_14} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13845 | 2024.12.07 00:57:04.272746 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13846 | 2024.12.07 00:57:06.460794 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13847 | 2024.12.07 00:57:06.461009 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13848 | 2024.12.07 00:57:06.461089 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13849 | 2024.12.07 00:57:06.461839 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13850 | 2024.12.07 00:57:06.461881 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13851 | 2024.12.07 00:57:06.462316 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13852 | 2024.12.07 00:57:06.462578 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13853 | 2024.12.07 00:57:06.462775 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.35 MiB/sec. | ||
| 13854 | 2024.12.07 00:57:06.462838 [ 276 ] {823d707f-cd38-45a4-96ce-26eb07b78d95} <Debug> TCPHandler: Processed in 0.002179893 sec. | ||
| 13855 | 2024.12.07 00:57:06.463025 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13856 | 2024.12.07 00:57:06.463154 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13857 | 2024.12.07 00:57:06.463204 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13858 | 2024.12.07 00:57:06.463794 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2024.12.07 00:57:06.463833 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13860 | 2024.12.07 00:57:06.464213 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13861 | 2024.12.07 00:57:06.464452 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13862 | 2024.12.07 00:57:06.464655 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001525 sec., 41967.21311475409 rows/sec., 3.28 MiB/sec. | ||
| 13863 | 2024.12.07 00:57:06.464727 [ 280 ] {ae1c14fc-3dc7-447b-951c-b10d20140765} <Debug> TCPHandler: Processed in 0.001755745 sec. | ||
| 13864 | 2024.12.07 00:57:06.464902 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13865 | 2024.12.07 00:57:06.465235 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13866 | 2024.12.07 00:57:06.465392 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13867 | 2024.12.07 00:57:06.466250 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13868 | 2024.12.07 00:57:06.466288 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13869 | 2024.12.07 00:57:06.466683 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13870 | 2024.12.07 00:57:06.466927 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13871 | 2024.12.07 00:57:06.467101 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002013 sec., 79483.35817188276 rows/sec., 5.54 MiB/sec. | ||
| 13872 | 2024.12.07 00:57:06.467152 [ 276 ] {7451f15f-0c3b-4639-8bdd-785cd3dcd693} <Debug> TCPHandler: Processed in 0.002326056 sec. | ||
| 13873 | 2024.12.07 00:57:06.467293 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13874 | 2024.12.07 00:57:06.467401 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13875 | 2024.12.07 00:57:06.467447 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13876 | 2024.12.07 00:57:06.467885 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13877 | 2024.12.07 00:57:06.467923 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13878 | 2024.12.07 00:57:06.468281 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13879 | 2024.12.07 00:57:06.468528 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13880 | 2024.12.07 00:57:06.468704 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 13881 | 2024.12.07 00:57:06.468766 [ 280 ] {6d23341e-fbe2-4df4-90c9-cd7f94229314} <Debug> TCPHandler: Processed in 0.001524611 sec. | ||
| 13882 | 2024.12.07 00:57:09.067965 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13883 | 2024.12.07 00:57:09.068023 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13884 | 2024.12.07 00:57:09.309349 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 13885 | 2024.12.07 00:57:09.309996 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13886 | 2024.12.07 00:57:09.310039 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13887 | 2024.12.07 00:57:09.310560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13888 | 2024.12.07 00:57:09.310823 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13889 | 2024.12.07 00:57:09.311020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13890 | 2024.12.07 00:57:09.475580 [ 224 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13891 | 2024.12.07 00:57:09.475637 [ 224 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13892 | 2024.12.07 00:57:09.477850 [ 224 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13893 | 2024.12.07 00:57:09.514176 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1964 | ||
| 13894 | 2024.12.07 00:57:09.517118 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13895 | 2024.12.07 00:57:09.517179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13896 | 2024.12.07 00:57:09.518763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13897 | 2024.12.07 00:57:09.519093 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13898 | 2024.12.07 00:57:09.519795 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1964 | ||
| 13899 | 2024.12.07 00:57:10.103163 [ 53 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0 | ||
| 13900 | 2024.12.07 00:57:10.103234 [ 53 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13901 | 2024.12.07 00:57:10.103257 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13902 | 2024.12.07 00:57:10.103428 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full | ||
| 13903 | 2024.12.07 00:57:10.103867 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13904 | 2024.12.07 00:57:10.103960 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 66 rows starting from the beginning of the part | ||
| 13905 | 2024.12.07 00:57:10.104078 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part | ||
| 13906 | 2024.12.07 00:57:10.104269 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 2 rows starting from the beginning of the part | ||
| 13907 | 2024.12.07 00:57:10.104554 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part | ||
| 13908 | 2024.12.07 00:57:10.104811 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 50 rows starting from the beginning of the part | ||
| 13909 | 2024.12.07 00:57:10.105956 [ 193 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002624442 sec., 81541.1428410306 rows/sec., 6.15 MiB/sec. | ||
| 13910 | 2024.12.07 00:57:10.106150 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Trace> MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) | ||
| 13911 | 2024.12.07 00:57:10.106502 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13912 | 2024.12.07 00:57:10.106591 [ 197 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_61_13} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13 | ||
| 13913 | 2024.12.07 00:57:10.106695 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13914 | 2024.12.07 00:57:11.033623 [ 219 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13915 | 2024.12.07 00:57:11.033682 [ 219 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13916 | 2024.12.07 00:57:11.035309 [ 219 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13917 | 2024.12.07 00:57:11.466578 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13918 | 2024.12.07 00:57:11.466772 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13919 | 2024.12.07 00:57:11.466846 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13920 | 2024.12.07 00:57:11.467594 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13921 | 2024.12.07 00:57:11.467644 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13922 | 2024.12.07 00:57:11.468085 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13923 | 2024.12.07 00:57:11.468351 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13924 | 2024.12.07 00:57:11.468552 [ 50 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13925 | 2024.12.07 00:57:11.468616 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 13926 | 2024.12.07 00:57:11.468647 [ 50 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13927 | 2024.12.07 00:57:11.468713 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13928 | 2024.12.07 00:57:11.468767 [ 276 ] {33591283-5c3f-414a-ac5b-55365fe62a17} <Debug> TCPHandler: Processed in 0.002315966 sec. | ||
| 13929 | 2024.12.07 00:57:11.468896 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13930 | 2024.12.07 00:57:11.468973 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13931 | 2024.12.07 00:57:11.469006 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13932 | 2024.12.07 00:57:11.469038 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 13933 | 2024.12.07 00:57:11.469146 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13934 | 2024.12.07 00:57:11.469162 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 13935 | 2024.12.07 00:57:11.469300 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13936 | 2024.12.07 00:57:11.469619 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 13937 | 2024.12.07 00:57:11.469943 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 13938 | 2024.12.07 00:57:11.470236 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 13939 | 2024.12.07 00:57:11.471567 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13940 | 2024.12.07 00:57:11.471618 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13941 | 2024.12.07 00:57:11.471830 [ 193 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003015209 sec., 23215.637788292617 rows/sec., 1.72 MiB/sec. | ||
| 13942 | 2024.12.07 00:57:11.472123 [ 186 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13943 | 2024.12.07 00:57:11.472277 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13944 | 2024.12.07 00:57:11.472799 [ 186 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13945 | 2024.12.07 00:57:11.472809 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2024.12.07 00:57:11.472971 [ 186 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_53_13} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13947 | 2024.12.07 00:57:11.473182 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13948 | 2024.12.07 00:57:11.473232 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004141 sec., 68823.95556628834 rows/sec., 6.07 MiB/sec. | ||
| 13949 | 2024.12.07 00:57:11.473296 [ 280 ] {602f4419-f297-4b02-8c3a-8bd69a037f3f} <Debug> TCPHandler: Processed in 0.004389327 sec. | ||
| 13950 | 2024.12.07 00:57:11.473445 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13951 | 2024.12.07 00:57:11.473553 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13952 | 2024.12.07 00:57:11.473600 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13953 | 2024.12.07 00:57:11.474162 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13954 | 2024.12.07 00:57:11.474202 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13955 | 2024.12.07 00:57:11.474563 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13956 | 2024.12.07 00:57:11.474810 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13957 | 2024.12.07 00:57:11.475011 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00148 sec., 32432.432432432433 rows/sec., 2.34 MiB/sec. | ||
| 13958 | 2024.12.07 00:57:11.475064 [ 276 ] {4d16c670-736c-43ea-8e4a-2689625c4f2e} <Debug> TCPHandler: Processed in 0.001672653 sec. | ||
| 13959 | 2024.12.07 00:57:11.475210 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13960 | 2024.12.07 00:57:11.475317 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13961 | 2024.12.07 00:57:11.475362 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13962 | 2024.12.07 00:57:11.475995 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13963 | 2024.12.07 00:57:11.476044 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13964 | 2024.12.07 00:57:11.476458 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13965 | 2024.12.07 00:57:11.476703 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13966 | 2024.12.07 00:57:11.476941 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001644 sec., 8515.81508515815 rows/sec., 596.39 KiB/sec. | ||
| 13967 | 2024.12.07 00:57:11.477023 [ 280 ] {898f6304-fe8c-4d80-b50a-6a6fb0774de6} <Debug> TCPHandler: Processed in 0.001863136 sec. | ||
| 13968 | 2024.12.07 00:57:11.477248 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13969 | 2024.12.07 00:57:11.477414 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13970 | 2024.12.07 00:57:11.477460 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13971 | 2024.12.07 00:57:11.477990 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13972 | 2024.12.07 00:57:11.478030 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13973 | 2024.12.07 00:57:11.478382 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13974 | 2024.12.07 00:57:11.478644 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13975 | 2024.12.07 00:57:11.478813 [ 52 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13976 | 2024.12.07 00:57:11.478874 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001479 sec., 8789.72278566599 rows/sec., 548.04 KiB/sec. | ||
| 13977 | 2024.12.07 00:57:11.478902 [ 52 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13978 | 2024.12.07 00:57:11.478966 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13979 | 2024.12.07 00:57:11.478990 [ 276 ] {da7f37ea-fc0e-4b9f-b4ba-78065baaa709} <Debug> TCPHandler: Processed in 0.001865817 sec. | ||
| 13980 | 2024.12.07 00:57:11.479217 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13981 | 2024.12.07 00:57:11.479215 [ 223 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13982 | 2024.12.07 00:57:11.479262 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13983 | 2024.12.07 00:57:11.479312 [ 223 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13984 | 2024.12.07 00:57:11.479500 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13985 | 2024.12.07 00:57:11.479615 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13986 | 2024.12.07 00:57:11.479659 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13987 | 2024.12.07 00:57:11.479764 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 13988 | 2024.12.07 00:57:11.480230 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 13989 | 2024.12.07 00:57:11.480820 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 13990 | 2024.12.07 00:57:11.481425 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 13991 | 2024.12.07 00:57:11.482112 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 13992 | 2024.12.07 00:57:11.484384 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13993 | 2024.12.07 00:57:11.484461 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 13994 | 2024.12.07 00:57:11.485526 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006451417 sec., 10075.305936664767 rows/sec., 667.55 KiB/sec. | ||
| 13995 | 2024.12.07 00:57:11.485760 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13996 | 2024.12.07 00:57:11.485806 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13997 | 2024.12.07 00:57:11.485858 [ 223 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13998 | 2024.12.07 00:57:11.486507 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13999 | 2024.12.07 00:57:11.486620 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14000 | 2024.12.07 00:57:11.486922 [ 205 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_53_13} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 14001 | 2024.12.07 00:57:11.487325 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14002 | 2024.12.07 00:57:11.487638 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.008238 sec., 51347.41442097596 rows/sec., 3.67 MiB/sec. | ||
| 14003 | 2024.12.07 00:57:11.487814 [ 280 ] {422c4324-0b52-402a-b1ac-7b2a437ac74e} <Debug> TCPHandler: Processed in 0.008712472 sec. | ||
| 14004 | 2024.12.07 00:57:11.487989 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14005 | 2024.12.07 00:57:11.488123 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14006 | 2024.12.07 00:57:11.488170 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14007 | 2024.12.07 00:57:11.488629 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14008 | 2024.12.07 00:57:11.488669 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14009 | 2024.12.07 00:57:11.489035 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14010 | 2024.12.07 00:57:11.489277 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14011 | 2024.12.07 00:57:11.489517 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. | ||
| 14012 | 2024.12.07 00:57:11.489596 [ 276 ] {31a5ddcd-079c-46f7-9259-20c49b170975} <Debug> TCPHandler: Processed in 0.001668723 sec. | ||
| 14013 | 2024.12.07 00:57:11.489836 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14014 | 2024.12.07 00:57:11.489995 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14015 | 2024.12.07 00:57:11.490055 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14016 | 2024.12.07 00:57:11.490645 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14017 | 2024.12.07 00:57:11.490683 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14018 | 2024.12.07 00:57:11.491070 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14019 | 2024.12.07 00:57:11.491310 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14020 | 2024.12.07 00:57:11.491542 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001573 sec., 150667.51430387795 rows/sec., 10.10 MiB/sec. | ||
| 14021 | 2024.12.07 00:57:11.491606 [ 280 ] {acfed207-a6bb-46fb-8d45-5a26fb246329} <Debug> TCPHandler: Processed in 0.001909318 sec. | ||
| 14022 | 2024.12.07 00:57:11.491623 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14023 | 2024.12.07 00:57:11.491685 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14024 | 2024.12.07 00:57:11.491775 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14025 | 2024.12.07 00:57:11.491906 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14026 | 2024.12.07 00:57:11.491972 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14027 | 2024.12.07 00:57:11.492944 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2024.12.07 00:57:11.493017 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14029 | 2024.12.07 00:57:11.493674 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14030 | 2024.12.07 00:57:11.494112 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2024.12.07 00:57:11.494471 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002572 sec., 388.8024883359253 rows/sec., 26.20 KiB/sec. | ||
| 14032 | 2024.12.07 00:57:11.494615 [ 276 ] {d5fac937-4ec4-4851-88cd-85c3bbc0b8df} <Debug> TCPHandler: Processed in 0.002912078 sec. | ||
| 14033 | 2024.12.07 00:57:11.494772 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14034 | 2024.12.07 00:57:11.494938 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14035 | 2024.12.07 00:57:11.495103 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14036 | 2024.12.07 00:57:11.495104 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14037 | 2024.12.07 00:57:11.498189 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14038 | 2024.12.07 00:57:11.498231 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14039 | 2024.12.07 00:57:11.498895 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14040 | 2024.12.07 00:57:11.499162 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14041 | 2024.12.07 00:57:11.499398 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004518 sec., 9074.811863656485 rows/sec., 16.26 MiB/sec. | ||
| 14042 | 2024.12.07 00:57:11.499490 [ 280 ] {437d6c27-4f94-44d0-9dd1-cc2fe23043b0} <Debug> TCPHandler: Processed in 0.004769074 sec. | ||
| 14043 | 2024.12.07 00:57:11.499645 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14044 | 2024.12.07 00:57:11.499774 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14045 | 2024.12.07 00:57:11.499829 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14046 | 2024.12.07 00:57:11.500342 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14047 | 2024.12.07 00:57:11.500387 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14048 | 2024.12.07 00:57:11.500746 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14049 | 2024.12.07 00:57:11.501010 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14050 | 2024.12.07 00:57:11.501211 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001465 sec., 55972.696245733794 rows/sec., 3.55 MiB/sec. | ||
| 14051 | 2024.12.07 00:57:11.501260 [ 276 ] {0eb98784-ca3e-4165-8812-99daec732c31} <Debug> TCPHandler: Processed in 0.001676242 sec. | ||
| 14052 | 2024.12.07 00:57:11.672915 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 14053 | 2024.12.07 00:57:11.695647 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14054 | 2024.12.07 00:57:11.695699 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14055 | 2024.12.07 00:57:11.703097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14056 | 2024.12.07 00:57:11.703882 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14057 | 2024.12.07 00:57:11.706708 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14058 | 2024.12.07 00:57:12.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.84 MiB, peak 283.71 MiB, free memory in arenas 0.00 B, will set to 266.44 MiB (RSS), difference: -1.39 MiB | ||
| 14059 | 2024.12.07 00:57:12.066745 [ 222 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14060 | 2024.12.07 00:57:12.066794 [ 222 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14061 | 2024.12.07 00:57:12.068893 [ 222 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14062 | 2024.12.07 00:57:12.341389 [ 225 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14063 | 2024.12.07 00:57:12.341482 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14064 | 2024.12.07 00:57:12.343970 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14065 | 2024.12.07 00:57:12.495268 [ 225 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14066 | 2024.12.07 00:57:12.495306 [ 225 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14067 | 2024.12.07 00:57:12.497673 [ 225 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14068 | 2024.12.07 00:57:13.190167 [ 225 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14069 | 2024.12.07 00:57:13.190219 [ 225 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14070 | 2024.12.07 00:57:13.191991 [ 225 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14071 | 2024.12.07 00:57:14.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.44 MiB, peak 283.71 MiB, free memory in arenas 0.00 B, will set to 266.44 MiB (RSS), difference: 4.00 MiB | ||
| 14072 | 2024.12.07 00:57:16.461890 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14073 | 2024.12.07 00:57:16.462095 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14074 | 2024.12.07 00:57:16.462167 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14075 | 2024.12.07 00:57:16.462952 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14076 | 2024.12.07 00:57:16.463004 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14077 | 2024.12.07 00:57:16.463454 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14078 | 2024.12.07 00:57:16.463724 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14079 | 2024.12.07 00:57:16.463977 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 14080 | 2024.12.07 00:57:16.464044 [ 276 ] {c7ed4630-92cd-4332-9b01-fc5a58fefa49} <Debug> TCPHandler: Processed in 0.002280285 sec. | ||
| 14081 | 2024.12.07 00:57:16.464219 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14082 | 2024.12.07 00:57:16.464341 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14083 | 2024.12.07 00:57:16.464392 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14084 | 2024.12.07 00:57:16.464959 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14085 | 2024.12.07 00:57:16.464999 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14086 | 2024.12.07 00:57:16.465413 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14087 | 2024.12.07 00:57:16.465650 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14088 | 2024.12.07 00:57:16.465923 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001601 sec., 39975.015615240474 rows/sec., 3.12 MiB/sec. | ||
| 14089 | 2024.12.07 00:57:16.465995 [ 280 ] {0893c1c0-6d68-45ed-abe7-6f1b55afb648} <Debug> TCPHandler: Processed in 0.001832286 sec. | ||
| 14090 | 2024.12.07 00:57:16.466155 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14091 | 2024.12.07 00:57:16.466462 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14092 | 2024.12.07 00:57:16.466615 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14093 | 2024.12.07 00:57:16.467465 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14094 | 2024.12.07 00:57:16.467505 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14095 | 2024.12.07 00:57:16.467906 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14096 | 2024.12.07 00:57:16.468154 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14097 | 2024.12.07 00:57:16.468383 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002044 sec., 78277.88649706458 rows/sec., 5.45 MiB/sec. | ||
| 14098 | 2024.12.07 00:57:16.468442 [ 276 ] {389ecfa5-a788-4af8-bd05-260d22003776} <Debug> TCPHandler: Processed in 0.002352296 sec. | ||
| 14099 | 2024.12.07 00:57:16.468613 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14100 | 2024.12.07 00:57:16.468789 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14101 | 2024.12.07 00:57:16.468853 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14102 | 2024.12.07 00:57:16.469319 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14103 | 2024.12.07 00:57:16.469359 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14104 | 2024.12.07 00:57:16.469735 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14105 | 2024.12.07 00:57:16.469978 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14106 | 2024.12.07 00:57:16.470184 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
| 14107 | 2024.12.07 00:57:16.470244 [ 280 ] {140054cf-ffce-4655-bbd0-102816b96316} <Debug> TCPHandler: Processed in 0.001699904 sec. | ||
| 14108 | 2024.12.07 00:57:16.811150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 14109 | 2024.12.07 00:57:16.811842 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2024.12.07 00:57:16.811896 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14111 | 2024.12.07 00:57:16.812479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14112 | 2024.12.07 00:57:16.812805 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2024.12.07 00:57:16.812997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 14114 | 2024.12.07 00:57:19.206751 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 14115 | 2024.12.07 00:57:19.229400 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14116 | 2024.12.07 00:57:19.229457 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14117 | 2024.12.07 00:57:19.236849 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14118 | 2024.12.07 00:57:19.237661 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14119 | 2024.12.07 00:57:19.240570 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 14120 | 2024.12.07 00:57:19.519949 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1994 | ||
| 14121 | 2024.12.07 00:57:19.523595 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14122 | 2024.12.07 00:57:19.523656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14123 | 2024.12.07 00:57:19.525255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14124 | 2024.12.07 00:57:19.525609 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14125 | 2024.12.07 00:57:19.527595 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1994 | ||
| 14126 | 2024.12.07 00:57:21.463294 [ 222 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14127 | 2024.12.07 00:57:21.463402 [ 222 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14128 | 2024.12.07 00:57:21.465352 [ 222 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14129 | 2024.12.07 00:57:21.466928 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14130 | 2024.12.07 00:57:21.467240 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14131 | 2024.12.07 00:57:21.467358 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14132 | 2024.12.07 00:57:21.468229 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14133 | 2024.12.07 00:57:21.468281 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14134 | 2024.12.07 00:57:21.468717 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14135 | 2024.12.07 00:57:21.468986 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2024.12.07 00:57:21.469214 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002062 sec., 6789.524733268671 rows/sec., 488.75 KiB/sec. | ||
| 14137 | 2024.12.07 00:57:21.469281 [ 276 ] {27b88146-3e24-452c-9c30-95676c2c79e7} <Debug> TCPHandler: Processed in 0.00254394 sec. | ||
| 14138 | 2024.12.07 00:57:21.469447 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14139 | 2024.12.07 00:57:21.469586 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14140 | 2024.12.07 00:57:21.469645 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14141 | 2024.12.07 00:57:21.470368 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14142 | 2024.12.07 00:57:21.470407 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14143 | 2024.12.07 00:57:21.470797 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14144 | 2024.12.07 00:57:21.471045 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14145 | 2024.12.07 00:57:21.471269 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001714 sec., 166277.7129521587 rows/sec., 14.67 MiB/sec. | ||
| 14146 | 2024.12.07 00:57:21.471340 [ 280 ] {11e068c3-4889-4090-b5d1-38dc7a09a0ee} <Debug> TCPHandler: Processed in 0.001960029 sec. | ||
| 14147 | 2024.12.07 00:57:21.471528 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14148 | 2024.12.07 00:57:21.471823 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14149 | 2024.12.07 00:57:21.471971 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14150 | 2024.12.07 00:57:21.472744 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14151 | 2024.12.07 00:57:21.472784 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14152 | 2024.12.07 00:57:21.473140 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14153 | 2024.12.07 00:57:21.473379 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14154 | 2024.12.07 00:57:21.473608 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001891 sec., 25383.39502908514 rows/sec., 1.83 MiB/sec. | ||
| 14155 | 2024.12.07 00:57:21.473619 [ 222 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14156 | 2024.12.07 00:57:21.473675 [ 222 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14157 | 2024.12.07 00:57:21.473731 [ 276 ] {66e3c8c5-4d86-4632-8923-0bfda9c653a1} <Debug> TCPHandler: Processed in 0.002281995 sec. | ||
| 14158 | 2024.12.07 00:57:21.473913 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14159 | 2024.12.07 00:57:21.474076 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14160 | 2024.12.07 00:57:21.474160 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14161 | 2024.12.07 00:57:21.475302 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14162 | 2024.12.07 00:57:21.475366 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14163 | 2024.12.07 00:57:21.476155 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14164 | 2024.12.07 00:57:21.476701 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14165 | 2024.12.07 00:57:21.477016 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002986 sec., 4688.546550569324 rows/sec., 328.36 KiB/sec. | ||
| 14166 | 2024.12.07 00:57:21.477167 [ 280 ] {7e1d5f88-52d6-491e-adaa-7a036875e796} <Debug> TCPHandler: Processed in 0.003333395 sec. | ||
| 14167 | 2024.12.07 00:57:21.477201 [ 222 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14168 | 2024.12.07 00:57:21.477436 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14169 | 2024.12.07 00:57:21.477740 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14170 | 2024.12.07 00:57:21.477840 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14171 | 2024.12.07 00:57:21.478422 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14172 | 2024.12.07 00:57:21.478462 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14173 | 2024.12.07 00:57:21.478813 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14174 | 2024.12.07 00:57:21.479049 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14175 | 2024.12.07 00:57:21.479239 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 14176 | 2024.12.07 00:57:21.479290 [ 276 ] {59cdd2d7-3da4-41c4-acf9-f9bd1fbf7300} <Debug> TCPHandler: Processed in 0.002014709 sec. | ||
| 14177 | 2024.12.07 00:57:21.479435 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14178 | 2024.12.07 00:57:21.479567 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14179 | 2024.12.07 00:57:21.479621 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14180 | 2024.12.07 00:57:21.480410 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14181 | 2024.12.07 00:57:21.480458 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14182 | 2024.12.07 00:57:21.480867 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14183 | 2024.12.07 00:57:21.481103 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2024.12.07 00:57:21.481333 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001791 sec., 236180.90452261307 rows/sec., 16.88 MiB/sec. | ||
| 14185 | 2024.12.07 00:57:21.481439 [ 280 ] {99bd19e5-8678-41ca-819f-0e8d054aa757} <Debug> TCPHandler: Processed in 0.002065731 sec. | ||
| 14186 | 2024.12.07 00:57:21.481621 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14187 | 2024.12.07 00:57:21.481932 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14188 | 2024.12.07 00:57:21.482034 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14189 | 2024.12.07 00:57:21.482570 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2024.12.07 00:57:21.482616 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14191 | 2024.12.07 00:57:21.482978 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14192 | 2024.12.07 00:57:21.483207 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2024.12.07 00:57:21.483427 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec. | ||
| 14194 | 2024.12.07 00:57:21.483440 [ 222 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14195 | 2024.12.07 00:57:21.483489 [ 222 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14196 | 2024.12.07 00:57:21.483531 [ 276 ] {62add2a9-3ad5-44be-876c-413ea6b06183} <Debug> TCPHandler: Processed in 0.002007589 sec. | ||
| 14197 | 2024.12.07 00:57:21.483718 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14198 | 2024.12.07 00:57:21.483867 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14199 | 2024.12.07 00:57:21.483960 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14200 | 2024.12.07 00:57:21.485503 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14201 | 2024.12.07 00:57:21.485561 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14202 | 2024.12.07 00:57:21.486386 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14203 | 2024.12.07 00:57:21.486831 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14204 | 2024.12.07 00:57:21.487142 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_120_24 to all_125_125_0 | ||
| 14205 | 2024.12.07 00:57:21.487189 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003366 sec., 70409.98217468806 rows/sec., 4.72 MiB/sec. | ||
| 14206 | 2024.12.07 00:57:21.487311 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14207 | 2024.12.07 00:57:21.487459 [ 280 ] {f07b468f-1d31-4dd8-b677-0e1d8d15070f} <Debug> TCPHandler: Processed in 0.003829855 sec. | ||
| 14208 | 2024.12.07 00:57:21.487475 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14209 | 2024.12.07 00:57:21.487606 [ 222 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14210 | 2024.12.07 00:57:21.487850 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14211 | 2024.12.07 00:57:21.488259 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_120_24 to all_125_125_0 into Compact with storage Full | ||
| 14212 | 2024.12.07 00:57:21.488420 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14213 | 2024.12.07 00:57:21.488689 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14214 | 2024.12.07 00:57:21.489044 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14215 | 2024.12.07 00:57:21.489199 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_120_24, total 36194 rows starting from the beginning of the part | ||
| 14216 | 2024.12.07 00:57:21.489880 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 128 rows starting from the beginning of the part | ||
| 14217 | 2024.12.07 00:57:21.490634 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 14218 | 2024.12.07 00:57:21.491352 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part | ||
| 14219 | 2024.12.07 00:57:21.492076 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 14220 | 2024.12.07 00:57:21.492599 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part | ||
| 14221 | 2024.12.07 00:57:21.494259 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14222 | 2024.12.07 00:57:21.494423 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14223 | 2024.12.07 00:57:21.495131 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14224 | 2024.12.07 00:57:21.495403 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14225 | 2024.12.07 00:57:21.495571 [ 40 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_50_11 to all_55_55_0 | ||
| 14226 | 2024.12.07 00:57:21.495674 [ 40 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14227 | 2024.12.07 00:57:21.495762 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14228 | 2024.12.07 00:57:21.495774 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007533 sec., 132.74923669188902 rows/sec., 8.95 KiB/sec. | ||
| 14229 | 2024.12.07 00:57:21.496158 [ 276 ] {20ef8f37-ebd6-4b69-bfa8-678d0751c4a3} <Debug> TCPHandler: Processed in 0.008533818 sec. | ||
| 14230 | 2024.12.07 00:57:21.496424 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_11 to all_55_55_0 into Compact with storage Full | ||
| 14231 | 2024.12.07 00:57:21.496436 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14232 | 2024.12.07 00:57:21.496827 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14233 | 2024.12.07 00:57:21.497031 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14234 | 2024.12.07 00:57:21.497165 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14235 | 2024.12.07 00:57:21.497201 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 14236 | 2024.12.07 00:57:21.497717 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14237 | 2024.12.07 00:57:21.498622 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 14238 | 2024.12.07 00:57:21.498905 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 14239 | 2024.12.07 00:57:21.499317 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 14240 | 2024.12.07 00:57:21.499741 [ 203 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 14241 | 2024.12.07 00:57:21.504629 [ 191 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.008684921 sec., 6332.815232285936 rows/sec., 426.27 KiB/sec. | ||
| 14242 | 2024.12.07 00:57:21.505017 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14243 | 2024.12.07 00:57:21.505087 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14244 | 2024.12.07 00:57:21.505139 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 14245 | 2024.12.07 00:57:21.506143 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37116 rows, containing 5 columns (5 merged, 0 gathered) in 0.018427934 sec., 2014116.1781890471 rows/sec., 135.97 MiB/sec. | ||
| 14246 | 2024.12.07 00:57:21.506421 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14247 | 2024.12.07 00:57:21.506644 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_55_12} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_50_11, all_55_55_0] -> all_1_55_12 | ||
| 14248 | 2024.12.07 00:57:21.506721 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Trace> MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary) | ||
| 14249 | 2024.12.07 00:57:21.507085 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14250 | 2024.12.07 00:57:21.507543 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14251 | 2024.12.07 00:57:21.507717 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_125_25} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_120_24, all_125_125_0] -> all_1_125_25 | ||
| 14252 | 2024.12.07 00:57:21.507733 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14253 | 2024.12.07 00:57:21.507860 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14254 | 2024.12.07 00:57:21.508085 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14255 | 2024.12.07 00:57:21.508369 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.011667 sec., 3514.1853089911715 rows/sec., 6.30 MiB/sec. | ||
| 14256 | 2024.12.07 00:57:21.508525 [ 280 ] {f127e2e9-f1a2-4fab-9bbc-3c96d7c3efd9} <Debug> TCPHandler: Processed in 0.012242392 sec. | ||
| 14257 | 2024.12.07 00:57:21.508708 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14258 | 2024.12.07 00:57:21.508837 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14259 | 2024.12.07 00:57:21.508893 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14260 | 2024.12.07 00:57:21.509409 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14261 | 2024.12.07 00:57:21.509455 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14262 | 2024.12.07 00:57:21.509849 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14263 | 2024.12.07 00:57:21.510092 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14264 | 2024.12.07 00:57:21.510302 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001494 sec., 54886.211512717535 rows/sec., 3.49 MiB/sec. | ||
| 14265 | 2024.12.07 00:57:21.510351 [ 276 ] {f583619f-40cb-4dbe-a05f-66528b230ac1} <Debug> TCPHandler: Processed in 0.001706094 sec. | ||
| 14266 | 2024.12.07 00:57:22.949464 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14267 | 2024.12.07 00:57:22.949547 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14268 | 2024.12.07 00:57:22.951673 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14269 | 2024.12.07 00:57:24.068063 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14270 | 2024.12.07 00:57:24.068120 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14271 | 2024.12.07 00:57:24.313092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 14272 | 2024.12.07 00:57:24.313828 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14273 | 2024.12.07 00:57:24.313872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14274 | 2024.12.07 00:57:24.314391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14275 | 2024.12.07 00:57:24.314658 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14276 | 2024.12.07 00:57:24.314901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14277 | 2024.12.07 00:57:26.460097 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14278 | 2024.12.07 00:57:26.460305 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14279 | 2024.12.07 00:57:26.460378 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14280 | 2024.12.07 00:57:26.461143 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14281 | 2024.12.07 00:57:26.461192 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14282 | 2024.12.07 00:57:26.461625 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14283 | 2024.12.07 00:57:26.461874 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14284 | 2024.12.07 00:57:26.462091 [ 34 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14285 | 2024.12.07 00:57:26.462109 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.31 MiB/sec. | ||
| 14286 | 2024.12.07 00:57:26.462187 [ 34 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14287 | 2024.12.07 00:57:26.462257 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14288 | 2024.12.07 00:57:26.462266 [ 276 ] {eb20156a-57db-4ad3-b3db-9b97de6edb31} <Debug> TCPHandler: Processed in 0.002299635 sec. | ||
| 14289 | 2024.12.07 00:57:26.462496 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14290 | 2024.12.07 00:57:26.462509 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14291 | 2024.12.07 00:57:26.462773 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14292 | 2024.12.07 00:57:26.462786 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14293 | 2024.12.07 00:57:26.462866 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1435 rows starting from the beginning of the part | ||
| 14294 | 2024.12.07 00:57:26.462876 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14295 | 2024.12.07 00:57:26.463171 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part | ||
| 14296 | 2024.12.07 00:57:26.463526 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 285 rows starting from the beginning of the part | ||
| 14297 | 2024.12.07 00:57:26.463887 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 56 rows starting from the beginning of the part | ||
| 14298 | 2024.12.07 00:57:26.464289 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 285 rows starting from the beginning of the part | ||
| 14299 | 2024.12.07 00:57:26.464639 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
| 14300 | 2024.12.07 00:57:26.466001 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14301 | 2024.12.07 00:57:26.466073 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14302 | 2024.12.07 00:57:26.467167 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14303 | 2024.12.07 00:57:26.467541 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14304 | 2024.12.07 00:57:26.468060 [ 190 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005694892 sec., 381570.01045849506 rows/sec., 33.56 MiB/sec. | ||
| 14305 | 2024.12.07 00:57:26.468077 [ 34 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14306 | 2024.12.07 00:57:26.468122 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005418 sec., 11812.476928755998 rows/sec., 944.12 KiB/sec. | ||
| 14307 | 2024.12.07 00:57:26.468143 [ 34 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14308 | 2024.12.07 00:57:26.468228 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14309 | 2024.12.07 00:57:26.468317 [ 280 ] {11b514ea-2279-4190-b58e-7b41a98c78e0} <Debug> TCPHandler: Processed in 0.005897626 sec. | ||
| 14310 | 2024.12.07 00:57:26.468588 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14311 | 2024.12.07 00:57:26.468655 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14312 | 2024.12.07 00:57:26.468854 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14313 | 2024.12.07 00:57:26.468940 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14314 | 2024.12.07 00:57:26.469134 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14315 | 2024.12.07 00:57:26.469170 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14316 | 2024.12.07 00:57:26.469315 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 14317 | 2024.12.07 00:57:26.469829 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part | ||
| 14318 | 2024.12.07 00:57:26.470316 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 423 rows starting from the beginning of the part | ||
| 14319 | 2024.12.07 00:57:26.470630 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 64 rows starting from the beginning of the part | ||
| 14320 | 2024.12.07 00:57:26.471044 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 423 rows starting from the beginning of the part | ||
| 14321 | 2024.12.07 00:57:26.471588 [ 187 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 14322 | 2024.12.07 00:57:26.472211 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14323 | 2024.12.07 00:57:26.472866 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_126_25} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14324 | 2024.12.07 00:57:26.473289 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14325 | 2024.12.07 00:57:26.473398 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14326 | 2024.12.07 00:57:26.473398 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14327 | 2024.12.07 00:57:26.475717 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14328 | 2024.12.07 00:57:26.476176 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2024.12.07 00:57:26.476637 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0078 sec., 20512.820512820515 rows/sec., 1.43 MiB/sec. | ||
| 14330 | 2024.12.07 00:57:26.476771 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.008419286 sec., 231967.41386383597 rows/sec., 17.76 MiB/sec. | ||
| 14331 | 2024.12.07 00:57:26.476776 [ 276 ] {8d3729ff-a7aa-4b41-a808-c4240a314623} <Debug> TCPHandler: Processed in 0.008331594 sec. | ||
| 14332 | 2024.12.07 00:57:26.476994 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2024.12.07 00:57:26.477038 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14334 | 2024.12.07 00:57:26.477222 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14335 | 2024.12.07 00:57:26.477313 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14336 | 2024.12.07 00:57:26.477668 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14337 | 2024.12.07 00:57:26.477850 [ 200 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_126_25} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14338 | 2024.12.07 00:57:26.477994 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14339 | 2024.12.07 00:57:26.478235 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14340 | 2024.12.07 00:57:26.478289 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14341 | 2024.12.07 00:57:26.478682 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14342 | 2024.12.07 00:57:26.478923 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14343 | 2024.12.07 00:57:26.479101 [ 34 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14344 | 2024.12.07 00:57:26.479163 [ 34 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14345 | 2024.12.07 00:57:26.479177 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002002 sec., 29970.029970029973 rows/sec., 2.02 MiB/sec. | ||
| 14346 | 2024.12.07 00:57:26.479210 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14347 | 2024.12.07 00:57:26.479339 [ 280 ] {daa6afe9-1b82-4a07-a02e-f55aa72fa073} <Debug> TCPHandler: Processed in 0.002416257 sec. | ||
| 14348 | 2024.12.07 00:57:26.479420 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14349 | 2024.12.07 00:57:26.479545 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14350 | 2024.12.07 00:57:26.479576 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7294 rows starting from the beginning of the part | ||
| 14351 | 2024.12.07 00:57:26.479637 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 14352 | 2024.12.07 00:57:26.479847 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part | ||
| 14353 | 2024.12.07 00:57:26.480127 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part | ||
| 14354 | 2024.12.07 00:57:26.480304 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part | ||
| 14355 | 2024.12.07 00:57:26.480476 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 14356 | 2024.12.07 00:57:26.482545 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003211563 sec., 2378281.2294200673 rows/sec., 154.98 MiB/sec. | ||
| 14357 | 2024.12.07 00:57:26.482938 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14358 | 2024.12.07 00:57:26.483226 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14359 | 2024.12.07 00:57:26.483304 [ 187 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_126_25} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14360 | 2024.12.07 00:57:26.483381 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 14361 | 2024.12.07 00:57:26.741615 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14362 | 2024.12.07 00:57:26.764762 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14363 | 2024.12.07 00:57:26.764817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14364 | 2024.12.07 00:57:26.771918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14365 | 2024.12.07 00:57:26.772753 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14366 | 2024.12.07 00:57:26.776442 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14367 | 2024.12.07 00:57:27.266784 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2024.12.07 00:57:27.266970 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14369 | 2024.12.07 00:57:27.267041 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14370 | 2024.12.07 00:57:27.267762 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14371 | 2024.12.07 00:57:27.267805 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14372 | 2024.12.07 00:57:27.268229 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14373 | 2024.12.07 00:57:27.268479 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2024.12.07 00:57:27.268675 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001757 sec., 7968.12749003984 rows/sec., 573.60 KiB/sec. | ||
| 14375 | 2024.12.07 00:57:27.268734 [ 276 ] {3c8c65a1-14f5-4609-aed3-6e435c0c4553} <Debug> TCPHandler: Processed in 0.002075881 sec. | ||
| 14376 | 2024.12.07 00:57:27.268919 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14377 | 2024.12.07 00:57:27.269033 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14378 | 2024.12.07 00:57:27.269084 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14379 | 2024.12.07 00:57:27.269638 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2024.12.07 00:57:27.269675 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14381 | 2024.12.07 00:57:27.270045 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14382 | 2024.12.07 00:57:27.270284 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14383 | 2024.12.07 00:57:27.270458 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001448 sec., 9668.508287292818 rows/sec., 788.40 KiB/sec. | ||
| 14384 | 2024.12.07 00:57:27.270509 [ 280 ] {1f41cf89-510a-49b0-8ceb-7ec48b465f03} <Debug> TCPHandler: Processed in 0.001655393 sec. | ||
| 14385 | 2024.12.07 00:57:27.270658 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14386 | 2024.12.07 00:57:27.270764 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14387 | 2024.12.07 00:57:27.270808 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14388 | 2024.12.07 00:57:27.272248 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14389 | 2024.12.07 00:57:27.272285 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14390 | 2024.12.07 00:57:27.272722 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14391 | 2024.12.07 00:57:27.272955 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2024.12.07 00:57:27.273144 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002397 sec., 597413.4334584898 rows/sec., 49.86 MiB/sec. | ||
| 14393 | 2024.12.07 00:57:27.273205 [ 276 ] {15aed3f0-a914-4055-8d8b-26f73da91243} <Debug> TCPHandler: Processed in 0.002597741 sec. | ||
| 14394 | 2024.12.07 00:57:27.273391 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14395 | 2024.12.07 00:57:27.273716 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14396 | 2024.12.07 00:57:27.273869 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14397 | 2024.12.07 00:57:27.274619 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14398 | 2024.12.07 00:57:27.274658 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14399 | 2024.12.07 00:57:27.275009 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14400 | 2024.12.07 00:57:27.275247 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14401 | 2024.12.07 00:57:27.275422 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001827 sec., 33935.41324575807 rows/sec., 2.41 MiB/sec. | ||
| 14402 | 2024.12.07 00:57:27.275473 [ 280 ] {44a59ad9-b336-4c18-a877-79cb805a519a} <Debug> TCPHandler: Processed in 0.002172963 sec. | ||
| 14403 | 2024.12.07 00:57:27.275621 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14404 | 2024.12.07 00:57:27.275748 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14405 | 2024.12.07 00:57:27.275800 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14406 | 2024.12.07 00:57:27.276549 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14407 | 2024.12.07 00:57:27.276593 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14408 | 2024.12.07 00:57:27.277000 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14409 | 2024.12.07 00:57:27.277240 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14410 | 2024.12.07 00:57:27.277411 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001691 sec., 143110.58545239503 rows/sec., 9.70 MiB/sec. | ||
| 14411 | 2024.12.07 00:57:27.277461 [ 276 ] {d848130e-b586-4fd0-8e23-375c7be1edd0} <Debug> TCPHandler: Processed in 0.001901738 sec. | ||
| 14412 | 2024.12.07 00:57:27.277598 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14413 | 2024.12.07 00:57:27.277705 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14414 | 2024.12.07 00:57:27.277749 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14415 | 2024.12.07 00:57:27.278263 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2024.12.07 00:57:27.278300 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14417 | 2024.12.07 00:57:27.278642 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14418 | 2024.12.07 00:57:27.278874 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14419 | 2024.12.07 00:57:27.279044 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001361 sec., 9551.80014695077 rows/sec., 595.55 KiB/sec. | ||
| 14420 | 2024.12.07 00:57:27.279095 [ 280 ] {3ab80a13-71d0-4db7-a243-bb0a92925b45} <Debug> TCPHandler: Processed in 0.00154818 sec. | ||
| 14421 | 2024.12.07 00:57:27.279232 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14422 | 2024.12.07 00:57:27.279336 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14423 | 2024.12.07 00:57:27.279379 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14424 | 2024.12.07 00:57:27.280331 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14425 | 2024.12.07 00:57:27.280368 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14426 | 2024.12.07 00:57:27.280751 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14427 | 2024.12.07 00:57:27.280987 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14428 | 2024.12.07 00:57:27.281158 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001843 sec., 484536.0824742268 rows/sec., 35.18 MiB/sec. | ||
| 14429 | 2024.12.07 00:57:27.281208 [ 276 ] {9ccf83e3-1606-4fbe-95da-9f51842ba420} <Debug> TCPHandler: Processed in 0.00202694 sec. | ||
| 14430 | 2024.12.07 00:57:27.281353 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14431 | 2024.12.07 00:57:27.281482 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14432 | 2024.12.07 00:57:27.281536 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14433 | 2024.12.07 00:57:27.282016 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14434 | 2024.12.07 00:57:27.282056 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14435 | 2024.12.07 00:57:27.282407 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14436 | 2024.12.07 00:57:27.282644 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14437 | 2024.12.07 00:57:27.282816 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
| 14438 | 2024.12.07 00:57:27.282865 [ 280 ] {ac4c3b6b-e20f-435f-811c-0354350e48c5} <Debug> TCPHandler: Processed in 0.001573981 sec. | ||
| 14439 | 2024.12.07 00:57:27.283008 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14440 | 2024.12.07 00:57:27.283135 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14441 | 2024.12.07 00:57:27.283192 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14442 | 2024.12.07 00:57:27.283981 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14443 | 2024.12.07 00:57:27.284017 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14444 | 2024.12.07 00:57:27.284435 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14445 | 2024.12.07 00:57:27.284666 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14446 | 2024.12.07 00:57:27.284837 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001731 sec., 555748.1224725592 rows/sec., 36.93 MiB/sec. | ||
| 14447 | 2024.12.07 00:57:27.284888 [ 276 ] {c6556c5a-e436-4314-8fe3-4d708028ba8b} <Debug> TCPHandler: Processed in 0.001944298 sec. | ||
| 14448 | 2024.12.07 00:57:27.285029 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14449 | 2024.12.07 00:57:27.285163 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14450 | 2024.12.07 00:57:27.285216 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14451 | 2024.12.07 00:57:27.285632 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14452 | 2024.12.07 00:57:27.285669 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14453 | 2024.12.07 00:57:27.286025 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14454 | 2024.12.07 00:57:27.286262 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14455 | 2024.12.07 00:57:27.286445 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 51.71 KiB/sec. | ||
| 14456 | 2024.12.07 00:57:27.286526 [ 280 ] {dfc3b905-1c7c-4000-be2f-c1fc35191b5a} <Debug> TCPHandler: Processed in 0.001556911 sec. | ||
| 14457 | 2024.12.07 00:57:27.286685 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14458 | 2024.12.07 00:57:27.286794 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14459 | 2024.12.07 00:57:27.286859 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14460 | 2024.12.07 00:57:27.288055 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14461 | 2024.12.07 00:57:27.288093 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14462 | 2024.12.07 00:57:27.288761 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14463 | 2024.12.07 00:57:27.289028 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14464 | 2024.12.07 00:57:27.289171 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14465 | 2024.12.07 00:57:27.289211 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14466 | 2024.12.07 00:57:27.289233 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14467 | 2024.12.07 00:57:27.289238 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002466 sec., 16626.115166261152 rows/sec., 29.79 MiB/sec. | ||
| 14468 | 2024.12.07 00:57:27.289691 [ 276 ] {f0563790-fa3a-48a3-9102-c0912bd7bd88} <Debug> TCPHandler: Processed in 0.003065691 sec. | ||
| 14469 | 2024.12.07 00:57:27.289726 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 14470 | 2024.12.07 00:57:27.289876 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14471 | 2024.12.07 00:57:27.290164 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14472 | 2024.12.07 00:57:27.290293 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14473 | 2024.12.07 00:57:27.290613 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14474 | 2024.12.07 00:57:27.290843 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1907 rows starting from the beginning of the part | ||
| 14475 | 2024.12.07 00:57:27.291668 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part | ||
| 14476 | 2024.12.07 00:57:27.292531 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part | ||
| 14477 | 2024.12.07 00:57:27.292606 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14478 | 2024.12.07 00:57:27.292679 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14479 | 2024.12.07 00:57:27.293173 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part | ||
| 14480 | 2024.12.07 00:57:27.293955 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part | ||
| 14481 | 2024.12.07 00:57:27.294416 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14482 | 2024.12.07 00:57:27.294613 [ 192 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part | ||
| 14483 | 2024.12.07 00:57:27.295381 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14484 | 2024.12.07 00:57:27.295886 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005821 sec., 5840.920803985569 rows/sec., 347.11 KiB/sec. | ||
| 14485 | 2024.12.07 00:57:27.296033 [ 280 ] {9603073d-5944-4d60-a3ad-cffd57a99828} <Debug> TCPHandler: Processed in 0.006238273 sec. | ||
| 14486 | 2024.12.07 00:57:27.303618 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2112 rows, containing 19 columns (19 merged, 0 gathered) in 0.014247291 sec., 148238.70727424603 rows/sec., 265.64 MiB/sec. | ||
| 14487 | 2024.12.07 00:57:27.305396 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14488 | 2024.12.07 00:57:27.305809 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14489 | 2024.12.07 00:57:27.305896 [ 188 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14490 | 2024.12.07 00:57:27.306014 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.07 MiB. | ||
| 14491 | 2024.12.07 00:57:29.528761 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2048 | ||
| 14492 | 2024.12.07 00:57:29.532324 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14493 | 2024.12.07 00:57:29.532376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14494 | 2024.12.07 00:57:29.533947 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14495 | 2024.12.07 00:57:29.534335 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2024.12.07 00:57:29.534519 [ 30 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14497 | 2024.12.07 00:57:29.534593 [ 30 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14498 | 2024.12.07 00:57:29.534640 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14499 | 2024.12.07 00:57:29.534923 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 14500 | 2024.12.07 00:57:29.536476 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2048 | ||
| 14501 | 2024.12.07 00:57:29.536735 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14502 | 2024.12.07 00:57:29.536875 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1860 rows starting from the beginning of the part | ||
| 14503 | 2024.12.07 00:57:29.537504 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 14504 | 2024.12.07 00:57:29.538104 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 54 rows starting from the beginning of the part | ||
| 14505 | 2024.12.07 00:57:29.538656 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part | ||
| 14506 | 2024.12.07 00:57:29.539234 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
| 14507 | 2024.12.07 00:57:29.539959 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 54 rows starting from the beginning of the part | ||
| 14508 | 2024.12.07 00:57:29.548969 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2048 rows, containing 72 columns (72 merged, 0 gathered) in 0.01424403 sec., 143779.53430314315 rows/sec., 108.60 MiB/sec. | ||
| 14509 | 2024.12.07 00:57:29.550597 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14510 | 2024.12.07 00:57:29.551295 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2024.12.07 00:57:29.551375 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_56_11} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14512 | 2024.12.07 00:57:29.551578 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
| 14513 | 2024.12.07 00:57:31.345409 [ 218 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14514 | 2024.12.07 00:57:31.345482 [ 218 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14515 | 2024.12.07 00:57:31.347558 [ 218 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14516 | 2024.12.07 00:57:31.405864 [ 224 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14517 | 2024.12.07 00:57:31.405952 [ 224 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14518 | 2024.12.07 00:57:31.407896 [ 224 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14519 | 2024.12.07 00:57:31.459111 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14520 | 2024.12.07 00:57:31.459335 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14521 | 2024.12.07 00:57:31.459417 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14522 | 2024.12.07 00:57:31.460288 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14523 | 2024.12.07 00:57:31.460338 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14524 | 2024.12.07 00:57:31.460784 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14525 | 2024.12.07 00:57:31.461042 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14526 | 2024.12.07 00:57:31.461280 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec. | ||
| 14527 | 2024.12.07 00:57:31.461338 [ 276 ] {6952d9cc-04ee-4d71-8324-d2ac2561f004} <Debug> TCPHandler: Processed in 0.002368547 sec. | ||
| 14528 | 2024.12.07 00:57:31.461523 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14529 | 2024.12.07 00:57:31.461654 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14530 | 2024.12.07 00:57:31.461710 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14531 | 2024.12.07 00:57:31.462320 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14532 | 2024.12.07 00:57:31.462359 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14533 | 2024.12.07 00:57:31.462727 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14534 | 2024.12.07 00:57:31.462968 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14535 | 2024.12.07 00:57:31.463179 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec. | ||
| 14536 | 2024.12.07 00:57:31.463232 [ 280 ] {bf1300a4-1328-4d8a-ac16-f25629ff96c7} <Debug> TCPHandler: Processed in 0.001775025 sec. | ||
| 14537 | 2024.12.07 00:57:31.463392 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14538 | 2024.12.07 00:57:31.463524 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14539 | 2024.12.07 00:57:31.463583 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14540 | 2024.12.07 00:57:31.464199 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14541 | 2024.12.07 00:57:31.464237 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14542 | 2024.12.07 00:57:31.464628 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14543 | 2024.12.07 00:57:31.464875 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14544 | 2024.12.07 00:57:31.465084 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001589 sec., 80553.80742605413 rows/sec., 5.61 MiB/sec. | ||
| 14545 | 2024.12.07 00:57:31.465136 [ 276 ] {cc5071bd-86d5-4ff8-8c87-d50154dc0022} <Debug> TCPHandler: Processed in 0.001809286 sec. | ||
| 14546 | 2024.12.07 00:57:31.465310 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14547 | 2024.12.07 00:57:31.465439 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14548 | 2024.12.07 00:57:31.465494 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14549 | 2024.12.07 00:57:31.465989 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14550 | 2024.12.07 00:57:31.466028 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14551 | 2024.12.07 00:57:31.466390 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14552 | 2024.12.07 00:57:31.466626 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14553 | 2024.12.07 00:57:31.466837 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001428 sec., 33613.44537815126 rows/sec., 2.27 MiB/sec. | ||
| 14554 | 2024.12.07 00:57:31.466887 [ 280 ] {0c356a24-418d-4e0b-be7b-63faf54c7048} <Debug> TCPHandler: Processed in 0.001638862 sec. | ||
| 14555 | 2024.12.07 00:57:31.815010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 14556 | 2024.12.07 00:57:31.815725 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14557 | 2024.12.07 00:57:31.815774 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14558 | 2024.12.07 00:57:31.816349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14559 | 2024.12.07 00:57:31.816617 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14560 | 2024.12.07 00:57:31.816870 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 14561 | 2024.12.07 00:57:31.816935 [ 218 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14562 | 2024.12.07 00:57:31.817007 [ 218 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14563 | 2024.12.07 00:57:31.818794 [ 218 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14564 | 2024.12.07 00:57:31.844964 [ 223 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14565 | 2024.12.07 00:57:31.845011 [ 223 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14566 | 2024.12.07 00:57:31.846986 [ 223 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14567 | 2024.12.07 00:57:31.983348 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14568 | 2024.12.07 00:57:31.983418 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14569 | 2024.12.07 00:57:31.985517 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14570 | 2024.12.07 00:57:32.071432 [ 220 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14571 | 2024.12.07 00:57:32.071503 [ 220 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14572 | 2024.12.07 00:57:32.073579 [ 220 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14573 | 2024.12.07 00:57:34.276495 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14574 | 2024.12.07 00:57:34.298704 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14575 | 2024.12.07 00:57:34.298755 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14576 | 2024.12.07 00:57:34.306205 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14577 | 2024.12.07 00:57:34.306990 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14578 | 2024.12.07 00:57:34.311157 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14579 | 2024.12.07 00:57:36.460117 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14580 | 2024.12.07 00:57:36.460345 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14581 | 2024.12.07 00:57:36.460425 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14582 | 2024.12.07 00:57:36.461285 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14583 | 2024.12.07 00:57:36.461332 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14584 | 2024.12.07 00:57:36.461762 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14585 | 2024.12.07 00:57:36.462023 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14586 | 2024.12.07 00:57:36.462257 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.17 MiB/sec. | ||
| 14587 | 2024.12.07 00:57:36.462313 [ 276 ] {e6d5f79a-3785-4379-b89d-32076a45bf33} <Debug> TCPHandler: Processed in 0.002341466 sec. | ||
| 14588 | 2024.12.07 00:57:36.462505 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14589 | 2024.12.07 00:57:36.462645 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14590 | 2024.12.07 00:57:36.462699 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14591 | 2024.12.07 00:57:36.463344 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14592 | 2024.12.07 00:57:36.463384 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14593 | 2024.12.07 00:57:36.463751 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14594 | 2024.12.07 00:57:36.464000 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14595 | 2024.12.07 00:57:36.464218 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec. | ||
| 14596 | 2024.12.07 00:57:36.464272 [ 280 ] {fb2a4e04-8946-4cb1-a0fb-6018636336d1} <Debug> TCPHandler: Processed in 0.001834637 sec. | ||
| 14597 | 2024.12.07 00:57:36.464433 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14598 | 2024.12.07 00:57:36.464561 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14599 | 2024.12.07 00:57:36.464620 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14600 | 2024.12.07 00:57:36.465218 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14601 | 2024.12.07 00:57:36.465256 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14602 | 2024.12.07 00:57:36.465642 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14603 | 2024.12.07 00:57:36.465879 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14604 | 2024.12.07 00:57:36.466093 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
| 14605 | 2024.12.07 00:57:36.466144 [ 276 ] {b71682a6-cac6-48a9-87a5-616be9abe0b4} <Debug> TCPHandler: Processed in 0.001773275 sec. | ||
| 14606 | 2024.12.07 00:57:36.466303 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14607 | 2024.12.07 00:57:36.466432 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14608 | 2024.12.07 00:57:36.466488 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14609 | 2024.12.07 00:57:36.467003 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14610 | 2024.12.07 00:57:36.467051 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14611 | 2024.12.07 00:57:36.467419 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14612 | 2024.12.07 00:57:36.467658 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14613 | 2024.12.07 00:57:36.467854 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 14614 | 2024.12.07 00:57:36.467903 [ 280 ] {406678dc-d78a-4724-8555-ce475fae2b18} <Debug> TCPHandler: Processed in 0.001661513 sec. | ||
| 14615 | 2024.12.07 00:57:39.068163 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14616 | 2024.12.07 00:57:39.068240 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14617 | 2024.12.07 00:57:39.317982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 14618 | 2024.12.07 00:57:39.318662 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14619 | 2024.12.07 00:57:39.318716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14620 | 2024.12.07 00:57:39.319248 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14621 | 2024.12.07 00:57:39.319509 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14622 | 2024.12.07 00:57:39.319773 [ 106 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14623 | 2024.12.07 00:57:39.319793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14624 | 2024.12.07 00:57:39.319888 [ 106 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14625 | 2024.12.07 00:57:39.319935 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14626 | 2024.12.07 00:57:39.320266 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14627 | 2024.12.07 00:57:39.320665 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14628 | 2024.12.07 00:57:39.320739 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 14629 | 2024.12.07 00:57:39.320874 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 14630 | 2024.12.07 00:57:39.321157 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 14631 | 2024.12.07 00:57:39.321324 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 14632 | 2024.12.07 00:57:39.321401 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 14633 | 2024.12.07 00:57:39.321478 [ 205 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 14634 | 2024.12.07 00:57:39.324297 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004228793 sec., 8236629.222570129 rows/sec., 117.83 MiB/sec. | ||
| 14635 | 2024.12.07 00:57:39.324806 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14636 | 2024.12.07 00:57:39.325357 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14637 | 2024.12.07 00:57:39.325451 [ 196 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_76_15} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14638 | 2024.12.07 00:57:39.325577 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 14639 | 2024.12.07 00:57:39.536801 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2064 | ||
| 14640 | 2024.12.07 00:57:39.539803 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2024.12.07 00:57:39.539857 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14642 | 2024.12.07 00:57:39.541396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14643 | 2024.12.07 00:57:39.541720 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14644 | 2024.12.07 00:57:39.543483 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2064 | ||
| 14645 | 2024.12.07 00:57:39.939324 [ 66 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 5 parts from all_1_52_11 to all_56_56_0 | ||
| 14646 | 2024.12.07 00:57:39.939402 [ 66 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14647 | 2024.12.07 00:57:39.939425 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14648 | 2024.12.07 00:57:39.939579 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_52_11 to all_56_56_0 into Compact with storage Full | ||
| 14649 | 2024.12.07 00:57:39.939836 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14650 | 2024.12.07 00:57:39.939889 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 243 rows starting from the beginning of the part | ||
| 14651 | 2024.12.07 00:57:39.939973 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 242 rows starting from the beginning of the part | ||
| 14652 | 2024.12.07 00:57:39.940218 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 14653 | 2024.12.07 00:57:39.940484 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 14654 | 2024.12.07 00:57:39.940671 [ 203 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 242 rows starting from the beginning of the part | ||
| 14655 | 2024.12.07 00:57:39.941951 [ 191 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002447568 sec., 308469.4684682918 rows/sec., 22.08 MiB/sec. | ||
| 14656 | 2024.12.07 00:57:39.942172 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14657 | 2024.12.07 00:57:39.942571 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14658 | 2024.12.07 00:57:39.942678 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_56_12} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 5 parts: [all_1_52_11, all_56_56_0] -> all_1_56_12 | ||
| 14659 | 2024.12.07 00:57:39.942793 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14660 | 2024.12.07 00:57:40.053772 [ 66 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0 | ||
| 14661 | 2024.12.07 00:57:40.053823 [ 66 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14662 | 2024.12.07 00:57:40.053847 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14663 | 2024.12.07 00:57:40.054102 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full | ||
| 14664 | 2024.12.07 00:57:40.054556 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14665 | 2024.12.07 00:57:40.054625 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 14666 | 2024.12.07 00:57:40.054703 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 14667 | 2024.12.07 00:57:40.054820 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 14668 | 2024.12.07 00:57:40.054942 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 14669 | 2024.12.07 00:57:40.055052 [ 189 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 14670 | 2024.12.07 00:57:40.055989 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.002048771 sec., 161072.1744889985 rows/sec., 8.22 MiB/sec. | ||
| 14671 | 2024.12.07 00:57:40.056202 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 14672 | 2024.12.07 00:57:40.056580 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14673 | 2024.12.07 00:57:40.056680 [ 191 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_55_12} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12 | ||
| 14674 | 2024.12.07 00:57:40.056788 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14675 | 2024.12.07 00:57:41.467049 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14676 | 2024.12.07 00:57:41.467234 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14677 | 2024.12.07 00:57:41.467302 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14678 | 2024.12.07 00:57:41.468052 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14679 | 2024.12.07 00:57:41.468097 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14680 | 2024.12.07 00:57:41.468533 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14681 | 2024.12.07 00:57:41.468785 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14682 | 2024.12.07 00:57:41.469010 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 14683 | 2024.12.07 00:57:41.469068 [ 276 ] {37687df0-abd0-4bce-b262-0c05bcd58502} <Debug> TCPHandler: Processed in 0.002147052 sec. | ||
| 14684 | 2024.12.07 00:57:41.469247 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14685 | 2024.12.07 00:57:41.469383 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14686 | 2024.12.07 00:57:41.469439 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14687 | 2024.12.07 00:57:41.470263 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14688 | 2024.12.07 00:57:41.470303 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14689 | 2024.12.07 00:57:41.470705 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14690 | 2024.12.07 00:57:41.470958 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14691 | 2024.12.07 00:57:41.471154 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001797 sec., 158597.66277128548 rows/sec., 13.99 MiB/sec. | ||
| 14692 | 2024.12.07 00:57:41.471215 [ 280 ] {459c1f37-2416-4425-a927-a0458330dd01} <Debug> TCPHandler: Processed in 0.0020281 sec. | ||
| 14693 | 2024.12.07 00:57:41.471371 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14694 | 2024.12.07 00:57:41.471480 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14695 | 2024.12.07 00:57:41.471524 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14696 | 2024.12.07 00:57:41.472062 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14697 | 2024.12.07 00:57:41.472101 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14698 | 2024.12.07 00:57:41.472446 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14699 | 2024.12.07 00:57:41.472691 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14700 | 2024.12.07 00:57:41.472905 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001448 sec., 33149.17127071823 rows/sec., 2.39 MiB/sec. | ||
| 14701 | 2024.12.07 00:57:41.472966 [ 276 ] {dc2fe207-2627-41e1-929a-8cfa2aa8d908} <Debug> TCPHandler: Processed in 0.001646932 sec. | ||
| 14702 | 2024.12.07 00:57:41.473131 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14703 | 2024.12.07 00:57:41.473255 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14704 | 2024.12.07 00:57:41.473301 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14705 | 2024.12.07 00:57:41.473830 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14706 | 2024.12.07 00:57:41.473868 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14707 | 2024.12.07 00:57:41.474223 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14708 | 2024.12.07 00:57:41.474466 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14709 | 2024.12.07 00:57:41.474689 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001456 sec., 9615.384615384615 rows/sec., 673.40 KiB/sec. | ||
| 14710 | 2024.12.07 00:57:41.474762 [ 280 ] {33c903a7-7152-4804-83ba-0b466884b6aa} <Debug> TCPHandler: Processed in 0.001700974 sec. | ||
| 14711 | 2024.12.07 00:57:41.474967 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14712 | 2024.12.07 00:57:41.475151 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14713 | 2024.12.07 00:57:41.475197 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14714 | 2024.12.07 00:57:41.475736 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14715 | 2024.12.07 00:57:41.475776 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14716 | 2024.12.07 00:57:41.476114 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14717 | 2024.12.07 00:57:41.476349 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14718 | 2024.12.07 00:57:41.476549 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001428 sec., 9103.641456582633 rows/sec., 567.61 KiB/sec. | ||
| 14719 | 2024.12.07 00:57:41.476600 [ 276 ] {c37b07b9-c5ae-4345-ac52-3b3b8217b120} <Debug> TCPHandler: Processed in 0.001751224 sec. | ||
| 14720 | 2024.12.07 00:57:41.476746 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14721 | 2024.12.07 00:57:41.476857 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14722 | 2024.12.07 00:57:41.476918 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14723 | 2024.12.07 00:57:41.477623 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14724 | 2024.12.07 00:57:41.477662 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14725 | 2024.12.07 00:57:41.478038 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14726 | 2024.12.07 00:57:41.478278 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14727 | 2024.12.07 00:57:41.478488 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001653 sec., 255898.3666061706 rows/sec., 18.29 MiB/sec. | ||
| 14728 | 2024.12.07 00:57:41.478540 [ 280 ] {778637d0-d74e-4f16-80e3-3f2618d1714d} <Debug> TCPHandler: Processed in 0.001846996 sec. | ||
| 14729 | 2024.12.07 00:57:41.478683 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14730 | 2024.12.07 00:57:41.478810 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14731 | 2024.12.07 00:57:41.478865 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14732 | 2024.12.07 00:57:41.479359 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14733 | 2024.12.07 00:57:41.479397 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14734 | 2024.12.07 00:57:41.479744 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14735 | 2024.12.07 00:57:41.479975 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14736 | 2024.12.07 00:57:41.480196 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 14737 | 2024.12.07 00:57:41.480294 [ 276 ] {bd6a1e40-d9db-4e23-b587-6942880471c1} <Debug> TCPHandler: Processed in 0.001663753 sec. | ||
| 14738 | 2024.12.07 00:57:41.480533 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14739 | 2024.12.07 00:57:41.480789 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14740 | 2024.12.07 00:57:41.480851 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14741 | 2024.12.07 00:57:41.481445 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14742 | 2024.12.07 00:57:41.481484 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14743 | 2024.12.07 00:57:41.481862 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14744 | 2024.12.07 00:57:41.482099 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14745 | 2024.12.07 00:57:41.482269 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_125_25 to all_130_130_0 | ||
| 14746 | 2024.12.07 00:57:41.482327 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001577 sec., 150285.35193405199 rows/sec., 10.07 MiB/sec. | ||
| 14747 | 2024.12.07 00:57:41.482362 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2024.12.07 00:57:41.482437 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14749 | 2024.12.07 00:57:41.482443 [ 280 ] {7ce025f8-87dc-4e45-b866-39a07d262572} <Debug> TCPHandler: Processed in 0.00204677 sec. | ||
| 14750 | 2024.12.07 00:57:41.482664 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14751 | 2024.12.07 00:57:41.482692 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_125_25 to all_130_130_0 into Compact with storage Full | ||
| 14752 | 2024.12.07 00:57:41.482964 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14753 | 2024.12.07 00:57:41.483177 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14754 | 2024.12.07 00:57:41.483212 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14755 | 2024.12.07 00:57:41.483327 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_125_25, total 37116 rows starting from the beginning of the part | ||
| 14756 | 2024.12.07 00:57:41.483907 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 14757 | 2024.12.07 00:57:41.484576 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 962 rows starting from the beginning of the part | ||
| 14758 | 2024.12.07 00:57:41.485148 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 128 rows starting from the beginning of the part | ||
| 14759 | 2024.12.07 00:57:41.485824 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 14760 | 2024.12.07 00:57:41.486446 [ 189 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part | ||
| 14761 | 2024.12.07 00:57:41.487699 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14762 | 2024.12.07 00:57:41.487742 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14763 | 2024.12.07 00:57:41.488243 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14764 | 2024.12.07 00:57:41.488516 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14765 | 2024.12.07 00:57:41.488880 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006054 sec., 165.18004625041294 rows/sec., 11.13 KiB/sec. | ||
| 14766 | 2024.12.07 00:57:41.489268 [ 276 ] {0aaa96b3-1b8e-4f36-ba0b-62e8638ef8d9} <Debug> TCPHandler: Processed in 0.006725633 sec. | ||
| 14767 | 2024.12.07 00:57:41.489610 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14768 | 2024.12.07 00:57:41.490171 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14769 | 2024.12.07 00:57:41.490507 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14770 | 2024.12.07 00:57:41.492014 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14771 | 2024.12.07 00:57:41.492056 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14772 | 2024.12.07 00:57:41.492825 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14773 | 2024.12.07 00:57:41.493114 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14774 | 2024.12.07 00:57:41.493406 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003433 sec., 11942.907078357122 rows/sec., 21.40 MiB/sec. | ||
| 14775 | 2024.12.07 00:57:41.493533 [ 280 ] {c85b8b80-ecf0-4532-a678-3ba601e09e22} <Debug> TCPHandler: Processed in 0.004142472 sec. | ||
| 14776 | 2024.12.07 00:57:41.493706 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14777 | 2024.12.07 00:57:41.493837 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14778 | 2024.12.07 00:57:41.493892 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14779 | 2024.12.07 00:57:41.494439 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14780 | 2024.12.07 00:57:41.494477 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14781 | 2024.12.07 00:57:41.494934 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14782 | 2024.12.07 00:57:41.495173 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14783 | 2024.12.07 00:57:41.495399 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 14784 | 2024.12.07 00:57:41.495460 [ 276 ] {2b40dc9f-63cf-422b-9d08-3f3bd2c3bd49} <Debug> TCPHandler: Processed in 0.001831496 sec. | ||
| 14785 | 2024.12.07 00:57:41.496619 [ 191 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38763 rows, containing 5 columns (5 merged, 0 gathered) in 0.014076298 sec., 2753778.0174872684 rows/sec., 185.89 MiB/sec. | ||
| 14786 | 2024.12.07 00:57:41.497172 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Trace> MergedBlockOutputStream: filled checksums all_1_130_26 (state Temporary) | ||
| 14787 | 2024.12.07 00:57:41.497540 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_130_26 to all_1_130_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14788 | 2024.12.07 00:57:41.497635 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_130_26} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_125_25, all_130_130_0] -> all_1_130_26 | ||
| 14789 | 2024.12.07 00:57:41.497747 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14790 | 2024.12.07 00:57:41.811222 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14791 | 2024.12.07 00:57:41.834020 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2024.12.07 00:57:41.834082 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14793 | 2024.12.07 00:57:41.841836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14794 | 2024.12.07 00:57:41.842635 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2024.12.07 00:57:41.843017 [ 139 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14796 | 2024.12.07 00:57:41.843169 [ 139 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2024.12.07 00:57:41.843243 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14798 | 2024.12.07 00:57:41.843675 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14799 | 2024.12.07 00:57:41.858108 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14800 | 2024.12.07 00:57:41.860352 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14801 | 2024.12.07 00:57:41.862207 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 14802 | 2024.12.07 00:57:41.868265 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 14803 | 2024.12.07 00:57:41.874762 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14804 | 2024.12.07 00:57:41.881168 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14805 | 2024.12.07 00:57:41.887683 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14806 | 2024.12.07 00:57:41.893752 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14807 | 2024.12.07 00:57:41.958862 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.115479057 sec., 4961.93868295963 rows/sec., 25.66 MiB/sec. | ||
| 14808 | 2024.12.07 00:57:41.962144 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14809 | 2024.12.07 00:57:41.965164 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14810 | 2024.12.07 00:57:41.965262 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_76_15} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14811 | 2024.12.07 00:57:41.967662 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14812 | 2024.12.07 00:57:42.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.23 MiB, peak 287.67 MiB, free memory in arenas 0.00 B, will set to 268.36 MiB (RSS), difference: -1.87 MiB | ||
| 14813 | 2024.12.07 00:57:46.460566 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14814 | 2024.12.07 00:57:46.460778 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14815 | 2024.12.07 00:57:46.460849 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14816 | 2024.12.07 00:57:46.461579 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14817 | 2024.12.07 00:57:46.461631 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14818 | 2024.12.07 00:57:46.462054 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14819 | 2024.12.07 00:57:46.462310 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14820 | 2024.12.07 00:57:46.462529 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001802 sec., 1109.8779134295228 rows/sec., 90.50 KiB/sec. | ||
| 14821 | 2024.12.07 00:57:46.462586 [ 276 ] {cf5d9da1-17eb-46bd-8721-54ee260e7e12} <Debug> TCPHandler: Processed in 0.002152253 sec. | ||
| 14822 | 2024.12.07 00:57:46.462758 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14823 | 2024.12.07 00:57:46.462874 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14824 | 2024.12.07 00:57:46.462920 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14825 | 2024.12.07 00:57:46.463486 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14826 | 2024.12.07 00:57:46.463526 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14827 | 2024.12.07 00:57:46.463896 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14828 | 2024.12.07 00:57:46.464140 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14829 | 2024.12.07 00:57:46.464337 [ 148 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14830 | 2024.12.07 00:57:46.464371 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001519 sec., 37524.687294272546 rows/sec., 2.86 MiB/sec. | ||
| 14831 | 2024.12.07 00:57:46.464420 [ 148 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14832 | 2024.12.07 00:57:46.464490 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14833 | 2024.12.07 00:57:46.464496 [ 280 ] {ffea3cac-e774-4f0a-ada7-c96e7c7b0ae3} <Debug> TCPHandler: Processed in 0.001794315 sec. | ||
| 14834 | 2024.12.07 00:57:46.464702 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14835 | 2024.12.07 00:57:46.464721 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14836 | 2024.12.07 00:57:46.464890 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14837 | 2024.12.07 00:57:46.465014 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14838 | 2024.12.07 00:57:46.465016 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14839 | 2024.12.07 00:57:46.465122 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1435 rows starting from the beginning of the part | ||
| 14840 | 2024.12.07 00:57:46.465397 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 1432 rows starting from the beginning of the part | ||
| 14841 | 2024.12.07 00:57:46.465714 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part | ||
| 14842 | 2024.12.07 00:57:46.466124 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part | ||
| 14843 | 2024.12.07 00:57:46.466652 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 285 rows starting from the beginning of the part | ||
| 14844 | 2024.12.07 00:57:46.466996 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 57 rows starting from the beginning of the part | ||
| 14845 | 2024.12.07 00:57:46.467849 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14846 | 2024.12.07 00:57:46.467913 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14847 | 2024.12.07 00:57:46.468667 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14848 | 2024.12.07 00:57:46.469174 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14849 | 2024.12.07 00:57:46.469522 [ 148 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_61_13 to all_66_66_0 | ||
| 14850 | 2024.12.07 00:57:46.469637 [ 148 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14851 | 2024.12.07 00:57:46.469677 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14852 | 2024.12.07 00:57:46.469698 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004839 sec., 413.308534821244 rows/sec., 28.86 KiB/sec. | ||
| 14853 | 2024.12.07 00:57:46.469997 [ 276 ] {9e3ec59a-682b-4ed4-9bca-dcb7c111bdd8} <Debug> TCPHandler: Processed in 0.005385187 sec. | ||
| 14854 | 2024.12.07 00:57:46.470309 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14855 | 2024.12.07 00:57:46.470460 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_13 to all_66_66_0 into Compact with storage Full | ||
| 14856 | 2024.12.07 00:57:46.470957 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14857 | 2024.12.07 00:57:46.471263 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14858 | 2024.12.07 00:57:46.471532 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006905836 sec., 480897.6060248173 rows/sec., 41.99 MiB/sec. | ||
| 14859 | 2024.12.07 00:57:46.472022 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14860 | 2024.12.07 00:57:46.472368 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14861 | 2024.12.07 00:57:46.472543 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_13, total 66 rows starting from the beginning of the part | ||
| 14862 | 2024.12.07 00:57:46.473033 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 14863 | 2024.12.07 00:57:46.473000 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14864 | 2024.12.07 00:57:46.473554 [ 187 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_131_26} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14865 | 2024.12.07 00:57:46.473666 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part | ||
| 14866 | 2024.12.07 00:57:46.473879 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14867 | 2024.12.07 00:57:46.474280 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 62 rows starting from the beginning of the part | ||
| 14868 | 2024.12.07 00:57:46.474707 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 14869 | 2024.12.07 00:57:46.475082 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 2 rows starting from the beginning of the part | ||
| 14870 | 2024.12.07 00:57:46.475435 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14871 | 2024.12.07 00:57:46.475521 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14872 | 2024.12.07 00:57:46.476364 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14873 | 2024.12.07 00:57:46.476929 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14874 | 2024.12.07 00:57:46.477266 [ 148 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14875 | 2024.12.07 00:57:46.477366 [ 148 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14876 | 2024.12.07 00:57:46.477444 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14877 | 2024.12.07 00:57:46.477670 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.006921 sec., 9536.19419159081 rows/sec., 762.65 KiB/sec. | ||
| 14878 | 2024.12.07 00:57:46.477960 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14879 | 2024.12.07 00:57:46.478171 [ 280 ] {6b3e6074-a126-458d-a40b-d759318e0c07} <Debug> TCPHandler: Processed in 0.008020738 sec. | ||
| 14880 | 2024.12.07 00:57:46.478239 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.008386005 sec., 32673.483977173873 rows/sec., 2.46 MiB/sec. | ||
| 14881 | 2024.12.07 00:57:46.478431 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14882 | 2024.12.07 00:57:46.478487 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14883 | 2024.12.07 00:57:46.478513 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part | ||
| 14884 | 2024.12.07 00:57:46.478541 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Trace> MergedBlockOutputStream: filled checksums all_1_66_14 (state Temporary) | ||
| 14885 | 2024.12.07 00:57:46.478940 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 893 rows starting from the beginning of the part | ||
| 14886 | 2024.12.07 00:57:46.479037 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14887 | 2024.12.07 00:57:46.479328 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14888 | 2024.12.07 00:57:46.479437 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part | ||
| 14889 | 2024.12.07 00:57:46.479816 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_66_14 to all_1_66_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14890 | 2024.12.07 00:57:46.479905 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part | ||
| 14891 | 2024.12.07 00:57:46.480421 [ 188 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_66_14} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_61_13, all_66_66_0] -> all_1_66_14 | ||
| 14892 | 2024.12.07 00:57:46.480498 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 423 rows starting from the beginning of the part | ||
| 14893 | 2024.12.07 00:57:46.480776 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14894 | 2024.12.07 00:57:46.481000 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 66 rows starting from the beginning of the part | ||
| 14895 | 2024.12.07 00:57:46.482776 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14896 | 2024.12.07 00:57:46.482849 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14897 | 2024.12.07 00:57:46.483825 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14898 | 2024.12.07 00:57:46.484309 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14899 | 2024.12.07 00:57:46.484480 [ 186 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.006922276 sec., 350318.3057133232 rows/sec., 26.88 MiB/sec. | ||
| 14900 | 2024.12.07 00:57:46.484719 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005903 sec., 27274.26732170083 rows/sec., 1.90 MiB/sec. | ||
| 14901 | 2024.12.07 00:57:46.484808 [ 276 ] {d37eba14-d735-4bb2-bb1d-a6ccec170dff} <Debug> TCPHandler: Processed in 0.006472868 sec. | ||
| 14902 | 2024.12.07 00:57:46.484891 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14903 | 2024.12.07 00:57:46.485018 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14904 | 2024.12.07 00:57:46.485235 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14905 | 2024.12.07 00:57:46.485322 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14906 | 2024.12.07 00:57:46.485426 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14907 | 2024.12.07 00:57:46.485677 [ 198 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_131_26} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14908 | 2024.12.07 00:57:46.485864 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14909 | 2024.12.07 00:57:46.486233 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14910 | 2024.12.07 00:57:46.486289 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14911 | 2024.12.07 00:57:46.486839 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14912 | 2024.12.07 00:57:46.487214 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14913 | 2024.12.07 00:57:46.487444 [ 148 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14914 | 2024.12.07 00:57:46.487500 [ 148 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2024.12.07 00:57:46.487537 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14916 | 2024.12.07 00:57:46.487543 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002363 sec., 25391.451544646636 rows/sec., 1.71 MiB/sec. | ||
| 14917 | 2024.12.07 00:57:46.487812 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14918 | 2024.12.07 00:57:46.487812 [ 280 ] {0f5897e7-3015-40ad-9749-7f43e2e38d45} <Debug> TCPHandler: Processed in 0.002869236 sec. | ||
| 14919 | 2024.12.07 00:57:46.488043 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14920 | 2024.12.07 00:57:46.488087 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7638 rows starting from the beginning of the part | ||
| 14921 | 2024.12.07 00:57:46.488181 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 34 rows starting from the beginning of the part | ||
| 14922 | 2024.12.07 00:57:46.488304 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part | ||
| 14923 | 2024.12.07 00:57:46.488508 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 14924 | 2024.12.07 00:57:46.488580 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
| 14925 | 2024.12.07 00:57:46.488794 [ 186 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 14926 | 2024.12.07 00:57:46.491015 [ 192 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7922 rows, containing 4 columns (4 merged, 0 gathered) in 0.003392797 sec., 2334946.6531596202 rows/sec., 152.16 MiB/sec. | ||
| 14927 | 2024.12.07 00:57:46.491578 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14928 | 2024.12.07 00:57:46.491916 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14929 | 2024.12.07 00:57:46.491996 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_131_26} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14930 | 2024.12.07 00:57:46.492093 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 14931 | 2024.12.07 00:57:46.819968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 14932 | 2024.12.07 00:57:46.820642 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14933 | 2024.12.07 00:57:46.820703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14934 | 2024.12.07 00:57:46.821268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14935 | 2024.12.07 00:57:46.821652 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14936 | 2024.12.07 00:57:46.821969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 14937 | 2024.12.07 00:57:49.358171 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14938 | 2024.12.07 00:57:49.380543 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14939 | 2024.12.07 00:57:49.380600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14940 | 2024.12.07 00:57:49.388050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14941 | 2024.12.07 00:57:49.388863 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14942 | 2024.12.07 00:57:49.391748 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14943 | 2024.12.07 00:57:49.544606 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2098 | ||
| 14944 | 2024.12.07 00:57:49.547947 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14945 | 2024.12.07 00:57:49.548011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14946 | 2024.12.07 00:57:49.549618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14947 | 2024.12.07 00:57:49.549942 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14948 | 2024.12.07 00:57:49.550672 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2098 | ||
| 14949 | 2024.12.07 00:57:51.377670 [ 223 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14950 | 2024.12.07 00:57:51.377745 [ 223 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14951 | 2024.12.07 00:57:51.379503 [ 223 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14952 | 2024.12.07 00:57:51.466992 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14953 | 2024.12.07 00:57:51.467212 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14954 | 2024.12.07 00:57:51.467294 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14955 | 2024.12.07 00:57:51.468078 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14956 | 2024.12.07 00:57:51.468132 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14957 | 2024.12.07 00:57:51.468578 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14958 | 2024.12.07 00:57:51.468839 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14959 | 2024.12.07 00:57:51.469058 [ 146 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14960 | 2024.12.07 00:57:51.469116 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec. | ||
| 14961 | 2024.12.07 00:57:51.469160 [ 146 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14962 | 2024.12.07 00:57:51.469239 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14963 | 2024.12.07 00:57:51.469268 [ 276 ] {9ed9e3a9-12a6-4f54-a21c-c5a3d27a6886} <Debug> TCPHandler: Processed in 0.002419327 sec. | ||
| 14964 | 2024.12.07 00:57:51.469417 [ 222 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14965 | 2024.12.07 00:57:51.469519 [ 222 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14966 | 2024.12.07 00:57:51.469617 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14967 | 2024.12.07 00:57:51.469669 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14968 | 2024.12.07 00:57:51.469938 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14969 | 2024.12.07 00:57:51.470080 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14970 | 2024.12.07 00:57:51.470127 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14971 | 2024.12.07 00:57:51.470223 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 14972 | 2024.12.07 00:57:51.470965 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 14973 | 2024.12.07 00:57:51.471485 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 14974 | 2024.12.07 00:57:51.472278 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 14975 | 2024.12.07 00:57:51.472949 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 14976 | 2024.12.07 00:57:51.475454 [ 222 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14977 | 2024.12.07 00:57:51.475461 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14978 | 2024.12.07 00:57:51.475611 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14979 | 2024.12.07 00:57:51.477434 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008090589 sec., 8652.027683027774 rows/sec., 656.63 KiB/sec. | ||
| 14980 | 2024.12.07 00:57:51.477588 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14981 | 2024.12.07 00:57:51.477612 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14982 | 2024.12.07 00:57:51.478053 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14983 | 2024.12.07 00:57:51.478131 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14984 | 2024.12.07 00:57:51.478343 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_57_14} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14985 | 2024.12.07 00:57:51.478479 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.008634 sec., 33009.034051424605 rows/sec., 2.91 MiB/sec. | ||
| 14986 | 2024.12.07 00:57:51.478495 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14987 | 2024.12.07 00:57:51.478605 [ 280 ] {caf16747-0fa2-4a32-b8e1-a369f26f8bd0} <Debug> TCPHandler: Processed in 0.009206551 sec. | ||
| 14988 | 2024.12.07 00:57:51.478769 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14989 | 2024.12.07 00:57:51.478883 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14990 | 2024.12.07 00:57:51.478928 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14991 | 2024.12.07 00:57:51.479494 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14992 | 2024.12.07 00:57:51.479534 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 14993 | 2024.12.07 00:57:51.479896 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14994 | 2024.12.07 00:57:51.480141 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14995 | 2024.12.07 00:57:51.480353 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001493 sec., 32150.033489618218 rows/sec., 2.31 MiB/sec. | ||
| 14996 | 2024.12.07 00:57:51.480407 [ 276 ] {b1786224-6467-439f-8baf-b9180f409c7f} <Debug> TCPHandler: Processed in 0.001691913 sec. | ||
| 14997 | 2024.12.07 00:57:51.480542 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14998 | 2024.12.07 00:57:51.480669 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14999 | 2024.12.07 00:57:51.480722 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15000 | 2024.12.07 00:57:51.481349 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15001 | 2024.12.07 00:57:51.481396 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15002 | 2024.12.07 00:57:51.481773 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15003 | 2024.12.07 00:57:51.482007 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15004 | 2024.12.07 00:57:51.482245 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0016 sec., 8750 rows/sec., 612.79 KiB/sec. | ||
| 15005 | 2024.12.07 00:57:51.482309 [ 280 ] {87c4147c-a8d3-47b8-8a24-f90f1d62a117} <Debug> TCPHandler: Processed in 0.001820816 sec. | ||
| 15006 | 2024.12.07 00:57:51.482516 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15007 | 2024.12.07 00:57:51.482690 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15008 | 2024.12.07 00:57:51.482747 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15009 | 2024.12.07 00:57:51.483392 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15010 | 2024.12.07 00:57:51.483440 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15011 | 2024.12.07 00:57:51.483820 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15012 | 2024.12.07 00:57:51.484057 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15013 | 2024.12.07 00:57:51.484215 [ 146 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 15014 | 2024.12.07 00:57:51.484275 [ 146 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15015 | 2024.12.07 00:57:51.484305 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 15016 | 2024.12.07 00:57:51.484314 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15017 | 2024.12.07 00:57:51.484474 [ 276 ] {a9b8841d-10bb-4138-84b9-2a8765608c11} <Debug> TCPHandler: Processed in 0.002070091 sec. | ||
| 15018 | 2024.12.07 00:57:51.484616 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 15019 | 2024.12.07 00:57:51.484651 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15020 | 2024.12.07 00:57:51.484927 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15021 | 2024.12.07 00:57:51.484940 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15022 | 2024.12.07 00:57:51.484999 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 15023 | 2024.12.07 00:57:51.485050 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15024 | 2024.12.07 00:57:51.485336 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 15025 | 2024.12.07 00:57:51.485746 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 15026 | 2024.12.07 00:57:51.486064 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 15027 | 2024.12.07 00:57:51.486578 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 15028 | 2024.12.07 00:57:51.488284 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15029 | 2024.12.07 00:57:51.488356 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15030 | 2024.12.07 00:57:51.489241 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004759974 sec., 13655.536773940361 rows/sec., 904.76 KiB/sec. | ||
| 15031 | 2024.12.07 00:57:51.489420 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15032 | 2024.12.07 00:57:51.489446 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 15033 | 2024.12.07 00:57:51.489925 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15034 | 2024.12.07 00:57:51.490026 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15035 | 2024.12.07 00:57:51.490326 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_57_14} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 15036 | 2024.12.07 00:57:51.490410 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005555 sec., 76147.61476147614 rows/sec., 5.44 MiB/sec. | ||
| 15037 | 2024.12.07 00:57:51.490552 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15038 | 2024.12.07 00:57:51.490700 [ 280 ] {78eed42a-576e-498e-b5ec-c122a8fdba77} <Debug> TCPHandler: Processed in 0.006115811 sec. | ||
| 15039 | 2024.12.07 00:57:51.490910 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15040 | 2024.12.07 00:57:51.491055 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15041 | 2024.12.07 00:57:51.491113 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15042 | 2024.12.07 00:57:51.491637 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15043 | 2024.12.07 00:57:51.491676 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15044 | 2024.12.07 00:57:51.492038 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15045 | 2024.12.07 00:57:51.492277 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15046 | 2024.12.07 00:57:51.492520 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 15047 | 2024.12.07 00:57:51.492592 [ 276 ] {2ccd8677-3680-4765-9b0d-683046e940e6} <Debug> TCPHandler: Processed in 0.001767594 sec. | ||
| 15048 | 2024.12.07 00:57:51.492817 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15049 | 2024.12.07 00:57:51.492979 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15050 | 2024.12.07 00:57:51.493032 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15051 | 2024.12.07 00:57:51.493589 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15052 | 2024.12.07 00:57:51.493628 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15053 | 2024.12.07 00:57:51.494052 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15054 | 2024.12.07 00:57:51.494310 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15055 | 2024.12.07 00:57:51.494527 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 15056 | 2024.12.07 00:57:51.494590 [ 280 ] {83ae00de-9d6d-4f07-bb7d-b6a6ab634983} <Debug> TCPHandler: Processed in 0.001881887 sec. | ||
| 15057 | 2024.12.07 00:57:51.494741 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15058 | 2024.12.07 00:57:51.494904 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15059 | 2024.12.07 00:57:51.494952 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15060 | 2024.12.07 00:57:51.495383 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15061 | 2024.12.07 00:57:51.495420 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15062 | 2024.12.07 00:57:51.495768 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15063 | 2024.12.07 00:57:51.496011 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15064 | 2024.12.07 00:57:51.496267 [ 223 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15065 | 2024.12.07 00:57:51.496272 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 15066 | 2024.12.07 00:57:51.496313 [ 223 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15067 | 2024.12.07 00:57:51.496428 [ 276 ] {ae3770fb-ec6e-407b-a83b-f2c133d4c768} <Debug> TCPHandler: Processed in 0.001758195 sec. | ||
| 15068 | 2024.12.07 00:57:51.496616 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15069 | 2024.12.07 00:57:51.496731 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15070 | 2024.12.07 00:57:51.496845 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15071 | 2024.12.07 00:57:51.499689 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15072 | 2024.12.07 00:57:51.499728 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15073 | 2024.12.07 00:57:51.500749 [ 223 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15074 | 2024.12.07 00:57:51.501132 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15075 | 2024.12.07 00:57:51.501530 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2024.12.07 00:57:51.501783 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005075 sec., 8078.817733990149 rows/sec., 14.48 MiB/sec. | ||
| 15077 | 2024.12.07 00:57:51.501880 [ 280 ] {fe61d538-47de-4f42-bf60-2c99a52e4ab9} <Debug> TCPHandler: Processed in 0.005361596 sec. | ||
| 15078 | 2024.12.07 00:57:51.502021 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15079 | 2024.12.07 00:57:51.502136 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15080 | 2024.12.07 00:57:51.502182 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15081 | 2024.12.07 00:57:51.502627 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2024.12.07 00:57:51.502665 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15083 | 2024.12.07 00:57:51.503028 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15084 | 2024.12.07 00:57:51.503272 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2024.12.07 00:57:51.503487 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
| 15086 | 2024.12.07 00:57:51.503537 [ 276 ] {6fe15c7b-9bdc-4af2-bae8-e794664fe630} <Debug> TCPHandler: Processed in 0.001570321 sec. | ||
| 15087 | 2024.12.07 00:57:52.108471 [ 220 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15088 | 2024.12.07 00:57:52.108550 [ 220 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15089 | 2024.12.07 00:57:52.111028 [ 220 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15090 | 2024.12.07 00:57:54.068510 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15091 | 2024.12.07 00:57:54.068584 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15092 | 2024.12.07 00:57:54.322097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 15093 | 2024.12.07 00:57:54.323095 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15094 | 2024.12.07 00:57:54.323142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15095 | 2024.12.07 00:57:54.323663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15096 | 2024.12.07 00:57:54.323928 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15097 | 2024.12.07 00:57:54.324194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15098 | 2024.12.07 00:57:56.149844 [ 220 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15099 | 2024.12.07 00:57:56.149929 [ 220 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15100 | 2024.12.07 00:57:56.152009 [ 220 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15101 | 2024.12.07 00:57:56.460050 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15102 | 2024.12.07 00:57:56.460352 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15103 | 2024.12.07 00:57:56.460464 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15104 | 2024.12.07 00:57:56.461314 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15105 | 2024.12.07 00:57:56.461364 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15106 | 2024.12.07 00:57:56.461794 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15107 | 2024.12.07 00:57:56.462049 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15108 | 2024.12.07 00:57:56.462274 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec. | ||
| 15109 | 2024.12.07 00:57:56.462331 [ 276 ] {005df0fe-11de-4876-bfa4-0d0f2cb1c27a} <Debug> TCPHandler: Processed in 0.002469259 sec. | ||
| 15110 | 2024.12.07 00:57:56.462517 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15111 | 2024.12.07 00:57:56.462653 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15112 | 2024.12.07 00:57:56.462708 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15113 | 2024.12.07 00:57:56.463380 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15114 | 2024.12.07 00:57:56.463428 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15115 | 2024.12.07 00:57:56.463836 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15116 | 2024.12.07 00:57:56.464078 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15117 | 2024.12.07 00:57:56.464290 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001667 sec., 38392.32153569286 rows/sec., 3.00 MiB/sec. | ||
| 15118 | 2024.12.07 00:57:56.464343 [ 280 ] {d2a4ce6e-0cdc-4a2a-9f0e-0c2357682c6d} <Debug> TCPHandler: Processed in 0.001894507 sec. | ||
| 15119 | 2024.12.07 00:57:56.464483 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15120 | 2024.12.07 00:57:56.464589 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15121 | 2024.12.07 00:57:56.464637 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15122 | 2024.12.07 00:57:56.465239 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15123 | 2024.12.07 00:57:56.465284 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15124 | 2024.12.07 00:57:56.465736 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15125 | 2024.12.07 00:57:56.465977 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15126 | 2024.12.07 00:57:56.466184 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 15127 | 2024.12.07 00:57:56.466236 [ 276 ] {ccb502e3-5b46-4c22-b430-57d931f2cf7b} <Debug> TCPHandler: Processed in 0.001805016 sec. | ||
| 15128 | 2024.12.07 00:57:56.466369 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15129 | 2024.12.07 00:57:56.466474 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15130 | 2024.12.07 00:57:56.466520 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15131 | 2024.12.07 00:57:56.466953 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15132 | 2024.12.07 00:57:56.466992 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15133 | 2024.12.07 00:57:56.467355 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15134 | 2024.12.07 00:57:56.467610 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15135 | 2024.12.07 00:57:56.467778 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. | ||
| 15136 | 2024.12.07 00:57:56.467858 [ 280 ] {9e0c3a6e-70c9-4259-a632-c4900e6c0d23} <Debug> TCPHandler: Processed in 0.001537371 sec. | ||
| 15137 | 2024.12.07 00:57:56.467918 [ 224 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15138 | 2024.12.07 00:57:56.467986 [ 224 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15139 | 2024.12.07 00:57:56.470001 [ 224 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15140 | 2024.12.07 00:57:56.891804 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15141 | 2024.12.07 00:57:56.915692 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15142 | 2024.12.07 00:57:56.915767 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15143 | 2024.12.07 00:57:56.923447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15144 | 2024.12.07 00:57:56.924255 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15145 | 2024.12.07 00:57:56.928795 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15146 | 2024.12.07 00:57:56.951367 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15147 | 2024.12.07 00:57:56.951430 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15148 | 2024.12.07 00:57:56.953475 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15149 | 2024.12.07 00:57:57.270558 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15150 | 2024.12.07 00:57:57.270821 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15151 | 2024.12.07 00:57:57.270891 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15152 | 2024.12.07 00:57:57.271631 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2024.12.07 00:57:57.271670 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15154 | 2024.12.07 00:57:57.272092 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15155 | 2024.12.07 00:57:57.272354 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15156 | 2024.12.07 00:57:57.272547 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00178 sec., 7865.168539325843 rows/sec., 566.19 KiB/sec. | ||
| 15157 | 2024.12.07 00:57:57.272601 [ 276 ] {c407c666-1632-4474-a93a-7622fc119a07} <Debug> TCPHandler: Processed in 0.002230733 sec. | ||
| 15158 | 2024.12.07 00:57:57.272811 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2024.12.07 00:57:57.272947 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15160 | 2024.12.07 00:57:57.273004 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15161 | 2024.12.07 00:57:57.273631 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15162 | 2024.12.07 00:57:57.273676 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15163 | 2024.12.07 00:57:57.274037 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15164 | 2024.12.07 00:57:57.274278 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15165 | 2024.12.07 00:57:57.274475 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001555 sec., 1286.1736334405145 rows/sec., 104.88 KiB/sec. | ||
| 15166 | 2024.12.07 00:57:57.274527 [ 280 ] {f35ebc2b-fdf0-44ff-85ea-d3bd42dd816c} <Debug> TCPHandler: Processed in 0.001783305 sec. | ||
| 15167 | 2024.12.07 00:57:57.274665 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15168 | 2024.12.07 00:57:57.274771 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15169 | 2024.12.07 00:57:57.274814 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15170 | 2024.12.07 00:57:57.275905 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15171 | 2024.12.07 00:57:57.275943 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15172 | 2024.12.07 00:57:57.276390 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15173 | 2024.12.07 00:57:57.276631 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15174 | 2024.12.07 00:57:57.276875 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002119 sec., 672958.9428975933 rows/sec., 56.20 MiB/sec. | ||
| 15175 | 2024.12.07 00:57:57.276967 [ 276 ] {619c0bfb-0e50-4d28-bb3a-e086b67b94f1} <Debug> TCPHandler: Processed in 0.002351656 sec. | ||
| 15176 | 2024.12.07 00:57:57.276962 [ 222 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15177 | 2024.12.07 00:57:57.277050 [ 222 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15178 | 2024.12.07 00:57:57.277161 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15179 | 2024.12.07 00:57:57.277333 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15180 | 2024.12.07 00:57:57.277405 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15181 | 2024.12.07 00:57:57.278747 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15182 | 2024.12.07 00:57:57.278787 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15183 | 2024.12.07 00:57:57.279428 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15184 | 2024.12.07 00:57:57.279876 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15185 | 2024.12.07 00:57:57.280095 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.00279 sec., 17921.14695340502 rows/sec., 1.29 MiB/sec. | ||
| 15186 | 2024.12.07 00:57:57.280161 [ 280 ] {4612364c-37a0-48a3-b0d9-906bce6b1a46} <Debug> TCPHandler: Processed in 0.003090801 sec. | ||
| 15187 | 2024.12.07 00:57:57.280331 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15188 | 2024.12.07 00:57:57.280526 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15189 | 2024.12.07 00:57:57.280620 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15190 | 2024.12.07 00:57:57.281235 [ 222 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15191 | 2024.12.07 00:57:57.282281 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15192 | 2024.12.07 00:57:57.282371 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15193 | 2024.12.07 00:57:57.282838 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15194 | 2024.12.07 00:57:57.283079 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15195 | 2024.12.07 00:57:57.283284 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002811 sec., 86090.35930273923 rows/sec., 5.83 MiB/sec. | ||
| 15196 | 2024.12.07 00:57:57.283338 [ 276 ] {e59b6ee2-57b2-4c2b-81de-4eecace7c6cb} <Debug> TCPHandler: Processed in 0.003082751 sec. | ||
| 15197 | 2024.12.07 00:57:57.283488 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15198 | 2024.12.07 00:57:57.283614 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15199 | 2024.12.07 00:57:57.283667 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15200 | 2024.12.07 00:57:57.284277 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15201 | 2024.12.07 00:57:57.284323 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15202 | 2024.12.07 00:57:57.284729 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15203 | 2024.12.07 00:57:57.284968 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15204 | 2024.12.07 00:57:57.285167 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec. | ||
| 15205 | 2024.12.07 00:57:57.285218 [ 280 ] {fd73d53d-cd4a-4877-b256-52fcb1fccdeb} <Debug> TCPHandler: Processed in 0.001790795 sec. | ||
| 15206 | 2024.12.07 00:57:57.285341 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15207 | 2024.12.07 00:57:57.285447 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15208 | 2024.12.07 00:57:57.285490 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15209 | 2024.12.07 00:57:57.286262 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15210 | 2024.12.07 00:57:57.286300 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15211 | 2024.12.07 00:57:57.286686 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15212 | 2024.12.07 00:57:57.286931 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15213 | 2024.12.07 00:57:57.287153 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001723 sec., 511317.46952988976 rows/sec., 37.08 MiB/sec. | ||
| 15214 | 2024.12.07 00:57:57.287218 [ 276 ] {b3d0c1c2-bd4f-415c-a7b3-4a12e5207f6f} <Debug> TCPHandler: Processed in 0.001919118 sec. | ||
| 15215 | 2024.12.07 00:57:57.287389 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15216 | 2024.12.07 00:57:57.287696 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15217 | 2024.12.07 00:57:57.287829 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15218 | 2024.12.07 00:57:57.288324 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15219 | 2024.12.07 00:57:57.288362 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15220 | 2024.12.07 00:57:57.288719 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15221 | 2024.12.07 00:57:57.288957 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15222 | 2024.12.07 00:57:57.289177 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 196.54 KiB/sec. | ||
| 15223 | 2024.12.07 00:57:57.289227 [ 280 ] {835e0df4-a9e1-4141-8812-897a910cd93d} <Debug> TCPHandler: Processed in 0.001920988 sec. | ||
| 15224 | 2024.12.07 00:57:57.289371 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15225 | 2024.12.07 00:57:57.289498 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15226 | 2024.12.07 00:57:57.289554 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15227 | 2024.12.07 00:57:57.290309 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15228 | 2024.12.07 00:57:57.290348 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15229 | 2024.12.07 00:57:57.290771 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15230 | 2024.12.07 00:57:57.291014 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15231 | 2024.12.07 00:57:57.291240 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001771 sec., 539808.0180688876 rows/sec., 35.86 MiB/sec. | ||
| 15232 | 2024.12.07 00:57:57.291292 [ 276 ] {7d2af770-7061-473a-9e85-c1c920f7f3bf} <Debug> TCPHandler: Processed in 0.001982949 sec. | ||
| 15233 | 2024.12.07 00:57:57.291421 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15234 | 2024.12.07 00:57:57.291526 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15235 | 2024.12.07 00:57:57.291572 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15236 | 2024.12.07 00:57:57.292022 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15237 | 2024.12.07 00:57:57.292068 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15238 | 2024.12.07 00:57:57.292481 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15239 | 2024.12.07 00:57:57.292757 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15240 | 2024.12.07 00:57:57.292972 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 15241 | 2024.12.07 00:57:57.293022 [ 280 ] {e6885d2d-89a0-405b-b660-93f86019f077} <Debug> TCPHandler: Processed in 0.001650212 sec. | ||
| 15242 | 2024.12.07 00:57:57.293143 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15243 | 2024.12.07 00:57:57.293247 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15244 | 2024.12.07 00:57:57.293313 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15245 | 2024.12.07 00:57:57.294448 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15246 | 2024.12.07 00:57:57.294487 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15247 | 2024.12.07 00:57:57.295160 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15248 | 2024.12.07 00:57:57.295425 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15249 | 2024.12.07 00:57:57.295661 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002435 sec., 16837.78234086242 rows/sec., 30.17 MiB/sec. | ||
| 15250 | 2024.12.07 00:57:57.295754 [ 276 ] {a303adfa-c3bc-498f-861a-bbdd77ff1b31} <Debug> TCPHandler: Processed in 0.002662583 sec. | ||
| 15251 | 2024.12.07 00:57:57.295917 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15252 | 2024.12.07 00:57:57.296050 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15253 | 2024.12.07 00:57:57.296105 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15254 | 2024.12.07 00:57:57.296617 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15255 | 2024.12.07 00:57:57.296662 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15256 | 2024.12.07 00:57:57.297027 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15257 | 2024.12.07 00:57:57.297272 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15258 | 2024.12.07 00:57:57.297474 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001457 sec., 23335.621139327384 rows/sec., 1.35 MiB/sec. | ||
| 15259 | 2024.12.07 00:57:57.297522 [ 280 ] {60bd93f5-4102-4a6c-b087-4119ca0caee9} <Debug> TCPHandler: Processed in 0.001667063 sec. | ||
| 15260 | 2024.12.07 00:57:58.472349 [ 219 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15261 | 2024.12.07 00:57:58.472398 [ 219 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15262 | 2024.12.07 00:57:58.474523 [ 219 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15263 | 2024.12.07 00:57:58.911981 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15264 | 2024.12.07 00:57:58.912038 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15265 | 2024.12.07 00:57:58.914120 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15266 | 2024.12.07 00:57:59.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.36 MiB, peak 287.67 MiB, free memory in arenas 0.00 B, will set to 268.36 MiB (RSS), difference: 4.00 MiB | ||
| 15267 | 2024.12.07 00:57:59.550863 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2152 | ||
| 15268 | 2024.12.07 00:57:59.554568 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15269 | 2024.12.07 00:57:59.554628 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15270 | 2024.12.07 00:57:59.556226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15271 | 2024.12.07 00:57:59.556558 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15272 | 2024.12.07 00:57:59.556953 [ 219 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15273 | 2024.12.07 00:57:59.557037 [ 219 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15274 | 2024.12.07 00:57:59.557843 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2152 | ||
| 15275 | 2024.12.07 00:57:59.559426 [ 219 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15276 | 2024.12.07 00:58:01.458353 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15277 | 2024.12.07 00:58:01.458579 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15278 | 2024.12.07 00:58:01.458657 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15279 | 2024.12.07 00:58:01.459450 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15280 | 2024.12.07 00:58:01.459494 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15281 | 2024.12.07 00:58:01.459940 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15282 | 2024.12.07 00:58:01.460196 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15283 | 2024.12.07 00:58:01.460435 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.23 MiB/sec. | ||
| 15284 | 2024.12.07 00:58:01.460500 [ 276 ] {1e2a7620-7344-4967-9e9b-fb55d27e8629} <Debug> TCPHandler: Processed in 0.002286465 sec. | ||
| 15285 | 2024.12.07 00:58:01.460670 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15286 | 2024.12.07 00:58:01.460785 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15287 | 2024.12.07 00:58:01.460834 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15288 | 2024.12.07 00:58:01.461401 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15289 | 2024.12.07 00:58:01.461442 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15290 | 2024.12.07 00:58:01.461829 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15291 | 2024.12.07 00:58:01.462078 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15292 | 2024.12.07 00:58:01.462297 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001538 sec., 41612.483745123536 rows/sec., 3.25 MiB/sec. | ||
| 15293 | 2024.12.07 00:58:01.462350 [ 280 ] {b0943a77-58a1-4c01-9b9f-deb6f3fae6a1} <Debug> TCPHandler: Processed in 0.001738644 sec. | ||
| 15294 | 2024.12.07 00:58:01.462497 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15295 | 2024.12.07 00:58:01.462607 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15296 | 2024.12.07 00:58:01.462658 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15297 | 2024.12.07 00:58:01.463188 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15298 | 2024.12.07 00:58:01.463226 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15299 | 2024.12.07 00:58:01.463635 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15300 | 2024.12.07 00:58:01.463881 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15301 | 2024.12.07 00:58:01.464059 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 5 parts from all_1_130_26 to all_134_134_0 | ||
| 15302 | 2024.12.07 00:58:01.464111 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001527 sec., 83824.49246889325 rows/sec., 5.84 MiB/sec. | ||
| 15303 | 2024.12.07 00:58:01.464170 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15304 | 2024.12.07 00:58:01.464226 [ 276 ] {566350ef-5eda-4e9d-bf82-10bd69a458c6} <Debug> TCPHandler: Processed in 0.001778395 sec. | ||
| 15305 | 2024.12.07 00:58:01.464233 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15306 | 2024.12.07 00:58:01.464391 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15307 | 2024.12.07 00:58:01.464398 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_130_26 to all_134_134_0 into Compact with storage Full | ||
| 15308 | 2024.12.07 00:58:01.464532 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15309 | 2024.12.07 00:58:01.464558 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15310 | 2024.12.07 00:58:01.464598 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15311 | 2024.12.07 00:58:01.464603 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_130_26, total 38763 rows starting from the beginning of the part | ||
| 15312 | 2024.12.07 00:58:01.464793 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 161 rows starting from the beginning of the part | ||
| 15313 | 2024.12.07 00:58:01.465079 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part | ||
| 15314 | 2024.12.07 00:58:01.465300 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
| 15315 | 2024.12.07 00:58:01.465483 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 956 rows starting from the beginning of the part | ||
| 15316 | 2024.12.07 00:58:01.466031 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15317 | 2024.12.07 00:58:01.466077 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15318 | 2024.12.07 00:58:01.466572 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15319 | 2024.12.07 00:58:01.466840 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15320 | 2024.12.07 00:58:01.467182 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002685 sec., 17877.09497206704 rows/sec., 1.20 MiB/sec. | ||
| 15321 | 2024.12.07 00:58:01.467284 [ 280 ] {7b7724d8-2c7e-4603-a8b5-b41bc21d3ff3} <Debug> TCPHandler: Processed in 0.002951858 sec. | ||
| 15322 | 2024.12.07 00:58:01.473142 [ 204 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40277 rows, containing 5 columns (5 merged, 0 gathered) in 0.008803004 sec., 4575369.953256866 rows/sec., 308.80 MiB/sec. | ||
| 15323 | 2024.12.07 00:58:01.473587 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Trace> MergedBlockOutputStream: filled checksums all_1_134_27 (state Temporary) | ||
| 15324 | 2024.12.07 00:58:01.473871 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_134_27 to all_1_134_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15325 | 2024.12.07 00:58:01.473946 [ 193 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_134_27} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 5 parts: [all_1_130_26, all_134_134_0] -> all_1_134_27 | ||
| 15326 | 2024.12.07 00:58:01.474018 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 15327 | 2024.12.07 00:58:01.824306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 15328 | 2024.12.07 00:58:01.825058 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15329 | 2024.12.07 00:58:01.825129 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15330 | 2024.12.07 00:58:01.825784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15331 | 2024.12.07 00:58:01.826066 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2024.12.07 00:58:01.826363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 15333 | 2024.12.07 00:58:04.428852 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15334 | 2024.12.07 00:58:04.452443 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15335 | 2024.12.07 00:58:04.452490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15336 | 2024.12.07 00:58:04.460010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15337 | 2024.12.07 00:58:04.460825 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15338 | 2024.12.07 00:58:04.463653 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15339 | 2024.12.07 00:58:06.461118 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15340 | 2024.12.07 00:58:06.461325 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15341 | 2024.12.07 00:58:06.461395 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15342 | 2024.12.07 00:58:06.462170 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15343 | 2024.12.07 00:58:06.462219 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15344 | 2024.12.07 00:58:06.462652 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15345 | 2024.12.07 00:58:06.462900 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15346 | 2024.12.07 00:58:06.463107 [ 123 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15347 | 2024.12.07 00:58:06.463123 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.32 MiB/sec. | ||
| 15348 | 2024.12.07 00:58:06.463195 [ 123 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15349 | 2024.12.07 00:58:06.463260 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15350 | 2024.12.07 00:58:06.463310 [ 276 ] {009a26fb-efd7-40dd-a942-474b3d8668cd} <Debug> TCPHandler: Processed in 0.002319115 sec. | ||
| 15351 | 2024.12.07 00:58:06.463440 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15352 | 2024.12.07 00:58:06.463526 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15353 | 2024.12.07 00:58:06.463549 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15354 | 2024.12.07 00:58:06.463581 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1435 rows starting from the beginning of the part | ||
| 15355 | 2024.12.07 00:58:06.463690 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15356 | 2024.12.07 00:58:06.463708 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 285 rows starting from the beginning of the part | ||
| 15357 | 2024.12.07 00:58:06.463785 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15358 | 2024.12.07 00:58:06.463940 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part | ||
| 15359 | 2024.12.07 00:58:06.464158 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 1426 rows starting from the beginning of the part | ||
| 15360 | 2024.12.07 00:58:06.464358 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 15361 | 2024.12.07 00:58:06.464608 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part | ||
| 15362 | 2024.12.07 00:58:06.465558 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15363 | 2024.12.07 00:58:06.465607 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15364 | 2024.12.07 00:58:06.466169 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15365 | 2024.12.07 00:58:06.466425 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15366 | 2024.12.07 00:58:06.466626 [ 123 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15367 | 2024.12.07 00:58:06.466687 [ 123 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15368 | 2024.12.07 00:58:06.466764 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003105 sec., 20611.916264090178 rows/sec., 1.61 MiB/sec. | ||
| 15369 | 2024.12.07 00:58:06.466779 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15370 | 2024.12.07 00:58:06.467049 [ 280 ] {013ef11b-ea87-4b93-b58d-a5fe681f3094} <Debug> TCPHandler: Processed in 0.003585211 sec. | ||
| 15371 | 2024.12.07 00:58:06.467535 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15372 | 2024.12.07 00:58:06.467537 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15373 | 2024.12.07 00:58:06.468396 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15374 | 2024.12.07 00:58:06.468464 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15375 | 2024.12.07 00:58:06.468558 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part | ||
| 15376 | 2024.12.07 00:58:06.468648 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.005275144 sec., 628229.295731074 rows/sec., 54.87 MiB/sec. | ||
| 15377 | 2024.12.07 00:58:06.468846 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15378 | 2024.12.07 00:58:06.469125 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 423 rows starting from the beginning of the part | ||
| 15379 | 2024.12.07 00:58:06.469584 [ 205 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15380 | 2024.12.07 00:58:06.470339 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part | ||
| 15381 | 2024.12.07 00:58:06.470894 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 881 rows starting from the beginning of the part | ||
| 15382 | 2024.12.07 00:58:06.471350 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 15383 | 2024.12.07 00:58:06.471899 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part | ||
| 15384 | 2024.12.07 00:58:06.472536 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15385 | 2024.12.07 00:58:06.473134 [ 191 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_136_27} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15386 | 2024.12.07 00:58:06.473508 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15387 | 2024.12.07 00:58:06.474487 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15388 | 2024.12.07 00:58:06.474556 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15389 | 2024.12.07 00:58:06.475773 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15390 | 2024.12.07 00:58:06.476111 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15391 | 2024.12.07 00:58:06.476644 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.009592189 sec., 251350.34349302336 rows/sec., 19.27 MiB/sec. | ||
| 15392 | 2024.12.07 00:58:06.476665 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008526 sec., 18766.127140511377 rows/sec., 1.31 MiB/sec. | ||
| 15393 | 2024.12.07 00:58:06.476778 [ 276 ] {dd1a99ed-ef33-46aa-b48e-430e691bd7ae} <Debug> TCPHandler: Processed in 0.009577609 sec. | ||
| 15394 | 2024.12.07 00:58:06.476899 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15395 | 2024.12.07 00:58:06.476979 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15396 | 2024.12.07 00:58:06.477156 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15397 | 2024.12.07 00:58:06.477245 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15398 | 2024.12.07 00:58:06.477431 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15399 | 2024.12.07 00:58:06.477670 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_136_27} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15400 | 2024.12.07 00:58:06.477781 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15401 | 2024.12.07 00:58:06.478040 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15402 | 2024.12.07 00:58:06.478084 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15403 | 2024.12.07 00:58:06.478856 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15404 | 2024.12.07 00:58:06.479147 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15405 | 2024.12.07 00:58:06.479322 [ 123 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15406 | 2024.12.07 00:58:06.479379 [ 123 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15407 | 2024.12.07 00:58:06.479393 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002286 sec., 26246.71916010499 rows/sec., 1.77 MiB/sec. | ||
| 15408 | 2024.12.07 00:58:06.479410 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15409 | 2024.12.07 00:58:06.479547 [ 280 ] {4e5a556e-75c1-412b-90cf-27c004fc330b} <Debug> TCPHandler: Processed in 0.002659052 sec. | ||
| 15410 | 2024.12.07 00:58:06.479619 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15411 | 2024.12.07 00:58:06.479756 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15412 | 2024.12.07 00:58:06.479791 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7922 rows starting from the beginning of the part | ||
| 15413 | 2024.12.07 00:58:06.479902 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
| 15414 | 2024.12.07 00:58:06.480105 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
| 15415 | 2024.12.07 00:58:06.480289 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 34 rows starting from the beginning of the part | ||
| 15416 | 2024.12.07 00:58:06.480498 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 48 rows starting from the beginning of the part | ||
| 15417 | 2024.12.07 00:58:06.480668 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part | ||
| 15418 | 2024.12.07 00:58:06.483336 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8206 rows, containing 4 columns (4 merged, 0 gathered) in 0.003819925 sec., 2148209.716159349 rows/sec., 139.99 MiB/sec. | ||
| 15419 | 2024.12.07 00:58:06.483506 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15420 | 2024.12.07 00:58:06.483843 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15421 | 2024.12.07 00:58:06.483929 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_136_27} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15422 | 2024.12.07 00:58:06.484003 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 15423 | 2024.12.07 00:58:09.068653 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15424 | 2024.12.07 00:58:09.068731 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15425 | 2024.12.07 00:58:09.321341 [ 224 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15426 | 2024.12.07 00:58:09.321419 [ 224 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15427 | 2024.12.07 00:58:09.323247 [ 224 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15428 | 2024.12.07 00:58:09.326486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 15429 | 2024.12.07 00:58:09.327528 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15430 | 2024.12.07 00:58:09.327608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15431 | 2024.12.07 00:58:09.328148 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15432 | 2024.12.07 00:58:09.328415 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15433 | 2024.12.07 00:58:09.328685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15434 | 2024.12.07 00:58:09.558211 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2168 | ||
| 15435 | 2024.12.07 00:58:09.561610 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15436 | 2024.12.07 00:58:09.561673 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 15437 | 2024.12.07 00:58:09.563232 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15438 | 2024.12.07 00:58:09.563559 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15439 | 2024.12.07 00:58:09.564280 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2168 | ||
| 15440 | 2024.12.07 00:58:09.786559 [ 121 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_55_12 to all_59_59_0 | ||
| 15441 | 2024.12.07 00:58:09.786668 [ 121 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15442 | 2024.12.07 00:58:09.786708 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15443 | 2024.12.07 00:58:09.787033 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_55_12 to all_59_59_0 into Compact with storage Full | ||
| 15444 | 2024.12.07 00:58:09.787423 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15445 | 2024.12.07 00:58:09.787490 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 55 rows starting from the beginning of the part | ||
| 15446 | 2024.12.07 00:58:09.787657 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 15447 | 2024.12.07 00:58:09.787903 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 15448 | 2024.12.07 00:58:09.788135 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 15449 | 2024.12.07 00:58:09.788355 [ 190 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 15450 | 2024.12.07 00:58:09.789500 [ 195 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.002669442 sec., 22101.997346261876 rows/sec., 1.45 MiB/sec. | ||
| 15451 | 2024.12.07 00:58:09.789685 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 15452 | 2024.12.07 00:58:09.790051 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15453 | 2024.12.07 00:58:09.790141 [ 186 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_59_13} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_55_12, all_59_59_0] -> all_1_59_13 | ||
| 15454 | 2024.12.07 00:58:09.790227 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15455 | 2024.12.07 00:58:09.802838 [ 219 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15456 | 2024.12.07 00:58:09.802878 [ 219 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15457 | 2024.12.07 00:58:09.805317 [ 219 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15458 | 2024.12.07 00:58:09.929812 [ 218 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15459 | 2024.12.07 00:58:09.929853 [ 218 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15460 | 2024.12.07 00:58:09.932156 [ 218 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15461 | 2024.12.07 00:58:10.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.53 MiB, peak 287.67 MiB, free memory in arenas 0.00 B, will set to 268.47 MiB (RSS), difference: 3.94 MiB | ||
| 15462 | 2024.12.07 00:58:10.002103 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001464199 sec. | ||
| 15463 | 2024.12.07 00:58:11.466311 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15464 | 2024.12.07 00:58:11.466536 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15465 | 2024.12.07 00:58:11.466613 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15466 | 2024.12.07 00:58:11.467379 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15467 | 2024.12.07 00:58:11.467428 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15468 | 2024.12.07 00:58:11.467888 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15469 | 2024.12.07 00:58:11.468144 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15470 | 2024.12.07 00:58:11.468384 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 15471 | 2024.12.07 00:58:11.468504 [ 276 ] {3f81ca16-85e8-484a-9e44-5e367c294afa} <Debug> TCPHandler: Processed in 0.002377967 sec. | ||
| 15472 | 2024.12.07 00:58:11.468686 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15473 | 2024.12.07 00:58:11.468804 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15474 | 2024.12.07 00:58:11.468853 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15475 | 2024.12.07 00:58:11.469517 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15476 | 2024.12.07 00:58:11.469556 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15477 | 2024.12.07 00:58:11.469947 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15478 | 2024.12.07 00:58:11.470209 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15479 | 2024.12.07 00:58:11.470408 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001634 sec., 174418.60465116278 rows/sec., 15.39 MiB/sec. | ||
| 15480 | 2024.12.07 00:58:11.470461 [ 280 ] {d77dd3c2-e6a2-46af-9c6b-4ed359358156} <Debug> TCPHandler: Processed in 0.001838356 sec. | ||
| 15481 | 2024.12.07 00:58:11.470608 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15482 | 2024.12.07 00:58:11.470736 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15483 | 2024.12.07 00:58:11.470790 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15484 | 2024.12.07 00:58:11.471375 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15485 | 2024.12.07 00:58:11.471415 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15486 | 2024.12.07 00:58:11.471771 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15487 | 2024.12.07 00:58:11.472011 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15488 | 2024.12.07 00:58:11.472248 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001536 sec., 31250 rows/sec., 2.25 MiB/sec. | ||
| 15489 | 2024.12.07 00:58:11.472338 [ 276 ] {6d8ff788-caaa-41d2-a927-9267fecf9290} <Debug> TCPHandler: Processed in 0.001794565 sec. | ||
| 15490 | 2024.12.07 00:58:11.472560 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15491 | 2024.12.07 00:58:11.472765 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15492 | 2024.12.07 00:58:11.472821 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15493 | 2024.12.07 00:58:11.473392 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15494 | 2024.12.07 00:58:11.473432 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15495 | 2024.12.07 00:58:11.473778 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15496 | 2024.12.07 00:58:11.474018 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15497 | 2024.12.07 00:58:11.474269 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001525 sec., 9180.327868852459 rows/sec., 642.93 KiB/sec. | ||
| 15498 | 2024.12.07 00:58:11.474325 [ 280 ] {0c4ca628-ea1a-4fbc-8975-7de0eb204bb8} <Debug> TCPHandler: Processed in 0.001913318 sec. | ||
| 15499 | 2024.12.07 00:58:11.474566 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15500 | 2024.12.07 00:58:11.474731 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15501 | 2024.12.07 00:58:11.474785 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15502 | 2024.12.07 00:58:11.475361 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15503 | 2024.12.07 00:58:11.475400 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15504 | 2024.12.07 00:58:11.475746 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15505 | 2024.12.07 00:58:11.475986 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15506 | 2024.12.07 00:58:11.476234 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 15507 | 2024.12.07 00:58:11.476396 [ 276 ] {ac139195-918e-4d61-94db-e6989d619fd0} <Debug> TCPHandler: Processed in 0.001970778 sec. | ||
| 15508 | 2024.12.07 00:58:11.476649 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15509 | 2024.12.07 00:58:11.476821 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15510 | 2024.12.07 00:58:11.476876 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15511 | 2024.12.07 00:58:11.477581 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15512 | 2024.12.07 00:58:11.477621 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15513 | 2024.12.07 00:58:11.477988 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15514 | 2024.12.07 00:58:11.478233 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15515 | 2024.12.07 00:58:11.478427 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001637 sec., 258399.51130116067 rows/sec., 18.47 MiB/sec. | ||
| 15516 | 2024.12.07 00:58:11.478479 [ 280 ] {32d6ddfb-1e5a-4315-9480-9d169ec886bc} <Debug> TCPHandler: Processed in 0.0019972 sec. | ||
| 15517 | 2024.12.07 00:58:11.478618 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15518 | 2024.12.07 00:58:11.478746 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15519 | 2024.12.07 00:58:11.478801 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15520 | 2024.12.07 00:58:11.479269 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15521 | 2024.12.07 00:58:11.479308 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15522 | 2024.12.07 00:58:11.479663 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15523 | 2024.12.07 00:58:11.479896 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15524 | 2024.12.07 00:58:11.480112 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. | ||
| 15525 | 2024.12.07 00:58:11.480162 [ 276 ] {ce263b03-c0ea-4284-bbe8-a2f9138397d7} <Debug> TCPHandler: Processed in 0.001606802 sec. | ||
| 15526 | 2024.12.07 00:58:11.480281 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15527 | 2024.12.07 00:58:11.480388 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15528 | 2024.12.07 00:58:11.480436 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15529 | 2024.12.07 00:58:11.480974 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15530 | 2024.12.07 00:58:11.481014 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15531 | 2024.12.07 00:58:11.481413 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15532 | 2024.12.07 00:58:11.481650 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15533 | 2024.12.07 00:58:11.481874 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001508 sec., 157161.80371352786 rows/sec., 10.53 MiB/sec. | ||
| 15534 | 2024.12.07 00:58:11.481955 [ 280 ] {7204a129-408f-40fb-930a-ffd304d3b33e} <Debug> TCPHandler: Processed in 0.001724764 sec. | ||
| 15535 | 2024.12.07 00:58:11.482140 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15536 | 2024.12.07 00:58:11.482477 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15537 | 2024.12.07 00:58:11.482638 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15538 | 2024.12.07 00:58:11.483199 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15539 | 2024.12.07 00:58:11.483239 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15540 | 2024.12.07 00:58:11.483602 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15541 | 2024.12.07 00:58:11.483836 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2024.12.07 00:58:11.484038 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001686 sec., 593.1198102016607 rows/sec., 39.97 KiB/sec. | ||
| 15543 | 2024.12.07 00:58:11.484085 [ 276 ] {5e0f32a1-ecc4-483e-880e-a97fec30f347} <Debug> TCPHandler: Processed in 0.00203156 sec. | ||
| 15544 | 2024.12.07 00:58:11.484250 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15545 | 2024.12.07 00:58:11.484377 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15546 | 2024.12.07 00:58:11.484456 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15547 | 2024.12.07 00:58:11.485714 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15548 | 2024.12.07 00:58:11.485753 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15549 | 2024.12.07 00:58:11.486413 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15550 | 2024.12.07 00:58:11.486671 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15551 | 2024.12.07 00:58:11.486859 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002511 sec., 16328.156113102348 rows/sec., 29.26 MiB/sec. | ||
| 15552 | 2024.12.07 00:58:11.486947 [ 280 ] {7e703d0a-3383-4bfd-8ee6-ca639ba9a282} <Debug> TCPHandler: Processed in 0.002758824 sec. | ||
| 15553 | 2024.12.07 00:58:11.487067 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15554 | 2024.12.07 00:58:11.487173 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15555 | 2024.12.07 00:58:11.487218 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15556 | 2024.12.07 00:58:11.487634 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15557 | 2024.12.07 00:58:11.487670 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15558 | 2024.12.07 00:58:11.488032 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15559 | 2024.12.07 00:58:11.488272 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15560 | 2024.12.07 00:58:11.488443 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001293 sec., 63418.4068058778 rows/sec., 4.03 MiB/sec. | ||
| 15561 | 2024.12.07 00:58:11.488491 [ 276 ] {495489ca-a32f-40db-9e3b-1bcb527c6bea} <Debug> TCPHandler: Processed in 0.001475579 sec. | ||
| 15562 | 2024.12.07 00:58:11.964704 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15563 | 2024.12.07 00:58:11.987715 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15564 | 2024.12.07 00:58:11.987772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15565 | 2024.12.07 00:58:11.995397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15566 | 2024.12.07 00:58:11.996178 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15567 | 2024.12.07 00:58:11.999308 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15568 | 2024.12.07 00:58:12.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.78 MiB, peak 287.67 MiB, free memory in arenas 0.00 B, will set to 268.47 MiB (RSS), difference: -1.30 MiB | ||
| 15569 | 2024.12.07 00:58:16.014476 [ 225 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15570 | 2024.12.07 00:58:16.014552 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15571 | 2024.12.07 00:58:16.016530 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15572 | 2024.12.07 00:58:16.161159 [ 222 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15573 | 2024.12.07 00:58:16.161235 [ 222 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15574 | 2024.12.07 00:58:16.167018 [ 222 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15575 | 2024.12.07 00:58:16.385095 [ 225 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15576 | 2024.12.07 00:58:16.385163 [ 225 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15577 | 2024.12.07 00:58:16.387394 [ 225 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15578 | 2024.12.07 00:58:16.462630 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15579 | 2024.12.07 00:58:16.462823 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15580 | 2024.12.07 00:58:16.462895 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15581 | 2024.12.07 00:58:16.463748 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15582 | 2024.12.07 00:58:16.463799 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15583 | 2024.12.07 00:58:16.464296 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15584 | 2024.12.07 00:58:16.464561 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15585 | 2024.12.07 00:58:16.464798 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.12 MiB/sec. | ||
| 15586 | 2024.12.07 00:58:16.464910 [ 276 ] {1fffe14b-ba14-4ecb-983d-42cab427dee1} <Debug> TCPHandler: Processed in 0.002415667 sec. | ||
| 15587 | 2024.12.07 00:58:16.465150 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15588 | 2024.12.07 00:58:16.465438 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15589 | 2024.12.07 00:58:16.465564 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15590 | 2024.12.07 00:58:16.466604 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15591 | 2024.12.07 00:58:16.466646 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15592 | 2024.12.07 00:58:16.467017 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15593 | 2024.12.07 00:58:16.467272 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15594 | 2024.12.07 00:58:16.467474 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002133 sec., 30004.688232536337 rows/sec., 2.34 MiB/sec. | ||
| 15595 | 2024.12.07 00:58:16.467533 [ 280 ] {68f4d21c-4afd-4495-8538-eddcd9c89c0c} <Debug> TCPHandler: Processed in 0.002498419 sec. | ||
| 15596 | 2024.12.07 00:58:16.467695 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15597 | 2024.12.07 00:58:16.467808 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15598 | 2024.12.07 00:58:16.467859 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15599 | 2024.12.07 00:58:16.468391 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15600 | 2024.12.07 00:58:16.468430 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15601 | 2024.12.07 00:58:16.468847 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15602 | 2024.12.07 00:58:16.469098 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15603 | 2024.12.07 00:58:16.469311 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
| 15604 | 2024.12.07 00:58:16.469363 [ 276 ] {1867490c-2578-43f1-a932-eaa8756e83f8} <Debug> TCPHandler: Processed in 0.001722824 sec. | ||
| 15605 | 2024.12.07 00:58:16.469499 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15606 | 2024.12.07 00:58:16.469626 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15607 | 2024.12.07 00:58:16.469682 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15608 | 2024.12.07 00:58:16.470191 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15609 | 2024.12.07 00:58:16.470238 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15610 | 2024.12.07 00:58:16.470597 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15611 | 2024.12.07 00:58:16.470836 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15612 | 2024.12.07 00:58:16.471052 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 15613 | 2024.12.07 00:58:16.471101 [ 280 ] {4dd6f51d-026b-4c2e-a816-2e1571a2ed6d} <Debug> TCPHandler: Processed in 0.001664042 sec. | ||
| 15614 | 2024.12.07 00:58:16.828834 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 15615 | 2024.12.07 00:58:16.829761 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15616 | 2024.12.07 00:58:16.829845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15617 | 2024.12.07 00:58:16.830584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15618 | 2024.12.07 00:58:16.830961 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15619 | 2024.12.07 00:58:16.831198 [ 111 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15620 | 2024.12.07 00:58:16.831268 [ 111 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15621 | 2024.12.07 00:58:16.831277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 15622 | 2024.12.07 00:58:16.831300 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15623 | 2024.12.07 00:58:16.831959 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15624 | 2024.12.07 00:58:16.832922 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15625 | 2024.12.07 00:58:16.833027 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 15626 | 2024.12.07 00:58:16.833143 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 15627 | 2024.12.07 00:58:16.833440 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 15628 | 2024.12.07 00:58:16.833739 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 15629 | 2024.12.07 00:58:16.833947 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 15630 | 2024.12.07 00:58:16.834143 [ 192 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 15631 | 2024.12.07 00:58:16.839059 [ 187 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.007638541 sec., 4855377.486355051 rows/sec., 69.46 MiB/sec. | ||
| 15632 | 2024.12.07 00:58:16.839451 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15633 | 2024.12.07 00:58:16.839890 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15634 | 2024.12.07 00:58:16.840014 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_81_16} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15635 | 2024.12.07 00:58:16.840151 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15636 | 2024.12.07 00:58:17.640784 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15637 | 2024.12.07 00:58:17.640851 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15638 | 2024.12.07 00:58:17.643208 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15639 | 2024.12.07 00:58:19.500357 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15640 | 2024.12.07 00:58:19.523843 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15641 | 2024.12.07 00:58:19.523915 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15642 | 2024.12.07 00:58:19.532375 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15643 | 2024.12.07 00:58:19.533203 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15644 | 2024.12.07 00:58:19.533672 [ 78 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15645 | 2024.12.07 00:58:19.533806 [ 78 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15646 | 2024.12.07 00:58:19.533877 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15647 | 2024.12.07 00:58:19.534412 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15648 | 2024.12.07 00:58:19.550085 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15649 | 2024.12.07 00:58:19.551644 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15650 | 2024.12.07 00:58:19.552912 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 15651 | 2024.12.07 00:58:19.558816 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 15652 | 2024.12.07 00:58:19.564455 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 15653 | 2024.12.07 00:58:19.565472 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2198 | ||
| 15654 | 2024.12.07 00:58:19.578148 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15655 | 2024.12.07 00:58:19.578216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15656 | 2024.12.07 00:58:19.591438 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15657 | 2024.12.07 00:58:19.592352 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15658 | 2024.12.07 00:58:19.592803 [ 71 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15659 | 2024.12.07 00:58:19.592950 [ 71 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15660 | 2024.12.07 00:58:19.593125 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15661 | 2024.12.07 00:58:19.594751 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 15662 | 2024.12.07 00:58:19.597604 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 15663 | 2024.12.07 00:58:19.601913 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2198 | ||
| 15664 | 2024.12.07 00:58:19.601978 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15665 | 2024.12.07 00:58:19.602503 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2048 rows starting from the beginning of the part | ||
| 15666 | 2024.12.07 00:58:19.604111 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
| 15667 | 2024.12.07 00:58:19.605540 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part | ||
| 15668 | 2024.12.07 00:58:19.607841 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 54 rows starting from the beginning of the part | ||
| 15669 | 2024.12.07 00:58:19.610464 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 15670 | 2024.12.07 00:58:19.612549 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
| 15671 | 2024.12.07 00:58:19.630299 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 15672 | 2024.12.07 00:58:19.654037 [ 197 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 15673 | 2024.12.07 00:58:19.658094 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 72 columns (72 merged, 0 gathered) in 0.064721587 sec., 33960.84833333892 rows/sec., 25.54 MiB/sec. | ||
| 15674 | 2024.12.07 00:58:19.660908 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15675 | 2024.12.07 00:58:19.664097 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15676 | 2024.12.07 00:58:19.664300 [ 188 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_61_12} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15677 | 2024.12.07 00:58:19.664943 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 15678 | 2024.12.07 00:58:19.730786 [ 200 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.19676008 sec., 3105.30469391962 rows/sec., 16.06 MiB/sec. | ||
| 15679 | 2024.12.07 00:58:19.733353 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15680 | 2024.12.07 00:58:19.736055 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15681 | 2024.12.07 00:58:19.736168 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_81_16} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15682 | 2024.12.07 00:58:19.737986 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15683 | 2024.12.07 00:58:20.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.61 MiB, peak 287.67 MiB, free memory in arenas 0.00 B, will set to 268.49 MiB (RSS), difference: -1.12 MiB | ||
| 15684 | 2024.12.07 00:58:21.466440 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15685 | 2024.12.07 00:58:21.466748 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15686 | 2024.12.07 00:58:21.466864 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15687 | 2024.12.07 00:58:21.467835 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15688 | 2024.12.07 00:58:21.467886 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15689 | 2024.12.07 00:58:21.468322 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15690 | 2024.12.07 00:58:21.468586 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15691 | 2024.12.07 00:58:21.468831 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00217 sec., 6451.612903225806 rows/sec., 464.43 KiB/sec. | ||
| 15692 | 2024.12.07 00:58:21.468888 [ 276 ] {1893430a-e40f-48f6-afdc-be07090db79d} <Debug> TCPHandler: Processed in 0.002635622 sec. | ||
| 15693 | 2024.12.07 00:58:21.469070 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15694 | 2024.12.07 00:58:21.469207 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15695 | 2024.12.07 00:58:21.469264 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15696 | 2024.12.07 00:58:21.469970 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15697 | 2024.12.07 00:58:21.470012 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15698 | 2024.12.07 00:58:21.470398 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15699 | 2024.12.07 00:58:21.470645 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15700 | 2024.12.07 00:58:21.470854 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001676 sec., 170047.73269689738 rows/sec., 15.00 MiB/sec. | ||
| 15701 | 2024.12.07 00:58:21.470907 [ 280 ] {4c2dde98-ea2a-4274-af26-92da9787d1cc} <Debug> TCPHandler: Processed in 0.001905088 sec. | ||
| 15702 | 2024.12.07 00:58:21.471053 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15703 | 2024.12.07 00:58:21.471183 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15704 | 2024.12.07 00:58:21.471237 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15705 | 2024.12.07 00:58:21.471824 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15706 | 2024.12.07 00:58:21.471864 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15707 | 2024.12.07 00:58:21.472219 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15708 | 2024.12.07 00:58:21.472457 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15709 | 2024.12.07 00:58:21.472697 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001531 sec., 31352.057478772043 rows/sec., 2.26 MiB/sec. | ||
| 15710 | 2024.12.07 00:58:21.472804 [ 276 ] {ad14e5c3-4ccf-4473-89ac-100f8610e7ea} <Debug> TCPHandler: Processed in 0.001811176 sec. | ||
| 15711 | 2024.12.07 00:58:21.473017 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15712 | 2024.12.07 00:58:21.473169 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15713 | 2024.12.07 00:58:21.473224 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15714 | 2024.12.07 00:58:21.473792 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15715 | 2024.12.07 00:58:21.473831 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15716 | 2024.12.07 00:58:21.474176 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15717 | 2024.12.07 00:58:21.474417 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15718 | 2024.12.07 00:58:21.474588 [ 54 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_56_12 to all_61_61_0 | ||
| 15719 | 2024.12.07 00:58:21.474656 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001506 sec., 9296.148738379814 rows/sec., 651.04 KiB/sec. | ||
| 15720 | 2024.12.07 00:58:21.474685 [ 54 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15721 | 2024.12.07 00:58:21.474759 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15722 | 2024.12.07 00:58:21.474771 [ 280 ] {b0b048ba-3cae-4b34-8d89-571df7708b2b} <Debug> TCPHandler: Processed in 0.001850257 sec. | ||
| 15723 | 2024.12.07 00:58:21.475058 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15724 | 2024.12.07 00:58:21.475075 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_12 to all_61_61_0 into Compact with storage Full | ||
| 15725 | 2024.12.07 00:58:21.475558 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15726 | 2024.12.07 00:58:21.475737 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15727 | 2024.12.07 00:58:21.475757 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15728 | 2024.12.07 00:58:21.475874 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 243 rows starting from the beginning of the part | ||
| 15729 | 2024.12.07 00:58:21.476430 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 15730 | 2024.12.07 00:58:21.476592 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 15731 | 2024.12.07 00:58:21.476875 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 242 rows starting from the beginning of the part | ||
| 15732 | 2024.12.07 00:58:21.477100 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 15733 | 2024.12.07 00:58:21.477333 [ 193 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 15734 | 2024.12.07 00:58:21.478157 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15735 | 2024.12.07 00:58:21.478207 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15736 | 2024.12.07 00:58:21.478771 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15737 | 2024.12.07 00:58:21.479009 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004118671 sec., 131353.05053499053 rows/sec., 9.41 MiB/sec. | ||
| 15738 | 2024.12.07 00:58:21.479148 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15739 | 2024.12.07 00:58:21.479317 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Trace> MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) | ||
| 15740 | 2024.12.07 00:58:21.479693 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00427 sec., 3044.4964871194375 rows/sec., 189.82 KiB/sec. | ||
| 15741 | 2024.12.07 00:58:21.479951 [ 276 ] {73bcc2c7-fd46-4e29-8d78-303e3fe9c8a4} <Debug> TCPHandler: Processed in 0.00507093 sec. | ||
| 15742 | 2024.12.07 00:58:21.480248 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15743 | 2024.12.07 00:58:21.480452 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15744 | 2024.12.07 00:58:21.480532 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15745 | 2024.12.07 00:58:21.480547 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15746 | 2024.12.07 00:58:21.480791 [ 200 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_61_13} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_56_12, all_61_61_0] -> all_1_61_13 | ||
| 15747 | 2024.12.07 00:58:21.480988 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 15748 | 2024.12.07 00:58:21.481617 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15749 | 2024.12.07 00:58:21.481662 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15750 | 2024.12.07 00:58:21.482049 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15751 | 2024.12.07 00:58:21.482287 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15752 | 2024.12.07 00:58:21.482487 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00208 sec., 203365.38461538462 rows/sec., 14.54 MiB/sec. | ||
| 15753 | 2024.12.07 00:58:21.482544 [ 280 ] {2688cd3c-be1a-4a5f-b555-c158773f2a33} <Debug> TCPHandler: Processed in 0.002451979 sec. | ||
| 15754 | 2024.12.07 00:58:21.482688 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15755 | 2024.12.07 00:58:21.482819 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15756 | 2024.12.07 00:58:21.482876 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15757 | 2024.12.07 00:58:21.483403 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15758 | 2024.12.07 00:58:21.483442 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15759 | 2024.12.07 00:58:21.483806 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15760 | 2024.12.07 00:58:21.484044 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15761 | 2024.12.07 00:58:21.484203 [ 54 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0 | ||
| 15762 | 2024.12.07 00:58:21.484257 [ 54 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15763 | 2024.12.07 00:58:21.484291 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 15764 | 2024.12.07 00:58:21.484301 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15765 | 2024.12.07 00:58:21.484479 [ 276 ] {2133dc64-3f0f-4ab2-b531-df3aaa4bcb91} <Debug> TCPHandler: Processed in 0.001847746 sec. | ||
| 15766 | 2024.12.07 00:58:21.484570 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full | ||
| 15767 | 2024.12.07 00:58:21.484681 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15768 | 2024.12.07 00:58:21.484869 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15769 | 2024.12.07 00:58:21.484956 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 330 rows starting from the beginning of the part | ||
| 15770 | 2024.12.07 00:58:21.484996 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15771 | 2024.12.07 00:58:21.485220 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15772 | 2024.12.07 00:58:21.485301 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 15773 | 2024.12.07 00:58:21.485662 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 15774 | 2024.12.07 00:58:21.485960 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 15775 | 2024.12.07 00:58:21.486142 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 15776 | 2024.12.07 00:58:21.486355 [ 193 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 15777 | 2024.12.07 00:58:21.487596 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15778 | 2024.12.07 00:58:21.487645 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15779 | 2024.12.07 00:58:21.488269 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15780 | 2024.12.07 00:58:21.488279 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.003829526 sec., 94006.41228183331 rows/sec., 4.80 MiB/sec. | ||
| 15781 | 2024.12.07 00:58:21.488511 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15782 | 2024.12.07 00:58:21.488668 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15783 | 2024.12.07 00:58:21.489034 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_134_27 to all_139_139_0 | ||
| 15784 | 2024.12.07 00:58:21.489141 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15785 | 2024.12.07 00:58:21.489198 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004282 sec., 55347.96823914059 rows/sec., 3.71 MiB/sec. | ||
| 15786 | 2024.12.07 00:58:21.489264 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15787 | 2024.12.07 00:58:21.489257 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15788 | 2024.12.07 00:58:21.489445 [ 280 ] {27beabde-fa4e-432e-8e0e-bc7e948f3c16} <Debug> TCPHandler: Processed in 0.004855576 sec. | ||
| 15789 | 2024.12.07 00:58:21.489707 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_60_13} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13 | ||
| 15790 | 2024.12.07 00:58:21.489741 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15791 | 2024.12.07 00:58:21.489828 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_134_27 to all_139_139_0 into Compact with storage Full | ||
| 15792 | 2024.12.07 00:58:21.489994 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15793 | 2024.12.07 00:58:21.490116 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15794 | 2024.12.07 00:58:21.490237 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15795 | 2024.12.07 00:58:21.490250 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15796 | 2024.12.07 00:58:21.490317 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_134_27, total 40277 rows starting from the beginning of the part | ||
| 15797 | 2024.12.07 00:58:21.490647 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 128 rows starting from the beginning of the part | ||
| 15798 | 2024.12.07 00:58:21.491111 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 15799 | 2024.12.07 00:58:21.491491 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part | ||
| 15800 | 2024.12.07 00:58:21.491775 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 15801 | 2024.12.07 00:58:21.492097 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 15802 | 2024.12.07 00:58:21.492853 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15803 | 2024.12.07 00:58:21.492905 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15804 | 2024.12.07 00:58:21.493703 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15805 | 2024.12.07 00:58:21.494029 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15806 | 2024.12.07 00:58:21.494392 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004402 sec., 227.1694684234439 rows/sec., 15.31 KiB/sec. | ||
| 15807 | 2024.12.07 00:58:21.494605 [ 276 ] {4b5504d5-7f7f-4e2c-ac49-c2633cc2626e} <Debug> TCPHandler: Processed in 0.005023179 sec. | ||
| 15808 | 2024.12.07 00:58:21.494818 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15809 | 2024.12.07 00:58:21.495088 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15810 | 2024.12.07 00:58:21.495341 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15811 | 2024.12.07 00:58:21.496959 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15812 | 2024.12.07 00:58:21.496998 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15813 | 2024.12.07 00:58:21.497836 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15814 | 2024.12.07 00:58:21.498200 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15815 | 2024.12.07 00:58:21.498498 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15816 | 2024.12.07 00:58:21.498664 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15817 | 2024.12.07 00:58:21.498701 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003694 sec., 11099.079588521929 rows/sec., 19.89 MiB/sec. | ||
| 15818 | 2024.12.07 00:58:21.498725 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15819 | 2024.12.07 00:58:21.499329 [ 280 ] {6474c71a-e7d0-4f9c-b9df-54b42a64b1c6} <Debug> TCPHandler: Processed in 0.004612251 sec. | ||
| 15820 | 2024.12.07 00:58:21.499325 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 15821 | 2024.12.07 00:58:21.499681 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15822 | 2024.12.07 00:58:21.500128 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15823 | 2024.12.07 00:58:21.500364 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15824 | 2024.12.07 00:58:21.501764 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15825 | 2024.12.07 00:58:21.502094 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2112 rows starting from the beginning of the part | ||
| 15826 | 2024.12.07 00:58:21.503022 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part | ||
| 15827 | 2024.12.07 00:58:21.503250 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15828 | 2024.12.07 00:58:21.503361 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15829 | 2024.12.07 00:58:21.503880 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41199 rows, containing 5 columns (5 merged, 0 gathered) in 0.014342792 sec., 2872453.285245997 rows/sec., 193.92 MiB/sec. | ||
| 15830 | 2024.12.07 00:58:21.504463 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Trace> MergedBlockOutputStream: filled checksums all_1_139_28 (state Temporary) | ||
| 15831 | 2024.12.07 00:58:21.504627 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part | ||
| 15832 | 2024.12.07 00:58:21.505131 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15833 | 2024.12.07 00:58:21.505749 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_139_28 to all_1_139_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15834 | 2024.12.07 00:58:21.505813 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 41 rows starting from the beginning of the part | ||
| 15835 | 2024.12.07 00:58:21.506125 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_139_28} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_134_27, all_139_139_0] -> all_1_139_28 | ||
| 15836 | 2024.12.07 00:58:21.506124 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15837 | 2024.12.07 00:58:21.506635 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 15838 | 2024.12.07 00:58:21.507083 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007078 sec., 11585.19355750212 rows/sec., 753.46 KiB/sec. | ||
| 15839 | 2024.12.07 00:58:21.507108 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part | ||
| 15840 | 2024.12.07 00:58:21.507406 [ 276 ] {3211bdb1-a06c-4f72-8329-9f8d6c270987} <Debug> TCPHandler: Processed in 0.007942947 sec. | ||
| 15841 | 2024.12.07 00:58:21.508471 [ 190 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part | ||
| 15842 | 2024.12.07 00:58:21.518307 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2317 rows, containing 19 columns (19 merged, 0 gathered) in 0.019402362 sec., 119418.45018663192 rows/sec., 213.99 MiB/sec. | ||
| 15843 | 2024.12.07 00:58:21.520419 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15844 | 2024.12.07 00:58:21.520848 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15845 | 2024.12.07 00:58:21.520932 [ 187 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15846 | 2024.12.07 00:58:21.521091 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.64 MiB. | ||
| 15847 | 2024.12.07 00:58:24.068786 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15848 | 2024.12.07 00:58:24.068841 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15849 | 2024.12.07 00:58:24.332388 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 15850 | 2024.12.07 00:58:24.333073 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15851 | 2024.12.07 00:58:24.333126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15852 | 2024.12.07 00:58:24.333671 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15853 | 2024.12.07 00:58:24.333936 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15854 | 2024.12.07 00:58:24.334234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15855 | 2024.12.07 00:58:26.460015 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15856 | 2024.12.07 00:58:26.460220 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15857 | 2024.12.07 00:58:26.460299 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15858 | 2024.12.07 00:58:26.461094 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15859 | 2024.12.07 00:58:26.461150 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15860 | 2024.12.07 00:58:26.461596 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15861 | 2024.12.07 00:58:26.461852 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15862 | 2024.12.07 00:58:26.462090 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 15863 | 2024.12.07 00:58:26.462159 [ 276 ] {f033b5d5-0e21-43a9-8306-d20ca4c2019a} <Debug> TCPHandler: Processed in 0.002274525 sec. | ||
| 15864 | 2024.12.07 00:58:26.462339 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15865 | 2024.12.07 00:58:26.462458 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15866 | 2024.12.07 00:58:26.462508 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15867 | 2024.12.07 00:58:26.463098 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15868 | 2024.12.07 00:58:26.463139 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15869 | 2024.12.07 00:58:26.463519 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15870 | 2024.12.07 00:58:26.463757 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15871 | 2024.12.07 00:58:26.464005 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001565 sec., 40894.568690095846 rows/sec., 3.19 MiB/sec. | ||
| 15872 | 2024.12.07 00:58:26.464109 [ 280 ] {1231100f-1888-477b-86a6-0198d22e044a} <Debug> TCPHandler: Processed in 0.001821966 sec. | ||
| 15873 | 2024.12.07 00:58:26.464313 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15874 | 2024.12.07 00:58:26.464617 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15875 | 2024.12.07 00:58:26.464733 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15876 | 2024.12.07 00:58:26.465399 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15877 | 2024.12.07 00:58:26.465446 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15878 | 2024.12.07 00:58:26.465853 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15879 | 2024.12.07 00:58:26.466097 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15880 | 2024.12.07 00:58:26.466306 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001805 sec., 88642.6592797784 rows/sec., 6.17 MiB/sec. | ||
| 15881 | 2024.12.07 00:58:26.466361 [ 276 ] {03711ccf-1a6b-4c0a-9b8e-386b7af0e0fc} <Debug> TCPHandler: Processed in 0.002149783 sec. | ||
| 15882 | 2024.12.07 00:58:26.466514 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15883 | 2024.12.07 00:58:26.466641 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15884 | 2024.12.07 00:58:26.466698 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15885 | 2024.12.07 00:58:26.467209 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15886 | 2024.12.07 00:58:26.467250 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15887 | 2024.12.07 00:58:26.467623 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15888 | 2024.12.07 00:58:26.467875 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15889 | 2024.12.07 00:58:26.468082 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 15890 | 2024.12.07 00:58:26.468133 [ 280 ] {5620a434-d1f9-4020-b32e-aae93645fb8b} <Debug> TCPHandler: Processed in 0.001668263 sec. | ||
| 15891 | 2024.12.07 00:58:27.051148 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15892 | 2024.12.07 00:58:27.074626 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15893 | 2024.12.07 00:58:27.074679 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15894 | 2024.12.07 00:58:27.082547 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15895 | 2024.12.07 00:58:27.083378 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15896 | 2024.12.07 00:58:27.088066 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 15897 | 2024.12.07 00:58:27.273554 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15898 | 2024.12.07 00:58:27.273745 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15899 | 2024.12.07 00:58:27.273820 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15900 | 2024.12.07 00:58:27.274593 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15901 | 2024.12.07 00:58:27.274645 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15902 | 2024.12.07 00:58:27.275110 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15903 | 2024.12.07 00:58:27.275373 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15904 | 2024.12.07 00:58:27.275597 [ 70 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15905 | 2024.12.07 00:58:27.275611 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001906 sec., 7345.225603357818 rows/sec., 528.76 KiB/sec. | ||
| 15906 | 2024.12.07 00:58:27.275691 [ 70 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15907 | 2024.12.07 00:58:27.275759 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15908 | 2024.12.07 00:58:27.275782 [ 276 ] {2d345329-1ffa-40c8-a96c-14115620d612} <Debug> TCPHandler: Processed in 0.002365967 sec. | ||
| 15909 | 2024.12.07 00:58:27.275955 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 15910 | 2024.12.07 00:58:27.276044 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15911 | 2024.12.07 00:58:27.276230 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15912 | 2024.12.07 00:58:27.276267 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15913 | 2024.12.07 00:58:27.276294 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 15914 | 2024.12.07 00:58:27.276377 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15915 | 2024.12.07 00:58:27.276554 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 15916 | 2024.12.07 00:58:27.277030 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 15917 | 2024.12.07 00:58:27.277400 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 15918 | 2024.12.07 00:58:27.277743 [ 195 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 15919 | 2024.12.07 00:58:27.279291 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15920 | 2024.12.07 00:58:27.279367 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15921 | 2024.12.07 00:58:27.280384 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15922 | 2024.12.07 00:58:27.280421 [ 203 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00455808 sec., 15357.343442853131 rows/sec., 1.14 MiB/sec. | ||
| 15923 | 2024.12.07 00:58:27.280749 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15924 | 2024.12.07 00:58:27.280785 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15925 | 2024.12.07 00:58:27.281247 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00505 sec., 2772.2772277227723 rows/sec., 226.06 KiB/sec. | ||
| 15926 | 2024.12.07 00:58:27.281357 [ 280 ] {c1fb7d1b-32dc-46b5-a750-8d50a764eef7} <Debug> TCPHandler: Processed in 0.005387697 sec. | ||
| 15927 | 2024.12.07 00:58:27.281550 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15928 | 2024.12.07 00:58:27.281694 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.12.07 00:58:27.281725 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15930 | 2024.12.07 00:58:27.281837 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15931 | 2024.12.07 00:58:27.282020 [ 198 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_61_15} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15932 | 2024.12.07 00:58:27.282296 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15933 | 2024.12.07 00:58:27.283310 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15934 | 2024.12.07 00:58:27.283352 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15935 | 2024.12.07 00:58:27.283799 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15936 | 2024.12.07 00:58:27.284044 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15937 | 2024.12.07 00:58:27.284240 [ 70 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15938 | 2024.12.07 00:58:27.284269 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.002577 sec., 555684.9049282111 rows/sec., 46.38 MiB/sec. | ||
| 15939 | 2024.12.07 00:58:27.284295 [ 70 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15940 | 2024.12.07 00:58:27.284362 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15941 | 2024.12.07 00:58:27.284402 [ 276 ] {eb565367-7bcb-4381-8e42-37fe19e1886a} <Debug> TCPHandler: Processed in 0.002915708 sec. | ||
| 15942 | 2024.12.07 00:58:27.284640 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15943 | 2024.12.07 00:58:27.284648 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15944 | 2024.12.07 00:58:27.284836 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15945 | 2024.12.07 00:58:27.284866 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15946 | 2024.12.07 00:58:27.285032 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15947 | 2024.12.07 00:58:27.285036 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1435 rows starting from the beginning of the part | ||
| 15948 | 2024.12.07 00:58:27.285525 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 285 rows starting from the beginning of the part | ||
| 15949 | 2024.12.07 00:58:27.286238 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part | ||
| 15950 | 2024.12.07 00:58:27.286900 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 285 rows starting from the beginning of the part | ||
| 15951 | 2024.12.07 00:58:27.287701 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 56 rows starting from the beginning of the part | ||
| 15952 | 2024.12.07 00:58:27.288354 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 1432 rows starting from the beginning of the part | ||
| 15953 | 2024.12.07 00:58:27.289685 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15954 | 2024.12.07 00:58:27.289731 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15955 | 2024.12.07 00:58:27.290324 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15956 | 2024.12.07 00:58:27.290600 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15957 | 2024.12.07 00:58:27.290808 [ 70 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_66_14 to all_71_71_0 | ||
| 15958 | 2024.12.07 00:58:27.290877 [ 70 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15959 | 2024.12.07 00:58:27.290894 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.00609 sec., 10180.623973727423 rows/sec., 741.64 KiB/sec. | ||
| 15960 | 2024.12.07 00:58:27.290942 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15961 | 2024.12.07 00:58:27.291249 [ 280 ] {41361f6e-8b51-4995-937b-f4fb2e33557d} <Debug> TCPHandler: Processed in 0.006695632 sec. | ||
| 15962 | 2024.12.07 00:58:27.291593 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_14 to all_71_71_0 into Compact with storage Full | ||
| 15963 | 2024.12.07 00:58:27.291618 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15964 | 2024.12.07 00:58:27.292012 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3549 rows, containing 5 columns (5 merged, 0 gathered) in 0.007535309 sec., 470982.67635739956 rows/sec., 41.36 MiB/sec. | ||
| 15965 | 2024.12.07 00:58:27.292029 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15966 | 2024.12.07 00:58:27.292134 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15967 | 2024.12.07 00:58:27.292152 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15968 | 2024.12.07 00:58:27.292204 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_14, total 66 rows starting from the beginning of the part | ||
| 15969 | 2024.12.07 00:58:27.292356 [ 189 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15970 | 2024.12.07 00:58:27.292709 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part | ||
| 15971 | 2024.12.07 00:58:27.293185 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 50 rows starting from the beginning of the part | ||
| 15972 | 2024.12.07 00:58:27.293750 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part | ||
| 15973 | 2024.12.07 00:58:27.293884 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15974 | 2024.12.07 00:58:27.294273 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part | ||
| 15975 | 2024.12.07 00:58:27.294374 [ 195 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_141_28} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15976 | 2024.12.07 00:58:27.294780 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 15977 | 2024.12.07 00:58:27.294814 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 62 rows starting from the beginning of the part | ||
| 15978 | 2024.12.07 00:58:27.296248 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15979 | 2024.12.07 00:58:27.296320 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15980 | 2024.12.07 00:58:27.297361 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15981 | 2024.12.07 00:58:27.297458 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006288294 sec., 51206.25721380075 rows/sec., 3.86 MiB/sec. | ||
| 15982 | 2024.12.07 00:58:27.297652 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Trace> MergedBlockOutputStream: filled checksums all_1_71_15 (state Temporary) | ||
| 15983 | 2024.12.07 00:58:27.297897 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15984 | 2024.12.07 00:58:27.298229 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_71_15 to all_1_71_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15985 | 2024.12.07 00:58:27.298325 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006391 sec., 37865.74870912221 rows/sec., 2.57 MiB/sec. | ||
| 15986 | 2024.12.07 00:58:27.298370 [ 203 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_71_15} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_66_14, all_71_71_0] -> all_1_71_15 | ||
| 15987 | 2024.12.07 00:58:27.298479 [ 276 ] {ca7b2ad3-5af8-4364-8781-50e542a3261a} <Debug> TCPHandler: Processed in 0.007065109 sec. | ||
| 15988 | 2024.12.07 00:58:27.298541 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15989 | 2024.12.07 00:58:27.298667 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15990 | 2024.12.07 00:58:27.298781 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15991 | 2024.12.07 00:58:27.298827 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15992 | 2024.12.07 00:58:27.299383 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15993 | 2024.12.07 00:58:27.299422 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 15994 | 2024.12.07 00:58:27.299774 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15995 | 2024.12.07 00:58:27.300011 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15996 | 2024.12.07 00:58:27.300176 [ 70 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15997 | 2024.12.07 00:58:27.300239 [ 70 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15998 | 2024.12.07 00:58:27.300254 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00148 sec., 8783.783783783783 rows/sec., 547.67 KiB/sec. | ||
| 15999 | 2024.12.07 00:58:27.300285 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16000 | 2024.12.07 00:58:27.300408 [ 280 ] {96527916-e9be-495d-bff5-edc7c488d4b7} <Debug> TCPHandler: Processed in 0.001792445 sec. | ||
| 16001 | 2024.12.07 00:58:27.300487 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 16002 | 2024.12.07 00:58:27.300616 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16003 | 2024.12.07 00:58:27.300659 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16004 | 2024.12.07 00:58:27.300696 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 16005 | 2024.12.07 00:58:27.300901 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16006 | 2024.12.07 00:58:27.300953 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 16007 | 2024.12.07 00:58:27.301055 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16008 | 2024.12.07 00:58:27.301221 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 16009 | 2024.12.07 00:58:27.301551 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 16010 | 2024.12.07 00:58:27.301923 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 16011 | 2024.12.07 00:58:27.304128 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003733334 sec., 17410.71117665872 rows/sec., 1.13 MiB/sec. | ||
| 16012 | 2024.12.07 00:58:27.304192 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16013 | 2024.12.07 00:58:27.304253 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16014 | 2024.12.07 00:58:27.304286 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 16015 | 2024.12.07 00:58:27.304808 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16016 | 2024.12.07 00:58:27.304997 [ 195 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_61_15} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 16017 | 2024.12.07 00:58:27.305098 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16018 | 2024.12.07 00:58:27.305114 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16019 | 2024.12.07 00:58:27.305389 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16020 | 2024.12.07 00:58:27.305594 [ 70 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16021 | 2024.12.07 00:58:27.305649 [ 70 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16022 | 2024.12.07 00:58:27.305656 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.004878 sec., 183066.83066830668 rows/sec., 13.29 MiB/sec. | ||
| 16023 | 2024.12.07 00:58:27.305678 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16024 | 2024.12.07 00:58:27.305855 [ 276 ] {0eb29a2a-95da-43b6-a6a6-b464930dfc89} <Debug> TCPHandler: Processed in 0.005331135 sec. | ||
| 16025 | 2024.12.07 00:58:27.305921 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16026 | 2024.12.07 00:58:27.306049 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16027 | 2024.12.07 00:58:27.306075 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16028 | 2024.12.07 00:58:27.306119 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part | ||
| 16029 | 2024.12.07 00:58:27.306328 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16030 | 2024.12.07 00:58:27.306387 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 423 rows starting from the beginning of the part | ||
| 16031 | 2024.12.07 00:58:27.306466 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16032 | 2024.12.07 00:58:27.306651 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part | ||
| 16033 | 2024.12.07 00:58:27.307035 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 423 rows starting from the beginning of the part | ||
| 16034 | 2024.12.07 00:58:27.307336 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 64 rows starting from the beginning of the part | ||
| 16035 | 2024.12.07 00:58:27.307705 [ 195 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 893 rows starting from the beginning of the part | ||
| 16036 | 2024.12.07 00:58:27.308797 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16037 | 2024.12.07 00:58:27.308868 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16038 | 2024.12.07 00:58:27.309827 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16039 | 2024.12.07 00:58:27.310249 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16040 | 2024.12.07 00:58:27.310494 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0043 sec., 1395.3488372093022 rows/sec., 72.90 KiB/sec. | ||
| 16041 | 2024.12.07 00:58:27.310652 [ 280 ] {0f33470a-9974-41cf-af6f-01024d993470} <Debug> TCPHandler: Processed in 0.004667581 sec. | ||
| 16042 | 2024.12.07 00:58:27.310916 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16043 | 2024.12.07 00:58:27.311018 [ 197 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2782 rows, containing 5 columns (5 merged, 0 gathered) in 0.005208893 sec., 534086.6091893229 rows/sec., 40.79 MiB/sec. | ||
| 16044 | 2024.12.07 00:58:27.311092 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16045 | 2024.12.07 00:58:27.311171 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16046 | 2024.12.07 00:58:27.311258 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16047 | 2024.12.07 00:58:27.311824 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16048 | 2024.12.07 00:58:27.311899 [ 191 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_141_28} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16049 | 2024.12.07 00:58:27.312005 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 16050 | 2024.12.07 00:58:27.312367 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16051 | 2024.12.07 00:58:27.312410 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16052 | 2024.12.07 00:58:27.312862 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16053 | 2024.12.07 00:58:27.313117 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16054 | 2024.12.07 00:58:27.313345 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.002297 sec., 418807.13974749675 rows/sec., 27.83 MiB/sec. | ||
| 16055 | 2024.12.07 00:58:27.313401 [ 276 ] {43135178-a3db-45a0-b53d-b3d7a6662e2d} <Debug> TCPHandler: Processed in 0.002638362 sec. | ||
| 16056 | 2024.12.07 00:58:27.313553 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16057 | 2024.12.07 00:58:27.313660 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16058 | 2024.12.07 00:58:27.313706 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16059 | 2024.12.07 00:58:27.314143 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16060 | 2024.12.07 00:58:27.314182 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16061 | 2024.12.07 00:58:27.314528 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16062 | 2024.12.07 00:58:27.314774 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16063 | 2024.12.07 00:58:27.314984 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
| 16064 | 2024.12.07 00:58:27.315035 [ 280 ] {c1d9527e-e7cc-49c3-9fba-7016ca7a5abb} <Debug> TCPHandler: Processed in 0.00153249 sec. | ||
| 16065 | 2024.12.07 00:58:27.315172 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16066 | 2024.12.07 00:58:27.315280 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16067 | 2024.12.07 00:58:27.315346 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16068 | 2024.12.07 00:58:27.316486 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16069 | 2024.12.07 00:58:27.316525 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16070 | 2024.12.07 00:58:27.317202 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16071 | 2024.12.07 00:58:27.317471 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16072 | 2024.12.07 00:58:27.317709 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002453 sec., 16714.227476559317 rows/sec., 29.95 MiB/sec. | ||
| 16073 | 2024.12.07 00:58:27.317803 [ 276 ] {46794162-247d-4169-b46b-bcb3a7595ddd} <Debug> TCPHandler: Processed in 0.002680932 sec. | ||
| 16074 | 2024.12.07 00:58:27.317949 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16075 | 2024.12.07 00:58:27.318056 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16076 | 2024.12.07 00:58:27.318102 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16077 | 2024.12.07 00:58:27.318535 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16078 | 2024.12.07 00:58:27.318575 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16079 | 2024.12.07 00:58:27.318922 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16080 | 2024.12.07 00:58:27.319156 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16081 | 2024.12.07 00:58:27.319348 [ 79 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16082 | 2024.12.07 00:58:27.319373 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001338 sec., 25411.061285500746 rows/sec., 1.47 MiB/sec. | ||
| 16083 | 2024.12.07 00:58:27.319415 [ 79 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16084 | 2024.12.07 00:58:27.319484 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 16085 | 2024.12.07 00:58:27.319488 [ 280 ] {8c60c4dd-8bf4-493f-b382-78454796d367} <Debug> TCPHandler: Processed in 0.001588372 sec. | ||
| 16086 | 2024.12.07 00:58:27.319681 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16087 | 2024.12.07 00:58:27.319780 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16088 | 2024.12.07 00:58:27.319826 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8206 rows starting from the beginning of the part | ||
| 16089 | 2024.12.07 00:58:27.320046 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 82 rows starting from the beginning of the part | ||
| 16090 | 2024.12.07 00:58:27.320288 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 16091 | 2024.12.07 00:58:27.320503 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part | ||
| 16092 | 2024.12.07 00:58:27.320726 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 16093 | 2024.12.07 00:58:27.320952 [ 205 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 34 rows starting from the beginning of the part | ||
| 16094 | 2024.12.07 00:58:27.323292 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8524 rows, containing 4 columns (4 merged, 0 gathered) in 0.003712943 sec., 2295752.991629551 rows/sec., 149.54 MiB/sec. | ||
| 16095 | 2024.12.07 00:58:27.323413 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16096 | 2024.12.07 00:58:27.323705 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16097 | 2024.12.07 00:58:27.323788 [ 197 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_141_28} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16098 | 2024.12.07 00:58:27.323866 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 16099 | 2024.12.07 00:58:28.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.37 MiB, peak 288.04 MiB, free memory in arenas 0.00 B, will set to 269.81 MiB (RSS), difference: -1.56 MiB | ||
| 16100 | 2024.12.07 00:58:28.078679 [ 218 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16101 | 2024.12.07 00:58:28.078831 [ 218 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16102 | 2024.12.07 00:58:28.081352 [ 218 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16103 | 2024.12.07 00:58:28.125990 [ 218 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16104 | 2024.12.07 00:58:28.126041 [ 218 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16105 | 2024.12.07 00:58:28.128270 [ 218 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16106 | 2024.12.07 00:58:29.603148 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2252 | ||
| 16107 | 2024.12.07 00:58:29.606869 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16108 | 2024.12.07 00:58:29.606934 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16109 | 2024.12.07 00:58:29.608581 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16110 | 2024.12.07 00:58:29.608942 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16111 | 2024.12.07 00:58:29.610606 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2252 | ||
| 16112 | 2024.12.07 00:58:31.458662 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16113 | 2024.12.07 00:58:31.458860 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16114 | 2024.12.07 00:58:31.458934 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16115 | 2024.12.07 00:58:31.459742 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16116 | 2024.12.07 00:58:31.459795 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16117 | 2024.12.07 00:58:31.460244 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16118 | 2024.12.07 00:58:31.460502 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16119 | 2024.12.07 00:58:31.460778 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec. | ||
| 16120 | 2024.12.07 00:58:31.460870 [ 276 ] {60ce3551-8ede-4d13-9411-3d34482af0e7} <Debug> TCPHandler: Processed in 0.002330616 sec. | ||
| 16121 | 2024.12.07 00:58:31.461128 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16122 | 2024.12.07 00:58:31.461466 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16123 | 2024.12.07 00:58:31.461572 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16124 | 2024.12.07 00:58:31.462186 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16125 | 2024.12.07 00:58:31.462229 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16126 | 2024.12.07 00:58:31.462611 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16127 | 2024.12.07 00:58:31.462857 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16128 | 2024.12.07 00:58:31.463070 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001721 sec., 37187.68158047646 rows/sec., 2.90 MiB/sec. | ||
| 16129 | 2024.12.07 00:58:31.463126 [ 280 ] {f77d2efc-05e9-4838-82b0-33b81d82e38a} <Debug> TCPHandler: Processed in 0.002124532 sec. | ||
| 16130 | 2024.12.07 00:58:31.463274 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16131 | 2024.12.07 00:58:31.463386 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16132 | 2024.12.07 00:58:31.463439 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16133 | 2024.12.07 00:58:31.463992 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16134 | 2024.12.07 00:58:31.464033 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16135 | 2024.12.07 00:58:31.464551 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16136 | 2024.12.07 00:58:31.464974 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16137 | 2024.12.07 00:58:31.465203 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001841 sec., 69527.43074416078 rows/sec., 4.84 MiB/sec. | ||
| 16138 | 2024.12.07 00:58:31.465291 [ 276 ] {43df62e0-5144-42cc-8ecb-4beadab7f469} <Debug> TCPHandler: Processed in 0.002067981 sec. | ||
| 16139 | 2024.12.07 00:58:31.465529 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16140 | 2024.12.07 00:58:31.465702 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16141 | 2024.12.07 00:58:31.465753 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16142 | 2024.12.07 00:58:31.466216 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16143 | 2024.12.07 00:58:31.466254 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16144 | 2024.12.07 00:58:31.466620 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16145 | 2024.12.07 00:58:31.466866 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16146 | 2024.12.07 00:58:31.467075 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001398 sec., 34334.76394849786 rows/sec., 2.31 MiB/sec. | ||
| 16147 | 2024.12.07 00:58:31.467128 [ 280 ] {c1349934-a327-485c-ab63-42d94ee1b465} <Debug> TCPHandler: Processed in 0.001716634 sec. | ||
| 16148 | 2024.12.07 00:58:31.834364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 16149 | 2024.12.07 00:58:31.835307 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16150 | 2024.12.07 00:58:31.835357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16151 | 2024.12.07 00:58:31.835902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16152 | 2024.12.07 00:58:31.836170 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16153 | 2024.12.07 00:58:31.836448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 16154 | 2024.12.07 00:58:34.589114 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 16155 | 2024.12.07 00:58:34.618664 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16156 | 2024.12.07 00:58:34.618742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16157 | 2024.12.07 00:58:34.626528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16158 | 2024.12.07 00:58:34.627410 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16159 | 2024.12.07 00:58:34.630870 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 16160 | 2024.12.07 00:58:36.236995 [ 223 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16161 | 2024.12.07 00:58:36.237048 [ 223 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16162 | 2024.12.07 00:58:36.239271 [ 223 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16163 | 2024.12.07 00:58:36.421153 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16164 | 2024.12.07 00:58:36.421213 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16165 | 2024.12.07 00:58:36.423178 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16166 | 2024.12.07 00:58:36.460590 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16167 | 2024.12.07 00:58:36.460805 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16168 | 2024.12.07 00:58:36.460881 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16169 | 2024.12.07 00:58:36.461685 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16170 | 2024.12.07 00:58:36.461729 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16171 | 2024.12.07 00:58:36.462183 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16172 | 2024.12.07 00:58:36.462459 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16173 | 2024.12.07 00:58:36.462689 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 16174 | 2024.12.07 00:58:36.462776 [ 276 ] {156c16e0-9a4e-4752-b33a-ca27027fa3cc} <Debug> TCPHandler: Processed in 0.002317175 sec. | ||
| 16175 | 2024.12.07 00:58:36.462785 [ 222 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16176 | 2024.12.07 00:58:36.462862 [ 222 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16177 | 2024.12.07 00:58:36.462985 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16178 | 2024.12.07 00:58:36.463170 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16179 | 2024.12.07 00:58:36.463257 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16180 | 2024.12.07 00:58:36.464496 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16181 | 2024.12.07 00:58:36.464552 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16182 | 2024.12.07 00:58:36.465256 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16183 | 2024.12.07 00:58:36.465641 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16184 | 2024.12.07 00:58:36.466056 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00291 sec., 21993.127147766325 rows/sec., 1.72 MiB/sec. | ||
| 16185 | 2024.12.07 00:58:36.466115 [ 280 ] {f2c48dbc-bdfb-4f24-96f4-38e49c173558} <Debug> TCPHandler: Processed in 0.003221223 sec. | ||
| 16186 | 2024.12.07 00:58:36.466295 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16187 | 2024.12.07 00:58:36.466407 [ 222 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16188 | 2024.12.07 00:58:36.466539 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16189 | 2024.12.07 00:58:36.466701 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16190 | 2024.12.07 00:58:36.468077 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16191 | 2024.12.07 00:58:36.468115 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16192 | 2024.12.07 00:58:36.468513 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16193 | 2024.12.07 00:58:36.468761 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16194 | 2024.12.07 00:58:36.468937 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002494 sec., 64153.96952686447 rows/sec., 4.47 MiB/sec. | ||
| 16195 | 2024.12.07 00:58:36.468990 [ 276 ] {deb41ebd-4391-4d03-8593-1e0e6d3d800e} <Debug> TCPHandler: Processed in 0.002773835 sec. | ||
| 16196 | 2024.12.07 00:58:36.469155 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16197 | 2024.12.07 00:58:36.469286 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16198 | 2024.12.07 00:58:36.469343 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16199 | 2024.12.07 00:58:36.469856 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16200 | 2024.12.07 00:58:36.469893 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16201 | 2024.12.07 00:58:36.470262 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16202 | 2024.12.07 00:58:36.470503 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16203 | 2024.12.07 00:58:36.470672 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
| 16204 | 2024.12.07 00:58:36.470721 [ 280 ] {31230fb9-b65b-4d10-9a14-9beb187d9dbe} <Debug> TCPHandler: Processed in 0.001627322 sec. | ||
| 16205 | 2024.12.07 00:58:36.749140 [ 224 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16206 | 2024.12.07 00:58:36.749210 [ 224 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16207 | 2024.12.07 00:58:36.751660 [ 224 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16208 | 2024.12.07 00:58:38.736998 [ 219 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16209 | 2024.12.07 00:58:38.737089 [ 219 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16210 | 2024.12.07 00:58:38.738831 [ 219 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16211 | 2024.12.07 00:58:39.033825 [ 105 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 16212 | 2024.12.07 00:58:39.033897 [ 105 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16213 | 2024.12.07 00:58:39.033924 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16214 | 2024.12.07 00:58:39.034106 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 16215 | 2024.12.07 00:58:39.034326 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16216 | 2024.12.07 00:58:39.034365 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 18 rows starting from the beginning of the part | ||
| 16217 | 2024.12.07 00:58:39.034451 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 16218 | 2024.12.07 00:58:39.034729 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 16219 | 2024.12.07 00:58:39.034911 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 16220 | 2024.12.07 00:58:39.035083 [ 205 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 16221 | 2024.12.07 00:58:39.036211 [ 186 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002219374 sec., 22528.875259419998 rows/sec., 1.88 MiB/sec. | ||
| 16222 | 2024.12.07 00:58:39.036400 [ 197 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 16223 | 2024.12.07 00:58:39.036760 [ 197 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16224 | 2024.12.07 00:58:39.036861 [ 197 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_28_6} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 16225 | 2024.12.07 00:58:39.036946 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16226 | 2024.12.07 00:58:39.068880 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16227 | 2024.12.07 00:58:39.068910 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16228 | 2024.12.07 00:58:39.337552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 16229 | 2024.12.07 00:58:39.338230 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16230 | 2024.12.07 00:58:39.338277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16231 | 2024.12.07 00:58:39.338863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16232 | 2024.12.07 00:58:39.339131 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16233 | 2024.12.07 00:58:39.339403 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 16234 | 2024.12.07 00:58:39.611857 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2268 | ||
| 16235 | 2024.12.07 00:58:39.614723 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16236 | 2024.12.07 00:58:39.614782 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16237 | 2024.12.07 00:58:39.616375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16238 | 2024.12.07 00:58:39.616710 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16239 | 2024.12.07 00:58:39.617382 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2268 | ||
| 16240 | 2024.12.07 00:58:39.946059 [ 222 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16241 | 2024.12.07 00:58:39.946097 [ 222 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16242 | 2024.12.07 00:58:39.947648 [ 222 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16243 | 2024.12.07 00:58:41.467456 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16244 | 2024.12.07 00:58:41.467753 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16245 | 2024.12.07 00:58:41.467868 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16246 | 2024.12.07 00:58:41.468670 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16247 | 2024.12.07 00:58:41.468717 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16248 | 2024.12.07 00:58:41.469146 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16249 | 2024.12.07 00:58:41.469397 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16250 | 2024.12.07 00:58:41.469643 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec. | ||
| 16251 | 2024.12.07 00:58:41.469742 [ 276 ] {5b05b12f-1f08-4703-b5a1-27408b7126e3} <Debug> TCPHandler: Processed in 0.002471619 sec. | ||
| 16252 | 2024.12.07 00:58:41.470001 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16253 | 2024.12.07 00:58:41.470169 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16254 | 2024.12.07 00:58:41.470228 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16255 | 2024.12.07 00:58:41.471057 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16256 | 2024.12.07 00:58:41.471097 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16257 | 2024.12.07 00:58:41.471497 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16258 | 2024.12.07 00:58:41.471756 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16259 | 2024.12.07 00:58:41.471973 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001834 sec., 155398.0370774264 rows/sec., 13.71 MiB/sec. | ||
| 16260 | 2024.12.07 00:58:41.472029 [ 280 ] {0f8ace80-1f6e-4110-ad29-9b977aa22473} <Debug> TCPHandler: Processed in 0.002159463 sec. | ||
| 16261 | 2024.12.07 00:58:41.472190 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16262 | 2024.12.07 00:58:41.472388 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16263 | 2024.12.07 00:58:41.472459 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16264 | 2024.12.07 00:58:41.473113 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16265 | 2024.12.07 00:58:41.473152 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16266 | 2024.12.07 00:58:41.473513 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 16267 | 2024.12.07 00:58:41.473752 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16268 | 2024.12.07 00:58:41.473971 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001637 sec., 29321.930360415394 rows/sec., 2.11 MiB/sec. | ||
| 16269 | 2024.12.07 00:58:41.474047 [ 276 ] {f0a736ac-14fa-42dd-afa7-767a61b03415} <Debug> TCPHandler: Processed in 0.001931388 sec. | ||
| 16270 | 2024.12.07 00:58:41.474287 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16271 | 2024.12.07 00:58:41.474460 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16272 | 2024.12.07 00:58:41.474517 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16273 | 2024.12.07 00:58:41.475137 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16274 | 2024.12.07 00:58:41.475177 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16275 | 2024.12.07 00:58:41.475534 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16276 | 2024.12.07 00:58:41.475772 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16277 | 2024.12.07 00:58:41.475968 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec. | ||
| 16278 | 2024.12.07 00:58:41.476020 [ 280 ] {bbe014f1-2f45-4dbb-99da-0c409e1a7ba2} <Debug> TCPHandler: Processed in 0.001868117 sec. | ||
| 16279 | 2024.12.07 00:58:41.476180 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16280 | 2024.12.07 00:58:41.476286 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16281 | 2024.12.07 00:58:41.476331 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16282 | 2024.12.07 00:58:41.476849 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16283 | 2024.12.07 00:58:41.476889 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16284 | 2024.12.07 00:58:41.477247 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16285 | 2024.12.07 00:58:41.477491 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16286 | 2024.12.07 00:58:41.477699 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001431 sec., 9084.556254367575 rows/sec., 566.42 KiB/sec. | ||
| 16287 | 2024.12.07 00:58:41.477809 [ 276 ] {a4407906-c586-4733-b384-1a272faa6c81} <Debug> TCPHandler: Processed in 0.001679933 sec. | ||
| 16288 | 2024.12.07 00:58:41.477979 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16289 | 2024.12.07 00:58:41.478109 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16290 | 2024.12.07 00:58:41.478161 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16291 | 2024.12.07 00:58:41.478936 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16292 | 2024.12.07 00:58:41.478979 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16293 | 2024.12.07 00:58:41.479346 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16294 | 2024.12.07 00:58:41.479582 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16295 | 2024.12.07 00:58:41.479777 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001698 sec., 249116.60777385157 rows/sec., 17.81 MiB/sec. | ||
| 16296 | 2024.12.07 00:58:41.479830 [ 280 ] {b73eca84-9707-4714-bc1d-2cffa007a1cd} <Debug> TCPHandler: Processed in 0.001917758 sec. | ||
| 16297 | 2024.12.07 00:58:41.479978 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16298 | 2024.12.07 00:58:41.480106 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16299 | 2024.12.07 00:58:41.480161 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16300 | 2024.12.07 00:58:41.480668 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16301 | 2024.12.07 00:58:41.480713 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16302 | 2024.12.07 00:58:41.481110 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16303 | 2024.12.07 00:58:41.481350 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16304 | 2024.12.07 00:58:41.481587 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 16305 | 2024.12.07 00:58:41.481659 [ 276 ] {a14b9faa-a61f-41c1-84b1-3ed935bd3038} <Debug> TCPHandler: Processed in 0.001739634 sec. | ||
| 16306 | 2024.12.07 00:58:41.481904 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16307 | 2024.12.07 00:58:41.482069 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16308 | 2024.12.07 00:58:41.482129 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16309 | 2024.12.07 00:58:41.482758 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16310 | 2024.12.07 00:58:41.482804 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16311 | 2024.12.07 00:58:41.483209 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16312 | 2024.12.07 00:58:41.483449 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16313 | 2024.12.07 00:58:41.483614 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_139_28 to all_144_144_0 | ||
| 16314 | 2024.12.07 00:58:41.483665 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 16315 | 2024.12.07 00:58:41.483715 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16316 | 2024.12.07 00:58:41.483784 [ 280 ] {c791bfac-ea40-46da-b5b6-0bcbc234fbad} <Debug> TCPHandler: Processed in 0.00201405 sec. | ||
| 16317 | 2024.12.07 00:58:41.483786 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16318 | 2024.12.07 00:58:41.483998 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16319 | 2024.12.07 00:58:41.484066 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_139_28 to all_144_144_0 into Compact with storage Full | ||
| 16320 | 2024.12.07 00:58:41.484197 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16321 | 2024.12.07 00:58:41.484323 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16322 | 2024.12.07 00:58:41.484428 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16323 | 2024.12.07 00:58:41.484539 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_139_28, total 41199 rows starting from the beginning of the part | ||
| 16324 | 2024.12.07 00:58:41.484891 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part | ||
| 16325 | 2024.12.07 00:58:41.485465 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 962 rows starting from the beginning of the part | ||
| 16326 | 2024.12.07 00:58:41.485797 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 128 rows starting from the beginning of the part | ||
| 16327 | 2024.12.07 00:58:41.486069 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part | ||
| 16328 | 2024.12.07 00:58:41.486473 [ 192 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 237 rows starting from the beginning of the part | ||
| 16329 | 2024.12.07 00:58:41.487227 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16330 | 2024.12.07 00:58:41.487294 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16331 | 2024.12.07 00:58:41.488048 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16332 | 2024.12.07 00:58:41.488397 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16333 | 2024.12.07 00:58:41.488646 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004509 sec., 221.77866489243735 rows/sec., 14.94 KiB/sec. | ||
| 16334 | 2024.12.07 00:58:41.488718 [ 276 ] {d0333281-fbf0-4f23-a6cc-fe86ad284ba6} <Debug> TCPHandler: Processed in 0.004835995 sec. | ||
| 16335 | 2024.12.07 00:58:41.488939 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16336 | 2024.12.07 00:58:41.489176 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16337 | 2024.12.07 00:58:41.489392 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16338 | 2024.12.07 00:58:41.491506 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16339 | 2024.12.07 00:58:41.491555 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16340 | 2024.12.07 00:58:41.492464 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16341 | 2024.12.07 00:58:41.492768 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16342 | 2024.12.07 00:58:41.493317 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004209 sec., 9741.031123782372 rows/sec., 17.46 MiB/sec. | ||
| 16343 | 2024.12.07 00:58:41.493898 [ 280 ] {0e6040cf-0b93-4ed0-a9cb-9f4559bc9de7} <Debug> TCPHandler: Processed in 0.00507443 sec. | ||
| 16344 | 2024.12.07 00:58:41.494106 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16345 | 2024.12.07 00:58:41.494248 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16346 | 2024.12.07 00:58:41.494305 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16347 | 2024.12.07 00:58:41.494976 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16348 | 2024.12.07 00:58:41.495063 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16349 | 2024.12.07 00:58:41.495514 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16350 | 2024.12.07 00:58:41.495791 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16351 | 2024.12.07 00:58:41.496070 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00185 sec., 44324.32432432432 rows/sec., 2.82 MiB/sec. | ||
| 16352 | 2024.12.07 00:58:41.496170 [ 276 ] {89d42cc0-4dc4-407a-82a3-e16e2d1e0fd8} <Debug> TCPHandler: Processed in 0.002136912 sec. | ||
| 16353 | 2024.12.07 00:58:41.497685 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42846 rows, containing 5 columns (5 merged, 0 gathered) in 0.013748641 sec., 3116380.7390126777 rows/sec., 210.38 MiB/sec. | ||
| 16354 | 2024.12.07 00:58:41.498185 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Trace> MergedBlockOutputStream: filled checksums all_1_144_29 (state Temporary) | ||
| 16355 | 2024.12.07 00:58:41.498539 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_144_29 to all_1_144_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16356 | 2024.12.07 00:58:41.498632 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_144_29} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_139_28, all_144_144_0] -> all_1_144_29 | ||
| 16357 | 2024.12.07 00:58:41.498747 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 16358 | 2024.12.07 00:58:42.130923 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 16359 | 2024.12.07 00:58:42.154559 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16360 | 2024.12.07 00:58:42.154613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16361 | 2024.12.07 00:58:42.162173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16362 | 2024.12.07 00:58:42.163012 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16363 | 2024.12.07 00:58:42.166709 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 16364 | 2024.12.07 00:58:46.460567 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16365 | 2024.12.07 00:58:46.460766 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16366 | 2024.12.07 00:58:46.460839 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16367 | 2024.12.07 00:58:46.461611 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16368 | 2024.12.07 00:58:46.461653 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16369 | 2024.12.07 00:58:46.462118 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16370 | 2024.12.07 00:58:46.462411 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16371 | 2024.12.07 00:58:46.462634 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001912 sec., 1046.0251046025105 rows/sec., 85.30 KiB/sec. | ||
| 16372 | 2024.12.07 00:58:46.462722 [ 276 ] {3de2f842-1889-47fb-9b3c-7ce5f413a9e9} <Debug> TCPHandler: Processed in 0.002283895 sec. | ||
| 16373 | 2024.12.07 00:58:46.462993 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16374 | 2024.12.07 00:58:46.463131 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16375 | 2024.12.07 00:58:46.463180 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16376 | 2024.12.07 00:58:46.463767 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16377 | 2024.12.07 00:58:46.463808 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16378 | 2024.12.07 00:58:46.464189 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16379 | 2024.12.07 00:58:46.464446 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16380 | 2024.12.07 00:58:46.464630 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001524 sec., 37401.574803149604 rows/sec., 2.85 MiB/sec. | ||
| 16381 | 2024.12.07 00:58:46.464684 [ 280 ] {82728730-8b39-4f63-aa43-c68f5df959d2} <Debug> TCPHandler: Processed in 0.001820476 sec. | ||
| 16382 | 2024.12.07 00:58:46.464835 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16383 | 2024.12.07 00:58:46.464942 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16384 | 2024.12.07 00:58:46.464992 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16385 | 2024.12.07 00:58:46.465602 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16386 | 2024.12.07 00:58:46.465650 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16387 | 2024.12.07 00:58:46.466081 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16388 | 2024.12.07 00:58:46.466332 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16389 | 2024.12.07 00:58:46.466525 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001602 sec., 1248.4394506866417 rows/sec., 87.17 KiB/sec. | ||
| 16390 | 2024.12.07 00:58:46.466617 [ 276 ] {4707836b-097e-413d-b9ef-d27377830f4d} <Debug> TCPHandler: Processed in 0.001833867 sec. | ||
| 16391 | 2024.12.07 00:58:46.466841 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16392 | 2024.12.07 00:58:46.466966 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16393 | 2024.12.07 00:58:46.467016 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16394 | 2024.12.07 00:58:46.467576 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16395 | 2024.12.07 00:58:46.467615 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16396 | 2024.12.07 00:58:46.467985 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16397 | 2024.12.07 00:58:46.468241 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16398 | 2024.12.07 00:58:46.468420 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001479 sec., 44624.74645030426 rows/sec., 3.49 MiB/sec. | ||
| 16399 | 2024.12.07 00:58:46.468479 [ 280 ] {67e768fd-75c7-40d2-beed-cf38f579b820} <Debug> TCPHandler: Processed in 0.001744794 sec. | ||
| 16400 | 2024.12.07 00:58:46.468637 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16401 | 2024.12.07 00:58:46.468746 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16402 | 2024.12.07 00:58:46.468796 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16403 | 2024.12.07 00:58:46.469322 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16404 | 2024.12.07 00:58:46.469360 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16405 | 2024.12.07 00:58:46.469757 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16406 | 2024.12.07 00:58:46.470007 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2024.12.07 00:58:46.470213 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001485 sec., 108417.50841750842 rows/sec., 7.55 MiB/sec. | ||
| 16408 | 2024.12.07 00:58:46.470370 [ 276 ] {ed50dd19-d290-4210-ab61-dc00ec18c7e4} <Debug> TCPHandler: Processed in 0.001783066 sec. | ||
| 16409 | 2024.12.07 00:58:46.470626 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2024.12.07 00:58:46.471021 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16411 | 2024.12.07 00:58:46.471213 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16412 | 2024.12.07 00:58:46.472785 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2024.12.07 00:58:46.472825 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16414 | 2024.12.07 00:58:46.473301 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16415 | 2024.12.07 00:58:46.473552 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2024.12.07 00:58:46.473730 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002877 sec., 20855.05735140772 rows/sec., 1.41 MiB/sec. | ||
| 16417 | 2024.12.07 00:58:46.473787 [ 280 ] {14e4e0ad-233c-416d-ad49-065b1fc58608} <Debug> TCPHandler: Processed in 0.003322695 sec. | ||
| 16418 | 2024.12.07 00:58:46.839543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 16419 | 2024.12.07 00:58:46.840368 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16420 | 2024.12.07 00:58:46.840430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16421 | 2024.12.07 00:58:46.841017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16422 | 2024.12.07 00:58:46.841302 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16423 | 2024.12.07 00:58:46.841501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 16424 | 2024.12.07 00:58:47.606712 [ 221 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16425 | 2024.12.07 00:58:47.606762 [ 221 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16426 | 2024.12.07 00:58:47.608799 [ 221 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16427 | 2024.12.07 00:58:48.392516 [ 222 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16428 | 2024.12.07 00:58:48.392588 [ 222 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16429 | 2024.12.07 00:58:48.394762 [ 222 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16430 | 2024.12.07 00:58:49.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.89 MiB, peak 288.04 MiB, free memory in arenas 0.00 B, will set to 269.89 MiB (RSS), difference: 4.00 MiB | ||
| 16431 | 2024.12.07 00:58:49.369393 [ 218 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16432 | 2024.12.07 00:58:49.369439 [ 218 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16433 | 2024.12.07 00:58:49.371342 [ 218 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16434 | 2024.12.07 00:58:49.618502 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2302 | ||
| 16435 | 2024.12.07 00:58:49.621672 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16436 | 2024.12.07 00:58:49.621729 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16437 | 2024.12.07 00:58:49.623356 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16438 | 2024.12.07 00:58:49.623692 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16439 | 2024.12.07 00:58:49.624367 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2302 | ||
| 16440 | 2024.12.07 00:58:49.667762 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 16441 | 2024.12.07 00:58:49.690831 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16442 | 2024.12.07 00:58:49.690877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16443 | 2024.12.07 00:58:49.698603 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16444 | 2024.12.07 00:58:49.699428 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16445 | 2024.12.07 00:58:49.702161 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 16446 | 2024.12.07 00:58:50.348430 [ 219 ] {} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16447 | 2024.12.07 00:58:50.348489 [ 219 ] {} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16448 | 2024.12.07 00:58:50.350462 [ 219 ] {} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16449 | 2024.12.07 00:58:51.074834 [ 224 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16450 | 2024.12.07 00:58:51.074916 [ 224 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16451 | 2024.12.07 00:58:51.076986 [ 224 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16452 | 2024.12.07 00:58:51.408020 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16453 | 2024.12.07 00:58:51.408078 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16454 | 2024.12.07 00:58:51.410288 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16455 | 2024.12.07 00:58:51.466727 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16456 | 2024.12.07 00:58:51.466919 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16457 | 2024.12.07 00:58:51.466994 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16458 | 2024.12.07 00:58:51.467747 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16459 | 2024.12.07 00:58:51.467800 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16460 | 2024.12.07 00:58:51.468254 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16461 | 2024.12.07 00:58:51.468512 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16462 | 2024.12.07 00:58:51.468773 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 16463 | 2024.12.07 00:58:51.468885 [ 276 ] {7ed239fe-f547-4477-a9cd-3f539b774c2f} <Debug> TCPHandler: Processed in 0.002292315 sec. | ||
| 16464 | 2024.12.07 00:58:51.469121 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16465 | 2024.12.07 00:58:51.469281 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16466 | 2024.12.07 00:58:51.469340 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16467 | 2024.12.07 00:58:51.470197 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16468 | 2024.12.07 00:58:51.470245 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16469 | 2024.12.07 00:58:51.470650 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16470 | 2024.12.07 00:58:51.470902 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16471 | 2024.12.07 00:58:51.471093 [ 84 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16472 | 2024.12.07 00:58:51.471131 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001878 sec., 151757.18849840257 rows/sec., 13.39 MiB/sec. | ||
| 16473 | 2024.12.07 00:58:51.471164 [ 84 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16474 | 2024.12.07 00:58:51.471240 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16475 | 2024.12.07 00:58:51.471257 [ 280 ] {38ea6d5b-fee6-4c62-897a-5df0f4fd9f91} <Debug> TCPHandler: Processed in 0.002244724 sec. | ||
| 16476 | 2024.12.07 00:58:51.471394 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16477 | 2024.12.07 00:58:51.471452 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16478 | 2024.12.07 00:58:51.471559 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16479 | 2024.12.07 00:58:51.471615 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16480 | 2024.12.07 00:58:51.471616 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1435 rows starting from the beginning of the part | ||
| 16481 | 2024.12.07 00:58:51.471679 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16482 | 2024.12.07 00:58:51.471887 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part | ||
| 16483 | 2024.12.07 00:58:51.472245 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part | ||
| 16484 | 2024.12.07 00:58:51.472465 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 285 rows starting from the beginning of the part | ||
| 16485 | 2024.12.07 00:58:51.472717 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 57 rows starting from the beginning of the part | ||
| 16486 | 2024.12.07 00:58:51.472952 [ 197 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 285 rows starting from the beginning of the part | ||
| 16487 | 2024.12.07 00:58:51.473727 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16488 | 2024.12.07 00:58:51.473772 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16489 | 2024.12.07 00:58:51.474311 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16490 | 2024.12.07 00:58:51.474617 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16491 | 2024.12.07 00:58:51.474891 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.003308 sec., 14510.278113663844 rows/sec., 1.04 MiB/sec. | ||
| 16492 | 2024.12.07 00:58:51.475068 [ 276 ] {9a7dd0ae-6957-48c0-b3d8-ceec6b8f0ccd} <Debug> TCPHandler: Processed in 0.003682103 sec. | ||
| 16493 | 2024.12.07 00:58:51.475141 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.003809835 sec., 570628.3867936538 rows/sec., 50.19 MiB/sec. | ||
| 16494 | 2024.12.07 00:58:51.475248 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16495 | 2024.12.07 00:58:51.475427 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16496 | 2024.12.07 00:58:51.475452 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16497 | 2024.12.07 00:58:51.475537 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16498 | 2024.12.07 00:58:51.476116 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16499 | 2024.12.07 00:58:51.476314 [ 204 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_146_29} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16500 | 2024.12.07 00:58:51.476480 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 16501 | 2024.12.07 00:58:51.476699 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16502 | 2024.12.07 00:58:51.476743 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16503 | 2024.12.07 00:58:51.477090 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16504 | 2024.12.07 00:58:51.477333 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16505 | 2024.12.07 00:58:51.477529 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002156 sec., 6493.506493506494 rows/sec., 454.76 KiB/sec. | ||
| 16506 | 2024.12.07 00:58:51.477580 [ 280 ] {79556c95-90e7-4e47-9958-3c25f79594d5} <Debug> TCPHandler: Processed in 0.002400748 sec. | ||
| 16507 | 2024.12.07 00:58:51.477715 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16508 | 2024.12.07 00:58:51.477825 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16509 | 2024.12.07 00:58:51.477871 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16510 | 2024.12.07 00:58:51.478394 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16511 | 2024.12.07 00:58:51.478435 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16512 | 2024.12.07 00:58:51.478794 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16513 | 2024.12.07 00:58:51.479044 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16514 | 2024.12.07 00:58:51.479243 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001439 sec., 9034.051424600417 rows/sec., 563.27 KiB/sec. | ||
| 16515 | 2024.12.07 00:58:51.479294 [ 276 ] {77405375-c1b7-4418-8a2b-39fe35834e34} <Debug> TCPHandler: Processed in 0.001629802 sec. | ||
| 16516 | 2024.12.07 00:58:51.479435 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16517 | 2024.12.07 00:58:51.479565 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16518 | 2024.12.07 00:58:51.479617 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16519 | 2024.12.07 00:58:51.480392 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16520 | 2024.12.07 00:58:51.480431 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16521 | 2024.12.07 00:58:51.480811 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16522 | 2024.12.07 00:58:51.481049 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16523 | 2024.12.07 00:58:51.481202 [ 85 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16524 | 2024.12.07 00:58:51.481220 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001683 sec., 251336.89839572192 rows/sec., 17.97 MiB/sec. | ||
| 16525 | 2024.12.07 00:58:51.481251 [ 85 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16526 | 2024.12.07 00:58:51.481296 [ 280 ] {c8bc5425-a904-4505-b26f-fc66fca50cf1} <Debug> TCPHandler: Processed in 0.001921008 sec. | ||
| 16527 | 2024.12.07 00:58:51.481297 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16528 | 2024.12.07 00:58:51.481483 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16529 | 2024.12.07 00:58:51.481490 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16530 | 2024.12.07 00:58:51.481777 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16531 | 2024.12.07 00:58:51.481819 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16532 | 2024.12.07 00:58:51.481986 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part | ||
| 16533 | 2024.12.07 00:58:51.482011 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16534 | 2024.12.07 00:58:51.482753 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 16535 | 2024.12.07 00:58:51.483531 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part | ||
| 16536 | 2024.12.07 00:58:51.484318 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 423 rows starting from the beginning of the part | ||
| 16537 | 2024.12.07 00:58:51.485116 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 66 rows starting from the beginning of the part | ||
| 16538 | 2024.12.07 00:58:51.485398 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 423 rows starting from the beginning of the part | ||
| 16539 | 2024.12.07 00:58:51.485901 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16540 | 2024.12.07 00:58:51.485946 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16541 | 2024.12.07 00:58:51.486538 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16542 | 2024.12.07 00:58:51.486844 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16543 | 2024.12.07 00:58:51.487111 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00544 sec., 1102.941176470588 rows/sec., 57.62 KiB/sec. | ||
| 16544 | 2024.12.07 00:58:51.487189 [ 276 ] {224d2943-7692-4cd9-bd9b-dd2c6096b4df} <Debug> TCPHandler: Processed in 0.005802654 sec. | ||
| 16545 | 2024.12.07 00:58:51.487193 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005822264 sec., 335780.03333411197 rows/sec., 25.70 MiB/sec. | ||
| 16546 | 2024.12.07 00:58:51.487345 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16547 | 2024.12.07 00:58:51.487351 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16548 | 2024.12.07 00:58:51.487503 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16549 | 2024.12.07 00:58:51.487576 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16550 | 2024.12.07 00:58:51.487688 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16551 | 2024.12.07 00:58:51.487829 [ 193 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_146_29} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16552 | 2024.12.07 00:58:51.487924 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 16553 | 2024.12.07 00:58:51.488346 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16554 | 2024.12.07 00:58:51.488384 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16555 | 2024.12.07 00:58:51.488761 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16556 | 2024.12.07 00:58:51.488994 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16557 | 2024.12.07 00:58:51.489179 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001719 sec., 137870.85514834206 rows/sec., 9.24 MiB/sec. | ||
| 16558 | 2024.12.07 00:58:51.489234 [ 280 ] {aa09281e-d1d7-4247-90ee-dc60f6f6c784} <Debug> TCPHandler: Processed in 0.001956399 sec. | ||
| 16559 | 2024.12.07 00:58:51.489420 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16560 | 2024.12.07 00:58:51.489718 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16561 | 2024.12.07 00:58:51.489859 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16562 | 2024.12.07 00:58:51.490509 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16563 | 2024.12.07 00:58:51.490547 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16564 | 2024.12.07 00:58:51.490894 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16565 | 2024.12.07 00:58:51.491137 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16566 | 2024.12.07 00:58:51.491263 [ 85 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 6 parts from all_1_59_13 to all_64_64_0 | ||
| 16567 | 2024.12.07 00:58:51.491306 [ 85 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16568 | 2024.12.07 00:58:51.491316 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001697 sec., 589.2751915144372 rows/sec., 39.71 KiB/sec. | ||
| 16569 | 2024.12.07 00:58:51.491335 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16570 | 2024.12.07 00:58:51.491414 [ 276 ] {2b12382c-69ca-4fbe-afa5-dfb3914e0c27} <Debug> TCPHandler: Processed in 0.00207382 sec. | ||
| 16571 | 2024.12.07 00:58:51.491628 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16572 | 2024.12.07 00:58:51.491639 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_13 to all_64_64_0 into Compact with storage Full | ||
| 16573 | 2024.12.07 00:58:51.491897 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16574 | 2024.12.07 00:58:51.491927 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16575 | 2024.12.07 00:58:51.492015 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 16576 | 2024.12.07 00:58:51.492091 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16577 | 2024.12.07 00:58:51.492374 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 16578 | 2024.12.07 00:58:51.492750 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 16579 | 2024.12.07 00:58:51.493093 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 16580 | 2024.12.07 00:58:51.493490 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 16581 | 2024.12.07 00:58:51.493832 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 16582 | 2024.12.07 00:58:51.497322 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 4 columns (4 merged, 0 gathered) in 0.005891266 sec., 10863.53934790926 rows/sec., 731.35 KiB/sec. | ||
| 16583 | 2024.12.07 00:58:51.497548 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) | ||
| 16584 | 2024.12.07 00:58:51.498031 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16585 | 2024.12.07 00:58:51.498102 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16586 | 2024.12.07 00:58:51.498239 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16587 | 2024.12.07 00:58:51.498464 [ 204 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_64_14} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 6 parts: [all_1_59_13, all_64_64_0] -> all_1_64_14 | ||
| 16588 | 2024.12.07 00:58:51.498621 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16589 | 2024.12.07 00:58:51.499148 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16590 | 2024.12.07 00:58:51.499429 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16591 | 2024.12.07 00:58:51.499632 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007832 sec., 5234.933605720123 rows/sec., 9.38 MiB/sec. | ||
| 16592 | 2024.12.07 00:58:51.499730 [ 280 ] {676e9a2c-7554-4d9b-8fc6-76f58a99bafa} <Debug> TCPHandler: Processed in 0.008224243 sec. | ||
| 16593 | 2024.12.07 00:58:51.499888 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16594 | 2024.12.07 00:58:51.500015 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16595 | 2024.12.07 00:58:51.500070 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16596 | 2024.12.07 00:58:51.500528 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16597 | 2024.12.07 00:58:51.500565 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16598 | 2024.12.07 00:58:51.500922 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16599 | 2024.12.07 00:58:51.501159 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16600 | 2024.12.07 00:58:51.501291 [ 85 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16601 | 2024.12.07 00:58:51.501318 [ 85 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16602 | 2024.12.07 00:58:51.501340 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001352 sec., 60650.8875739645 rows/sec., 3.85 MiB/sec. | ||
| 16603 | 2024.12.07 00:58:51.501341 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16604 | 2024.12.07 00:58:51.501455 [ 276 ] {79da20eb-4a59-4069-a05d-f5ab586afd46} <Debug> TCPHandler: Processed in 0.001625043 sec. | ||
| 16605 | 2024.12.07 00:58:51.501600 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16606 | 2024.12.07 00:58:51.501754 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16607 | 2024.12.07 00:58:51.501795 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8524 rows starting from the beginning of the part | ||
| 16608 | 2024.12.07 00:58:51.501924 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 48 rows starting from the beginning of the part | ||
| 16609 | 2024.12.07 00:58:51.502124 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 16610 | 2024.12.07 00:58:51.502269 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part | ||
| 16611 | 2024.12.07 00:58:51.502471 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
| 16612 | 2024.12.07 00:58:51.502576 [ 190 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part | ||
| 16613 | 2024.12.07 00:58:51.505453 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8856 rows, containing 4 columns (4 merged, 0 gathered) in 0.003987568 sec., 2220902.5651725563 rows/sec., 144.69 MiB/sec. | ||
| 16614 | 2024.12.07 00:58:51.505756 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16615 | 2024.12.07 00:58:51.506322 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16616 | 2024.12.07 00:58:51.506438 [ 196 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_146_29} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16617 | 2024.12.07 00:58:51.506525 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 16618 | 2024.12.07 00:58:52.342141 [ 221 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16619 | 2024.12.07 00:58:52.342203 [ 221 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16620 | 2024.12.07 00:58:52.344317 [ 221 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16621 | 2024.12.07 00:58:54.068965 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16622 | 2024.12.07 00:58:54.069047 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16623 | 2024.12.07 00:58:54.341636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 16624 | 2024.12.07 00:58:54.342398 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16625 | 2024.12.07 00:58:54.342445 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16626 | 2024.12.07 00:58:54.342973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16627 | 2024.12.07 00:58:54.343242 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16628 | 2024.12.07 00:58:54.343498 [ 80 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16629 | 2024.12.07 00:58:54.343540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 16630 | 2024.12.07 00:58:54.343615 [ 80 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16631 | 2024.12.07 00:58:54.343662 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16632 | 2024.12.07 00:58:54.343853 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16633 | 2024.12.07 00:58:54.344069 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16634 | 2024.12.07 00:58:54.344140 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 16635 | 2024.12.07 00:58:54.344270 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 16636 | 2024.12.07 00:58:54.344476 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 16637 | 2024.12.07 00:58:54.344781 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 16638 | 2024.12.07 00:58:54.345100 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 16639 | 2024.12.07 00:58:54.345384 [ 188 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 16640 | 2024.12.07 00:58:54.348517 [ 190 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004755904 sec., 8285701.309362005 rows/sec., 118.53 MiB/sec. | ||
| 16641 | 2024.12.07 00:58:54.348967 [ 191 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16642 | 2024.12.07 00:58:54.349329 [ 191 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16643 | 2024.12.07 00:58:54.349408 [ 191 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_86_17} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16644 | 2024.12.07 00:58:54.349516 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 16645 | 2024.12.07 00:58:56.459855 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16646 | 2024.12.07 00:58:56.460095 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16647 | 2024.12.07 00:58:56.460177 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16648 | 2024.12.07 00:58:56.460992 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16649 | 2024.12.07 00:58:56.461044 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16650 | 2024.12.07 00:58:56.461501 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16651 | 2024.12.07 00:58:56.461757 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16652 | 2024.12.07 00:58:56.461986 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.19 MiB/sec. | ||
| 16653 | 2024.12.07 00:58:56.462042 [ 276 ] {d3d970f0-4415-45fa-8c1d-70c202474165} <Debug> TCPHandler: Processed in 0.002329745 sec. | ||
| 16654 | 2024.12.07 00:58:56.462225 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16655 | 2024.12.07 00:58:56.462367 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16656 | 2024.12.07 00:58:56.462423 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16657 | 2024.12.07 00:58:56.463099 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16658 | 2024.12.07 00:58:56.463146 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16659 | 2024.12.07 00:58:56.463556 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16660 | 2024.12.07 00:58:56.463807 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16661 | 2024.12.07 00:58:56.464014 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001677 sec., 38163.3870005963 rows/sec., 2.98 MiB/sec. | ||
| 16662 | 2024.12.07 00:58:56.464068 [ 280 ] {ee94c320-cfe0-4d9f-a753-be35b3113f14} <Debug> TCPHandler: Processed in 0.001911358 sec. | ||
| 16663 | 2024.12.07 00:58:56.464213 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16664 | 2024.12.07 00:58:56.464320 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16665 | 2024.12.07 00:58:56.464369 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16666 | 2024.12.07 00:58:56.465019 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16667 | 2024.12.07 00:58:56.465065 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16668 | 2024.12.07 00:58:56.465507 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16669 | 2024.12.07 00:58:56.465753 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16670 | 2024.12.07 00:58:56.465966 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 16671 | 2024.12.07 00:58:56.466019 [ 276 ] {7a7b9f4f-30f2-4267-a0b3-b47860fecac8} <Debug> TCPHandler: Processed in 0.001856857 sec. | ||
| 16672 | 2024.12.07 00:58:56.466162 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16673 | 2024.12.07 00:58:56.466270 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16674 | 2024.12.07 00:58:56.466317 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16675 | 2024.12.07 00:58:56.466839 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16676 | 2024.12.07 00:58:56.466885 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16677 | 2024.12.07 00:58:56.467318 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16678 | 2024.12.07 00:58:56.467569 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16679 | 2024.12.07 00:58:56.467782 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 16680 | 2024.12.07 00:58:56.467867 [ 280 ] {59193fb6-0dd5-48aa-8823-7b2ffbe928a0} <Debug> TCPHandler: Processed in 0.001753374 sec. | ||
| 16681 | 2024.12.07 00:58:57.202211 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 16682 | 2024.12.07 00:58:57.225180 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16683 | 2024.12.07 00:58:57.225247 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16684 | 2024.12.07 00:58:57.233016 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16685 | 2024.12.07 00:58:57.233852 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16686 | 2024.12.07 00:58:57.234342 [ 74 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16687 | 2024.12.07 00:58:57.234509 [ 74 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16688 | 2024.12.07 00:58:57.234593 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16689 | 2024.12.07 00:58:57.235182 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16690 | 2024.12.07 00:58:57.250765 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 16691 | 2024.12.07 00:58:57.252723 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16692 | 2024.12.07 00:58:57.254490 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 16693 | 2024.12.07 00:58:57.260790 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 16694 | 2024.12.07 00:58:57.267150 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 16695 | 2024.12.07 00:58:57.273215 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16696 | 2024.12.07 00:58:57.273757 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16697 | 2024.12.07 00:58:57.273800 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 16698 | 2024.12.07 00:58:57.273883 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16699 | 2024.12.07 00:58:57.275996 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16700 | 2024.12.07 00:58:57.276057 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16701 | 2024.12.07 00:58:57.276806 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16702 | 2024.12.07 00:58:57.277201 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16703 | 2024.12.07 00:58:57.277799 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004168 sec., 3358.925143953935 rows/sec., 241.80 KiB/sec. | ||
| 16704 | 2024.12.07 00:58:57.277990 [ 276 ] {297ece6c-ed3b-433f-829a-01bbae070d41} <Debug> TCPHandler: Processed in 0.005028319 sec. | ||
| 16705 | 2024.12.07 00:58:57.278290 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16706 | 2024.12.07 00:58:57.278543 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16707 | 2024.12.07 00:58:57.278682 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16708 | 2024.12.07 00:58:57.281208 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16709 | 2024.12.07 00:58:57.281277 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16710 | 2024.12.07 00:58:57.282318 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 16711 | 2024.12.07 00:58:57.283460 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16712 | 2024.12.07 00:58:57.284172 [ 218 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16713 | 2024.12.07 00:58:57.284290 [ 218 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16714 | 2024.12.07 00:58:57.284308 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005801 sec., 344.76814342354766 rows/sec., 28.11 KiB/sec. | ||
| 16715 | 2024.12.07 00:58:57.284649 [ 280 ] {3435c9d6-f464-4cc4-929f-d9685166a72f} <Debug> TCPHandler: Processed in 0.006458598 sec. | ||
| 16716 | 2024.12.07 00:58:57.284902 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16717 | 2024.12.07 00:58:57.285411 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16718 | 2024.12.07 00:58:57.285907 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16719 | 2024.12.07 00:58:57.291036 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16720 | 2024.12.07 00:58:57.291151 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16721 | 2024.12.07 00:58:57.292808 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16722 | 2024.12.07 00:58:57.294217 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16723 | 2024.12.07 00:58:57.295177 [ 224 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16724 | 2024.12.07 00:58:57.295615 [ 224 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16725 | 2024.12.07 00:58:57.295644 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.010397 sec., 137154.9485428489 rows/sec., 11.45 MiB/sec. | ||
| 16726 | 2024.12.07 00:58:57.295954 [ 276 ] {0c2fb85d-12bc-45f6-a13b-89dc32c14528} <Debug> TCPHandler: Processed in 0.011189061 sec. | ||
| 16727 | 2024.12.07 00:58:57.296265 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16728 | 2024.12.07 00:58:57.296622 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16729 | 2024.12.07 00:58:57.296762 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16730 | 2024.12.07 00:58:57.301136 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16731 | 2024.12.07 00:58:57.301249 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16732 | 2024.12.07 00:58:57.301709 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 16733 | 2024.12.07 00:58:57.303071 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 16734 | 2024.12.07 00:58:57.303466 [ 218 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16735 | 2024.12.07 00:58:57.303879 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16736 | 2024.12.07 00:58:57.304674 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.008142 sec., 6140.997297961189 rows/sec., 451.82 KiB/sec. | ||
| 16737 | 2024.12.07 00:58:57.304770 [ 224 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16738 | 2024.12.07 00:58:57.304941 [ 280 ] {2bcd64f0-1650-47d0-9f1c-e4920565228f} <Debug> TCPHandler: Processed in 0.008849215 sec. | ||
| 16739 | 2024.12.07 00:58:57.305274 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16740 | 2024.12.07 00:58:57.305605 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16741 | 2024.12.07 00:58:57.305764 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16742 | 2024.12.07 00:58:57.309343 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16743 | 2024.12.07 00:58:57.309443 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16744 | 2024.12.07 00:58:57.310292 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16745 | 2024.12.07 00:58:57.310927 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16746 | 2024.12.07 00:58:57.311478 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005957 sec., 40624.47540708411 rows/sec., 2.75 MiB/sec. | ||
| 16747 | 2024.12.07 00:58:57.311742 [ 276 ] {6678b96c-4b95-411b-b82d-16d84a99c579} <Debug> TCPHandler: Processed in 0.006643921 sec. | ||
| 16748 | 2024.12.07 00:58:57.312045 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16749 | 2024.12.07 00:58:57.312312 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16750 | 2024.12.07 00:58:57.312423 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16751 | 2024.12.07 00:58:57.314615 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16752 | 2024.12.07 00:58:57.314684 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16753 | 2024.12.07 00:58:57.315728 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16754 | 2024.12.07 00:58:57.316682 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16755 | 2024.12.07 00:58:57.317493 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005227 sec., 2487.086282762579 rows/sec., 155.07 KiB/sec. | ||
| 16756 | 2024.12.07 00:58:57.317917 [ 280 ] {8a78930e-5a2a-47c7-86a8-66c9fc22d9b8} <Debug> TCPHandler: Processed in 0.006006209 sec. | ||
| 16757 | 2024.12.07 00:58:57.318307 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16758 | 2024.12.07 00:58:57.318954 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16759 | 2024.12.07 00:58:57.319302 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16760 | 2024.12.07 00:58:57.324934 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16761 | 2024.12.07 00:58:57.325022 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16762 | 2024.12.07 00:58:57.326566 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16763 | 2024.12.07 00:58:57.327167 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16764 | 2024.12.07 00:58:57.328204 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.009331 sec., 94416.46125817168 rows/sec., 6.85 MiB/sec. | ||
| 16765 | 2024.12.07 00:58:57.328524 [ 276 ] {2904bb3d-4d78-433a-9e43-a63b0ed7d90e} <Debug> TCPHandler: Processed in 0.010464327 sec. | ||
| 16766 | 2024.12.07 00:58:57.328641 [ 195 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 16767 | 2024.12.07 00:58:57.328745 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16768 | 2024.12.07 00:58:57.329095 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16769 | 2024.12.07 00:58:57.329213 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16770 | 2024.12.07 00:58:57.330605 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16771 | 2024.12.07 00:58:57.330656 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16772 | 2024.12.07 00:58:57.331378 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16773 | 2024.12.07 00:58:57.331778 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16774 | 2024.12.07 00:58:57.332206 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0032 sec., 1875 rows/sec., 97.96 KiB/sec. | ||
| 16775 | 2024.12.07 00:58:57.332508 [ 280 ] {85f8cd29-265a-4fa0-b2d5-3acf5a2803b9} <Debug> TCPHandler: Processed in 0.003861916 sec. | ||
| 16776 | 2024.12.07 00:58:57.332864 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16777 | 2024.12.07 00:58:57.333346 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16778 | 2024.12.07 00:58:57.333477 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16779 | 2024.12.07 00:58:57.336037 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16780 | 2024.12.07 00:58:57.336102 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16781 | 2024.12.07 00:58:57.337249 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16782 | 2024.12.07 00:58:57.338167 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16783 | 2024.12.07 00:58:57.338795 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16784 | 2024.12.07 00:58:57.338871 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16785 | 2024.12.07 00:58:57.339027 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00582 sec., 164261.16838487974 rows/sec., 10.91 MiB/sec. | ||
| 16786 | 2024.12.07 00:58:57.339532 [ 276 ] {1fc323a1-9bdc-4509-a528-c7689d1e2e54} <Debug> TCPHandler: Processed in 0.006889306 sec. | ||
| 16787 | 2024.12.07 00:58:57.339923 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16788 | 2024.12.07 00:58:57.340337 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16789 | 2024.12.07 00:58:57.340552 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16790 | 2024.12.07 00:58:57.345491 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16791 | 2024.12.07 00:58:57.345601 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16792 | 2024.12.07 00:58:57.348565 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16793 | 2024.12.07 00:58:57.348821 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16794 | 2024.12.07 00:58:57.349659 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16795 | 2024.12.07 00:58:57.351102 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.01091 sec., 91.65902841429882 rows/sec., 6.18 KiB/sec. | ||
| 16796 | 2024.12.07 00:58:57.351386 [ 280 ] {7eeaffb0-a1e1-4236-8484-7360a396148c} <Debug> TCPHandler: Processed in 0.01165893 sec. | ||
| 16797 | 2024.12.07 00:58:57.351805 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16798 | 2024.12.07 00:58:57.352148 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16799 | 2024.12.07 00:58:57.352511 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16800 | 2024.12.07 00:58:57.363438 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16801 | 2024.12.07 00:58:57.363477 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16802 | 2024.12.07 00:58:57.364174 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16803 | 2024.12.07 00:58:57.364837 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16804 | 2024.12.07 00:58:57.365519 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.013486 sec., 3040.189826486727 rows/sec., 5.45 MiB/sec. | ||
| 16805 | 2024.12.07 00:58:57.366245 [ 276 ] {f554f375-fdf0-45a4-9642-060002d7ce9b} <Debug> TCPHandler: Processed in 0.01465626 sec. | ||
| 16806 | 2024.12.07 00:58:57.366495 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16807 | 2024.12.07 00:58:57.366752 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16808 | 2024.12.07 00:58:57.366882 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16809 | 2024.12.07 00:58:57.368984 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16810 | 2024.12.07 00:58:57.369021 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16811 | 2024.12.07 00:58:57.369404 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16812 | 2024.12.07 00:58:57.369651 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16813 | 2024.12.07 00:58:57.369860 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003177 sec., 10701.920050361976 rows/sec., 635.98 KiB/sec. | ||
| 16814 | 2024.12.07 00:58:57.370065 [ 280 ] {0f3fd638-3514-410c-af8f-32c097dc498f} <Debug> TCPHandler: Processed in 0.003693353 sec. | ||
| 16815 | 2024.12.07 00:58:57.431041 [ 190 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.19628226 sec., 3306.4628459036494 rows/sec., 17.10 MiB/sec. | ||
| 16816 | 2024.12.07 00:58:57.433640 [ 203 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16817 | 2024.12.07 00:58:57.436319 [ 203 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16818 | 2024.12.07 00:58:57.436444 [ 203 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_86_17} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16819 | 2024.12.07 00:58:57.438386 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16820 | 2024.12.07 00:58:57.853751 [ 225 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16821 | 2024.12.07 00:58:57.853832 [ 225 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16822 | 2024.12.07 00:58:57.855902 [ 225 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16823 | 2024.12.07 00:58:58.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.82 MiB, peak 289.24 MiB, free memory in arenas 0.00 B, will set to 269.89 MiB (RSS), difference: -1.93 MiB | ||
| 16824 | 2024.12.07 00:58:58.259989 [ 225 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16825 | 2024.12.07 00:58:58.260051 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16826 | 2024.12.07 00:58:58.261941 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16827 | 2024.12.07 00:58:59.625558 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2356 | ||
| 16828 | 2024.12.07 00:58:59.629247 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16829 | 2024.12.07 00:58:59.629308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16830 | 2024.12.07 00:58:59.630941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16831 | 2024.12.07 00:58:59.631271 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16832 | 2024.12.07 00:58:59.631950 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2356 | ||
| 16833 | 2024.12.07 00:59:01.458710 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16834 | 2024.12.07 00:59:01.458924 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16835 | 2024.12.07 00:59:01.459006 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16836 | 2024.12.07 00:59:01.459854 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16837 | 2024.12.07 00:59:01.459906 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16838 | 2024.12.07 00:59:01.460362 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16839 | 2024.12.07 00:59:01.460651 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16840 | 2024.12.07 00:59:01.460865 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.14 MiB/sec. | ||
| 16841 | 2024.12.07 00:59:01.460929 [ 276 ] {5fcfa81b-e263-4628-b3d0-bdb8eeb6dae9} <Debug> TCPHandler: Processed in 0.002358217 sec. | ||
| 16842 | 2024.12.07 00:59:01.461104 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16843 | 2024.12.07 00:59:01.461220 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16844 | 2024.12.07 00:59:01.461267 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16845 | 2024.12.07 00:59:01.461840 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16846 | 2024.12.07 00:59:01.461880 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16847 | 2024.12.07 00:59:01.462251 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16848 | 2024.12.07 00:59:01.462488 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16849 | 2024.12.07 00:59:01.462706 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001508 sec., 42440.31830238727 rows/sec., 3.31 MiB/sec. | ||
| 16850 | 2024.12.07 00:59:01.462759 [ 280 ] {aab7578d-5553-4e51-9e79-044ad938d0a2} <Debug> TCPHandler: Processed in 0.001710184 sec. | ||
| 16851 | 2024.12.07 00:59:01.462926 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16852 | 2024.12.07 00:59:01.463057 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16853 | 2024.12.07 00:59:01.463117 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16854 | 2024.12.07 00:59:01.463688 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16855 | 2024.12.07 00:59:01.463727 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16856 | 2024.12.07 00:59:01.464123 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16857 | 2024.12.07 00:59:01.464365 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16858 | 2024.12.07 00:59:01.464534 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 5 parts from all_1_144_29 to all_148_148_0 | ||
| 16859 | 2024.12.07 00:59:01.464591 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001555 sec., 82315.11254019293 rows/sec., 5.73 MiB/sec. | ||
| 16860 | 2024.12.07 00:59:01.464640 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16861 | 2024.12.07 00:59:01.464710 [ 276 ] {5e1aaee3-5732-41e4-a049-09fd64400421} <Debug> TCPHandler: Processed in 0.001844656 sec. | ||
| 16862 | 2024.12.07 00:59:01.464711 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16863 | 2024.12.07 00:59:01.464937 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16864 | 2024.12.07 00:59:01.465119 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_144_29 to all_148_148_0 into Compact with storage Full | ||
| 16865 | 2024.12.07 00:59:01.465164 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16866 | 2024.12.07 00:59:01.465341 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16867 | 2024.12.07 00:59:01.466259 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16868 | 2024.12.07 00:59:01.466556 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_144_29, total 42846 rows starting from the beginning of the part | ||
| 16869 | 2024.12.07 00:59:01.467376 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 161 rows starting from the beginning of the part | ||
| 16870 | 2024.12.07 00:59:01.468026 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part | ||
| 16871 | 2024.12.07 00:59:01.468545 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part | ||
| 16872 | 2024.12.07 00:59:01.468589 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16873 | 2024.12.07 00:59:01.468660 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16874 | 2024.12.07 00:59:01.468936 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 956 rows starting from the beginning of the part | ||
| 16875 | 2024.12.07 00:59:01.469885 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16876 | 2024.12.07 00:59:01.470373 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16877 | 2024.12.07 00:59:01.470760 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005658 sec., 8483.563096500531 rows/sec., 585.45 KiB/sec. | ||
| 16878 | 2024.12.07 00:59:01.470845 [ 280 ] {8a189a28-b94e-4d84-8c55-0962975cd281} <Debug> TCPHandler: Processed in 0.006028029 sec. | ||
| 16879 | 2024.12.07 00:59:01.479762 [ 205 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44360 rows, containing 5 columns (5 merged, 0 gathered) in 0.014894374 sec., 2978305.768339106 rows/sec., 201.03 MiB/sec. | ||
| 16880 | 2024.12.07 00:59:01.480235 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Trace> MergedBlockOutputStream: filled checksums all_1_148_30 (state Temporary) | ||
| 16881 | 2024.12.07 00:59:01.480641 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_148_30 to all_1_148_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16882 | 2024.12.07 00:59:01.480736 [ 187 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_148_30} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 5 parts: [all_1_144_29, all_148_148_0] -> all_1_148_30 | ||
| 16883 | 2024.12.07 00:59:01.480848 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16884 | 2024.12.07 00:59:01.844706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
| 16885 | 2024.12.07 00:59:01.845497 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16886 | 2024.12.07 00:59:01.845547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16887 | 2024.12.07 00:59:01.846076 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16888 | 2024.12.07 00:59:01.846338 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16889 | 2024.12.07 00:59:01.846536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
| 16890 | 2024.12.07 00:59:04.751834 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16891 | 2024.12.07 00:59:04.775162 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16892 | 2024.12.07 00:59:04.775219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16893 | 2024.12.07 00:59:04.782769 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16894 | 2024.12.07 00:59:04.783572 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16895 | 2024.12.07 00:59:04.787955 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16896 | 2024.12.07 00:59:06.460625 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16897 | 2024.12.07 00:59:06.460853 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16898 | 2024.12.07 00:59:06.460932 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16899 | 2024.12.07 00:59:06.461795 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16900 | 2024.12.07 00:59:06.461841 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16901 | 2024.12.07 00:59:06.462287 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16902 | 2024.12.07 00:59:06.462547 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16903 | 2024.12.07 00:59:06.462767 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 16904 | 2024.12.07 00:59:06.462825 [ 276 ] {76e3933f-8154-4627-9bbc-07ab633e8b7a} <Debug> TCPHandler: Processed in 0.002370267 sec. | ||
| 16905 | 2024.12.07 00:59:06.463014 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16906 | 2024.12.07 00:59:06.463150 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16907 | 2024.12.07 00:59:06.463205 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16908 | 2024.12.07 00:59:06.463840 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16909 | 2024.12.07 00:59:06.463880 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16910 | 2024.12.07 00:59:06.464248 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16911 | 2024.12.07 00:59:06.464504 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16912 | 2024.12.07 00:59:06.464724 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001605 sec., 39875.38940809968 rows/sec., 3.11 MiB/sec. | ||
| 16913 | 2024.12.07 00:59:06.464777 [ 280 ] {b0fb72e1-ed5a-4dd1-bbcc-85b438c6500f} <Debug> TCPHandler: Processed in 0.001831656 sec. | ||
| 16914 | 2024.12.07 00:59:06.464936 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16915 | 2024.12.07 00:59:06.465066 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16916 | 2024.12.07 00:59:06.465125 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16917 | 2024.12.07 00:59:06.465752 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16918 | 2024.12.07 00:59:06.465791 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16919 | 2024.12.07 00:59:06.466187 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16920 | 2024.12.07 00:59:06.466437 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16921 | 2024.12.07 00:59:06.466643 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 16922 | 2024.12.07 00:59:06.466696 [ 276 ] {6f474869-b061-4878-b213-cb357df62f43} <Debug> TCPHandler: Processed in 0.001823556 sec. | ||
| 16923 | 2024.12.07 00:59:06.466861 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16924 | 2024.12.07 00:59:06.466988 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16925 | 2024.12.07 00:59:06.467045 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16926 | 2024.12.07 00:59:06.467581 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16927 | 2024.12.07 00:59:06.467627 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16928 | 2024.12.07 00:59:06.467993 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16929 | 2024.12.07 00:59:06.468231 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16930 | 2024.12.07 00:59:06.468438 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 16931 | 2024.12.07 00:59:06.468487 [ 280 ] {b27b11c9-a43c-44d6-9af1-5e8166b8a20e} <Debug> TCPHandler: Processed in 0.001692413 sec. | ||
| 16932 | 2024.12.07 00:59:08.155511 [ 55 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 5 parts from all_1_61_13 to all_65_65_0 | ||
| 16933 | 2024.12.07 00:59:08.155581 [ 55 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16934 | 2024.12.07 00:59:08.155607 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16935 | 2024.12.07 00:59:08.155834 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_13 to all_65_65_0 into Compact with storage Full | ||
| 16936 | 2024.12.07 00:59:08.156126 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16937 | 2024.12.07 00:59:08.156169 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_13, total 243 rows starting from the beginning of the part | ||
| 16938 | 2024.12.07 00:59:08.156260 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 242 rows starting from the beginning of the part | ||
| 16939 | 2024.12.07 00:59:08.156432 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 16940 | 2024.12.07 00:59:08.156646 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 16941 | 2024.12.07 00:59:08.156764 [ 205 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 242 rows starting from the beginning of the part | ||
| 16942 | 2024.12.07 00:59:08.157898 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002213973 sec., 341015.90218128223 rows/sec., 24.41 MiB/sec. | ||
| 16943 | 2024.12.07 00:59:08.158129 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16944 | 2024.12.07 00:59:08.158541 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16945 | 2024.12.07 00:59:08.158647 [ 192 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_65_14} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 5 parts: [all_1_61_13, all_65_65_0] -> all_1_65_14 | ||
| 16946 | 2024.12.07 00:59:08.158765 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16947 | 2024.12.07 00:59:09.069130 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16948 | 2024.12.07 00:59:09.069193 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16949 | 2024.12.07 00:59:09.347639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
| 16950 | 2024.12.07 00:59:09.348317 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16951 | 2024.12.07 00:59:09.348366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16952 | 2024.12.07 00:59:09.348903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16953 | 2024.12.07 00:59:09.349168 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16954 | 2024.12.07 00:59:09.349417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16955 | 2024.12.07 00:59:09.534465 [ 53 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 5 parts from all_1_71_15 to all_75_75_0 | ||
| 16956 | 2024.12.07 00:59:09.534554 [ 53 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16957 | 2024.12.07 00:59:09.534595 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 16958 | 2024.12.07 00:59:09.534845 [ 218 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 16959 | 2024.12.07 00:59:09.534876 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_71_15 to all_75_75_0 into Compact with storage Full | ||
| 16960 | 2024.12.07 00:59:09.534961 [ 218 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 16961 | 2024.12.07 00:59:09.535220 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16962 | 2024.12.07 00:59:09.535332 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_15, total 66 rows starting from the beginning of the part | ||
| 16963 | 2024.12.07 00:59:09.535512 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
| 16964 | 2024.12.07 00:59:09.535857 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
| 16965 | 2024.12.07 00:59:09.536189 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 16966 | 2024.12.07 00:59:09.536559 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 50 rows starting from the beginning of the part | ||
| 16967 | 2024.12.07 00:59:09.538727 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.00403462 sec., 53040.93074440715 rows/sec., 4.00 MiB/sec. | ||
| 16968 | 2024.12.07 00:59:09.538988 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Trace> MergedBlockOutputStream: filled checksums all_1_75_16 (state Temporary) | ||
| 16969 | 2024.12.07 00:59:09.538996 [ 218 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 16970 | 2024.12.07 00:59:09.539652 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_75_16 to all_1_75_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16971 | 2024.12.07 00:59:09.539751 [ 187 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_75_16} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 5 parts: [all_1_71_15, all_75_75_0] -> all_1_75_16 | ||
| 16972 | 2024.12.07 00:59:09.539853 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16973 | 2024.12.07 00:59:09.633190 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2372 | ||
| 16974 | 2024.12.07 00:59:09.636036 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16975 | 2024.12.07 00:59:09.636082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 16976 | 2024.12.07 00:59:09.637647 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16977 | 2024.12.07 00:59:09.637967 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16978 | 2024.12.07 00:59:09.638136 [ 50 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16979 | 2024.12.07 00:59:09.638197 [ 50 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16980 | 2024.12.07 00:59:09.638236 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 16981 | 2024.12.07 00:59:09.638667 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::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 | ||
| 16982 | 2024.12.07 00:59:09.639436 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2372 | ||
| 16983 | 2024.12.07 00:59:09.639885 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16984 | 2024.12.07 00:59:09.640064 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2198 rows starting from the beginning of the part | ||
| 16985 | 2024.12.07 00:59:09.640694 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 54 rows starting from the beginning of the part | ||
| 16986 | 2024.12.07 00:59:09.641266 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
| 16987 | 2024.12.07 00:59:09.641932 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part | ||
| 16988 | 2024.12.07 00:59:09.642585 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 54 rows starting from the beginning of the part | ||
| 16989 | 2024.12.07 00:59:09.643207 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part | ||
| 16990 | 2024.12.07 00:59:09.652489 [ 197 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 72 columns (72 merged, 0 gathered) in 0.014140999 sec., 167739.2099384209 rows/sec., 125.59 MiB/sec. | ||
| 16991 | 2024.12.07 00:59:09.654531 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16992 | 2024.12.07 00:59:09.655322 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16993 | 2024.12.07 00:59:09.655403 [ 198 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_66_13} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16994 | 2024.12.07 00:59:09.655730 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. | ||
| 16995 | 2024.12.07 00:59:10.746336 [ 52 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 5 parts from all_1_60_13 to all_64_64_0 | ||
| 16996 | 2024.12.07 00:59:10.746407 [ 52 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16997 | 2024.12.07 00:59:10.746429 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 16998 | 2024.12.07 00:59:10.746607 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_60_13 to all_64_64_0 into Compact with storage Full | ||
| 16999 | 2024.12.07 00:59:10.747023 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17000 | 2024.12.07 00:59:10.747115 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part | ||
| 17001 | 2024.12.07 00:59:10.747227 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 17002 | 2024.12.07 00:59:10.747483 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 17003 | 2024.12.07 00:59:10.747855 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 17004 | 2024.12.07 00:59:10.748075 [ 204 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 17005 | 2024.12.07 00:59:10.749324 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 4 columns (4 merged, 0 gathered) in 0.002823796 sec., 135987.16054559182 rows/sec., 6.94 MiB/sec. | ||
| 17006 | 2024.12.07 00:59:10.749548 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) | ||
| 17007 | 2024.12.07 00:59:10.749923 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17008 | 2024.12.07 00:59:10.750016 [ 198 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_64_14} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 5 parts: [all_1_60_13, all_64_64_0] -> all_1_64_14 | ||
| 17009 | 2024.12.07 00:59:10.750118 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 17010 | 2024.12.07 00:59:11.467117 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17011 | 2024.12.07 00:59:11.467303 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17012 | 2024.12.07 00:59:11.467376 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17013 | 2024.12.07 00:59:11.468128 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17014 | 2024.12.07 00:59:11.468177 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17015 | 2024.12.07 00:59:11.468606 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17016 | 2024.12.07 00:59:11.468864 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17017 | 2024.12.07 00:59:11.469067 [ 52 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 17018 | 2024.12.07 00:59:11.469131 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 17019 | 2024.12.07 00:59:11.469158 [ 52 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17020 | 2024.12.07 00:59:11.469225 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17021 | 2024.12.07 00:59:11.469281 [ 276 ] {acd3924f-9482-49de-8a7b-8d830dee9937} <Debug> TCPHandler: Processed in 0.002286446 sec. | ||
| 17022 | 2024.12.07 00:59:11.469474 [ 219 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17023 | 2024.12.07 00:59:11.469544 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17024 | 2024.12.07 00:59:11.469544 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 17025 | 2024.12.07 00:59:11.469555 [ 219 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17026 | 2024.12.07 00:59:11.469838 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17027 | 2024.12.07 00:59:11.469902 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17028 | 2024.12.07 00:59:11.470007 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17029 | 2024.12.07 00:59:11.470028 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 17030 | 2024.12.07 00:59:11.470289 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 17031 | 2024.12.07 00:59:11.470671 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 17032 | 2024.12.07 00:59:11.471519 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 17033 | 2024.12.07 00:59:11.471952 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 17034 | 2024.12.07 00:59:11.474219 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17035 | 2024.12.07 00:59:11.474307 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17036 | 2024.12.07 00:59:11.475452 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006133011 sec., 11413.643314841602 rows/sec., 866.21 KiB/sec. | ||
| 17037 | 2024.12.07 00:59:11.475595 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17038 | 2024.12.07 00:59:11.475644 [ 219 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17039 | 2024.12.07 00:59:11.475670 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17040 | 2024.12.07 00:59:11.476430 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17041 | 2024.12.07 00:59:11.476633 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17042 | 2024.12.07 00:59:11.477038 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_65_16} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17043 | 2024.12.07 00:59:11.477330 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17044 | 2024.12.07 00:59:11.477379 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00759 sec., 37549.407114624504 rows/sec., 3.31 MiB/sec. | ||
| 17045 | 2024.12.07 00:59:11.477442 [ 52 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17046 | 2024.12.07 00:59:11.477574 [ 52 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17047 | 2024.12.07 00:59:11.477581 [ 280 ] {88133bba-56b8-415d-b560-b4f331dbad6c} <Debug> TCPHandler: Processed in 0.00816186 sec. | ||
| 17048 | 2024.12.07 00:59:11.477613 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17049 | 2024.12.07 00:59:11.477772 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17050 | 2024.12.07 00:59:11.477799 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17051 | 2024.12.07 00:59:11.477909 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17052 | 2024.12.07 00:59:11.477948 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17053 | 2024.12.07 00:59:11.477949 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1435 rows starting from the beginning of the part | ||
| 17054 | 2024.12.07 00:59:11.478011 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17055 | 2024.12.07 00:59:11.478108 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 56 rows starting from the beginning of the part | ||
| 17056 | 2024.12.07 00:59:11.478374 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1426 rows starting from the beginning of the part | ||
| 17057 | 2024.12.07 00:59:11.478542 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part | ||
| 17058 | 2024.12.07 00:59:11.478795 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part | ||
| 17059 | 2024.12.07 00:59:11.479027 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 285 rows starting from the beginning of the part | ||
| 17060 | 2024.12.07 00:59:11.479833 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17061 | 2024.12.07 00:59:11.479879 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17062 | 2024.12.07 00:59:11.480427 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 17063 | 2024.12.07 00:59:11.480702 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17064 | 2024.12.07 00:59:11.480897 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002986 sec., 16075.016744809109 rows/sec., 1.16 MiB/sec. | ||
| 17065 | 2024.12.07 00:59:11.480998 [ 276 ] {2de418c5-81b0-4c8d-aefd-61052ba17e84} <Debug> TCPHandler: Processed in 0.003272205 sec. | ||
| 17066 | 2024.12.07 00:59:11.481186 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17067 | 2024.12.07 00:59:11.481204 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.003493179 sec., 948706.0353906857 rows/sec., 82.86 MiB/sec. | ||
| 17068 | 2024.12.07 00:59:11.481329 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17069 | 2024.12.07 00:59:11.481383 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17070 | 2024.12.07 00:59:11.481538 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17071 | 2024.12.07 00:59:11.482210 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17072 | 2024.12.07 00:59:11.482438 [ 196 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_151_30} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17073 | 2024.12.07 00:59:11.482644 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 17074 | 2024.12.07 00:59:11.482662 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17075 | 2024.12.07 00:59:11.482715 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17076 | 2024.12.07 00:59:11.483083 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17077 | 2024.12.07 00:59:11.483326 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17078 | 2024.12.07 00:59:11.483515 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00221 sec., 6334.841628959275 rows/sec., 443.65 KiB/sec. | ||
| 17079 | 2024.12.07 00:59:11.483595 [ 280 ] {2fea2fc5-f01a-4a56-85ae-379dd5ad00a6} <Debug> TCPHandler: Processed in 0.002491809 sec. | ||
| 17080 | 2024.12.07 00:59:11.483814 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17081 | 2024.12.07 00:59:11.483963 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17082 | 2024.12.07 00:59:11.484010 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17083 | 2024.12.07 00:59:11.484551 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17084 | 2024.12.07 00:59:11.484589 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17085 | 2024.12.07 00:59:11.484936 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17086 | 2024.12.07 00:59:11.485191 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17087 | 2024.12.07 00:59:11.485314 [ 49 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 17088 | 2024.12.07 00:59:11.485350 [ 49 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17089 | 2024.12.07 00:59:11.485369 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001426 sec., 9116.409537166901 rows/sec., 568.41 KiB/sec. | ||
| 17090 | 2024.12.07 00:59:11.485373 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17091 | 2024.12.07 00:59:11.485476 [ 276 ] {ea70648e-d578-4ccf-9b7c-349004c0a0b8} <Debug> TCPHandler: Processed in 0.001778745 sec. | ||
| 17092 | 2024.12.07 00:59:11.485605 [ 222 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17093 | 2024.12.07 00:59:11.485723 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17094 | 2024.12.07 00:59:11.485740 [ 222 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17095 | 2024.12.07 00:59:11.485747 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 17096 | 2024.12.07 00:59:11.486025 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17097 | 2024.12.07 00:59:11.486192 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17098 | 2024.12.07 00:59:11.486270 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17099 | 2024.12.07 00:59:11.486406 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 17100 | 2024.12.07 00:59:11.486842 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 17101 | 2024.12.07 00:59:11.487517 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 17102 | 2024.12.07 00:59:11.488142 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 17103 | 2024.12.07 00:59:11.488677 [ 196 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 17104 | 2024.12.07 00:59:11.490291 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17105 | 2024.12.07 00:59:11.490391 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17106 | 2024.12.07 00:59:11.492019 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17107 | 2024.12.07 00:59:11.492817 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17108 | 2024.12.07 00:59:11.492825 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007330795 sec., 8866.705452819237 rows/sec., 587.47 KiB/sec. | ||
| 17109 | 2024.12.07 00:59:11.492874 [ 222 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17110 | 2024.12.07 00:59:11.493075 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17111 | 2024.12.07 00:59:11.493225 [ 49 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17112 | 2024.12.07 00:59:11.493392 [ 49 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17113 | 2024.12.07 00:59:11.493566 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17114 | 2024.12.07 00:59:11.493903 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.007955 sec., 53174.104336895034 rows/sec., 3.80 MiB/sec. | ||
| 17115 | 2024.12.07 00:59:11.494333 [ 280 ] {6fdda533-7580-410a-b8c5-4c7f467b2cff} <Debug> TCPHandler: Processed in 0.008737473 sec. | ||
| 17116 | 2024.12.07 00:59:11.494562 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17117 | 2024.12.07 00:59:11.494698 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17118 | 2024.12.07 00:59:11.494994 [ 197 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_65_16} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17119 | 2024.12.07 00:59:11.495132 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17120 | 2024.12.07 00:59:11.495337 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17121 | 2024.12.07 00:59:11.495889 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17122 | 2024.12.07 00:59:11.496068 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17123 | 2024.12.07 00:59:11.497647 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17124 | 2024.12.07 00:59:11.497744 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 915 rows starting from the beginning of the part | ||
| 17125 | 2024.12.07 00:59:11.498081 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part | ||
| 17126 | 2024.12.07 00:59:11.498162 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17127 | 2024.12.07 00:59:11.498278 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17128 | 2024.12.07 00:59:11.498357 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 881 rows starting from the beginning of the part | ||
| 17129 | 2024.12.07 00:59:11.498675 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part | ||
| 17130 | 2024.12.07 00:59:11.499006 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part | ||
| 17131 | 2024.12.07 00:59:11.499356 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 423 rows starting from the beginning of the part | ||
| 17132 | 2024.12.07 00:59:11.499988 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17133 | 2024.12.07 00:59:11.500477 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17134 | 2024.12.07 00:59:11.501189 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006201 sec., 967.5858732462506 rows/sec., 50.55 KiB/sec. | ||
| 17135 | 2024.12.07 00:59:11.501522 [ 276 ] {0dc9a5f9-db01-4324-beb1-1978aa6b48b1} <Debug> TCPHandler: Processed in 0.007054499 sec. | ||
| 17136 | 2024.12.07 00:59:11.501850 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17137 | 2024.12.07 00:59:11.502327 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17138 | 2024.12.07 00:59:11.502545 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17139 | 2024.12.07 00:59:11.503913 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.009177912 sec., 262695.91602098604 rows/sec., 20.14 MiB/sec. | ||
| 17140 | 2024.12.07 00:59:11.504081 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17141 | 2024.12.07 00:59:11.504138 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17142 | 2024.12.07 00:59:11.504160 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17143 | 2024.12.07 00:59:11.504795 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17144 | 2024.12.07 00:59:11.504897 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17145 | 2024.12.07 00:59:11.504958 [ 196 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_151_30} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17146 | 2024.12.07 00:59:11.505122 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17147 | 2024.12.07 00:59:11.505282 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17148 | 2024.12.07 00:59:11.505525 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003364 sec., 70451.84304399525 rows/sec., 4.72 MiB/sec. | ||
| 17149 | 2024.12.07 00:59:11.505590 [ 280 ] {9314f960-58c4-4d07-b8cc-5e07ac0419a0} <Debug> TCPHandler: Processed in 0.003928118 sec. | ||
| 17150 | 2024.12.07 00:59:11.505791 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17151 | 2024.12.07 00:59:11.506075 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17152 | 2024.12.07 00:59:11.506221 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17153 | 2024.12.07 00:59:11.506989 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17154 | 2024.12.07 00:59:11.507028 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17155 | 2024.12.07 00:59:11.507396 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17156 | 2024.12.07 00:59:11.507632 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17157 | 2024.12.07 00:59:11.507856 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001896 sec., 527.4261603375528 rows/sec., 35.54 KiB/sec. | ||
| 17158 | 2024.12.07 00:59:11.507914 [ 276 ] {a6c61e7b-cfce-416c-9121-f8ec4b5852de} <Debug> TCPHandler: Processed in 0.002210324 sec. | ||
| 17159 | 2024.12.07 00:59:11.508093 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17160 | 2024.12.07 00:59:11.508223 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17161 | 2024.12.07 00:59:11.508304 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17162 | 2024.12.07 00:59:11.509611 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17163 | 2024.12.07 00:59:11.509652 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17164 | 2024.12.07 00:59:11.510344 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17165 | 2024.12.07 00:59:11.510611 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17166 | 2024.12.07 00:59:11.510793 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17167 | 2024.12.07 00:59:11.510869 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17168 | 2024.12.07 00:59:11.510873 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002673 sec., 15338.57089412645 rows/sec., 27.49 MiB/sec. | ||
| 17169 | 2024.12.07 00:59:11.510911 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17170 | 2024.12.07 00:59:11.511160 [ 280 ] {6157daa1-81ee-4adf-8be1-e63d13c4da91} <Debug> TCPHandler: Processed in 0.003140222 sec. | ||
| 17171 | 2024.12.07 00:59:11.511161 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::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 | ||
| 17172 | 2024.12.07 00:59:11.511316 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17173 | 2024.12.07 00:59:11.511465 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17174 | 2024.12.07 00:59:11.511466 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17175 | 2024.12.07 00:59:11.511535 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2317 rows starting from the beginning of the part | ||
| 17176 | 2024.12.07 00:59:11.511541 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17177 | 2024.12.07 00:59:11.512053 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part | ||
| 17178 | 2024.12.07 00:59:11.512393 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 41 rows starting from the beginning of the part | ||
| 17179 | 2024.12.07 00:59:11.512830 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17180 | 2024.12.07 00:59:11.512840 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part | ||
| 17181 | 2024.12.07 00:59:11.512874 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17182 | 2024.12.07 00:59:11.513216 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 41 rows starting from the beginning of the part | ||
| 17183 | 2024.12.07 00:59:11.513625 [ 197 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part | ||
| 17184 | 2024.12.07 00:59:11.513712 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17185 | 2024.12.07 00:59:11.514155 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17186 | 2024.12.07 00:59:11.514366 [ 47 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17187 | 2024.12.07 00:59:11.514496 [ 47 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17188 | 2024.12.07 00:59:11.514515 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003068 sec., 26727.509778357235 rows/sec., 1.70 MiB/sec. | ||
| 17189 | 2024.12.07 00:59:11.514543 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17190 | 2024.12.07 00:59:11.514824 [ 276 ] {e4ca3278-14a8-418a-bc5e-7a14efbd6cf4} <Debug> TCPHandler: Processed in 0.00356239 sec. | ||
| 17191 | 2024.12.07 00:59:11.515188 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17192 | 2024.12.07 00:59:11.515927 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17193 | 2024.12.07 00:59:11.516059 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8856 rows starting from the beginning of the part | ||
| 17194 | 2024.12.07 00:59:11.516448 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part | ||
| 17195 | 2024.12.07 00:59:11.516893 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 34 rows starting from the beginning of the part | ||
| 17196 | 2024.12.07 00:59:11.517358 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 48 rows starting from the beginning of the part | ||
| 17197 | 2024.12.07 00:59:11.517833 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part | ||
| 17198 | 2024.12.07 00:59:11.518205 [ 189 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 82 rows starting from the beginning of the part | ||
| 17199 | 2024.12.07 00:59:11.521896 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9140 rows, containing 4 columns (4 merged, 0 gathered) in 0.007181281 sec., 1272753.4265822489 rows/sec., 82.92 MiB/sec. | ||
| 17200 | 2024.12.07 00:59:11.522129 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17201 | 2024.12.07 00:59:11.523812 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17202 | 2024.12.07 00:59:11.523903 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_151_30} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17203 | 2024.12.07 00:59:11.524004 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
| 17204 | 2024.12.07 00:59:11.526338 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 19 columns (19 merged, 0 gathered) in 0.015311322 sec., 164714.71241999874 rows/sec., 295.16 MiB/sec. | ||
| 17205 | 2024.12.07 00:59:11.528511 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17206 | 2024.12.07 00:59:11.528935 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17207 | 2024.12.07 00:59:11.529016 [ 203 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17208 | 2024.12.07 00:59:11.529162 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.90 MiB. | ||
| 17209 | 2024.12.07 00:59:12.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.87 MiB, peak 289.73 MiB, free memory in arenas 0.00 B, will set to 271.92 MiB (RSS), difference: 1.05 MiB | ||
| 17210 | 2024.12.07 00:59:12.288021 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 17211 | 2024.12.07 00:59:12.313747 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17212 | 2024.12.07 00:59:12.313816 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17213 | 2024.12.07 00:59:12.321396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 17214 | 2024.12.07 00:59:12.322235 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17215 | 2024.12.07 00:59:12.327005 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 17216 | 2024.12.07 00:59:16.460265 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17217 | 2024.12.07 00:59:16.460464 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17218 | 2024.12.07 00:59:16.460534 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17219 | 2024.12.07 00:59:16.461322 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17220 | 2024.12.07 00:59:16.461373 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17221 | 2024.12.07 00:59:16.461810 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17222 | 2024.12.07 00:59:16.462067 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17223 | 2024.12.07 00:59:16.462271 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.30 MiB/sec. | ||
| 17224 | 2024.12.07 00:59:16.462329 [ 276 ] {4b80c42a-3877-41c3-8490-a10d173d106e} <Debug> TCPHandler: Processed in 0.002194603 sec. | ||
| 17225 | 2024.12.07 00:59:16.462513 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17226 | 2024.12.07 00:59:16.462650 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17227 | 2024.12.07 00:59:16.462705 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17228 | 2024.12.07 00:59:16.463331 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17229 | 2024.12.07 00:59:16.463372 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17230 | 2024.12.07 00:59:16.463750 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17231 | 2024.12.07 00:59:16.463997 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17232 | 2024.12.07 00:59:16.464223 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.12 MiB/sec. | ||
| 17233 | 2024.12.07 00:59:16.464279 [ 280 ] {963a4b3e-5b7c-4773-bfaf-f8c7945f7fdf} <Debug> TCPHandler: Processed in 0.001835166 sec. | ||
| 17234 | 2024.12.07 00:59:16.464437 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17235 | 2024.12.07 00:59:16.464566 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17236 | 2024.12.07 00:59:16.464625 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17237 | 2024.12.07 00:59:16.465197 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17238 | 2024.12.07 00:59:16.465236 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17239 | 2024.12.07 00:59:16.465627 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17240 | 2024.12.07 00:59:16.465877 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17241 | 2024.12.07 00:59:16.466084 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
| 17242 | 2024.12.07 00:59:16.466135 [ 276 ] {c6b39fc1-7d13-4674-a026-d4e8f3cf403a} <Debug> TCPHandler: Processed in 0.001760215 sec. | ||
| 17243 | 2024.12.07 00:59:16.466292 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17244 | 2024.12.07 00:59:16.466422 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17245 | 2024.12.07 00:59:16.466479 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17246 | 2024.12.07 00:59:16.467000 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17247 | 2024.12.07 00:59:16.467040 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17248 | 2024.12.07 00:59:16.467409 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17249 | 2024.12.07 00:59:16.467656 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2024.12.07 00:59:16.467859 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 17251 | 2024.12.07 00:59:16.467910 [ 280 ] {63cdcfb7-0ea2-453e-8b26-f7ae3d5730e0} <Debug> TCPHandler: Processed in 0.001680743 sec. | ||
| 17252 | 2024.12.07 00:59:16.849538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 | ||
| 17253 | 2024.12.07 00:59:16.850239 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17254 | 2024.12.07 00:59:16.850305 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17255 | 2024.12.07 00:59:16.850857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 17256 | 2024.12.07 00:59:16.851127 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17257 | 2024.12.07 00:59:16.851339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 | ||
| 17258 | 2024.12.07 00:59:19.640576 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2402 | ||
| 17259 | 2024.12.07 00:59:19.643707 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17260 | 2024.12.07 00:59:19.643766 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17261 | 2024.12.07 00:59:19.645312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17262 | 2024.12.07 00:59:19.645651 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17263 | 2024.12.07 00:59:19.646718 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2402 | ||
| 17264 | 2024.12.07 00:59:19.827053 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 17265 | 2024.12.07 00:59:19.851118 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17266 | 2024.12.07 00:59:19.851178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17267 | 2024.12.07 00:59:19.858817 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 17268 | 2024.12.07 00:59:19.859654 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17269 | 2024.12.07 00:59:19.864310 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 17270 | 2024.12.07 00:59:21.057010 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17271 | 2024.12.07 00:59:21.057064 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17272 | 2024.12.07 00:59:21.059420 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17273 | 2024.12.07 00:59:21.466846 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17274 | 2024.12.07 00:59:21.467133 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17275 | 2024.12.07 00:59:21.467213 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17276 | 2024.12.07 00:59:21.467946 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17277 | 2024.12.07 00:59:21.467989 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17278 | 2024.12.07 00:59:21.468424 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17279 | 2024.12.07 00:59:21.468684 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17280 | 2024.12.07 00:59:21.468919 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00187 sec., 7486.631016042781 rows/sec., 538.94 KiB/sec. | ||
| 17281 | 2024.12.07 00:59:21.468976 [ 276 ] {d9e87ef0-5971-455c-b913-33a9d90559ab} <Debug> TCPHandler: Processed in 0.002308396 sec. | ||
| 17282 | 2024.12.07 00:59:21.469151 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17283 | 2024.12.07 00:59:21.469289 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17284 | 2024.12.07 00:59:21.469344 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17285 | 2024.12.07 00:59:21.470121 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17286 | 2024.12.07 00:59:21.470161 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17287 | 2024.12.07 00:59:21.470555 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17288 | 2024.12.07 00:59:21.470812 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17289 | 2024.12.07 00:59:21.471030 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001771 sec., 160926.0304912479 rows/sec., 14.20 MiB/sec. | ||
| 17290 | 2024.12.07 00:59:21.471083 [ 280 ] {2da5580a-254c-4169-875c-f065d5557c91} <Debug> TCPHandler: Processed in 0.001998609 sec. | ||
| 17291 | 2024.12.07 00:59:21.471219 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17292 | 2024.12.07 00:59:21.471328 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17293 | 2024.12.07 00:59:21.471372 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17294 | 2024.12.07 00:59:21.471896 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17295 | 2024.12.07 00:59:21.471939 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17296 | 2024.12.07 00:59:21.472292 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 17297 | 2024.12.07 00:59:21.472530 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17298 | 2024.12.07 00:59:21.472732 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001426 sec., 33660.58906030856 rows/sec., 2.42 MiB/sec. | ||
| 17299 | 2024.12.07 00:59:21.472783 [ 276 ] {acae3f92-f697-479a-820a-430cf57c6d86} <Debug> TCPHandler: Processed in 0.001616662 sec. | ||
| 17300 | 2024.12.07 00:59:21.472908 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17301 | 2024.12.07 00:59:21.473015 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17302 | 2024.12.07 00:59:21.473059 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17303 | 2024.12.07 00:59:21.473715 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17304 | 2024.12.07 00:59:21.473761 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17305 | 2024.12.07 00:59:21.474172 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17306 | 2024.12.07 00:59:21.474404 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17307 | 2024.12.07 00:59:21.474603 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001609 sec., 8701.05655686762 rows/sec., 609.37 KiB/sec. | ||
| 17308 | 2024.12.07 00:59:21.474657 [ 280 ] {08d6cf59-437e-4acc-8018-6b35bf32071d} <Debug> TCPHandler: Processed in 0.001800346 sec. | ||
| 17309 | 2024.12.07 00:59:21.474811 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17310 | 2024.12.07 00:59:21.474917 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17311 | 2024.12.07 00:59:21.474961 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17312 | 2024.12.07 00:59:21.475474 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17313 | 2024.12.07 00:59:21.475513 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17314 | 2024.12.07 00:59:21.475860 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17315 | 2024.12.07 00:59:21.476109 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17316 | 2024.12.07 00:59:21.476320 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001424 sec., 9129.213483146068 rows/sec., 569.20 KiB/sec. | ||
| 17317 | 2024.12.07 00:59:21.476373 [ 276 ] {182c03f8-cf9c-4eaf-9acc-d18703ec27b8} <Debug> TCPHandler: Processed in 0.001612632 sec. | ||
| 17318 | 2024.12.07 00:59:21.476504 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17319 | 2024.12.07 00:59:21.476611 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17320 | 2024.12.07 00:59:21.476655 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17321 | 2024.12.07 00:59:21.477358 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17322 | 2024.12.07 00:59:21.477398 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17323 | 2024.12.07 00:59:21.477773 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17324 | 2024.12.07 00:59:21.478013 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17325 | 2024.12.07 00:59:21.478236 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001642 sec., 257612.66747868454 rows/sec., 18.42 MiB/sec. | ||
| 17326 | 2024.12.07 00:59:21.478301 [ 280 ] {310d251a-c5ac-457b-80a4-aaa9b1abae27} <Debug> TCPHandler: Processed in 0.001844717 sec. | ||
| 17327 | 2024.12.07 00:59:21.478324 [ 220 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17328 | 2024.12.07 00:59:21.478384 [ 220 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17329 | 2024.12.07 00:59:21.478491 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17330 | 2024.12.07 00:59:21.478658 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17331 | 2024.12.07 00:59:21.478727 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17332 | 2024.12.07 00:59:21.479887 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17333 | 2024.12.07 00:59:21.479954 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17334 | 2024.12.07 00:59:21.480649 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17335 | 2024.12.07 00:59:21.481028 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17336 | 2024.12.07 00:59:21.481401 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002758 sec., 2175.489485134155 rows/sec., 113.66 KiB/sec. | ||
| 17337 | 2024.12.07 00:59:21.481558 [ 276 ] {5e25734f-ab4e-4cc4-a5d3-470d27e023ce} <Debug> TCPHandler: Processed in 0.003145582 sec. | ||
| 17338 | 2024.12.07 00:59:21.481882 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17339 | 2024.12.07 00:59:21.482284 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17340 | 2024.12.07 00:59:21.482366 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17341 | 2024.12.07 00:59:21.482723 [ 220 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17342 | 2024.12.07 00:59:21.484431 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17343 | 2024.12.07 00:59:21.484504 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17344 | 2024.12.07 00:59:21.484917 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17345 | 2024.12.07 00:59:21.485165 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17346 | 2024.12.07 00:59:21.485340 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_148_30 to all_153_153_0 | ||
| 17347 | 2024.12.07 00:59:21.485408 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00323 sec., 73374.61300309598 rows/sec., 4.92 MiB/sec. | ||
| 17348 | 2024.12.07 00:59:21.485433 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17349 | 2024.12.07 00:59:21.485499 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17350 | 2024.12.07 00:59:21.485537 [ 280 ] {c6555bc0-2c7a-4de4-abfc-99a21a756970} <Debug> TCPHandler: Processed in 0.003841826 sec. | ||
| 17351 | 2024.12.07 00:59:21.485749 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17352 | 2024.12.07 00:59:21.485766 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_148_30 to all_153_153_0 into Compact with storage Full | ||
| 17353 | 2024.12.07 00:59:21.485922 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17354 | 2024.12.07 00:59:21.486020 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17355 | 2024.12.07 00:59:21.486150 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17356 | 2024.12.07 00:59:21.486244 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_148_30, total 44360 rows starting from the beginning of the part | ||
| 17357 | 2024.12.07 00:59:21.486562 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 128 rows starting from the beginning of the part | ||
| 17358 | 2024.12.07 00:59:21.486954 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part | ||
| 17359 | 2024.12.07 00:59:21.487372 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 237 rows starting from the beginning of the part | ||
| 17360 | 2024.12.07 00:59:21.487714 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part | ||
| 17361 | 2024.12.07 00:59:21.488078 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 237 rows starting from the beginning of the part | ||
| 17362 | 2024.12.07 00:59:21.488719 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17363 | 2024.12.07 00:59:21.488768 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17364 | 2024.12.07 00:59:21.489491 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17365 | 2024.12.07 00:59:21.489825 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17366 | 2024.12.07 00:59:21.490171 [ 221 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 17367 | 2024.12.07 00:59:21.490199 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004309 sec., 232.07240659085633 rows/sec., 15.64 KiB/sec. | ||
| 17368 | 2024.12.07 00:59:21.490241 [ 221 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 17369 | 2024.12.07 00:59:21.490455 [ 276 ] {353a0312-d707-4b41-8e5e-45f82a624c30} <Debug> TCPHandler: Processed in 0.004800434 sec. | ||
| 17370 | 2024.12.07 00:59:21.490764 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17371 | 2024.12.07 00:59:21.491096 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17372 | 2024.12.07 00:59:21.491390 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17373 | 2024.12.07 00:59:21.495248 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17374 | 2024.12.07 00:59:21.495249 [ 221 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 17375 | 2024.12.07 00:59:21.495300 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17376 | 2024.12.07 00:59:21.496708 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17377 | 2024.12.07 00:59:21.497036 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17378 | 2024.12.07 00:59:21.497339 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006378 sec., 6428.347444339918 rows/sec., 11.52 MiB/sec. | ||
| 17379 | 2024.12.07 00:59:21.497518 [ 280 ] {4e9f03eb-d1fe-43c3-a418-666eb22f0e6c} <Debug> TCPHandler: Processed in 0.006929867 sec. | ||
| 17380 | 2024.12.07 00:59:21.497699 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17381 | 2024.12.07 00:59:21.497849 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17382 | 2024.12.07 00:59:21.497958 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17383 | 2024.12.07 00:59:21.498522 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17384 | 2024.12.07 00:59:21.498587 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17385 | 2024.12.07 00:59:21.499163 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17386 | 2024.12.07 00:59:21.499454 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17387 | 2024.12.07 00:59:21.499710 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001894 sec., 43294.61457233368 rows/sec., 2.75 MiB/sec. | ||
| 17388 | 2024.12.07 00:59:21.499764 [ 276 ] {fc1a8841-3957-4621-8a29-d60e220eeae5} <Debug> TCPHandler: Processed in 0.002138592 sec. | ||
| 17389 | 2024.12.07 00:59:21.500742 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45282 rows, containing 5 columns (5 merged, 0 gathered) in 0.015111268 sec., 2996571.829710121 rows/sec., 202.31 MiB/sec. | ||
| 17390 | 2024.12.07 00:59:21.501204 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Trace> MergedBlockOutputStream: filled checksums all_1_153_31 (state Temporary) | ||
| 17391 | 2024.12.07 00:59:21.501560 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_153_31 to all_1_153_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17392 | 2024.12.07 00:59:21.501652 [ 186 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_153_31} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_148_30, all_153_153_0] -> all_1_153_31 | ||
| 17393 | 2024.12.07 00:59:21.501767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 17394 | 2024.12.07 00:59:22.170195 [ 223 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17395 | 2024.12.07 00:59:22.170252 [ 223 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17396 | 2024.12.07 00:59:22.172375 [ 223 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17397 | 2024.12.07 00:59:22.248068 [ 219 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17398 | 2024.12.07 00:59:22.248117 [ 219 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17399 | 2024.12.07 00:59:22.250227 [ 219 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17400 | 2024.12.07 00:59:24.069251 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17401 | 2024.12.07 00:59:24.069334 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17402 | 2024.12.07 00:59:24.351456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 | ||
| 17403 | 2024.12.07 00:59:24.352134 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17404 | 2024.12.07 00:59:24.352188 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17405 | 2024.12.07 00:59:24.352742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17406 | 2024.12.07 00:59:24.353021 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17407 | 2024.12.07 00:59:24.353309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 17408 | 2024.12.07 00:59:24.353373 [ 222 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17409 | 2024.12.07 00:59:24.353435 [ 222 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17410 | 2024.12.07 00:59:24.355576 [ 222 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17411 | 2024.12.07 00:59:25.030670 [ 220 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17412 | 2024.12.07 00:59:25.030738 [ 220 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17413 | 2024.12.07 00:59:25.032624 [ 220 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17414 | 2024.12.07 00:59:26.460454 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17415 | 2024.12.07 00:59:26.460645 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17416 | 2024.12.07 00:59:26.460720 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17417 | 2024.12.07 00:59:26.461520 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17418 | 2024.12.07 00:59:26.461572 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17419 | 2024.12.07 00:59:26.462023 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17420 | 2024.12.07 00:59:26.462281 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17421 | 2024.12.07 00:59:26.462489 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 17422 | 2024.12.07 00:59:26.462556 [ 276 ] {9b4f50df-1af4-4cb5-989d-d7b917c57b41} <Debug> TCPHandler: Processed in 0.002233555 sec. | ||
| 17423 | 2024.12.07 00:59:26.462734 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17424 | 2024.12.07 00:59:26.462853 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17425 | 2024.12.07 00:59:26.462903 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17426 | 2024.12.07 00:59:26.463508 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17427 | 2024.12.07 00:59:26.463545 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17428 | 2024.12.07 00:59:26.463952 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17429 | 2024.12.07 00:59:26.464208 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17430 | 2024.12.07 00:59:26.464389 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001565 sec., 40894.568690095846 rows/sec., 3.19 MiB/sec. | ||
| 17431 | 2024.12.07 00:59:26.464441 [ 280 ] {25cf66e3-3748-4873-9106-9a395b5bf67b} <Debug> TCPHandler: Processed in 0.001765945 sec. | ||
| 17432 | 2024.12.07 00:59:26.464584 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17433 | 2024.12.07 00:59:26.464694 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17434 | 2024.12.07 00:59:26.464743 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17435 | 2024.12.07 00:59:26.465272 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17436 | 2024.12.07 00:59:26.465309 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17437 | 2024.12.07 00:59:26.465701 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17438 | 2024.12.07 00:59:26.465950 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17439 | 2024.12.07 00:59:26.466123 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec. | ||
| 17440 | 2024.12.07 00:59:26.466173 [ 276 ] {86f46f58-4a40-435c-afea-026fa4831510} <Debug> TCPHandler: Processed in 0.001643912 sec. | ||
| 17441 | 2024.12.07 00:59:26.466308 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17442 | 2024.12.07 00:59:26.466418 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17443 | 2024.12.07 00:59:26.466465 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17444 | 2024.12.07 00:59:26.466917 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17445 | 2024.12.07 00:59:26.466955 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17446 | 2024.12.07 00:59:26.467319 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17447 | 2024.12.07 00:59:26.467557 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17448 | 2024.12.07 00:59:26.467728 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
| 17449 | 2024.12.07 00:59:26.467776 [ 280 ] {7472d747-36e0-4eae-a5fa-0fd224ff1dc3} <Debug> TCPHandler: Processed in 0.001520701 sec. | ||
| 17450 | 2024.12.07 00:59:27.270290 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17451 | 2024.12.07 00:59:27.270554 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17452 | 2024.12.07 00:59:27.270636 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17453 | 2024.12.07 00:59:27.271473 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17454 | 2024.12.07 00:59:27.271522 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17455 | 2024.12.07 00:59:27.271945 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17456 | 2024.12.07 00:59:27.272197 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17457 | 2024.12.07 00:59:27.272425 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 17458 | 2024.12.07 00:59:27.272481 [ 276 ] {71ab1908-f4d6-47a6-a61a-3fbd6860ab8a} <Debug> TCPHandler: Processed in 0.002380807 sec. | ||
| 17459 | 2024.12.07 00:59:27.272715 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17460 | 2024.12.07 00:59:27.272847 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17461 | 2024.12.07 00:59:27.272902 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17462 | 2024.12.07 00:59:27.273503 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17463 | 2024.12.07 00:59:27.273542 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17464 | 2024.12.07 00:59:27.273901 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17465 | 2024.12.07 00:59:27.274142 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17466 | 2024.12.07 00:59:27.274400 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001572 sec., 8905.852417302798 rows/sec., 726.21 KiB/sec. | ||
| 17467 | 2024.12.07 00:59:27.274602 [ 280 ] {90d3ccdb-702a-44ba-966a-48de1f5d364e} <Debug> TCPHandler: Processed in 0.001948538 sec. | ||
| 17468 | 2024.12.07 00:59:27.274795 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17469 | 2024.12.07 00:59:27.274909 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17470 | 2024.12.07 00:59:27.274956 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17471 | 2024.12.07 00:59:27.276644 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17472 | 2024.12.07 00:59:27.276684 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17473 | 2024.12.07 00:59:27.277156 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17474 | 2024.12.07 00:59:27.277396 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17475 | 2024.12.07 00:59:27.277616 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Debug> executeQuery: Read 1434 rows, 122.58 KiB in 0.002732 sec., 524890.1903367497 rows/sec., 43.82 MiB/sec. | ||
| 17476 | 2024.12.07 00:59:27.277666 [ 276 ] {8ace7f74-7ed0-4e5e-894c-655a322a8cf0} <Debug> TCPHandler: Processed in 0.002944328 sec. | ||
| 17477 | 2024.12.07 00:59:27.277819 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17478 | 2024.12.07 00:59:27.277952 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17479 | 2024.12.07 00:59:27.278006 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17480 | 2024.12.07 00:59:27.278606 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17481 | 2024.12.07 00:59:27.278645 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17482 | 2024.12.07 00:59:27.279005 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 17483 | 2024.12.07 00:59:27.279251 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17484 | 2024.12.07 00:59:27.279456 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Debug> executeQuery: Read 63 rows, 4.59 KiB in 0.001532 sec., 41122.71540469974 rows/sec., 2.93 MiB/sec. | ||
| 17485 | 2024.12.07 00:59:27.279508 [ 280 ] {4c7b339d-6ced-4d81-ac34-9cde5dd10efc} <Debug> TCPHandler: Processed in 0.001751045 sec. | ||
| 17486 | 2024.12.07 00:59:27.279663 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17487 | 2024.12.07 00:59:27.279791 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17488 | 2024.12.07 00:59:27.279843 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17489 | 2024.12.07 00:59:27.280563 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17490 | 2024.12.07 00:59:27.280603 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17491 | 2024.12.07 00:59:27.280966 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17492 | 2024.12.07 00:59:27.281209 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17493 | 2024.12.07 00:59:27.281412 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001651 sec., 146577.8316172017 rows/sec., 9.93 MiB/sec. | ||
| 17494 | 2024.12.07 00:59:27.281470 [ 276 ] {34dc08f8-a036-49f0-95ba-a2b58a75bc50} <Debug> TCPHandler: Processed in 0.001869207 sec. | ||
| 17495 | 2024.12.07 00:59:27.281606 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17496 | 2024.12.07 00:59:27.281734 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17497 | 2024.12.07 00:59:27.281788 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17498 | 2024.12.07 00:59:27.282383 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17499 | 2024.12.07 00:59:27.282422 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17500 | 2024.12.07 00:59:27.282784 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17501 | 2024.12.07 00:59:27.283022 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17502 | 2024.12.07 00:59:27.283219 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 17503 | 2024.12.07 00:59:27.283273 [ 280 ] {e1604d12-cbe1-4be8-9f60-a360192018e9} <Debug> TCPHandler: Processed in 0.001728434 sec. | ||
| 17504 | 2024.12.07 00:59:27.283415 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17505 | 2024.12.07 00:59:27.283542 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17506 | 2024.12.07 00:59:27.283594 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17507 | 2024.12.07 00:59:27.284615 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17508 | 2024.12.07 00:59:27.284655 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17509 | 2024.12.07 00:59:27.285053 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17510 | 2024.12.07 00:59:27.285289 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17511 | 2024.12.07 00:59:27.285511 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Debug> executeQuery: Read 897 rows, 66.75 KiB in 0.001995 sec., 449624.060150376 rows/sec., 32.67 MiB/sec. | ||
| 17512 | 2024.12.07 00:59:27.285566 [ 276 ] {bf07d2e0-191a-4ec5-b811-212497e39b3f} <Debug> TCPHandler: Processed in 0.002212633 sec. | ||
| 17513 | 2024.12.07 00:59:27.285716 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17514 | 2024.12.07 00:59:27.285890 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17515 | 2024.12.07 00:59:27.285969 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17516 | 2024.12.07 00:59:27.286451 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17517 | 2024.12.07 00:59:27.286488 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17518 | 2024.12.07 00:59:27.286840 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17519 | 2024.12.07 00:59:27.287075 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17520 | 2024.12.07 00:59:27.287324 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 213.10 KiB/sec. | ||
| 17521 | 2024.12.07 00:59:27.287398 [ 280 ] {57e0413c-0acc-4aab-9a8e-becfcd2f7f98} <Debug> TCPHandler: Processed in 0.001737614 sec. | ||
| 17522 | 2024.12.07 00:59:27.287642 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17523 | 2024.12.07 00:59:27.287802 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17524 | 2024.12.07 00:59:27.287862 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17525 | 2024.12.07 00:59:27.288717 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17526 | 2024.12.07 00:59:27.288755 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17527 | 2024.12.07 00:59:27.289218 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17528 | 2024.12.07 00:59:27.289461 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17529 | 2024.12.07 00:59:27.289688 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001913 sec., 502875.06534239417 rows/sec., 33.42 MiB/sec. | ||
| 17530 | 2024.12.07 00:59:27.289744 [ 276 ] {0f9c83a0-7bff-43cc-97a5-0acfb02b9088} <Debug> TCPHandler: Processed in 0.002242004 sec. | ||
| 17531 | 2024.12.07 00:59:27.289890 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17532 | 2024.12.07 00:59:27.290214 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17533 | 2024.12.07 00:59:27.290370 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17534 | 2024.12.07 00:59:27.291160 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17535 | 2024.12.07 00:59:27.291199 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17536 | 2024.12.07 00:59:27.291550 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17537 | 2024.12.07 00:59:27.291793 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17538 | 2024.12.07 00:59:27.291997 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001902 sec., 525.7623554153522 rows/sec., 35.43 KiB/sec. | ||
| 17539 | 2024.12.07 00:59:27.292047 [ 280 ] {e3f3cb38-a636-4511-be7d-9ff63822de2c} <Debug> TCPHandler: Processed in 0.002218324 sec. | ||
| 17540 | 2024.12.07 00:59:27.292186 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17541 | 2024.12.07 00:59:27.292313 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17542 | 2024.12.07 00:59:27.292390 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17543 | 2024.12.07 00:59:27.293666 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17544 | 2024.12.07 00:59:27.293704 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17545 | 2024.12.07 00:59:27.294372 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17546 | 2024.12.07 00:59:27.294630 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17547 | 2024.12.07 00:59:27.294908 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002615 sec., 16061.185468451242 rows/sec., 28.78 MiB/sec. | ||
| 17548 | 2024.12.07 00:59:27.295369 [ 276 ] {fd76da75-18bb-44c0-8ca4-be563773289f} <Debug> TCPHandler: Processed in 0.003240814 sec. | ||
| 17549 | 2024.12.07 00:59:27.295619 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17550 | 2024.12.07 00:59:27.295763 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17551 | 2024.12.07 00:59:27.295821 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17552 | 2024.12.07 00:59:27.296329 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17553 | 2024.12.07 00:59:27.296368 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17554 | 2024.12.07 00:59:27.296728 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 17555 | 2024.12.07 00:59:27.296968 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17556 | 2024.12.07 00:59:27.297348 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001585 sec., 1892.744479495268 rows/sec., 151.57 KiB/sec. | ||
| 17557 | 2024.12.07 00:59:27.297437 [ 280 ] {d1d50897-3989-46dc-a726-076ce04bc82e} <Debug> TCPHandler: Processed in 0.001978459 sec. | ||
| 17558 | 2024.12.07 00:59:27.297588 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17559 | 2024.12.07 00:59:27.297724 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17560 | 2024.12.07 00:59:27.297778 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17561 | 2024.12.07 00:59:27.298301 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17562 | 2024.12.07 00:59:27.298340 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17563 | 2024.12.07 00:59:27.298715 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17564 | 2024.12.07 00:59:27.298953 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17565 | 2024.12.07 00:59:27.299163 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001468 sec., 23160.762942779293 rows/sec., 1.34 MiB/sec. | ||
| 17566 | 2024.12.07 00:59:27.299212 [ 276 ] {8c212c76-0f52-430a-9426-93131b0c9d83} <Debug> TCPHandler: Processed in 0.001688544 sec. | ||
| 17567 | 2024.12.07 00:59:27.364367 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 17568 | 2024.12.07 00:59:27.387106 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17569 | 2024.12.07 00:59:27.387154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17570 | 2024.12.07 00:59:27.394783 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17571 | 2024.12.07 00:59:27.395583 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17572 | 2024.12.07 00:59:27.399771 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 17573 | 2024.12.07 00:59:28.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.36 MiB, peak 289.73 MiB, free memory in arenas 0.00 B, will set to 271.92 MiB (RSS), difference: -1.45 MiB | ||
| 17574 | 2024.12.07 00:59:29.646900 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2458 | ||
| 17575 | 2024.12.07 00:59:29.650454 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17576 | 2024.12.07 00:59:29.650508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17577 | 2024.12.07 00:59:29.652055 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17578 | 2024.12.07 00:59:29.652374 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17579 | 2024.12.07 00:59:29.652974 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2458 | ||
| 17580 | 2024.12.07 00:59:31.458620 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17581 | 2024.12.07 00:59:31.458830 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17582 | 2024.12.07 00:59:31.458911 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17583 | 2024.12.07 00:59:31.459750 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17584 | 2024.12.07 00:59:31.459801 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17585 | 2024.12.07 00:59:31.460256 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17586 | 2024.12.07 00:59:31.460518 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17587 | 2024.12.07 00:59:31.460758 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec. | ||
| 17588 | 2024.12.07 00:59:31.460758 [ 26 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17589 | 2024.12.07 00:59:31.460835 [ 276 ] {7b2eecbe-a244-4a10-986c-2b898915dec7} <Debug> TCPHandler: Processed in 0.002352767 sec. | ||
| 17590 | 2024.12.07 00:59:31.460860 [ 26 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17591 | 2024.12.07 00:59:31.460926 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17592 | 2024.12.07 00:59:31.461030 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17593 | 2024.12.07 00:59:31.461144 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17594 | 2024.12.07 00:59:31.461217 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17595 | 2024.12.07 00:59:31.461314 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17596 | 2024.12.07 00:59:31.461536 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17597 | 2024.12.07 00:59:31.461620 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1435 rows starting from the beginning of the part | ||
| 17598 | 2024.12.07 00:59:31.461946 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 56 rows starting from the beginning of the part | ||
| 17599 | 2024.12.07 00:59:31.462325 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 285 rows starting from the beginning of the part | ||
| 17600 | 2024.12.07 00:59:31.462740 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 56 rows starting from the beginning of the part | ||
| 17601 | 2024.12.07 00:59:31.463085 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 1434 rows starting from the beginning of the part | ||
| 17602 | 2024.12.07 00:59:31.463391 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part | ||
| 17603 | 2024.12.07 00:59:31.464355 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17604 | 2024.12.07 00:59:31.464421 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17605 | 2024.12.07 00:59:31.465578 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17606 | 2024.12.07 00:59:31.465957 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17607 | 2024.12.07 00:59:31.466160 [ 25 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17608 | 2024.12.07 00:59:31.466222 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005039 sec., 12700.932724746974 rows/sec., 1015.13 KiB/sec. | ||
| 17609 | 2024.12.07 00:59:31.466226 [ 25 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17610 | 2024.12.07 00:59:31.466317 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17611 | 2024.12.07 00:59:31.466527 [ 280 ] {ee9a95c0-526a-45f9-8e98-1ea586b73123} <Debug> TCPHandler: Processed in 0.00556692 sec. | ||
| 17612 | 2024.12.07 00:59:31.466819 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17613 | 2024.12.07 00:59:31.466982 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17614 | 2024.12.07 00:59:31.467196 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17615 | 2024.12.07 00:59:31.467292 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006265384 sec., 530214.9078173022 rows/sec., 46.30 MiB/sec. | ||
| 17616 | 2024.12.07 00:59:31.467377 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17617 | 2024.12.07 00:59:31.467527 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17618 | 2024.12.07 00:59:31.467650 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 915 rows starting from the beginning of the part | ||
| 17619 | 2024.12.07 00:59:31.468114 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 64 rows starting from the beginning of the part | ||
| 17620 | 2024.12.07 00:59:31.468135 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17621 | 2024.12.07 00:59:31.468720 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 423 rows starting from the beginning of the part | ||
| 17622 | 2024.12.07 00:59:31.469065 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 64 rows starting from the beginning of the part | ||
| 17623 | 2024.12.07 00:59:31.469530 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 897 rows starting from the beginning of the part | ||
| 17624 | 2024.12.07 00:59:31.469983 [ 192 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 17625 | 2024.12.07 00:59:31.470732 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17626 | 2024.12.07 00:59:31.470932 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17627 | 2024.12.07 00:59:31.471023 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17628 | 2024.12.07 00:59:31.471133 [ 186 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_156_31} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17629 | 2024.12.07 00:59:31.471486 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 17630 | 2024.12.07 00:59:31.472210 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17631 | 2024.12.07 00:59:31.472791 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17632 | 2024.12.07 00:59:31.473069 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005991 sec., 21365.381405441498 rows/sec., 1.49 MiB/sec. | ||
| 17633 | 2024.12.07 00:59:31.473232 [ 276 ] {55618c23-a479-4888-87f7-d77ede9b238b} <Debug> TCPHandler: Processed in 0.006520779 sec. | ||
| 17634 | 2024.12.07 00:59:31.473508 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17635 | 2024.12.07 00:59:31.473948 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17636 | 2024.12.07 00:59:31.474184 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17637 | 2024.12.07 00:59:31.474232 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.007692312 sec., 315509.82331449894 rows/sec., 24.21 MiB/sec. | ||
| 17638 | 2024.12.07 00:59:31.474732 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17639 | 2024.12.07 00:59:31.475888 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17640 | 2024.12.07 00:59:31.476260 [ 204 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_156_31} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17641 | 2024.12.07 00:59:31.476430 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 17642 | 2024.12.07 00:59:31.476541 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17643 | 2024.12.07 00:59:31.476587 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17644 | 2024.12.07 00:59:31.476970 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17645 | 2024.12.07 00:59:31.477218 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17646 | 2024.12.07 00:59:31.477375 [ 25 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17647 | 2024.12.07 00:59:31.477415 [ 25 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17648 | 2024.12.07 00:59:31.477418 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003656 sec., 13129.10284463895 rows/sec., 906.04 KiB/sec. | ||
| 17649 | 2024.12.07 00:59:31.477440 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 17650 | 2024.12.07 00:59:31.477541 [ 280 ] {854ad62a-2aed-4cbb-88f3-5f3fc28a7ea6} <Debug> TCPHandler: Processed in 0.004161042 sec. | ||
| 17651 | 2024.12.07 00:59:31.477664 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17652 | 2024.12.07 00:59:31.477784 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17653 | 2024.12.07 00:59:31.477814 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9140 rows starting from the beginning of the part | ||
| 17654 | 2024.12.07 00:59:31.477886 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part | ||
| 17655 | 2024.12.07 00:59:31.478101 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 82 rows starting from the beginning of the part | ||
| 17656 | 2024.12.07 00:59:31.478266 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part | ||
| 17657 | 2024.12.07 00:59:31.478461 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 34 rows starting from the beginning of the part | ||
| 17658 | 2024.12.07 00:59:31.478657 [ 200 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 48 rows starting from the beginning of the part | ||
| 17659 | 2024.12.07 00:59:31.481625 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9424 rows, containing 4 columns (4 merged, 0 gathered) in 0.004079211 sec., 2310250.6832816442 rows/sec., 150.51 MiB/sec. | ||
| 17660 | 2024.12.07 00:59:31.481870 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17661 | 2024.12.07 00:59:31.482200 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17662 | 2024.12.07 00:59:31.482289 [ 198 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_156_31} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17663 | 2024.12.07 00:59:31.482382 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
| 17664 | 2024.12.07 00:59:31.853436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 | ||
| 17665 | 2024.12.07 00:59:31.854193 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17666 | 2024.12.07 00:59:31.854252 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17667 | 2024.12.07 00:59:31.854813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17668 | 2024.12.07 00:59:31.855100 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17669 | 2024.12.07 00:59:31.855356 [ 25 ] {} <Debug> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17670 | 2024.12.07 00:59:31.855371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 | ||
| 17671 | 2024.12.07 00:59:31.855451 [ 25 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17672 | 2024.12.07 00:59:31.855485 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17673 | 2024.12.07 00:59:31.855656 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17674 | 2024.12.07 00:59:31.855834 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17675 | 2024.12.07 00:59:31.855884 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 17676 | 2024.12.07 00:59:31.855977 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
| 17677 | 2024.12.07 00:59:31.856222 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
| 17678 | 2024.12.07 00:59:31.856433 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
| 17679 | 2024.12.07 00:59:31.856599 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
| 17680 | 2024.12.07 00:59:31.856770 [ 200 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
| 17681 | 2024.12.07 00:59:31.860781 [ 189 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.005209203 sec., 7997960.532542119 rows/sec., 114.41 MiB/sec. | ||
| 17682 | 2024.12.07 00:59:31.861051 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17683 | 2024.12.07 00:59:31.861405 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17684 | 2024.12.07 00:59:31.861489 [ 203 ] {63c7a991-b047-447f-9ace-64a6679ad619::all_1_91_18} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17685 | 2024.12.07 00:59:31.861600 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17686 | 2024.12.07 00:59:34.899825 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 17687 | 2024.12.07 00:59:34.923177 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17688 | 2024.12.07 00:59:34.923249 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17689 | 2024.12.07 00:59:34.930869 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17690 | 2024.12.07 00:59:34.931713 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17691 | 2024.12.07 00:59:34.932185 [ 58 ] {} <Debug> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17692 | 2024.12.07 00:59:34.932323 [ 58 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17693 | 2024.12.07 00:59:34.932421 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17694 | 2024.12.07 00:59:34.932758 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17695 | 2024.12.07 00:59:34.941986 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 17696 | 2024.12.07 00:59:34.943208 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17697 | 2024.12.07 00:59:34.944187 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 17698 | 2024.12.07 00:59:34.949333 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 17699 | 2024.12.07 00:59:34.954498 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 17700 | 2024.12.07 00:59:34.960052 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 17701 | 2024.12.07 00:59:34.965902 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 17702 | 2024.12.07 00:59:34.971687 [ 188 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 17703 | 2024.12.07 00:59:35.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 286.41 MiB, peak 289.73 MiB, free memory in arenas 0.00 B, will set to 271.92 MiB (RSS), difference: -14.49 MiB | ||
| 17704 | 2024.12.07 00:59:35.041496 [ 189 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.108913308 sec., 6298.58749676394 rows/sec., 32.57 MiB/sec. | ||
| 17705 | 2024.12.07 00:59:35.045415 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17706 | 2024.12.07 00:59:35.048471 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17707 | 2024.12.07 00:59:35.048602 [ 193 ] {11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02::all_1_91_18} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17708 | 2024.12.07 00:59:35.051268 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 17709 | 2024.12.07 00:59:36.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.51 MiB, peak 289.73 MiB, free memory in arenas 0.00 B, will set to 271.92 MiB (RSS), difference: 13.41 MiB | ||
| 17710 | 2024.12.07 00:59:36.461217 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17711 | 2024.12.07 00:59:36.461425 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17712 | 2024.12.07 00:59:36.461510 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17713 | 2024.12.07 00:59:36.462304 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17714 | 2024.12.07 00:59:36.462357 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17715 | 2024.12.07 00:59:36.462811 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17716 | 2024.12.07 00:59:36.463108 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17717 | 2024.12.07 00:59:36.463332 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.18 MiB/sec. | ||
| 17718 | 2024.12.07 00:59:36.463407 [ 276 ] {2f35711e-3da1-437d-a99b-b49ace33e337} <Debug> TCPHandler: Processed in 0.002327165 sec. | ||
| 17719 | 2024.12.07 00:59:36.463595 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17720 | 2024.12.07 00:59:36.463743 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17721 | 2024.12.07 00:59:36.463802 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17722 | 2024.12.07 00:59:36.464502 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17723 | 2024.12.07 00:59:36.464552 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17724 | 2024.12.07 00:59:36.464927 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17725 | 2024.12.07 00:59:36.465180 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17726 | 2024.12.07 00:59:36.465396 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00169 sec., 37869.8224852071 rows/sec., 2.96 MiB/sec. | ||
| 17727 | 2024.12.07 00:59:36.465449 [ 280 ] {bd21b661-2f20-4ee7-a771-00701fb9adcf} <Debug> TCPHandler: Processed in 0.001924858 sec. | ||
| 17728 | 2024.12.07 00:59:36.465613 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17729 | 2024.12.07 00:59:36.465743 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17730 | 2024.12.07 00:59:36.465802 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17731 | 2024.12.07 00:59:36.466430 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17732 | 2024.12.07 00:59:36.466478 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17733 | 2024.12.07 00:59:36.466890 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17734 | 2024.12.07 00:59:36.467140 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17735 | 2024.12.07 00:59:36.467351 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
| 17736 | 2024.12.07 00:59:36.467403 [ 276 ] {4e11c9d2-6731-4574-91f3-3c7cffe83b65} <Debug> TCPHandler: Processed in 0.001853497 sec. | ||
| 17737 | 2024.12.07 00:59:36.467564 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17738 | 2024.12.07 00:59:36.467695 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17739 | 2024.12.07 00:59:36.467750 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17740 | 2024.12.07 00:59:36.468278 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17741 | 2024.12.07 00:59:36.468324 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.64 GiB. | ||
| 17742 | 2024.12.07 00:59:36.468721 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17743 | 2024.12.07 00:59:36.468978 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17744 | 2024.12.07 00:59:36.469183 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 17745 | 2024.12.07 00:59:36.469232 [ 280 ] {795e19c2-5b7f-4020-9be5-f555423d75ce} <Debug> TCPHandler: Processed in 0.001728204 sec. | ||
| 17746 | 2024.12.07 00:59:38.806048 [ 224 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Found 5 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17747 | 2024.12.07 00:59:38.806110 [ 224 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 5 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17748 | 2024.12.07 00:59:38.807761 [ 224 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Removing 5 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17749 | 2024.12.07 00:59:39.069389 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17750 | 2024.12.07 00:59:39.069457 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17751 | 2024.12.07 00:59:39.356524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151 | ||
| 17752 | 2024.12.07 00:59:39.357191 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17753 | 2024.12.07 00:59:39.357242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17754 | 2024.12.07 00:59:39.357788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17755 | 2024.12.07 00:59:39.358057 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17756 | 2024.12.07 00:59:39.358353 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 17757 | 2024.12.07 00:59:39.546422 [ 221 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 17758 | 2024.12.07 00:59:39.546481 [ 221 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 17759 | 2024.12.07 00:59:39.548153 [ 221 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 17760 | 2024.12.07 00:59:39.653317 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2474 | ||
| 17761 | 2024.12.07 00:59:39.656225 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17762 | 2024.12.07 00:59:39.656277 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17763 | 2024.12.07 00:59:39.657818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17764 | 2024.12.07 00:59:39.658137 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17765 | 2024.12.07 00:59:39.658695 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2474 | ||
| 17766 | 2024.12.07 00:59:39.799390 [ 139 ] {} <Debug> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Selected 5 parts from all_1_64_14 to all_68_68_0 | ||
| 17767 | 2024.12.07 00:59:39.799456 [ 139 ] {} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17768 | 2024.12.07 00:59:39.799482 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17769 | 2024.12.07 00:59:39.799650 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_64_14 to all_68_68_0 into Compact with storage Full | ||
| 17770 | 2024.12.07 00:59:39.799922 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17771 | 2024.12.07 00:59:39.799981 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 64 rows starting from the beginning of the part | ||
| 17772 | 2024.12.07 00:59:39.800075 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 17773 | 2024.12.07 00:59:39.800336 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 17774 | 2024.12.07 00:59:39.800634 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 17775 | 2024.12.07 00:59:39.800766 [ 197 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 17776 | 2024.12.07 00:59:39.801903 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.002330836 sec., 29174.08174577705 rows/sec., 1.92 MiB/sec. | ||
| 17777 | 2024.12.07 00:59:39.802185 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Trace> MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) | ||
| 17778 | 2024.12.07 00:59:39.802702 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17779 | 2024.12.07 00:59:39.802795 [ 196 ] {54ee718e-f340-4b30-8cda-57bb351b8f89::all_1_68_15} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89) (MergerMutator): Merged 5 parts: [all_1_64_14, all_68_68_0] -> all_1_68_15 | ||
| 17780 | 2024.12.07 00:59:39.802896 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17781 | 2024.12.07 00:59:40.876536 [ 222 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17782 | 2024.12.07 00:59:40.876592 [ 222 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17783 | 2024.12.07 00:59:40.878603 [ 222 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17784 | 2024.12.07 00:59:41.120375 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17785 | 2024.12.07 00:59:41.120421 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17786 | 2024.12.07 00:59:41.122335 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17787 | 2024.12.07 00:59:41.467280 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17788 | 2024.12.07 00:59:41.467487 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17789 | 2024.12.07 00:59:41.467564 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17790 | 2024.12.07 00:59:41.468331 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17791 | 2024.12.07 00:59:41.468370 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17792 | 2024.12.07 00:59:41.468797 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17793 | 2024.12.07 00:59:41.469069 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17794 | 2024.12.07 00:59:41.469262 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec. | ||
| 17795 | 2024.12.07 00:59:41.469316 [ 276 ] {5db7e5fa-24f2-407d-bfed-ef28ea0991dd} <Debug> TCPHandler: Processed in 0.002171973 sec. | ||
| 17796 | 2024.12.07 00:59:41.469501 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17797 | 2024.12.07 00:59:41.469637 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17798 | 2024.12.07 00:59:41.469692 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17799 | 2024.12.07 00:59:41.470529 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17800 | 2024.12.07 00:59:41.470574 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17801 | 2024.12.07 00:59:41.470983 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17802 | 2024.12.07 00:59:41.471226 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17803 | 2024.12.07 00:59:41.471423 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Debug> executeQuery: Read 309 rows, 28.01 KiB in 0.001809 sec., 170812.60364842453 rows/sec., 15.12 MiB/sec. | ||
| 17804 | 2024.12.07 00:59:41.471483 [ 280 ] {0c3188fb-8c65-4c5e-9ffc-9118dc1674ce} <Debug> TCPHandler: Processed in 0.002052011 sec. | ||
| 17805 | 2024.12.07 00:59:41.471523 [ 220 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17806 | 2024.12.07 00:59:41.471597 [ 220 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17807 | 2024.12.07 00:59:41.471656 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17808 | 2024.12.07 00:59:41.471929 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17809 | 2024.12.07 00:59:41.471985 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17810 | 2024.12.07 00:59:41.473603 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17811 | 2024.12.07 00:59:41.473681 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17812 | 2024.12.07 00:59:41.474723 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 17813 | 2024.12.07 00:59:41.475186 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17814 | 2024.12.07 00:59:41.475587 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Debug> executeQuery: Read 60 rows, 4.44 KiB in 0.003721 sec., 16124.697661918839 rows/sec., 1.17 MiB/sec. | ||
| 17815 | 2024.12.07 00:59:41.475603 [ 220 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17816 | 2024.12.07 00:59:41.476107 [ 276 ] {a384b512-67d0-4064-a3e5-6f36496c59d1} <Debug> TCPHandler: Processed in 0.004522699 sec. | ||
| 17817 | 2024.12.07 00:59:41.476503 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17818 | 2024.12.07 00:59:41.476902 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17819 | 2024.12.07 00:59:41.477028 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17820 | 2024.12.07 00:59:41.478045 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17821 | 2024.12.07 00:59:41.478083 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17822 | 2024.12.07 00:59:41.478432 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17823 | 2024.12.07 00:59:41.478676 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17824 | 2024.12.07 00:59:41.478846 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002056 sec., 6809.338521400778 rows/sec., 476.88 KiB/sec. | ||
| 17825 | 2024.12.07 00:59:41.478896 [ 280 ] {782853e0-60d3-48f3-82b1-499436b1c81b} <Debug> TCPHandler: Processed in 0.002621262 sec. | ||
| 17826 | 2024.12.07 00:59:41.479056 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17827 | 2024.12.07 00:59:41.479185 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17828 | 2024.12.07 00:59:41.479239 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17829 | 2024.12.07 00:59:41.479828 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17830 | 2024.12.07 00:59:41.479865 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17831 | 2024.12.07 00:59:41.480218 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17832 | 2024.12.07 00:59:41.480481 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17833 | 2024.12.07 00:59:41.480679 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 17834 | 2024.12.07 00:59:41.480731 [ 276 ] {7643805f-4246-494d-9960-b97a5ecf9add} <Debug> TCPHandler: Processed in 0.001738544 sec. | ||
| 17835 | 2024.12.07 00:59:41.480880 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17836 | 2024.12.07 00:59:41.481012 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17837 | 2024.12.07 00:59:41.481065 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17838 | 2024.12.07 00:59:41.481858 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17839 | 2024.12.07 00:59:41.481899 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17840 | 2024.12.07 00:59:41.482269 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17841 | 2024.12.07 00:59:41.482510 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17842 | 2024.12.07 00:59:41.482754 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.001757 sec., 252703.4718269778 rows/sec., 18.15 MiB/sec. | ||
| 17843 | 2024.12.07 00:59:41.482830 [ 280 ] {c9367436-a233-4c4f-ab2e-e5ba12933468} <Debug> TCPHandler: Processed in 0.00201558 sec. | ||
| 17844 | 2024.12.07 00:59:41.482869 [ 218 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17845 | 2024.12.07 00:59:41.482963 [ 218 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17846 | 2024.12.07 00:59:41.483024 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17847 | 2024.12.07 00:59:41.483336 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17848 | 2024.12.07 00:59:41.483416 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17849 | 2024.12.07 00:59:41.484332 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17850 | 2024.12.07 00:59:41.484389 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17851 | 2024.12.07 00:59:41.485085 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17852 | 2024.12.07 00:59:41.485479 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17853 | 2024.12.07 00:59:41.485936 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002761 sec., 2173.1256791017745 rows/sec., 113.54 KiB/sec. | ||
| 17854 | 2024.12.07 00:59:41.486036 [ 276 ] {6060f1a0-1175-4dc5-ae11-90e81f012545} <Debug> TCPHandler: Processed in 0.003108591 sec. | ||
| 17855 | 2024.12.07 00:59:41.486219 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17856 | 2024.12.07 00:59:41.486444 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17857 | 2024.12.07 00:59:41.486503 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17858 | 2024.12.07 00:59:41.486904 [ 218 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17859 | 2024.12.07 00:59:41.488324 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17860 | 2024.12.07 00:59:41.488397 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17861 | 2024.12.07 00:59:41.488852 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17862 | 2024.12.07 00:59:41.489100 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17863 | 2024.12.07 00:59:41.489272 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Selected 6 parts from all_1_153_31 to all_158_158_0 | ||
| 17864 | 2024.12.07 00:59:41.489334 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002918 sec., 81220.01370801919 rows/sec., 5.44 MiB/sec. | ||
| 17865 | 2024.12.07 00:59:41.489346 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17866 | 2024.12.07 00:59:41.489418 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17867 | 2024.12.07 00:59:41.489471 [ 280 ] {10801cd8-fe31-4e65-a01e-f0614e8ea25c} <Debug> TCPHandler: Processed in 0.003332855 sec. | ||
| 17868 | 2024.12.07 00:59:41.489733 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_153_31 to all_158_158_0 into Compact with storage Full | ||
| 17869 | 2024.12.07 00:59:41.489755 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17870 | 2024.12.07 00:59:41.490033 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17871 | 2024.12.07 00:59:41.490037 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17872 | 2024.12.07 00:59:41.490118 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_153_31, total 45282 rows starting from the beginning of the part | ||
| 17873 | 2024.12.07 00:59:41.490161 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17874 | 2024.12.07 00:59:41.490512 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part | ||
| 17875 | 2024.12.07 00:59:41.490914 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 962 rows starting from the beginning of the part | ||
| 17876 | 2024.12.07 00:59:41.491334 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 128 rows starting from the beginning of the part | ||
| 17877 | 2024.12.07 00:59:41.491680 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part | ||
| 17878 | 2024.12.07 00:59:41.491866 [ 190 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 237 rows starting from the beginning of the part | ||
| 17879 | 2024.12.07 00:59:41.492821 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17880 | 2024.12.07 00:59:41.492896 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17881 | 2024.12.07 00:59:41.493607 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17882 | 2024.12.07 00:59:41.493971 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17883 | 2024.12.07 00:59:41.494415 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004477 sec., 223.36385972749608 rows/sec., 15.05 KiB/sec. | ||
| 17884 | 2024.12.07 00:59:41.494728 [ 276 ] {b30526d3-2bd5-45dd-93f8-c0944f153b8f} <Debug> TCPHandler: Processed in 0.00506705 sec. | ||
| 17885 | 2024.12.07 00:59:41.495013 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17886 | 2024.12.07 00:59:41.495436 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17887 | 2024.12.07 00:59:41.495759 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17888 | 2024.12.07 00:59:41.498477 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17889 | 2024.12.07 00:59:41.498522 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17890 | 2024.12.07 00:59:41.499380 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17891 | 2024.12.07 00:59:41.499797 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17892 | 2024.12.07 00:59:41.500134 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.00484 sec., 10950.413223140496 rows/sec., 19.62 MiB/sec. | ||
| 17893 | 2024.12.07 00:59:41.500307 [ 280 ] {66bf6814-fd58-4d1f-9028-8eacf62521d6} <Debug> TCPHandler: Processed in 0.005457757 sec. | ||
| 17894 | 2024.12.07 00:59:41.500468 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17895 | 2024.12.07 00:59:41.500641 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17896 | 2024.12.07 00:59:41.500702 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17897 | 2024.12.07 00:59:41.501224 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17898 | 2024.12.07 00:59:41.501283 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17899 | 2024.12.07 00:59:41.501819 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 17900 | 2024.12.07 00:59:41.502076 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Trace> oximeter.measurements_i64 (a5eb291f-79b3-4377-b737-2ad925e1b2cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17901 | 2024.12.07 00:59:41.502396 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001796 sec., 6681.514476614699 rows/sec., 471.97 KiB/sec. | ||
| 17902 | 2024.12.07 00:59:41.502472 [ 276 ] {ca63ff10-29e6-475d-989a-d7292b380174} <Debug> TCPHandler: Processed in 0.002068561 sec. | ||
| 17903 | 2024.12.07 00:59:41.502613 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17904 | 2024.12.07 00:59:41.502779 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17905 | 2024.12.07 00:59:41.502846 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17906 | 2024.12.07 00:59:41.503653 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17907 | 2024.12.07 00:59:41.503715 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.29 GiB. | ||
| 17908 | 2024.12.07 00:59:41.504225 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17909 | 2024.12.07 00:59:41.504550 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17910 | 2024.12.07 00:59:41.504805 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002073 sec., 39556.19874577906 rows/sec., 2.51 MiB/sec. | ||
| 17911 | 2024.12.07 00:59:41.504864 [ 280 ] {153988ff-d9f5-4f8e-8725-ad5b96ecb3c0} <Debug> TCPHandler: Processed in 0.002300945 sec. | ||
| 17912 | 2024.12.07 00:59:41.505173 [ 197 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46929 rows, containing 5 columns (5 merged, 0 gathered) in 0.015644858 sec., 2999643.716804588 rows/sec., 202.50 MiB/sec. | ||
| 17913 | 2024.12.07 00:59:41.505832 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Trace> MergedBlockOutputStream: filled checksums all_1_158_32 (state Temporary) | ||
| 17914 | 2024.12.07 00:59:41.506226 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_merge_all_1_158_32 to all_1_158_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17915 | 2024.12.07 00:59:41.506321 [ 195 ] {d444fef0-1bad-4c80-bc07-8dd95be49f2a::all_1_158_32} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a) (MergerMutator): Merged 6 parts: [all_1_153_31, all_158_158_0] -> all_1_158_32 | ||
| 17916 | 2024.12.07 00:59:41.506437 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17917 | 2024.12.07 00:59:41.744771 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17918 | 2024.12.07 00:59:41.744823 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17919 | 2024.12.07 00:59:41.746851 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17920 | 2024.12.07 00:59:42.142164 [ 225 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17921 | 2024.12.07 00:59:42.142209 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17922 | 2024.12.07 00:59:42.144150 [ 225 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17923 | 2024.12.07 00:59:42.442039 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 17924 | 2024.12.07 00:59:42.465640 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17925 | 2024.12.07 00:59:42.465688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17926 | 2024.12.07 00:59:42.473313 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17927 | 2024.12.07 00:59:42.474139 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17928 | 2024.12.07 00:59:42.477166 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 17929 | 2024.12.07 00:59:46.460604 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17930 | 2024.12.07 00:59:46.460818 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17931 | 2024.12.07 00:59:46.460893 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17932 | 2024.12.07 00:59:46.461653 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17933 | 2024.12.07 00:59:46.461704 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17934 | 2024.12.07 00:59:46.462152 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 17935 | 2024.12.07 00:59:46.462410 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17936 | 2024.12.07 00:59:46.462677 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00192 sec., 1041.6666666666667 rows/sec., 84.94 KiB/sec. | ||
| 17937 | 2024.12.07 00:59:46.462747 [ 276 ] {a212995e-7090-4914-8e91-03df9aa29652} <Debug> TCPHandler: Processed in 0.002281005 sec. | ||
| 17938 | 2024.12.07 00:59:46.462943 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17939 | 2024.12.07 00:59:46.463090 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17940 | 2024.12.07 00:59:46.463149 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17941 | 2024.12.07 00:59:46.463836 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17942 | 2024.12.07 00:59:46.463877 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17943 | 2024.12.07 00:59:46.464305 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17944 | 2024.12.07 00:59:46.464551 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17945 | 2024.12.07 00:59:46.464765 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001709 sec., 33352.837916910474 rows/sec., 2.54 MiB/sec. | ||
| 17946 | 2024.12.07 00:59:46.464821 [ 280 ] {2de98943-cdcf-4a9c-a7e9-34be30cdc29f} <Debug> TCPHandler: Processed in 0.001949198 sec. | ||
| 17947 | 2024.12.07 00:59:46.464987 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17948 | 2024.12.07 00:59:46.465121 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17949 | 2024.12.07 00:59:46.465179 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17950 | 2024.12.07 00:59:46.465813 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17951 | 2024.12.07 00:59:46.465854 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17952 | 2024.12.07 00:59:46.466224 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 17953 | 2024.12.07 00:59:46.466470 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17954 | 2024.12.07 00:59:46.466616 [ 149 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Selected 6 parts from all_1_75_16 to all_80_80_0 | ||
| 17955 | 2024.12.07 00:59:46.466657 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001565 sec., 1277.9552715654952 rows/sec., 89.23 KiB/sec. | ||
| 17956 | 2024.12.07 00:59:46.466660 [ 149 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17957 | 2024.12.07 00:59:46.466703 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17958 | 2024.12.07 00:59:46.466735 [ 276 ] {0ed29a66-dd21-4920-a724-737219b562ab} <Debug> TCPHandler: Processed in 0.001810925 sec. | ||
| 17959 | 2024.12.07 00:59:46.466941 [ 222 ] {} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Found 6 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 17960 | 2024.12.07 00:59:46.466981 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17961 | 2024.12.07 00:59:46.467012 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_16 to all_80_80_0 into Compact with storage Full | ||
| 17962 | 2024.12.07 00:59:46.467038 [ 222 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 6 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 17963 | 2024.12.07 00:59:46.467327 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17964 | 2024.12.07 00:59:46.467338 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17965 | 2024.12.07 00:59:46.467462 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_16, total 66 rows starting from the beginning of the part | ||
| 17966 | 2024.12.07 00:59:46.467490 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17967 | 2024.12.07 00:59:46.467859 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part | ||
| 17968 | 2024.12.07 00:59:46.468253 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
| 17969 | 2024.12.07 00:59:46.468823 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 63 rows starting from the beginning of the part | ||
| 17970 | 2024.12.07 00:59:46.469337 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 17971 | 2024.12.07 00:59:46.469850 [ 205 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 2 rows starting from the beginning of the part | ||
| 17972 | 2024.12.07 00:59:46.471916 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17973 | 2024.12.07 00:59:46.471987 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17974 | 2024.12.07 00:59:46.473351 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17975 | 2024.12.07 00:59:46.474161 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17976 | 2024.12.07 00:59:46.474158 [ 204 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 287 rows, containing 5 columns (5 merged, 0 gathered) in 0.007363455 sec., 38976.268613035594 rows/sec., 2.94 MiB/sec. | ||
| 17977 | 2024.12.07 00:59:46.474617 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Trace> MergedBlockOutputStream: filled checksums all_1_80_17 (state Temporary) | ||
| 17978 | 2024.12.07 00:59:46.474677 [ 222 ] {} <Debug> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Removing 6 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 17979 | 2024.12.07 00:59:46.474695 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.007436 sec., 8875.739644970414 rows/sec., 709.83 KiB/sec. | ||
| 17980 | 2024.12.07 00:59:46.474992 [ 280 ] {4d1e796b-bb4d-4726-af2e-c4a2d460c967} <Debug> TCPHandler: Processed in 0.008134281 sec. | ||
| 17981 | 2024.12.07 00:59:46.475278 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17982 | 2024.12.07 00:59:46.475528 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17983 | 2024.12.07 00:59:46.475647 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_merge_all_1_80_17 to all_1_80_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17984 | 2024.12.07 00:59:46.475719 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17985 | 2024.12.07 00:59:46.476028 [ 191 ] {2060c4bc-f923-48b6-8752-02fd19c614ba::all_1_80_17} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba) (MergerMutator): Merged 6 parts: [all_1_75_16, all_80_80_0] -> all_1_80_17 | ||
| 17986 | 2024.12.07 00:59:46.476364 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17987 | 2024.12.07 00:59:46.477283 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17988 | 2024.12.07 00:59:46.477324 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17989 | 2024.12.07 00:59:46.477744 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17990 | 2024.12.07 00:59:46.478009 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17991 | 2024.12.07 00:59:46.478193 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002737 sec., 58823.529411764706 rows/sec., 4.10 MiB/sec. | ||
| 17992 | 2024.12.07 00:59:46.478253 [ 276 ] {cbf77dfe-6b5e-415c-b450-649863fa4963} <Debug> TCPHandler: Processed in 0.003121311 sec. | ||
| 17993 | 2024.12.07 00:59:46.478396 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17994 | 2024.12.07 00:59:46.478502 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17995 | 2024.12.07 00:59:46.478549 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17996 | 2024.12.07 00:59:46.478978 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17997 | 2024.12.07 00:59:46.479014 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 17998 | 2024.12.07 00:59:46.479375 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17999 | 2024.12.07 00:59:46.479621 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18000 | 2024.12.07 00:59:46.479794 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 18001 | 2024.12.07 00:59:46.479842 [ 280 ] {9b6e5753-cf3e-450a-aab6-4174319a09b9} <Debug> TCPHandler: Processed in 0.00149722 sec. | ||
| 18002 | 2024.12.07 00:59:46.858486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578 | ||
| 18003 | 2024.12.07 00:59:46.859135 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18004 | 2024.12.07 00:59:46.859191 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18005 | 2024.12.07 00:59:46.859779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 18006 | 2024.12.07 00:59:46.860064 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18007 | 2024.12.07 00:59:46.860331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578 | ||
| 18008 | 2024.12.07 00:59:49.659011 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2510 | ||
| 18009 | 2024.12.07 00:59:49.662331 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18010 | 2024.12.07 00:59:49.662387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18011 | 2024.12.07 00:59:49.663981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18012 | 2024.12.07 00:59:49.664304 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18013 | 2024.12.07 00:59:49.664983 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2510 | ||
| 18014 | 2024.12.07 00:59:49.977212 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 18015 | 2024.12.07 00:59:50.002164 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18016 | 2024.12.07 00:59:50.002219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18017 | 2024.12.07 00:59:50.009854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 18018 | 2024.12.07 00:59:50.010673 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18019 | 2024.12.07 00:59:50.013778 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 18020 | 2024.12.07 00:59:51.036470 [ 220 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18021 | 2024.12.07 00:59:51.036546 [ 220 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18022 | 2024.12.07 00:59:51.038337 [ 220 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18023 | 2024.12.07 00:59:51.452239 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18024 | 2024.12.07 00:59:51.452561 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 18025 | 2024.12.07 00:59:51.453077 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18026 | 2024.12.07 00:59:51.453135 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 18027 | 2024.12.07 00:59:51.453532 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18028 | 2024.12.07 00:59:51.453621 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18029 | 2024.12.07 00:59:51.453806 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 18030 | 2024.12.07 00:59:51.453848 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18031 | 2024.12.07 00:59:51.453876 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (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 | ||
| 18032 | 2024.12.07 00:59:51.453895 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18033 | 2024.12.07 00:59:51.453948 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 18034 | 2024.12.07 00:59:51.453974 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18035 | 2024.12.07 00:59:51.455373 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00297 sec., 14141.414141414141 rows/sec., 539.58 KiB/sec. | ||
| 18036 | 2024.12.07 00:59:51.455511 [ 276 ] {6b43f28e-e0de-47a9-98a6-69fa5ecc1294} <Debug> TCPHandler: Processed in 0.003414917 sec. | ||
| 18037 | 2024.12.07 00:59:51.470816 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18038 | 2024.12.07 00:59:51.471045 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 18039 | 2024.12.07 00:59:51.471107 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18040 | 2024.12.07 00:59:51.471914 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18041 | 2024.12.07 00:59:51.471966 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18042 | 2024.12.07 00:59:51.472488 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 18043 | 2024.12.07 00:59:51.472711 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18044 | 2024.12.07 00:59:51.473037 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002008 sec., 498.0079681274901 rows/sec., 138.61 KiB/sec. | ||
| 18045 | 2024.12.07 00:59:51.473222 [ 276 ] {0027cbf3-2c52-46ba-81a6-6f98d8e8dced} <Debug> TCPHandler: Processed in 0.002513259 sec. | ||
| 18046 | 2024.12.07 00:59:51.473391 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18047 | 2024.12.07 00:59:51.473525 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18048 | 2024.12.07 00:59:51.473582 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18049 | 2024.12.07 00:59:51.474192 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18050 | 2024.12.07 00:59:51.474232 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18051 | 2024.12.07 00:59:51.474619 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18052 | 2024.12.07 00:59:51.474858 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18053 | 2024.12.07 00:59:51.475037 [ 143 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 18054 | 2024.12.07 00:59:51.475092 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001595 sec., 8777.42946708464 rows/sec., 631.86 KiB/sec. | ||
| 18055 | 2024.12.07 00:59:51.475133 [ 143 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18056 | 2024.12.07 00:59:51.475206 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18057 | 2024.12.07 00:59:51.475209 [ 280 ] {70e94e9f-1dc6-4c69-b1c4-218c561a169f} <Debug> TCPHandler: Processed in 0.001885187 sec. | ||
| 18058 | 2024.12.07 00:59:51.475396 [ 221 ] {} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18059 | 2024.12.07 00:59:51.475422 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18060 | 2024.12.07 00:59:51.475438 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 18061 | 2024.12.07 00:59:51.475434 [ 221 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18062 | 2024.12.07 00:59:51.475658 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18063 | 2024.12.07 00:59:51.475720 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18064 | 2024.12.07 00:59:51.475799 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18065 | 2024.12.07 00:59:51.475813 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part | ||
| 18066 | 2024.12.07 00:59:51.476077 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 18067 | 2024.12.07 00:59:51.476539 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 18068 | 2024.12.07 00:59:51.476977 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 18069 | 2024.12.07 00:59:51.477345 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 18070 | 2024.12.07 00:59:51.478704 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18071 | 2024.12.07 00:59:51.478756 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18072 | 2024.12.07 00:59:51.479496 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18073 | 2024.12.07 00:59:51.479817 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004508499 sec., 15526.231679323873 rows/sec., 1.15 MiB/sec. | ||
| 18074 | 2024.12.07 00:59:51.479917 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18075 | 2024.12.07 00:59:51.479964 [ 197 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 18076 | 2024.12.07 00:59:51.480155 [ 143 ] {} <Debug> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 18077 | 2024.12.07 00:59:51.480266 [ 143 ] {} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18078 | 2024.12.07 00:59:51.480383 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18079 | 2024.12.07 00:59:51.480463 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.004853 sec., 412.1162167731301 rows/sec., 30.59 KiB/sec. | ||
| 18080 | 2024.12.07 00:59:51.480520 [ 221 ] {} <Debug> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18081 | 2024.12.07 00:59:51.481304 [ 276 ] {14ad406d-5583-46cc-b5e9-84063ca59c86} <Debug> TCPHandler: Processed in 0.005987538 sec. | ||
| 18082 | 2024.12.07 00:59:51.481845 [ 204 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18083 | 2024.12.07 00:59:51.481836 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18084 | 2024.12.07 00:59:51.482129 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 18085 | 2024.12.07 00:59:51.482220 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18086 | 2024.12.07 00:59:51.482297 [ 204 ] {73596a5b-37b0-47d3-bcdc-20594d49b8b4::all_1_69_17} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 18087 | 2024.12.07 00:59:51.482375 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18088 | 2024.12.07 00:59:51.482839 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18089 | 2024.12.07 00:59:51.483278 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18090 | 2024.12.07 00:59:51.483490 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 18 rows starting from the beginning of the part | ||
| 18091 | 2024.12.07 00:59:51.484081 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 18092 | 2024.12.07 00:59:51.484498 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 18093 | 2024.12.07 00:59:51.484902 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 18094 | 2024.12.07 00:59:51.485161 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
| 18095 | 2024.12.07 00:59:51.485432 [ 198 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 18096 | 2024.12.07 00:59:51.486531 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18097 | 2024.12.07 00:59:51.486608 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18098 | 2024.12.07 00:59:51.487645 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18099 | 2024.12.07 00:59:51.488247 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00760143 sec., 5262.167776326296 rows/sec., 447.72 KiB/sec. | ||
| 18100 | 2024.12.07 00:59:51.488262 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18101 | 2024.12.07 00:59:51.488636 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 18102 | 2024.12.07 00:59:51.488670 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Debug> executeQuery: Read 317 rows, 28.66 KiB in 0.006533 sec., 48522.88382060309 rows/sec., 4.28 MiB/sec. | ||
| 18103 | 2024.12.07 00:59:51.489012 [ 280 ] {6fccfc51-d7c4-441a-8eca-b4e074070f21} <Debug> TCPHandler: Processed in 0.007518049 sec. | ||
| 18104 | 2024.12.07 00:59:51.489316 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18105 | 2024.12.07 00:59:51.489720 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18106 | 2024.12.07 00:59:51.489835 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18107 | 2024.12.07 00:59:51.490046 [ 204 ] {e3f826df-dc0d-4394-be0b-d8c9addb16ca::all_1_33_7} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 18108 | 2024.12.07 00:59:51.490056 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18109 | 2024.12.07 00:59:51.490223 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18110 | 2024.12.07 00:59:51.490811 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18111 | 2024.12.07 00:59:51.490855 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18112 | 2024.12.07 00:59:51.491253 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 18113 | 2024.12.07 00:59:51.491500 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18114 | 2024.12.07 00:59:51.491698 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Debug> executeQuery: Read 64 rows, 4.72 KiB in 0.002052 sec., 31189.083820662767 rows/sec., 2.24 MiB/sec. | ||
| 18115 | 2024.12.07 00:59:51.491749 [ 276 ] {52de966c-c10b-49ba-9102-5343b9e786a9} <Debug> TCPHandler: Processed in 0.002612012 sec. | ||
| 18116 | 2024.12.07 00:59:51.491900 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18117 | 2024.12.07 00:59:51.492028 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18118 | 2024.12.07 00:59:51.492081 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18119 | 2024.12.07 00:59:51.492688 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18120 | 2024.12.07 00:59:51.492733 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18121 | 2024.12.07 00:59:51.493116 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18122 | 2024.12.07 00:59:51.493358 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18123 | 2024.12.07 00:59:51.493509 [ 143 ] {} <Debug> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Selected 6 parts from all_1_65_14 to all_70_70_0 | ||
| 18124 | 2024.12.07 00:59:51.493562 [ 143 ] {} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18125 | 2024.12.07 00:59:51.493587 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 18126 | 2024.12.07 00:59:51.493599 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18127 | 2024.12.07 00:59:51.493774 [ 280 ] {8727bc0d-ce0e-4420-aba9-80ffd191fc01} <Debug> TCPHandler: Processed in 0.001929128 sec. | ||
| 18128 | 2024.12.07 00:59:51.494015 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18129 | 2024.12.07 00:59:51.494062 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_14 to all_70_70_0 into Compact with storage Full | ||
| 18130 | 2024.12.07 00:59:51.494398 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18131 | 2024.12.07 00:59:51.494582 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18132 | 2024.12.07 00:59:51.494662 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18133 | 2024.12.07 00:59:51.494835 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 243 rows starting from the beginning of the part | ||
| 18134 | 2024.12.07 00:59:51.495207 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 18135 | 2024.12.07 00:59:51.495690 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 18136 | 2024.12.07 00:59:51.496182 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 242 rows starting from the beginning of the part | ||
| 18137 | 2024.12.07 00:59:51.496600 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 18138 | 2024.12.07 00:59:51.496993 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 18139 | 2024.12.07 00:59:51.497896 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18140 | 2024.12.07 00:59:51.497959 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18141 | 2024.12.07 00:59:51.498890 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18142 | 2024.12.07 00:59:51.499366 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18143 | 2024.12.07 00:59:51.499648 [ 143 ] {} <Debug> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 18144 | 2024.12.07 00:59:51.499740 [ 143 ] {} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18145 | 2024.12.07 00:59:51.499815 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18146 | 2024.12.07 00:59:51.499889 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006166812 sec., 87727.66220212323 rows/sec., 6.28 MiB/sec. | ||
| 18147 | 2024.12.07 00:59:51.500012 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005735 sec., 2266.7829119442026 rows/sec., 141.33 KiB/sec. | ||
| 18148 | 2024.12.07 00:59:51.500217 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 18149 | 2024.12.07 00:59:51.500237 [ 276 ] {0aaecda5-5197-4d3f-9267-2fcbfdcdfef2} <Debug> TCPHandler: Processed in 0.006361366 sec. | ||
| 18150 | 2024.12.07 00:59:51.500243 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Trace> MergedBlockOutputStream: filled checksums all_1_70_15 (state Temporary) | ||
| 18151 | 2024.12.07 00:59:51.500558 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18152 | 2024.12.07 00:59:51.500651 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18153 | 2024.12.07 00:59:51.500794 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part | ||
| 18154 | 2024.12.07 00:59:51.500930 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18155 | 2024.12.07 00:59:51.501085 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18156 | 2024.12.07 00:59:51.501202 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 18157 | 2024.12.07 00:59:51.501323 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_merge_all_1_70_15 to all_1_70_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18158 | 2024.12.07 00:59:51.501825 [ 187 ] {3c70f14d-9c6d-47fc-9314-be846770c6f1::all_1_70_15} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1) (MergerMutator): Merged 6 parts: [all_1_65_14, all_70_70_0] -> all_1_70_15 | ||
| 18159 | 2024.12.07 00:59:51.502047 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 18160 | 2024.12.07 00:59:51.502127 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 18161 | 2024.12.07 00:59:51.502561 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 18162 | 2024.12.07 00:59:51.502914 [ 192 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 18163 | 2024.12.07 00:59:51.504792 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18164 | 2024.12.07 00:59:51.504868 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18165 | 2024.12.07 00:59:51.505354 [ 193 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005403387 sec., 12029.491872412618 rows/sec., 797.03 KiB/sec. | ||
| 18166 | 2024.12.07 00:59:51.505562 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 18167 | 2024.12.07 00:59:51.505830 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18168 | 2024.12.07 00:59:51.506077 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18169 | 2024.12.07 00:59:51.506222 [ 188 ] {71b37d11-51fe-41b4-8ea3-e4866fb89812::all_1_69_17} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 18170 | 2024.12.07 00:59:51.506311 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18171 | 2024.12.07 00:59:51.506352 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18172 | 2024.12.07 00:59:51.506619 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Debug> executeQuery: Read 451 rows, 33.07 KiB in 0.005825 sec., 77424.89270386266 rows/sec., 5.54 MiB/sec. | ||
| 18173 | 2024.12.07 00:59:51.506733 [ 280 ] {16ccda2c-11a9-4f0f-9a88-78603dd108d9} <Debug> TCPHandler: Processed in 0.006388186 sec. | ||
| 18174 | 2024.12.07 00:59:51.506915 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18175 | 2024.12.07 00:59:51.507191 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18176 | 2024.12.07 00:59:51.507264 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18177 | 2024.12.07 00:59:51.507709 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18178 | 2024.12.07 00:59:51.507748 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18179 | 2024.12.07 00:59:51.508108 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18180 | 2024.12.07 00:59:51.508364 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18181 | 2024.12.07 00:59:51.508530 [ 143 ] {} <Debug> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0 | ||
| 18182 | 2024.12.07 00:59:51.508588 [ 143 ] {} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18183 | 2024.12.07 00:59:51.508604 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec. | ||
| 18184 | 2024.12.07 00:59:51.508620 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18185 | 2024.12.07 00:59:51.508738 [ 276 ] {4a43b1c3-b43c-4099-a5ab-df32199e2e8f} <Debug> TCPHandler: Processed in 0.001919407 sec. | ||
| 18186 | 2024.12.07 00:59:51.508860 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full | ||
| 18187 | 2024.12.07 00:59:51.508935 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18188 | 2024.12.07 00:59:51.509064 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18189 | 2024.12.07 00:59:51.509151 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 384 rows starting from the beginning of the part | ||
| 18190 | 2024.12.07 00:59:51.509160 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18191 | 2024.12.07 00:59:51.509334 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18192 | 2024.12.07 00:59:51.509406 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 18193 | 2024.12.07 00:59:51.509788 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 18194 | 2024.12.07 00:59:51.510174 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 18195 | 2024.12.07 00:59:51.510483 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 18196 | 2024.12.07 00:59:51.510822 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 18197 | 2024.12.07 00:59:51.512261 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18198 | 2024.12.07 00:59:51.512329 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18199 | 2024.12.07 00:59:51.513528 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18200 | 2024.12.07 00:59:51.513557 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.004809815 sec., 86073.99660901718 rows/sec., 4.39 MiB/sec. | ||
| 18201 | 2024.12.07 00:59:51.513721 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18202 | 2024.12.07 00:59:51.513963 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18203 | 2024.12.07 00:59:51.514324 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18204 | 2024.12.07 00:59:51.514423 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.005314 sec., 44975.53631915694 rows/sec., 3.01 MiB/sec. | ||
| 18205 | 2024.12.07 00:59:51.514539 [ 192 ] {f50cdd1b-f5d8-44eb-8d23-67a09ad051af::all_1_69_15} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15 | ||
| 18206 | 2024.12.07 00:59:51.514581 [ 280 ] {9bb675db-da18-45cf-92f1-08d9e1ed8960} <Debug> TCPHandler: Processed in 0.005736754 sec. | ||
| 18207 | 2024.12.07 00:59:51.514737 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 18208 | 2024.12.07 00:59:51.514800 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18209 | 2024.12.07 00:59:51.514922 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18210 | 2024.12.07 00:59:51.514971 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18211 | 2024.12.07 00:59:51.515431 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18212 | 2024.12.07 00:59:51.515470 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18213 | 2024.12.07 00:59:51.515833 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18214 | 2024.12.07 00:59:51.516068 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18215 | 2024.12.07 00:59:51.516289 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec. | ||
| 18216 | 2024.12.07 00:59:51.516347 [ 276 ] {acfbc29f-0402-4a19-af66-09a33d5b02d3} <Debug> TCPHandler: Processed in 0.001650952 sec. | ||
| 18217 | 2024.12.07 00:59:51.516505 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18218 | 2024.12.07 00:59:51.516618 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18219 | 2024.12.07 00:59:51.516684 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18220 | 2024.12.07 00:59:51.517891 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18221 | 2024.12.07 00:59:51.517928 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18222 | 2024.12.07 00:59:51.518632 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18223 | 2024.12.07 00:59:51.518893 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18224 | 2024.12.07 00:59:51.519133 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002538 sec., 21670.606776989756 rows/sec., 38.83 MiB/sec. | ||
| 18225 | 2024.12.07 00:59:51.519225 [ 280 ] {ae6bfb34-243a-4936-987e-99c108483e6c} <Debug> TCPHandler: Processed in 0.002794285 sec. | ||
| 18226 | 2024.12.07 00:59:51.519347 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18227 | 2024.12.07 00:59:51.519455 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18228 | 2024.12.07 00:59:51.519507 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18229 | 2024.12.07 00:59:51.519938 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18230 | 2024.12.07 00:59:51.519977 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18231 | 2024.12.07 00:59:51.520354 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18232 | 2024.12.07 00:59:51.520603 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18233 | 2024.12.07 00:59:51.520788 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001356 sec., 60471.97640117994 rows/sec., 3.84 MiB/sec. | ||
| 18234 | 2024.12.07 00:59:51.520836 [ 276 ] {77887960-d6bd-407b-a4d2-60b9d5563515} <Debug> TCPHandler: Processed in 0.00153937 sec. | ||
| 18235 | 2024.12.07 00:59:52.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.11 MiB, peak 289.73 MiB, free memory in arenas 0.00 B, will set to 271.93 MiB (RSS), difference: -1.17 MiB | ||
| 18236 | 2024.12.07 00:59:54.069529 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18237 | 2024.12.07 00:59:54.069633 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18238 | 2024.12.07 00:59:54.360443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066 | ||
| 18239 | 2024.12.07 00:59:54.361507 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18240 | 2024.12.07 00:59:54.361554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18241 | 2024.12.07 00:59:54.362087 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 18242 | 2024.12.07 00:59:54.362353 [ 244 ] {} <Trace> system.asynchronous_metric_log (63c7a991-b047-447f-9ace-64a6679ad619): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18243 | 2024.12.07 00:59:54.362671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 18244 | 2024.12.07 00:59:56.460100 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18245 | 2024.12.07 00:59:56.460314 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18246 | 2024.12.07 00:59:56.460397 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18247 | 2024.12.07 00:59:56.461301 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18248 | 2024.12.07 00:59:56.461364 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18249 | 2024.12.07 00:59:56.461906 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18250 | 2024.12.07 00:59:56.462185 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18251 | 2024.12.07 00:59:56.462421 [ 134 ] {} <Debug> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18252 | 2024.12.07 00:59:56.462467 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002205 sec., 25396.8253968254 rows/sec., 1.94 MiB/sec. | ||
| 18253 | 2024.12.07 00:59:56.462513 [ 134 ] {} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18254 | 2024.12.07 00:59:56.462576 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18255 | 2024.12.07 00:59:56.462632 [ 276 ] {3bcf9308-d868-4c3b-8e34-3f87561b43e9} <Debug> TCPHandler: Processed in 0.002672432 sec. | ||
| 18256 | 2024.12.07 00:59:56.462859 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 18257 | 2024.12.07 00:59:56.462874 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18258 | 2024.12.07 00:59:56.463155 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18259 | 2024.12.07 00:59:56.463166 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18260 | 2024.12.07 00:59:56.463218 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1437 rows starting from the beginning of the part | ||
| 18261 | 2024.12.07 00:59:56.463263 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18262 | 2024.12.07 00:59:56.463512 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 56 rows starting from the beginning of the part | ||
| 18263 | 2024.12.07 00:59:56.463883 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 309 rows starting from the beginning of the part | ||
| 18264 | 2024.12.07 00:59:56.464220 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 57 rows starting from the beginning of the part | ||
| 18265 | 2024.12.07 00:59:56.464575 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 317 rows starting from the beginning of the part | ||
| 18266 | 2024.12.07 00:59:56.464940 [ 192 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 56 rows starting from the beginning of the part | ||
| 18267 | 2024.12.07 00:59:56.466483 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18268 | 2024.12.07 00:59:56.466553 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18269 | 2024.12.07 00:59:56.467689 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18270 | 2024.12.07 00:59:56.468076 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18271 | 2024.12.07 00:59:56.468596 [ 134 ] {} <Debug> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18272 | 2024.12.07 00:59:56.468626 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005933497 sec., 376169.39892276004 rows/sec., 33.15 MiB/sec. | ||
| 18273 | 2024.12.07 00:59:56.468691 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005603 sec., 11422.452257719078 rows/sec., 912.95 KiB/sec. | ||
| 18274 | 2024.12.07 00:59:56.468701 [ 134 ] {} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18275 | 2024.12.07 00:59:56.468787 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18276 | 2024.12.07 00:59:56.468895 [ 280 ] {138f39b4-5bda-4a8e-9554-48d6f49a5115} <Debug> TCPHandler: Processed in 0.006118131 sec. | ||
| 18277 | 2024.12.07 00:59:56.468973 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18278 | 2024.12.07 00:59:56.469121 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18279 | 2024.12.07 00:59:56.469135 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 18280 | 2024.12.07 00:59:56.469308 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18281 | 2024.12.07 00:59:56.469342 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18282 | 2024.12.07 00:59:56.469401 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 916 rows starting from the beginning of the part | ||
| 18283 | 2024.12.07 00:59:56.469402 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18284 | 2024.12.07 00:59:56.469603 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18285 | 2024.12.07 00:59:56.469702 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 64 rows starting from the beginning of the part | ||
| 18286 | 2024.12.07 00:59:56.469980 [ 193 ] {47ac8278-1ce5-4045-8413-66b01a894693::all_1_161_32} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18287 | 2024.12.07 00:59:56.470151 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 444 rows starting from the beginning of the part | ||
| 18288 | 2024.12.07 00:59:56.470405 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 18289 | 2024.12.07 00:59:56.470594 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 66 rows starting from the beginning of the part | ||
| 18290 | 2024.12.07 00:59:56.470819 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 451 rows starting from the beginning of the part | ||
| 18291 | 2024.12.07 00:59:56.471023 [ 189 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 64 rows starting from the beginning of the part | ||
| 18292 | 2024.12.07 00:59:56.471620 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18293 | 2024.12.07 00:59:56.471667 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18294 | 2024.12.07 00:59:56.472277 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18295 | 2024.12.07 00:59:56.472546 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18296 | 2024.12.07 00:59:56.472951 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003697 sec., 43278.333784149305 rows/sec., 3.01 MiB/sec. | ||
| 18297 | 2024.12.07 00:59:56.472964 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2005 rows, containing 5 columns (5 merged, 0 gathered) in 0.004029919 sec., 497528.61037653615 rows/sec., 38.12 MiB/sec. | ||
| 18298 | 2024.12.07 00:59:56.473079 [ 276 ] {1b16b549-595c-4754-8f9d-ed3ca14160b8} <Debug> TCPHandler: Processed in 0.004044279 sec. | ||
| 18299 | 2024.12.07 00:59:56.473283 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18300 | 2024.12.07 00:59:56.473287 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18301 | 2024.12.07 00:59:56.473553 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18302 | 2024.12.07 00:59:56.473658 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18303 | 2024.12.07 00:59:56.473857 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18304 | 2024.12.07 00:59:56.474099 [ 190 ] {160b6b53-61eb-437b-aa67-c41a84f4f6e7::all_1_161_32} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18305 | 2024.12.07 00:59:56.474268 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 18306 | 2024.12.07 00:59:56.474516 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18307 | 2024.12.07 00:59:56.474559 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18308 | 2024.12.07 00:59:56.474929 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18309 | 2024.12.07 00:59:56.475172 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18310 | 2024.12.07 00:59:56.475359 [ 134 ] {} <Debug> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18311 | 2024.12.07 00:59:56.475379 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00191 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec. | ||
| 18312 | 2024.12.07 00:59:56.475420 [ 134 ] {} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18313 | 2024.12.07 00:59:56.475506 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.28 GiB. | ||
| 18314 | 2024.12.07 00:59:56.475510 [ 280 ] {75bdf9ce-18bb-490d-8c85-4ed6660b736c} <Debug> TCPHandler: Processed in 0.002315845 sec. | ||
| 18315 | 2024.12.07 00:59:56.475771 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 18316 | 2024.12.07 00:59:56.476149 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18317 | 2024.12.07 00:59:56.476234 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9424 rows starting from the beginning of the part | ||
| 18318 | 2024.12.07 00:59:56.476502 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part | ||
| 18319 | 2024.12.07 00:59:56.476896 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 82 rows starting from the beginning of the part | ||
| 18320 | 2024.12.07 00:59:56.477293 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part | ||
| 18321 | 2024.12.07 00:59:56.477605 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 82 rows starting from the beginning of the part | ||
| 18322 | 2024.12.07 00:59:56.477752 [ 195 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part | ||
| 18323 | 2024.12.07 00:59:56.480678 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9768 rows, containing 4 columns (4 merged, 0 gathered) in 0.005043829 sec., 1936623.9418505267 rows/sec., 126.20 MiB/sec. | ||
| 18324 | 2024.12.07 00:59:56.480871 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18325 | 2024.12.07 00:59:56.481183 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18326 | 2024.12.07 00:59:56.481268 [ 191 ] {aca60609-31a6-4b8f-af63-0cea2fd5bdbb::all_1_161_32} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18327 | 2024.12.07 00:59:56.481355 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 18328 | 2024.12.07 00:59:57.267576 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18329 | 2024.12.07 00:59:57.268024 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check') FORMAT Native; (stage: Complete) | ||
| 18330 | 2024.12.07 00:59:57.268537 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18331 | 2024.12.07 00:59:57.268592 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check')" moved to PREWHERE | ||
| 18332 | 2024.12.07 00:59:57.268976 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18333 | 2024.12.07 00:59:57.269055 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18334 | 2024.12.07 00:59:57.269230 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 18335 | 2024.12.07 00:59:57.269441 [ 298 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18336 | 2024.12.07 00:59:57.269449 [ 294 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18337 | 2024.12.07 00:59:57.269638 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18338 | 2024.12.07 00:59:57.269668 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18339 | 2024.12.07 00:59:57.269724 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check'))" | ||
| 18340 | 2024.12.07 00:59:57.269751 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18341 | 2024.12.07 00:59:57.270599 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002803 sec., 14983.945772386729 rows/sec., 571.72 KiB/sec. | ||
| 18342 | 2024.12.07 00:59:57.270723 [ 276 ] {fa73759d-cf69-4d43-8526-bb9f2a315943} <Debug> TCPHandler: Processed in 0.003338926 sec. | ||
| 18343 | 2024.12.07 00:59:57.271744 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18344 | 2024.12.07 00:59:57.271960 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18345 | 2024.12.07 00:59:57.272306 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18346 | 2024.12.07 00:59:57.272359 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18347 | 2024.12.07 00:59:57.272711 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18348 | 2024.12.07 00:59:57.272779 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18349 | 2024.12.07 00:59:57.272923 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 18350 | 2024.12.07 00:59:57.273044 [ 294 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18351 | 2024.12.07 00:59:57.273053 [ 298 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18352 | 2024.12.07 00:59:57.273176 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18353 | 2024.12.07 00:59:57.273203 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18354 | 2024.12.07 00:59:57.273253 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18355 | 2024.12.07 00:59:57.273278 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18356 | 2024.12.07 00:59:57.273987 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002137 sec., 19653.72016846046 rows/sec., 749.90 KiB/sec. | ||
| 18357 | 2024.12.07 00:59:57.274112 [ 280 ] {33b02fcd-4e16-4d71-b80b-d99dd47fcbe2} <Debug> TCPHandler: Processed in 0.002435568 sec. | ||
| 18358 | 2024.12.07 00:59:57.274364 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18359 | 2024.12.07 00:59:57.274537 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18360 | 2024.12.07 00:59:57.274849 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18361 | 2024.12.07 00:59:57.274913 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18362 | 2024.12.07 00:59:57.275252 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18363 | 2024.12.07 00:59:57.275317 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18364 | 2024.12.07 00:59:57.275458 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 18365 | 2024.12.07 00:59:57.275569 [ 294 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18366 | 2024.12.07 00:59:57.275580 [ 298 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18367 | 2024.12.07 00:59:57.275682 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18368 | 2024.12.07 00:59:57.275709 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18369 | 2024.12.07 00:59:57.275759 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18370 | 2024.12.07 00:59:57.275782 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18371 | 2024.12.07 00:59:57.276358 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.001905 sec., 22047.24409448819 rows/sec., 841.23 KiB/sec. | ||
| 18372 | 2024.12.07 00:59:57.276476 [ 276 ] {e5aedc9c-61d6-4a0c-8dab-2d9b73b49454} <Debug> TCPHandler: Processed in 0.002164373 sec. | ||
| 18373 | 2024.12.07 00:59:57.276774 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18374 | 2024.12.07 00:59:57.276953 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18375 | 2024.12.07 00:59:57.277271 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18376 | 2024.12.07 00:59:57.277324 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18377 | 2024.12.07 00:59:57.277669 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18378 | 2024.12.07 00:59:57.277736 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18379 | 2024.12.07 00:59:57.277880 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 18380 | 2024.12.07 00:59:57.277952 [ 294 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18381 | 2024.12.07 00:59:57.277991 [ 296 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18382 | 2024.12.07 00:59:57.278082 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18383 | 2024.12.07 00:59:57.278109 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18384 | 2024.12.07 00:59:57.278159 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18385 | 2024.12.07 00:59:57.278185 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18386 | 2024.12.07 00:59:57.278779 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.001918 sec., 21897.810218978102 rows/sec., 835.53 KiB/sec. | ||
| 18387 | 2024.12.07 00:59:57.278895 [ 280 ] {fd93e07a-0099-4a9f-905e-83d0c0890266} <Debug> TCPHandler: Processed in 0.002172583 sec. | ||
| 18388 | 2024.12.07 00:59:57.279261 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18389 | 2024.12.07 00:59:57.279471 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18390 | 2024.12.07 00:59:57.279881 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18391 | 2024.12.07 00:59:57.279973 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18392 | 2024.12.07 00:59:57.281241 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18393 | 2024.12.07 00:59:57.281307 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18394 | 2024.12.07 00:59:57.281449 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 18395 | 2024.12.07 00:59:57.281548 [ 296 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18396 | 2024.12.07 00:59:57.281566 [ 294 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18397 | 2024.12.07 00:59:57.281665 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18398 | 2024.12.07 00:59:57.281692 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18399 | 2024.12.07 00:59:57.281742 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18400 | 2024.12.07 00:59:57.281765 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18401 | 2024.12.07 00:59:57.282359 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002996 sec., 14018.691588785046 rows/sec., 534.89 KiB/sec. | ||
| 18402 | 2024.12.07 00:59:57.282475 [ 276 ] {3072d976-527f-4d08-9324-c43584250057} <Debug> TCPHandler: Processed in 0.003276245 sec. | ||
| 18403 | 2024.12.07 00:59:57.282765 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18404 | 2024.12.07 00:59:57.282978 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18405 | 2024.12.07 00:59:57.283321 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18406 | 2024.12.07 00:59:57.283374 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18407 | 2024.12.07 00:59:57.283722 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18408 | 2024.12.07 00:59:57.283787 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18409 | 2024.12.07 00:59:57.283928 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
| 18410 | 2024.12.07 00:59:57.284027 [ 294 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18411 | 2024.12.07 00:59:57.284042 [ 296 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18412 | 2024.12.07 00:59:57.284136 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18413 | 2024.12.07 00:59:57.284163 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18414 | 2024.12.07 00:59:57.284214 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18415 | 2024.12.07 00:59:57.284238 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18416 | 2024.12.07 00:59:57.285018 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002149 sec., 19543.97394136808 rows/sec., 745.71 KiB/sec. | ||
| 18417 | 2024.12.07 00:59:57.285167 [ 280 ] {b39a4025-8ee7-448a-ae73-51f58d5c2508} <Debug> TCPHandler: Processed in 0.002461538 sec. | ||
| 18418 | 2024.12.07 00:59:57.285408 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18419 | 2024.12.07 00:59:57.285622 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18420 | 2024.12.07 00:59:57.286020 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18421 | 2024.12.07 00:59:57.286086 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18422 | 2024.12.07 00:59:57.286449 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18423 | 2024.12.07 00:59:57.286514 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18424 | 2024.12.07 00:59:57.286656 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
| 18425 | 2024.12.07 00:59:57.286761 [ 294 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18426 | 2024.12.07 00:59:57.286766 [ 296 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18427 | 2024.12.07 00:59:57.286866 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18428 | 2024.12.07 00:59:57.286893 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18429 | 2024.12.07 00:59:57.286942 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18430 | 2024.12.07 00:59:57.286966 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18431 | 2024.12.07 00:59:57.287527 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002016 sec., 20833.333333333332 rows/sec., 794.91 KiB/sec. | ||
| 18432 | 2024.12.07 00:59:57.287647 [ 276 ] {f7b7d29a-fcc2-4c53-ad3c-f84296a884a7} <Debug> TCPHandler: Processed in 0.002299606 sec. | ||
| 18433 | 2024.12.07 00:59:57.287998 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18434 | 2024.12.07 00:59:57.288216 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18435 | 2024.12.07 00:59:57.288612 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18436 | 2024.12.07 00:59:57.288680 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18437 | 2024.12.07 00:59:57.289131 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18438 | 2024.12.07 00:59:57.289197 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18439 | 2024.12.07 00:59:57.289337 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
| 18440 | 2024.12.07 00:59:57.289452 [ 294 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18441 | 2024.12.07 00:59:57.289456 [ 296 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18442 | 2024.12.07 00:59:57.289567 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18443 | 2024.12.07 00:59:57.289594 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18444 | 2024.12.07 00:59:57.289644 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18445 | 2024.12.07 00:59:57.289667 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18446 | 2024.12.07 00:59:57.290255 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002153 sec., 19507.663725034836 rows/sec., 744.33 KiB/sec. | ||
| 18447 | 2024.12.07 00:59:57.290371 [ 280 ] {08043c0d-f548-4c60-873a-341afe976898} <Debug> TCPHandler: Processed in 0.002436108 sec. | ||
| 18448 | 2024.12.07 00:59:57.290728 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18449 | 2024.12.07 00:59:57.290944 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18450 | 2024.12.07 00:59:57.291302 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18451 | 2024.12.07 00:59:57.291357 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18452 | 2024.12.07 00:59:57.291719 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18453 | 2024.12.07 00:59:57.291783 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18454 | 2024.12.07 00:59:57.291924 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
| 18455 | 2024.12.07 00:59:57.292003 [ 296 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18456 | 2024.12.07 00:59:57.292012 [ 298 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18457 | 2024.12.07 00:59:57.292099 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18458 | 2024.12.07 00:59:57.292126 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18459 | 2024.12.07 00:59:57.292174 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
| 18460 | 2024.12.07 00:59:57.292199 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18461 | 2024.12.07 00:59:57.292828 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.001998 sec., 21021.021021021017 rows/sec., 802.07 KiB/sec. | ||
| 18462 | 2024.12.07 00:59:57.292946 [ 276 ] {ab3a7e90-73ba-4681-b66e-fabb1e1aa73f} <Debug> TCPHandler: Processed in 0.002280625 sec. | ||
| 18463 | 2024.12.07 00:59:57.293223 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18464 | 2024.12.07 00:59:57.293401 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18465 | 2024.12.07 00:59:57.293723 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18466 | 2024.12.07 00:59:57.293777 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18467 | 2024.12.07 00:59:57.294142 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18468 | 2024.12.07 00:59:57.294206 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18469 | 2024.12.07 00:59:57.294348 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
| 18470 | 2024.12.07 00:59:57.294428 [ 296 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18471 | 2024.12.07 00:59:57.294436 [ 298 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18472 | 2024.12.07 00:59:57.294527 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18473 | 2024.12.07 00:59:57.294553 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18474 | 2024.12.07 00:59:57.294603 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18475 | 2024.12.07 00:59:57.294627 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18476 | 2024.12.07 00:59:57.295211 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.001901 sec., 22093.634928984746 rows/sec., 843.00 KiB/sec. | ||
| 18477 | 2024.12.07 00:59:57.295327 [ 280 ] {1b44eabb-5912-48c7-8773-11b3aa5575aa} <Debug> TCPHandler: Processed in 0.002156182 sec. | ||
| 18478 | 2024.12.07 00:59:57.295576 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18479 | 2024.12.07 00:59:57.295794 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18480 | 2024.12.07 00:59:57.296183 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18481 | 2024.12.07 00:59:57.296239 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18482 | 2024.12.07 00:59:57.296610 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18483 | 2024.12.07 00:59:57.296675 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18484 | 2024.12.07 00:59:57.296815 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
| 18485 | 2024.12.07 00:59:57.296897 [ 296 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18486 | 2024.12.07 00:59:57.296899 [ 298 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18487 | 2024.12.07 00:59:57.296993 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18488 | 2024.12.07 00:59:57.297020 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18489 | 2024.12.07 00:59:57.297069 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18490 | 2024.12.07 00:59:57.297120 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18491 | 2024.12.07 00:59:57.297724 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002045 sec., 20537.897310513446 rows/sec., 783.64 KiB/sec. | ||
| 18492 | 2024.12.07 00:59:57.297841 [ 276 ] {2c48fa3c-21e3-40c4-bc69-971021a979c2} <Debug> TCPHandler: Processed in 0.002325746 sec. | ||
| 18493 | 2024.12.07 00:59:57.298129 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18494 | 2024.12.07 00:59:57.298313 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18495 | 2024.12.07 00:59:57.298636 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18496 | 2024.12.07 00:59:57.298691 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18497 | 2024.12.07 00:59:57.299063 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18498 | 2024.12.07 00:59:57.299128 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18499 | 2024.12.07 00:59:57.299269 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
| 18500 | 2024.12.07 00:59:57.299347 [ 296 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18501 | 2024.12.07 00:59:57.299356 [ 298 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18502 | 2024.12.07 00:59:57.299444 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18503 | 2024.12.07 00:59:57.299470 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18504 | 2024.12.07 00:59:57.299519 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <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', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18505 | 2024.12.07 00:59:57.299542 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18506 | 2024.12.07 00:59:57.300106 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.001887 sec., 22257.551669316374 rows/sec., 849.25 KiB/sec. | ||
| 18507 | 2024.12.07 00:59:57.300219 [ 280 ] {c1f02606-5db0-4758-a46b-c03158ea64cf} <Debug> TCPHandler: Processed in 0.002153313 sec. | ||
| 18508 | 2024.12.07 00:59:57.300441 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18509 | 2024.12.07 00:59:57.300662 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18510 | 2024.12.07 00:59:57.301062 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18511 | 2024.12.07 00:59:57.301130 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18512 | 2024.12.07 00:59:57.301505 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18513 | 2024.12.07 00:59:57.301570 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18514 | 2024.12.07 00:59:57.301713 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
| 18515 | 2024.12.07 00:59:57.301793 [ 296 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18516 | 2024.12.07 00:59:57.301794 [ 298 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18517 | 2024.12.07 00:59:57.301884 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18518 | 2024.12.07 00:59:57.301911 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18519 | 2024.12.07 00:59:57.301961 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18520 | 2024.12.07 00:59:57.301986 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18521 | 2024.12.07 00:59:57.302554 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002009 sec., 20905.923344947736 rows/sec., 797.68 KiB/sec. | ||
| 18522 | 2024.12.07 00:59:57.302669 [ 276 ] {35f4e3c1-f992-4f4e-8fc7-1aff2254fe21} <Debug> TCPHandler: Processed in 0.002288075 sec. | ||
| 18523 | 2024.12.07 00:59:57.302934 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18524 | 2024.12.07 00:59:57.303145 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18525 | 2024.12.07 00:59:57.303470 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18526 | 2024.12.07 00:59:57.303526 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18527 | 2024.12.07 00:59:57.303902 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18528 | 2024.12.07 00:59:57.303968 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18529 | 2024.12.07 00:59:57.304109 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
| 18530 | 2024.12.07 00:59:57.304196 [ 296 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18531 | 2024.12.07 00:59:57.304196 [ 298 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18532 | 2024.12.07 00:59:57.304293 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18533 | 2024.12.07 00:59:57.304320 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18534 | 2024.12.07 00:59:57.304369 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18535 | 2024.12.07 00:59:57.304393 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18536 | 2024.12.07 00:59:57.304974 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.001939 sec., 21660.649819494585 rows/sec., 826.48 KiB/sec. | ||
| 18537 | 2024.12.07 00:59:57.305086 [ 280 ] {d4b27394-0a6a-4175-b300-4a03cb0bdadb} <Debug> TCPHandler: Processed in 0.002214104 sec. | ||
| 18538 | 2024.12.07 00:59:57.305327 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18539 | 2024.12.07 00:59:57.305545 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18540 | 2024.12.07 00:59:57.305950 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18541 | 2024.12.07 00:59:57.306019 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18542 | 2024.12.07 00:59:57.306421 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18543 | 2024.12.07 00:59:57.306486 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18544 | 2024.12.07 00:59:57.306628 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
| 18545 | 2024.12.07 00:59:57.306742 [ 296 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18546 | 2024.12.07 00:59:57.306745 [ 294 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18547 | 2024.12.07 00:59:57.306859 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18548 | 2024.12.07 00:59:57.306889 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18549 | 2024.12.07 00:59:57.306941 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18550 | 2024.12.07 00:59:57.306967 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18551 | 2024.12.07 00:59:57.307545 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002117 sec., 19839.395370807746 rows/sec., 756.99 KiB/sec. | ||
| 18552 | 2024.12.07 00:59:57.307665 [ 276 ] {d63cde72-6762-480f-b774-f4d913fd7eac} <Debug> TCPHandler: Processed in 0.002399818 sec. | ||
| 18553 | 2024.12.07 00:59:57.307930 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18554 | 2024.12.07 00:59:57.308148 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18555 | 2024.12.07 00:59:57.308483 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18556 | 2024.12.07 00:59:57.308540 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18557 | 2024.12.07 00:59:57.308921 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18558 | 2024.12.07 00:59:57.308985 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18559 | 2024.12.07 00:59:57.309125 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
| 18560 | 2024.12.07 00:59:57.309240 [ 296 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18561 | 2024.12.07 00:59:57.309243 [ 294 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18562 | 2024.12.07 00:59:57.309354 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18563 | 2024.12.07 00:59:57.309381 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18564 | 2024.12.07 00:59:57.309432 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18565 | 2024.12.07 00:59:57.309457 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18566 | 2024.12.07 00:59:57.310035 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002003 sec., 20968.547179231155 rows/sec., 800.07 KiB/sec. | ||
| 18567 | 2024.12.07 00:59:57.310148 [ 280 ] {c3afc68c-a1be-4429-9a67-10ebefbb8814} <Debug> TCPHandler: Processed in 0.002281235 sec. | ||
| 18568 | 2024.12.07 00:59:57.310384 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18569 | 2024.12.07 00:59:57.310604 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18570 | 2024.12.07 00:59:57.311021 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18571 | 2024.12.07 00:59:57.311093 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18572 | 2024.12.07 00:59:57.311489 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18573 | 2024.12.07 00:59:57.311554 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18574 | 2024.12.07 00:59:57.311696 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
| 18575 | 2024.12.07 00:59:57.311807 [ 294 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18576 | 2024.12.07 00:59:57.311815 [ 298 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18577 | 2024.12.07 00:59:57.311912 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18578 | 2024.12.07 00:59:57.311937 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18579 | 2024.12.07 00:59:57.311989 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18580 | 2024.12.07 00:59:57.312014 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18581 | 2024.12.07 00:59:57.312587 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.0021 sec., 20000 rows/sec., 763.11 KiB/sec. | ||
| 18582 | 2024.12.07 00:59:57.312703 [ 276 ] {44f4460d-dc34-49f7-ab4d-c6e0f2afe17b} <Debug> TCPHandler: Processed in 0.002380107 sec. | ||
| 18583 | 2024.12.07 00:59:57.312973 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18584 | 2024.12.07 00:59:57.313179 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18585 | 2024.12.07 00:59:57.313517 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18586 | 2024.12.07 00:59:57.313575 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18587 | 2024.12.07 00:59:57.313967 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18588 | 2024.12.07 00:59:57.314031 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18589 | 2024.12.07 00:59:57.314170 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
| 18590 | 2024.12.07 00:59:57.314269 [ 294 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18591 | 2024.12.07 00:59:57.314285 [ 298 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18592 | 2024.12.07 00:59:57.314382 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18593 | 2024.12.07 00:59:57.314407 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18594 | 2024.12.07 00:59:57.314456 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18595 | 2024.12.07 00:59:57.314481 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18596 | 2024.12.07 00:59:57.315090 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002016 sec., 20833.333333333332 rows/sec., 794.91 KiB/sec. | ||
| 18597 | 2024.12.07 00:59:57.315208 [ 280 ] {af22fecf-008f-41a5-a988-36739318e2bc} <Debug> TCPHandler: Processed in 0.002294995 sec. | ||
| 18598 | 2024.12.07 00:59:57.315452 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18599 | 2024.12.07 00:59:57.315672 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18600 | 2024.12.07 00:59:57.316086 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18601 | 2024.12.07 00:59:57.316152 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18602 | 2024.12.07 00:59:57.316544 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18603 | 2024.12.07 00:59:57.316608 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18604 | 2024.12.07 00:59:57.316748 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
| 18605 | 2024.12.07 00:59:57.316840 [ 294 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18606 | 2024.12.07 00:59:57.316857 [ 298 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18607 | 2024.12.07 00:59:57.316956 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18608 | 2024.12.07 00:59:57.316983 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18609 | 2024.12.07 00:59:57.317033 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18610 | 2024.12.07 00:59:57.317058 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18611 | 2024.12.07 00:59:57.317624 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00207 sec., 20289.85507246377 rows/sec., 774.17 KiB/sec. | ||
| 18612 | 2024.12.07 00:59:57.317742 [ 276 ] {975a1676-3a5a-40c3-a048-e2c47b4b807e} <Debug> TCPHandler: Processed in 0.002352706 sec. | ||
| 18613 | 2024.12.07 00:59:57.318015 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18614 | 2024.12.07 00:59:57.318213 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18615 | 2024.12.07 00:59:57.318555 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18616 | 2024.12.07 00:59:57.318616 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18617 | 2024.12.07 00:59:57.319013 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18618 | 2024.12.07 00:59:57.319077 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18619 | 2024.12.07 00:59:57.319217 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
| 18620 | 2024.12.07 00:59:57.319328 [ 294 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18621 | 2024.12.07 00:59:57.319332 [ 298 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18622 | 2024.12.07 00:59:57.319448 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18623 | 2024.12.07 00:59:57.319474 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18624 | 2024.12.07 00:59:57.319526 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18625 | 2024.12.07 00:59:57.319551 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18626 | 2024.12.07 00:59:57.320153 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002036 sec., 20628.683693516698 rows/sec., 787.10 KiB/sec. | ||
| 18627 | 2024.12.07 00:59:57.320267 [ 280 ] {f3fa88f7-5557-4b36-8a9c-b478a5dcae0b} <Debug> TCPHandler: Processed in 0.002314485 sec. | ||
| 18628 | 2024.12.07 00:59:57.320925 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18629 | 2024.12.07 00:59:57.321145 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18630 | 2024.12.07 00:59:57.321490 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18631 | 2024.12.07 00:59:57.321551 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18632 | 2024.12.07 00:59:57.321947 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18633 | 2024.12.07 00:59:57.322012 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18634 | 2024.12.07 00:59:57.322150 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
| 18635 | 2024.12.07 00:59:57.322268 [ 298 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18636 | 2024.12.07 00:59:57.322270 [ 294 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18637 | 2024.12.07 00:59:57.322389 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18638 | 2024.12.07 00:59:57.322416 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18639 | 2024.12.07 00:59:57.322467 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18640 | 2024.12.07 00:59:57.322492 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18641 | 2024.12.07 00:59:57.323094 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002066 sec., 20329.138431752177 rows/sec., 775.67 KiB/sec. | ||
| 18642 | 2024.12.07 00:59:57.323213 [ 276 ] {b9d16122-9822-487a-92ff-da13e99e2340} <Debug> TCPHandler: Processed in 0.002348986 sec. | ||
| 18643 | 2024.12.07 00:59:57.323466 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18644 | 2024.12.07 00:59:57.323688 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18645 | 2024.12.07 00:59:57.324112 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18646 | 2024.12.07 00:59:57.324176 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18647 | 2024.12.07 00:59:57.324577 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18648 | 2024.12.07 00:59:57.324642 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18649 | 2024.12.07 00:59:57.324779 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
| 18650 | 2024.12.07 00:59:57.324879 [ 294 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18651 | 2024.12.07 00:59:57.324890 [ 298 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18652 | 2024.12.07 00:59:57.324996 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18653 | 2024.12.07 00:59:57.325025 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18654 | 2024.12.07 00:59:57.325077 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18655 | 2024.12.07 00:59:57.325102 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18656 | 2024.12.07 00:59:57.325720 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002152 sec., 19516.728624535317 rows/sec., 744.67 KiB/sec. | ||
| 18657 | 2024.12.07 00:59:57.325838 [ 280 ] {145700bb-1b58-4ee0-b2f8-3e1cc1e2aaf8} <Debug> TCPHandler: Processed in 0.002435278 sec. | ||
| 18658 | 2024.12.07 00:59:57.326130 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18659 | 2024.12.07 00:59:57.326319 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18660 | 2024.12.07 00:59:57.326667 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18661 | 2024.12.07 00:59:57.326728 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18662 | 2024.12.07 00:59:57.327136 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18663 | 2024.12.07 00:59:57.327201 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18664 | 2024.12.07 00:59:57.327339 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 65-element set) | ||
| 18665 | 2024.12.07 00:59:57.327448 [ 294 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18666 | 2024.12.07 00:59:57.327462 [ 298 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18667 | 2024.12.07 00:59:57.327570 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18668 | 2024.12.07 00:59:57.327596 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18669 | 2024.12.07 00:59:57.327646 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18670 | 2024.12.07 00:59:57.327670 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18671 | 2024.12.07 00:59:57.328269 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002051 sec., 20477.815699658706 rows/sec., 781.35 KiB/sec. | ||
| 18672 | 2024.12.07 00:59:57.328389 [ 276 ] {e5fde1b3-b884-451e-ba36-c42e369b90ca} <Debug> TCPHandler: Processed in 0.002321135 sec. | ||
| 18673 | 2024.12.07 00:59:57.328816 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18674 | 2024.12.07 00:59:57.329045 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18675 | 2024.12.07 00:59:57.329401 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18676 | 2024.12.07 00:59:57.329462 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18677 | 2024.12.07 00:59:57.329869 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18678 | 2024.12.07 00:59:57.329939 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18679 | 2024.12.07 00:59:57.330163 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 66-element set) | ||
| 18680 | 2024.12.07 00:59:57.330261 [ 294 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18681 | 2024.12.07 00:59:57.330278 [ 298 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18682 | 2024.12.07 00:59:57.330380 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18683 | 2024.12.07 00:59:57.330407 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18684 | 2024.12.07 00:59:57.330472 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18685 | 2024.12.07 00:59:57.330507 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18686 | 2024.12.07 00:59:57.331255 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002339 sec., 17956.391620350576 rows/sec., 685.14 KiB/sec. | ||
| 18687 | 2024.12.07 00:59:57.331402 [ 280 ] {963e8e93-e089-41cd-bad4-5cf9387c3c12} <Debug> TCPHandler: Processed in 0.002645253 sec. | ||
| 18688 | 2024.12.07 00:59:57.331691 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18689 | 2024.12.07 00:59:57.331932 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18690 | 2024.12.07 00:59:57.332410 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18691 | 2024.12.07 00:59:57.332492 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18692 | 2024.12.07 00:59:57.333075 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18693 | 2024.12.07 00:59:57.333154 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18694 | 2024.12.07 00:59:57.333319 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 67-element set) | ||
| 18695 | 2024.12.07 00:59:57.333413 [ 296 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18696 | 2024.12.07 00:59:57.333415 [ 298 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18697 | 2024.12.07 00:59:57.333512 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18698 | 2024.12.07 00:59:57.333538 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18699 | 2024.12.07 00:59:57.333593 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18700 | 2024.12.07 00:59:57.333648 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18701 | 2024.12.07 00:59:57.334341 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002549 sec., 16477.04982346018 rows/sec., 628.69 KiB/sec. | ||
| 18702 | 2024.12.07 00:59:57.334463 [ 276 ] {51f969b4-e23e-4019-b705-a059edc1e6b4} <Debug> TCPHandler: Processed in 0.002835036 sec. | ||
| 18703 | 2024.12.07 00:59:57.334743 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18704 | 2024.12.07 00:59:57.334942 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18705 | 2024.12.07 00:59:57.335296 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18706 | 2024.12.07 00:59:57.335361 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18707 | 2024.12.07 00:59:57.335783 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18708 | 2024.12.07 00:59:57.335848 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18709 | 2024.12.07 00:59:57.335992 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 68-element set) | ||
| 18710 | 2024.12.07 00:59:57.336089 [ 296 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18711 | 2024.12.07 00:59:57.336102 [ 298 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18712 | 2024.12.07 00:59:57.336193 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18713 | 2024.12.07 00:59:57.336221 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18714 | 2024.12.07 00:59:57.336273 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18715 | 2024.12.07 00:59:57.336298 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18716 | 2024.12.07 00:59:57.336948 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002113 sec., 19876.952200662567 rows/sec., 758.42 KiB/sec. | ||
| 18717 | 2024.12.07 00:59:57.337094 [ 280 ] {2007faae-e667-436d-93b7-2624bf60c829} <Debug> TCPHandler: Processed in 0.002402967 sec. | ||
| 18718 | 2024.12.07 00:59:57.337562 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18719 | 2024.12.07 00:59:57.337765 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18720 | 2024.12.07 00:59:57.338130 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18721 | 2024.12.07 00:59:57.338196 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18722 | 2024.12.07 00:59:57.338640 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18723 | 2024.12.07 00:59:57.338709 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18724 | 2024.12.07 00:59:57.338852 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 69-element set) | ||
| 18725 | 2024.12.07 00:59:57.338937 [ 296 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18726 | 2024.12.07 00:59:57.338946 [ 298 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18727 | 2024.12.07 00:59:57.339027 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18728 | 2024.12.07 00:59:57.339055 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18729 | 2024.12.07 00:59:57.339107 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18730 | 2024.12.07 00:59:57.339135 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18731 | 2024.12.07 00:59:57.339751 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002101 sec., 19990.480723465018 rows/sec., 762.75 KiB/sec. | ||
| 18732 | 2024.12.07 00:59:57.339878 [ 276 ] {213a29a2-25a8-4171-b6db-1a93589cf700} <Debug> TCPHandler: Processed in 0.002374837 sec. | ||
| 18733 | 2024.12.07 00:59:57.340196 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18734 | 2024.12.07 00:59:57.340387 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18735 | 2024.12.07 00:59:57.340750 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18736 | 2024.12.07 00:59:57.340815 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18737 | 2024.12.07 00:59:57.341240 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18738 | 2024.12.07 00:59:57.341307 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18739 | 2024.12.07 00:59:57.341447 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 70-element set) | ||
| 18740 | 2024.12.07 00:59:57.341532 [ 296 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18741 | 2024.12.07 00:59:57.341533 [ 298 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18742 | 2024.12.07 00:59:57.341625 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18743 | 2024.12.07 00:59:57.341653 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18744 | 2024.12.07 00:59:57.341703 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18745 | 2024.12.07 00:59:57.341729 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18746 | 2024.12.07 00:59:57.342333 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002049 sec., 20497.80380673499 rows/sec., 782.11 KiB/sec. | ||
| 18747 | 2024.12.07 00:59:57.342450 [ 280 ] {e731a7a2-cc3c-412c-af04-17e674945e8e} <Debug> TCPHandler: Processed in 0.002309146 sec. | ||
| 18748 | 2024.12.07 00:59:57.342923 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18749 | 2024.12.07 00:59:57.343116 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18750 | 2024.12.07 00:59:57.343477 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18751 | 2024.12.07 00:59:57.343540 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18752 | 2024.12.07 00:59:57.343971 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18753 | 2024.12.07 00:59:57.344038 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18754 | 2024.12.07 00:59:57.344179 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 71-element set) | ||
| 18755 | 2024.12.07 00:59:57.344262 [ 296 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18756 | 2024.12.07 00:59:57.344269 [ 298 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18757 | 2024.12.07 00:59:57.344354 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18758 | 2024.12.07 00:59:57.344381 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18759 | 2024.12.07 00:59:57.344433 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18760 | 2024.12.07 00:59:57.344458 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18761 | 2024.12.07 00:59:57.345053 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002041 sec., 20578.147966683002 rows/sec., 785.17 KiB/sec. | ||
| 18762 | 2024.12.07 00:59:57.345168 [ 276 ] {77f11697-b9cf-4e2f-bb28-6677ad5d39e2} <Debug> TCPHandler: Processed in 0.002296535 sec. | ||
| 18763 | 2024.12.07 00:59:57.345558 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18764 | 2024.12.07 00:59:57.345752 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18765 | 2024.12.07 00:59:57.346105 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18766 | 2024.12.07 00:59:57.346170 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18767 | 2024.12.07 00:59:57.346593 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18768 | 2024.12.07 00:59:57.346658 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18769 | 2024.12.07 00:59:57.346797 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 72-element set) | ||
| 18770 | 2024.12.07 00:59:57.346882 [ 296 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18771 | 2024.12.07 00:59:57.346890 [ 298 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18772 | 2024.12.07 00:59:57.346979 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18773 | 2024.12.07 00:59:57.347005 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18774 | 2024.12.07 00:59:57.347057 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18775 | 2024.12.07 00:59:57.347083 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18776 | 2024.12.07 00:59:57.347666 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002021 sec., 20781.791192478973 rows/sec., 792.94 KiB/sec. | ||
| 18777 | 2024.12.07 00:59:57.347782 [ 280 ] {bd4b21d8-d8a7-4f2c-bb91-bf80240d904b} <Debug> TCPHandler: Processed in 0.002275815 sec. | ||
| 18778 | 2024.12.07 00:59:57.348115 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18779 | 2024.12.07 00:59:57.348351 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18780 | 2024.12.07 00:59:57.348791 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18781 | 2024.12.07 00:59:57.348869 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18782 | 2024.12.07 00:59:57.349347 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18783 | 2024.12.07 00:59:57.349413 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18784 | 2024.12.07 00:59:57.349553 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Key condition: (column 0 notIn 73-element set) | ||
| 18785 | 2024.12.07 00:59:57.349657 [ 296 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18786 | 2024.12.07 00:59:57.349677 [ 294 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18787 | 2024.12.07 00:59:57.349781 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Debug> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 18788 | 2024.12.07 00:59:57.349809 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18789 | 2024.12.07 00:59:57.349862 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18790 | 2024.12.07 00:59:57.349890 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 18791 | 2024.12.07 00:59:57.350511 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002294 sec., 18308.631211857017 rows/sec., 698.58 KiB/sec. | ||
| 18792 | 2024.12.07 00:59:57.350630 [ 276 ] {4cdff37c-19a4-4e1c-a0a0-acf30dc68c50} <Debug> TCPHandler: Processed in 0.002565081 sec. | ||
| 18793 | 2024.12.07 00:59:57.390121 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18794 | 2024.12.07 00:59:57.390358 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 18795 | 2024.12.07 00:59:57.390457 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18796 | 2024.12.07 00:59:57.391520 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18797 | 2024.12.07 00:59:57.391564 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18798 | 2024.12.07 00:59:57.392087 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 18799 | 2024.12.07 00:59:57.392323 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Trace> oximeter.timeseries_schema (4cdf448a-8dec-458c-ae4f-cf4af5e0f5fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18800 | 2024.12.07 00:59:57.392570 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Debug> executeQuery: Read 31 rows, 4.74 KiB in 0.002275 sec., 13626.373626373626 rows/sec., 2.03 MiB/sec. | ||
| 18801 | 2024.12.07 00:59:57.392651 [ 276 ] {41f7004f-4682-4cc5-90ff-fb155b686aed} <Debug> TCPHandler: Processed in 0.002642743 sec. | ||
| 18802 | 2024.12.07 00:59:57.392827 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18803 | 2024.12.07 00:59:57.392961 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18804 | 2024.12.07 00:59:57.393015 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18805 | 2024.12.07 00:59:57.393596 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18806 | 2024.12.07 00:59:57.393635 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18807 | 2024.12.07 00:59:57.393994 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18808 | 2024.12.07 00:59:57.394238 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Trace> oximeter.fields_i16 (73596a5b-37b0-47d3-bcdc-20594d49b8b4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18809 | 2024.12.07 00:59:57.394473 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001536 sec., 9114.583333333334 rows/sec., 656.13 KiB/sec. | ||
| 18810 | 2024.12.07 00:59:57.394547 [ 280 ] {ad6cc654-427a-423f-ace2-aff8d13d832f} <Debug> TCPHandler: Processed in 0.001782825 sec. | ||
| 18811 | 2024.12.07 00:59:57.394712 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18812 | 2024.12.07 00:59:57.394843 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18813 | 2024.12.07 00:59:57.394896 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18814 | 2024.12.07 00:59:57.395463 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18815 | 2024.12.07 00:59:57.395501 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18816 | 2024.12.07 00:59:57.395865 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 18817 | 2024.12.07 00:59:57.396098 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Trace> oximeter.fields_ipaddr (e3f826df-dc0d-4394-be0b-d8c9addb16ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18818 | 2024.12.07 00:59:57.396303 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.00149 sec., 3355.7046979865772 rows/sec., 258.89 KiB/sec. | ||
| 18819 | 2024.12.07 00:59:57.396362 [ 276 ] {0bd087a0-c806-4abd-9293-5c9a77632acc} <Debug> TCPHandler: Processed in 0.001719474 sec. | ||
| 18820 | 2024.12.07 00:59:57.396488 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18821 | 2024.12.07 00:59:57.396594 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18822 | 2024.12.07 00:59:57.396638 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18823 | 2024.12.07 00:59:57.397778 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18824 | 2024.12.07 00:59:57.397817 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18825 | 2024.12.07 00:59:57.398280 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18826 | 2024.12.07 00:59:57.398525 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Trace> oximeter.fields_string (47ac8278-1ce5-4045-8413-66b01a894693): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18827 | 2024.12.07 00:59:57.398735 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Debug> executeQuery: Read 1564 rows, 133.42 KiB in 0.002163 sec., 723069.8104484512 rows/sec., 60.24 MiB/sec. | ||
| 18828 | 2024.12.07 00:59:57.398806 [ 280 ] {05b5f311-d40b-480c-bb3e-bfffcbc69594} <Debug> TCPHandler: Processed in 0.002366167 sec. | ||
| 18829 | 2024.12.07 00:59:57.398973 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18830 | 2024.12.07 00:59:57.399154 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18831 | 2024.12.07 00:59:57.399210 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18832 | 2024.12.07 00:59:57.399870 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18833 | 2024.12.07 00:59:57.399915 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18834 | 2024.12.07 00:59:57.400317 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 18835 | 2024.12.07 00:59:57.400557 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Trace> oximeter.fields_u16 (2060c4bc-f923-48b6-8752-02fd19c614ba): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18836 | 2024.12.07 00:59:57.400773 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Debug> executeQuery: Read 67 rows, 4.92 KiB in 0.001666 sec., 40216.08643457383 rows/sec., 2.88 MiB/sec. | ||
| 18837 | 2024.12.07 00:59:57.400902 [ 276 ] {afdc6944-6d69-48d4-8699-6871b5693bf9} <Debug> TCPHandler: Processed in 0.002002779 sec. | ||
| 18838 | 2024.12.07 00:59:57.401053 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18839 | 2024.12.07 00:59:57.401170 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18840 | 2024.12.07 00:59:57.401223 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18841 | 2024.12.07 00:59:57.401983 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18842 | 2024.12.07 00:59:57.402029 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18843 | 2024.12.07 00:59:57.402422 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18844 | 2024.12.07 00:59:57.402660 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Trace> oximeter.fields_u32 (3c70f14d-9c6d-47fc-9314-be846770c6f1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18845 | 2024.12.07 00:59:57.402870 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Debug> executeQuery: Read 292 rows, 20.05 KiB in 0.001728 sec., 168981.4814814815 rows/sec., 11.33 MiB/sec. | ||
| 18846 | 2024.12.07 00:59:57.402929 [ 280 ] {ffc383b9-d3b0-4bee-8685-407b4114c986} <Debug> TCPHandler: Processed in 0.001939568 sec. | ||
| 18847 | 2024.12.07 00:59:57.403072 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18848 | 2024.12.07 00:59:57.403193 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18849 | 2024.12.07 00:59:57.403245 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18850 | 2024.12.07 00:59:57.403877 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18851 | 2024.12.07 00:59:57.403924 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18852 | 2024.12.07 00:59:57.404301 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18853 | 2024.12.07 00:59:57.404545 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Trace> oximeter.fields_u8 (71b37d11-51fe-41b4-8ea3-e4866fb89812): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18854 | 2024.12.07 00:59:57.404758 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 18855 | 2024.12.07 00:59:57.404887 [ 276 ] {92c41978-6947-410f-9170-69a97a3e8ee7} <Debug> TCPHandler: Processed in 0.001866087 sec. | ||
| 18856 | 2024.12.07 00:59:57.405052 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18857 | 2024.12.07 00:59:57.405169 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18858 | 2024.12.07 00:59:57.405222 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18859 | 2024.12.07 00:59:57.406381 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18860 | 2024.12.07 00:59:57.406418 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18861 | 2024.12.07 00:59:57.406823 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18862 | 2024.12.07 00:59:57.407079 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Trace> oximeter.fields_uuid (160b6b53-61eb-437b-aa67-c41a84f4f6e7): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18863 | 2024.12.07 00:59:57.407296 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Debug> executeQuery: Read 1108 rows, 83.00 KiB in 0.002154 sec., 514391.82915506035 rows/sec., 37.63 MiB/sec. | ||
| 18864 | 2024.12.07 00:59:57.407370 [ 280 ] {1a5b8432-1603-4849-9aad-29259ce5af5f} <Debug> TCPHandler: Processed in 0.002394568 sec. | ||
| 18865 | 2024.12.07 00:59:57.407541 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18866 | 2024.12.07 00:59:57.407727 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18867 | 2024.12.07 00:59:57.407786 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18868 | 2024.12.07 00:59:57.408272 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18869 | 2024.12.07 00:59:57.408309 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18870 | 2024.12.07 00:59:57.408660 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18871 | 2024.12.07 00:59:57.408907 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Trace> oximeter.measurements_bool (f50cdd1b-f5d8-44eb-8d23-67a09ad051af): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18872 | 2024.12.07 00:59:57.409099 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 18873 | 2024.12.07 00:59:57.409148 [ 276 ] {a41dd766-f0d6-4649-9b20-3a3b412ab4fe} <Debug> TCPHandler: Processed in 0.001687243 sec. | ||
| 18874 | 2024.12.07 00:59:57.409292 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18875 | 2024.12.07 00:59:57.409420 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) | ||
| 18876 | 2024.12.07 00:59:57.409478 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 18877 | 2024.12.07 00:59:57.410038 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Trace> oximeter.measurements_cumulativei64 (1cc6d62d-6a57-4b3c-9fb1-ba6a687741e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18878 | 2024.12.07 00:59:57.410084 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18879 | 2024.12.07 00:59:57.410452 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 18880 | 2024.12.07 00:59:57.410698 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Trace> oximeter.measurements_cumulativei64 (1cc6d62d-6a57-4b3c-9fb1-ba6a687741e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18881 | 2024.12.07 00:59:57.410925 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.001533 sec., 13046.314416177429 rows/sec., 882.92 KiB/sec. | ||
| 18882 | 2024.12.07 00:59:57.410980 [ 280 ] {2cc660b7-61f9-408a-95ba-f0d1aca5dd3e} <Debug> TCPHandler: Processed in 0.001750754 sec. | ||
| 18883 | 2024.12.07 00:59:57.411103 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18884 | 2024.12.07 00:59:57.411229 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18885 | 2024.12.07 00:59:57.411284 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18886 | 2024.12.07 00:59:57.412116 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18887 | 2024.12.07 00:59:57.412157 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18888 | 2024.12.07 00:59:57.412584 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18889 | 2024.12.07 00:59:57.412831 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Trace> oximeter.measurements_cumulativeu64 (d444fef0-1bad-4c80-bc07-8dd95be49f2a): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18890 | 2024.12.07 00:59:57.413009 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Debug> executeQuery: Read 1011 rows, 68.79 KiB in 0.00181 sec., 558563.5359116022 rows/sec., 37.12 MiB/sec. | ||
| 18891 | 2024.12.07 00:59:57.413059 [ 276 ] {61fa97d7-49b5-445e-bcf4-c5ae8852a818} <Debug> TCPHandler: Processed in 0.0020061 sec. | ||
| 18892 | 2024.12.07 00:59:57.413214 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18893 | 2024.12.07 00:59:57.413340 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18894 | 2024.12.07 00:59:57.413395 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18895 | 2024.12.07 00:59:57.413893 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18896 | 2024.12.07 00:59:57.413936 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18897 | 2024.12.07 00:59:57.414318 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18898 | 2024.12.07 00:59:57.414564 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Trace> oximeter.measurements_f64 (54ee718e-f340-4b30-8cda-57bb351b8f89): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18899 | 2024.12.07 00:59:57.414757 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001443 sec., 693.000693000693 rows/sec., 46.70 KiB/sec. | ||
| 18900 | 2024.12.07 00:59:57.414833 [ 280 ] {bd843f9e-52c2-45e4-aef3-6265c9a76b48} <Debug> TCPHandler: Processed in 0.001677553 sec. | ||
| 18901 | 2024.12.07 00:59:57.415038 [ 276 ] {} <Trace> TCP-Session: 870ae587-b491-47c4-95d0-eb8010be9e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18902 | 2024.12.07 00:59:57.415263 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18903 | 2024.12.07 00:59:57.415349 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18904 | 2024.12.07 00:59:57.416718 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18905 | 2024.12.07 00:59:57.416756 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18906 | 2024.12.07 00:59:57.417431 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18907 | 2024.12.07 00:59:57.417684 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18908 | 2024.12.07 00:59:57.417823 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18909 | 2024.12.07 00:59:57.417872 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18910 | 2024.12.07 00:59:57.417896 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Debug> executeQuery: Read 60 rows, 107.30 KiB in 0.002686 sec., 22338.049143708115 rows/sec., 39.01 MiB/sec. | ||
| 18911 | 2024.12.07 00:59:57.417901 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18912 | 2024.12.07 00:59:57.418490 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 18913 | 2024.12.07 00:59:57.418575 [ 276 ] {d2621add-426d-4efb-a7f6-d5c9bded0019} <Debug> TCPHandler: Processed in 0.003662363 sec. | ||
| 18914 | 2024.12.07 00:59:57.418938 [ 280 ] {} <Trace> TCP-Session: d519d7cd-f83a-4bbf-8172-8ee9e2aaa73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18915 | 2024.12.07 00:59:57.419384 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18916 | 2024.12.07 00:59:57.419580 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18917 | 2024.12.07 00:59:57.420168 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18918 | 2024.12.07 00:59:57.420359 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2522 rows starting from the beginning of the part | ||
| 18919 | 2024.12.07 00:59:57.421006 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 41 rows starting from the beginning of the part | ||
| 18920 | 2024.12.07 00:59:57.421908 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 42 rows starting from the beginning of the part | ||
| 18921 | 2024.12.07 00:59:57.421925 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18922 | 2024.12.07 00:59:57.422016 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18923 | 2024.12.07 00:59:57.422575 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 53 rows starting from the beginning of the part | ||
| 18924 | 2024.12.07 00:59:57.423283 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 55 rows starting from the beginning of the part | ||
| 18925 | 2024.12.07 00:59:57.423567 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18926 | 2024.12.07 00:59:57.423879 [ 195 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 18927 | 2024.12.07 00:59:57.424576 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Trace> oximeter.measurements_u64 (aca60609-31a6-4b8f-af63-0cea2fd5bdbb): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18928 | 2024.12.07 00:59:57.425101 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005859 sec., 5803.038061102578 rows/sec., 344.86 KiB/sec. | ||
| 18929 | 2024.12.07 00:59:57.425238 [ 280 ] {f84008a3-4bc3-46d2-b513-eeb2e71288e4} <Debug> TCPHandler: Processed in 0.006498778 sec. | ||
| 18930 | 2024.12.07 00:59:57.432713 [ 191 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2773 rows, containing 19 columns (19 merged, 0 gathered) in 0.014682609 sec., 188862.89214675676 rows/sec., 338.25 MiB/sec. | ||
| 18931 | 2024.12.07 00:59:57.435044 [ 205 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18932 | 2024.12.07 00:59:57.435477 [ 205 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18933 | 2024.12.07 00:59:57.435553 [ 205 ] {2d1c6a0c-82b8-46b5-bac0-b565b17c220f::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (2d1c6a0c-82b8-46b5-bac0-b565b17c220f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18934 | 2024.12.07 00:59:57.435693 [ 205 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.75 MiB. | ||
| 18935 | 2024.12.07 00:59:57.514818 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 18936 | 2024.12.07 00:59:57.539469 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18937 | 2024.12.07 00:59:57.539521 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18938 | 2024.12.07 00:59:57.547483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 18939 | 2024.12.07 00:59:57.548293 [ 242 ] {} <Trace> system.metric_log (11a1d3db-bb7a-4d4a-94bd-625aa9ea9a02): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18940 | 2024.12.07 00:59:57.551403 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 18941 | 2024.12.07 00:59:58.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.92 MiB, peak 292.10 MiB, free memory in arenas 0.00 B, will set to 272.40 MiB (RSS), difference: -2.52 MiB | ||
| 18942 | 2024.12.07 00:59:59.665238 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 126 entries to flush up to offset 2636 | ||
| 18943 | 2024.12.07 00:59:59.671090 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18944 | 2024.12.07 00:59:59.671147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18945 | 2024.12.07 00:59:59.672851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18946 | 2024.12.07 00:59:59.673164 [ 243 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18947 | 2024.12.07 00:59:59.673362 [ 130 ] {} <Debug> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18948 | 2024.12.07 00:59:59.673425 [ 130 ] {} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18949 | 2024.12.07 00:59:59.673471 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.27 GiB. | ||
| 18950 | 2024.12.07 00:59:59.673903 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 18951 | 2024.12.07 00:59:59.674547 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2636 | ||
| 18952 | 2024.12.07 00:59:59.675027 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18953 | 2024.12.07 00:59:59.675209 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2372 rows starting from the beginning of the part | ||
| 18954 | 2024.12.07 00:59:59.676005 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
| 18955 | 2024.12.07 00:59:59.676728 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 18956 | 2024.12.07 00:59:59.677495 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
| 18957 | 2024.12.07 00:59:59.678172 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 36 rows starting from the beginning of the part | ||
| 18958 | 2024.12.07 00:59:59.678890 [ 200 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 126 rows starting from the beginning of the part | ||
| 18959 | 2024.12.07 00:59:59.689593 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2636 rows, containing 72 columns (72 merged, 0 gathered) in 0.015974645 sec., 165011.4916481712 rows/sec., 130.80 MiB/sec. | ||
| 18960 | 2024.12.07 00:59:59.691986 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18961 | 2024.12.07 00:59:59.692775 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18962 | 2024.12.07 00:59:59.692855 [ 186 ] {8474b2cf-75a3-4bef-877b-62237d29caf6::all_1_71_14} <Trace> system.query_log (8474b2cf-75a3-4bef-877b-62237d29caf6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18963 | 2024.12.07 00:59:59.693187 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.23 MiB. | ||