| 1 | [ Jan 17 14:35:57 Enabled. ] | ||
| 2 | [ Jan 17 14:35:57 Rereading configuration. ] | ||
| 3 | [ Jan 17 14:35:59 Rereading configuration. ] | ||
| 4 | [ Jan 17 14:36:01 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 | [ Jan 17 14:36:01 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.01.17 14:36:02.547545 [ 1 ] {} <Information> Application: Will watch for the process with pid 22817 | ||
| 29 | 2025.01.17 14:36:02.548167 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.17 14:36:02.743122 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22817 | ||
| 31 | 2025.01.17 14:36:02.743840 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.17 14:36:02.744530 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.17 14:36:02.830416 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.17 14:36:02.872778 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.17 14:36:02.872833 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.17 14:36:02.872848 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.17 14:36:02.872923 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.17 14:36:02.873362 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.17 14:36:02.874948 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.01.17 14:36:02.875700 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.17 14:36:02.876520 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.01.17 14:36:02.876543 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.01.17 14:36:02.876558 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.17 14:36:02.876734 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.17 14:36:02.877743 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.17 14:36:02.883032 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.17 14:36:02.883857 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.17 14:36:02.885163 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.17 14:36:02.885229 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.17 14:36:02.886718 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.01.17 14:36:02.887204 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.17 14:36:02.891415 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.17 14:36:02.891733 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.17 14:36:02.893314 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.17 14:36:02.893728 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.17 14:36:02.894053 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.17 14:36:02.894450 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.17 14:36:02.895753 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.17 14:36:02.895781 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.17 14:36:02.895876 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.17 14:36:02.896043 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.17 14:36:02.911978 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.17 14:36:02.912005 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150253 sec | ||
| 68 | 2025.01.17 14:36:02.912048 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.17 14:36:02.912062 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.17 14:36:02.913159 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.17 14:36:02.914185 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.17 14:36:02.925727 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.17 14:36:02.925774 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.17 14:36:02.925796 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.17 14:36:02.925809 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.17 14:36:02.925840 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.17 14:36:02.925861 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.17 14:36:02.928416 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.17 14:36:02.928461 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.17 14:36:02.928483 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.17 14:36:02.928666 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.17 14:36:02.928686 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.17 14:36:02.928721 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.17 14:36:02.928742 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.17 14:36:02.928755 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.17 14:36:02.928784 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.17 14:36:02.928802 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.17 14:36:02.955249 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.17 14:36:02.960557 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.17 14:36:02.960610 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1402e-05 sec | ||
| 91 | 2025.01.17 14:36:02.960634 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.17 14:36:02.960655 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.17 14:36:02.960693 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.17 14:36:02.961016 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.17 14:36:02.961093 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.17 14:36:02.961117 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.17 14:36:02.961140 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.01.17 14:36:02.961163 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.17 14:36:02.977183 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.17 14:36:02.977381 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.17 14:36:02.978248 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4541e-05 sec. | ||
| 102 | 2025.01.17 14:36:02.979171 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.17 14:36:02.979264 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.17 14:36:02.979282 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.17 14:36:03.335237 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60216 | ||
| 106 | 2025.01.17 14:36:03.335597 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.17 14:36:03.335658 [ 3 ] {} <Debug> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Authenticating user 'default' from [fd00:1122:3344:101::d]:60216 | ||
| 108 | 2025.01.17 14:36:03.335693 [ 3 ] {} <Debug> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.17 14:36:03.335720 [ 3 ] {} <Debug> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.17 14:36:03.335813 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.17 14:36:03.335845 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.01.17 14:36:03.335876 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.01.17 14:36:03.338128 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58197 | ||
| 114 | 2025.01.17 14:36:03.338173 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45252 | ||
| 115 | 2025.01.17 14:36:03.338276 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.17 14:36:03.338331 [ 4 ] {} <Debug> TCP-Session: a9898124-0db2-40b5-b07e-4567a1c4c206 Authenticating user 'default' from [fd00:1122:3344:101::d]:58197 | ||
| 117 | 2025.01.17 14:36:03.338339 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.01.17 14:36:03.338376 [ 4 ] {} <Debug> TCP-Session: a9898124-0db2-40b5-b07e-4567a1c4c206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.01.17 14:36:03.338402 [ 5 ] {} <Debug> TCP-Session: 411b44a1-bc6e-46b9-aaf6-9ef8bc7654e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45252 | ||
| 120 | 2025.01.17 14:36:03.338413 [ 4 ] {} <Debug> TCP-Session: a9898124-0db2-40b5-b07e-4567a1c4c206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.17 14:36:03.338468 [ 5 ] {} <Debug> TCP-Session: 411b44a1-bc6e-46b9-aaf6-9ef8bc7654e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.17 14:36:03.338504 [ 5 ] {} <Debug> TCP-Session: 411b44a1-bc6e-46b9-aaf6-9ef8bc7654e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.17 14:36:03.338932 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58917 | ||
| 124 | 2025.01.17 14:36:03.339271 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.01.17 14:36:03.339293 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46465 | ||
| 126 | 2025.01.17 14:36:03.339310 [ 253 ] {} <Debug> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:58917 | ||
| 127 | 2025.01.17 14:36:03.339370 [ 253 ] {} <Debug> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.17 14:36:03.339386 [ 253 ] {} <Debug> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.17 14:36:03.340085 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.01.17 14:36:03.340090 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56214 | ||
| 131 | 2025.01.17 14:36:03.340210 [ 254 ] {} <Debug> TCP-Session: ea114432-b7dc-4210-bdd9-ac639e888500 Authenticating user 'default' from [fd00:1122:3344:101::d]:46465 | ||
| 132 | 2025.01.17 14:36:03.340293 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 133 | 2025.01.17 14:36:03.340235 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51729 | ||
| 134 | 2025.01.17 14:36:03.340387 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.17 14:36:03.340430 [ 254 ] {} <Debug> TCP-Session: ea114432-b7dc-4210-bdd9-ac639e888500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.17 14:36:03.340638 [ 255 ] {} <Debug> TCP-Session: ad714c2b-7e36-4cbb-95f9-72da81ee4bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:56214 | ||
| 137 | 2025.01.17 14:36:03.340716 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55859 | ||
| 138 | 2025.01.17 14:36:03.340720 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47889 | ||
| 139 | 2025.01.17 14:36:03.340750 [ 254 ] {} <Debug> TCP-Session: ea114432-b7dc-4210-bdd9-ac639e888500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.01.17 14:36:03.340774 [ 255 ] {} <Debug> TCP-Session: ad714c2b-7e36-4cbb-95f9-72da81ee4bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.01.17 14:36:03.340730 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.01.17 14:36:03.342463 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.01.17 14:36:03.343142 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.01.17 14:36:03.343149 [ 256 ] {} <Debug> TCP-Session: 02e5d1ae-abcc-432d-8fb9-177bc73bab7f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
| 145 | 2025.01.17 14:36:03.343168 [ 255 ] {} <Debug> TCP-Session: ad714c2b-7e36-4cbb-95f9-72da81ee4bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.17 14:36:03.343169 [ 257 ] {} <Debug> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55859 | ||
| 147 | 2025.01.17 14:36:03.343216 [ 258 ] {} <Debug> TCP-Session: 7990b2b4-a8a0-46c8-8cb0-e2984d6e2537 Authenticating user 'default' from [fd00:1122:3344:101::d]:47889 | ||
| 148 | 2025.01.17 14:36:03.343239 [ 256 ] {} <Debug> TCP-Session: 02e5d1ae-abcc-432d-8fb9-177bc73bab7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.01.17 14:36:03.343266 [ 257 ] {} <Debug> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.01.17 14:36:03.343294 [ 258 ] {} <Debug> TCP-Session: 7990b2b4-a8a0-46c8-8cb0-e2984d6e2537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.01.17 14:36:03.343762 [ 256 ] {} <Debug> TCP-Session: 02e5d1ae-abcc-432d-8fb9-177bc73bab7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.17 14:36:03.343828 [ 257 ] {} <Debug> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.17 14:36:03.343844 [ 258 ] {} <Debug> TCP-Session: 7990b2b4-a8a0-46c8-8cb0-e2984d6e2537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.17 14:36:03.344070 [ 3 ] {eb70fff0-66ee-4246-afdc-373a3611a50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.01.17 14:36:03.388264 [ 3 ] {eb70fff0-66ee-4246-afdc-373a3611a50d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60216) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.01.17 14:36:03.389038 [ 3 ] {eb70fff0-66ee-4246-afdc-373a3611a50d} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.01.17 14:36:03.389138 [ 3 ] {eb70fff0-66ee-4246-afdc-373a3611a50d} <Debug> TCPHandler: Processed in 0.050712844 sec. | ||
| 204 | 2025.01.17 14:36:03.389426 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.01.17 14:36:03.389622 [ 253 ] {3ee57420-d8f4-4b29-8274-1c63c55c9d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.01.17 14:36:03.389944 [ 253 ] {3ee57420-d8f4-4b29-8274-1c63c55c9d66} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58917) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.01.17 14:36:03.390078 [ 253 ] {3ee57420-d8f4-4b29-8274-1c63c55c9d66} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.01.17 14:36:03.390166 [ 253 ] {3ee57420-d8f4-4b29-8274-1c63c55c9d66} <Debug> TCPHandler: Processed in 0.000869328 sec. | ||
| 255 | 2025.01.17 14:36:03.390462 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.01.17 14:36:03.391658 [ 3 ] {f0c9fc6f-aca9-4bb8-8ae8-c7dd7a7d6cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.01.17 14:36:03.392271 [ 3 ] {f0c9fc6f-aca9-4bb8-8ae8-c7dd7a7d6cec} <Debug> TCPHandler: Processed in 0.001919079 sec. | ||
| 258 | 2025.01.17 14:36:03.392492 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.01.17 14:36:03.392601 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2025.01.17 14:36:03.392702 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2025.01.17 14:36:03.394120 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2025.01.17 14:36:03.394141 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4431e-05 sec | ||
| 263 | 2025.01.17 14:36:03.394162 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Trace> ReferentialDeps: No tables | ||
| 264 | 2025.01.17 14:36:03.394182 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Trace> LoadingDeps: No tables | ||
| 265 | 2025.01.17 14:36:03.394204 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2025.01.17 14:36:03.394251 [ 253 ] {63bdf71c-74f0-4373-86b3-d6585581a947} <Debug> TCPHandler: Processed in 0.001819458 sec. | ||
| 267 | 2025.01.17 14:36:03.394406 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2025.01.17 14:36:03.394611 [ 3 ] {629df94c-fded-4725-b98b-64717dc87a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2025.01.17 14:36:03.394665 [ 3 ] {629df94c-fded-4725-b98b-64717dc87a8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2025.01.17 14:36:03.402263 [ 3 ] {629df94c-fded-4725-b98b-64717dc87a8c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2025.01.17 14:36:03.411684 [ 3 ] {629df94c-fded-4725-b98b-64717dc87a8c} <Debug> oximeter.version (7b18fdc4-adee-4c11-bfb9-fe9056fec66f): Loading data parts | ||
| 273 | 2025.01.17 14:36:03.412526 [ 3 ] {629df94c-fded-4725-b98b-64717dc87a8c} <Debug> oximeter.version (7b18fdc4-adee-4c11-bfb9-fe9056fec66f): There are no data parts | ||
| 274 | 2025.01.17 14:36:03.415785 [ 3 ] {629df94c-fded-4725-b98b-64717dc87a8c} <Debug> TCPHandler: Processed in 0.021423712 sec. | ||
| 275 | 2025.01.17 14:36:03.415977 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2025.01.17 14:36:03.416200 [ 253 ] {8a49332c-4b32-427a-bad8-afa9c64bf2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 287 | 2025.01.17 14:36:03.416268 [ 253 ] {8a49332c-4b32-427a-bad8-afa9c64bf2fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2025.01.17 14:36:03.428912 [ 253 ] {8a49332c-4b32-427a-bad8-afa9c64bf2fb} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Loading data parts | ||
| 289 | 2025.01.17 14:36:03.429133 [ 253 ] {8a49332c-4b32-427a-bad8-afa9c64bf2fb} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): There are no data parts | ||
| 290 | 2025.01.17 14:36:03.430817 [ 253 ] {8a49332c-4b32-427a-bad8-afa9c64bf2fb} <Debug> TCPHandler: Processed in 0.014896187 sec. | ||
| 291 | 2025.01.17 14:36:03.431006 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.01.17 14:36:03.431232 [ 3 ] {ccb82fbc-59ad-40bb-a41f-565dd567010b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 293 | 2025.01.17 14:36:03.431291 [ 3 ] {ccb82fbc-59ad-40bb-a41f-565dd567010b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2025.01.17 14:36:03.435522 [ 3 ] {ccb82fbc-59ad-40bb-a41f-565dd567010b} <Debug> oximeter.measurements_i8 (f313f090-5f6e-4a60-83a9-a3d2e0f9765a): Loading data parts | ||
| 295 | 2025.01.17 14:36:03.435675 [ 3 ] {ccb82fbc-59ad-40bb-a41f-565dd567010b} <Debug> oximeter.measurements_i8 (f313f090-5f6e-4a60-83a9-a3d2e0f9765a): There are no data parts | ||
| 296 | 2025.01.17 14:36:03.437033 [ 3 ] {ccb82fbc-59ad-40bb-a41f-565dd567010b} <Debug> TCPHandler: Processed in 0.006083775 sec. | ||
| 297 | 2025.01.17 14:36:03.437229 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2025.01.17 14:36:03.437436 [ 253 ] {3ca4aace-dea5-44f6-ad5c-04305cd065cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 299 | 2025.01.17 14:36:03.437500 [ 253 ] {3ca4aace-dea5-44f6-ad5c-04305cd065cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2025.01.17 14:36:03.440058 [ 253 ] {3ca4aace-dea5-44f6-ad5c-04305cd065cd} <Debug> oximeter.measurements_u8 (81431029-1b17-4670-85c1-fd185db2d394): Loading data parts | ||
| 301 | 2025.01.17 14:36:03.440229 [ 253 ] {3ca4aace-dea5-44f6-ad5c-04305cd065cd} <Debug> oximeter.measurements_u8 (81431029-1b17-4670-85c1-fd185db2d394): There are no data parts | ||
| 302 | 2025.01.17 14:36:03.441420 [ 253 ] {3ca4aace-dea5-44f6-ad5c-04305cd065cd} <Debug> TCPHandler: Processed in 0.004250297 sec. | ||
| 303 | 2025.01.17 14:36:03.441602 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2025.01.17 14:36:03.441865 [ 3 ] {a9e88ed0-e03c-434a-8bcf-e779159f3b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 305 | 2025.01.17 14:36:03.441931 [ 3 ] {a9e88ed0-e03c-434a-8bcf-e779159f3b16} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2025.01.17 14:36:03.446285 [ 3 ] {a9e88ed0-e03c-434a-8bcf-e779159f3b16} <Debug> oximeter.measurements_i16 (2870afb2-fb18-499a-9d23-93492033eec4): Loading data parts | ||
| 307 | 2025.01.17 14:36:03.446526 [ 3 ] {a9e88ed0-e03c-434a-8bcf-e779159f3b16} <Debug> oximeter.measurements_i16 (2870afb2-fb18-499a-9d23-93492033eec4): There are no data parts | ||
| 308 | 2025.01.17 14:36:03.448084 [ 3 ] {a9e88ed0-e03c-434a-8bcf-e779159f3b16} <Debug> TCPHandler: Processed in 0.006547394 sec. | ||
| 309 | 2025.01.17 14:36:03.448264 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2025.01.17 14:36:03.448471 [ 253 ] {c09fc24c-4bbe-4a04-975d-c62cc6ebf1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 311 | 2025.01.17 14:36:03.448534 [ 253 ] {c09fc24c-4bbe-4a04-975d-c62cc6ebf1cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2025.01.17 14:36:03.451067 [ 253 ] {c09fc24c-4bbe-4a04-975d-c62cc6ebf1cf} <Debug> oximeter.measurements_u16 (9640d329-6b38-4a5b-a5f6-0e09632fdb63): Loading data parts | ||
| 313 | 2025.01.17 14:36:03.451240 [ 253 ] {c09fc24c-4bbe-4a04-975d-c62cc6ebf1cf} <Debug> oximeter.measurements_u16 (9640d329-6b38-4a5b-a5f6-0e09632fdb63): There are no data parts | ||
| 314 | 2025.01.17 14:36:03.452580 [ 253 ] {c09fc24c-4bbe-4a04-975d-c62cc6ebf1cf} <Debug> TCPHandler: Processed in 0.00437038 sec. | ||
| 315 | 2025.01.17 14:36:03.452756 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2025.01.17 14:36:03.453021 [ 3 ] {523eba5c-8868-4c79-8107-11880d256907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 317 | 2025.01.17 14:36:03.453088 [ 3 ] {523eba5c-8868-4c79-8107-11880d256907} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2025.01.17 14:36:03.457227 [ 3 ] {523eba5c-8868-4c79-8107-11880d256907} <Debug> oximeter.measurements_i32 (50a91aed-00dc-4fb3-8f65-4aa1b5807cdc): Loading data parts | ||
| 319 | 2025.01.17 14:36:03.457476 [ 3 ] {523eba5c-8868-4c79-8107-11880d256907} <Debug> oximeter.measurements_i32 (50a91aed-00dc-4fb3-8f65-4aa1b5807cdc): There are no data parts | ||
| 320 | 2025.01.17 14:36:03.459071 [ 3 ] {523eba5c-8868-4c79-8107-11880d256907} <Debug> TCPHandler: Processed in 0.006381052 sec. | ||
| 321 | 2025.01.17 14:36:03.459260 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2025.01.17 14:36:03.459478 [ 253 ] {2fbfeb7a-c79b-4e1e-a02f-dfdc80e4bc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 323 | 2025.01.17 14:36:03.459547 [ 253 ] {2fbfeb7a-c79b-4e1e-a02f-dfdc80e4bc19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2025.01.17 14:36:03.461982 [ 253 ] {2fbfeb7a-c79b-4e1e-a02f-dfdc80e4bc19} <Debug> oximeter.measurements_u32 (a5ea446f-7177-4b6a-9a47-f1d9406daf16): Loading data parts | ||
| 325 | 2025.01.17 14:36:03.462154 [ 253 ] {2fbfeb7a-c79b-4e1e-a02f-dfdc80e4bc19} <Debug> oximeter.measurements_u32 (a5ea446f-7177-4b6a-9a47-f1d9406daf16): There are no data parts | ||
| 326 | 2025.01.17 14:36:03.463352 [ 253 ] {2fbfeb7a-c79b-4e1e-a02f-dfdc80e4bc19} <Debug> TCPHandler: Processed in 0.004157546 sec. | ||
| 327 | 2025.01.17 14:36:03.463519 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2025.01.17 14:36:03.463737 [ 3 ] {ca488e3c-14cd-4d59-94d7-9dd10e35834b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 329 | 2025.01.17 14:36:03.463786 [ 3 ] {ca488e3c-14cd-4d59-94d7-9dd10e35834b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2025.01.17 14:36:03.467876 [ 3 ] {ca488e3c-14cd-4d59-94d7-9dd10e35834b} <Debug> oximeter.measurements_i64 (28d07869-7017-4546-9016-94b6a96b5f4e): Loading data parts | ||
| 331 | 2025.01.17 14:36:03.468147 [ 3 ] {ca488e3c-14cd-4d59-94d7-9dd10e35834b} <Debug> oximeter.measurements_i64 (28d07869-7017-4546-9016-94b6a96b5f4e): There are no data parts | ||
| 332 | 2025.01.17 14:36:03.469611 [ 3 ] {ca488e3c-14cd-4d59-94d7-9dd10e35834b} <Debug> TCPHandler: Processed in 0.006146647 sec. | ||
| 333 | 2025.01.17 14:36:03.469800 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2025.01.17 14:36:03.470048 [ 253 ] {e609d226-de21-4535-88e5-3f5a058b6072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 335 | 2025.01.17 14:36:03.470124 [ 253 ] {e609d226-de21-4535-88e5-3f5a058b6072} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2025.01.17 14:36:03.472555 [ 253 ] {e609d226-de21-4535-88e5-3f5a058b6072} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Loading data parts | ||
| 337 | 2025.01.17 14:36:03.472724 [ 253 ] {e609d226-de21-4535-88e5-3f5a058b6072} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): There are no data parts | ||
| 338 | 2025.01.17 14:36:03.473894 [ 253 ] {e609d226-de21-4535-88e5-3f5a058b6072} <Debug> TCPHandler: Processed in 0.004159616 sec. | ||
| 339 | 2025.01.17 14:36:03.474058 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2025.01.17 14:36:03.474278 [ 3 ] {6c5a0d0b-7c12-469e-b367-72984b9d3cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 341 | 2025.01.17 14:36:03.474326 [ 3 ] {6c5a0d0b-7c12-469e-b367-72984b9d3cd1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2025.01.17 14:36:03.478418 [ 3 ] {6c5a0d0b-7c12-469e-b367-72984b9d3cd1} <Debug> oximeter.measurements_f32 (7a6a52e8-748c-4406-946c-d49d3ea028a6): Loading data parts | ||
| 343 | 2025.01.17 14:36:03.478583 [ 3 ] {6c5a0d0b-7c12-469e-b367-72984b9d3cd1} <Debug> oximeter.measurements_f32 (7a6a52e8-748c-4406-946c-d49d3ea028a6): There are no data parts | ||
| 344 | 2025.01.17 14:36:03.479973 [ 3 ] {6c5a0d0b-7c12-469e-b367-72984b9d3cd1} <Debug> TCPHandler: Processed in 0.005970153 sec. | ||
| 345 | 2025.01.17 14:36:03.480168 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2025.01.17 14:36:03.480371 [ 253 ] {b883ed4c-93db-4139-82ec-e964071c7784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 347 | 2025.01.17 14:36:03.480437 [ 253 ] {b883ed4c-93db-4139-82ec-e964071c7784} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2025.01.17 14:36:03.482825 [ 253 ] {b883ed4c-93db-4139-82ec-e964071c7784} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Loading data parts | ||
| 349 | 2025.01.17 14:36:03.482987 [ 253 ] {b883ed4c-93db-4139-82ec-e964071c7784} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): There are no data parts | ||
| 350 | 2025.01.17 14:36:03.484158 [ 253 ] {b883ed4c-93db-4139-82ec-e964071c7784} <Debug> TCPHandler: Processed in 0.004046783 sec. | ||
| 351 | 2025.01.17 14:36:03.484343 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2025.01.17 14:36:03.484563 [ 3 ] {b18e4b20-8340-4334-8e38-bb3aa3433072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 353 | 2025.01.17 14:36:03.484612 [ 3 ] {b18e4b20-8340-4334-8e38-bb3aa3433072} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 354 | 2025.01.17 14:36:03.488722 [ 3 ] {b18e4b20-8340-4334-8e38-bb3aa3433072} <Debug> oximeter.measurements_string (7709e62b-5dce-4d84-b96a-b6bdc3e52f3a): Loading data parts | ||
| 355 | 2025.01.17 14:36:03.488990 [ 3 ] {b18e4b20-8340-4334-8e38-bb3aa3433072} <Debug> oximeter.measurements_string (7709e62b-5dce-4d84-b96a-b6bdc3e52f3a): There are no data parts | ||
| 356 | 2025.01.17 14:36:03.490531 [ 3 ] {b18e4b20-8340-4334-8e38-bb3aa3433072} <Debug> TCPHandler: Processed in 0.006277809 sec. | ||
| 357 | 2025.01.17 14:36:03.490717 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 358 | 2025.01.17 14:36:03.490949 [ 253 ] {e058e39f-a09d-444f-8529-b2f23ac414db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 359 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 360 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 361 | * a string isn't palatable for a few reasons. | ||
| 362 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 363 | * details. | ||
| 364 | */ | ||
| 365 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 366 | 2025.01.17 14:36:03.491025 [ 253 ] {e058e39f-a09d-444f-8529-b2f23ac414db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 367 | 2025.01.17 14:36:03.493510 [ 253 ] {e058e39f-a09d-444f-8529-b2f23ac414db} <Debug> oximeter.measurements_bytes (48a95367-4e4d-4d17-9bb9-f3aaef7d2c49): Loading data parts | ||
| 368 | 2025.01.17 14:36:03.493680 [ 253 ] {e058e39f-a09d-444f-8529-b2f23ac414db} <Debug> oximeter.measurements_bytes (48a95367-4e4d-4d17-9bb9-f3aaef7d2c49): There are no data parts | ||
| 369 | 2025.01.17 14:36:03.494850 [ 253 ] {e058e39f-a09d-444f-8529-b2f23ac414db} <Debug> TCPHandler: Processed in 0.004160675 sec. | ||
| 370 | 2025.01.17 14:36:03.495030 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.17 14:36:03.495246 [ 3 ] {20487309-ebe4-4e75-9c64-331e0e7aff53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 372 | 2025.01.17 14:36:03.495315 [ 3 ] {20487309-ebe4-4e75-9c64-331e0e7aff53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 373 | 2025.01.17 14:36:03.499432 [ 3 ] {20487309-ebe4-4e75-9c64-331e0e7aff53} <Debug> oximeter.measurements_cumulativei64 (4c93e16a-8b9a-4684-b189-af333b756c4c): Loading data parts | ||
| 374 | 2025.01.17 14:36:03.499710 [ 3 ] {20487309-ebe4-4e75-9c64-331e0e7aff53} <Debug> oximeter.measurements_cumulativei64 (4c93e16a-8b9a-4684-b189-af333b756c4c): There are no data parts | ||
| 375 | 2025.01.17 14:36:03.501257 [ 3 ] {20487309-ebe4-4e75-9c64-331e0e7aff53} <Debug> TCPHandler: Processed in 0.006283519 sec. | ||
| 376 | 2025.01.17 14:36:03.501442 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.17 14:36:03.501676 [ 253 ] {da609b38-b182-415e-9c02-fad62bcbe598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 378 | 2025.01.17 14:36:03.501735 [ 253 ] {da609b38-b182-415e-9c02-fad62bcbe598} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 379 | 2025.01.17 14:36:03.504181 [ 253 ] {da609b38-b182-415e-9c02-fad62bcbe598} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Loading data parts | ||
| 380 | 2025.01.17 14:36:03.504334 [ 253 ] {da609b38-b182-415e-9c02-fad62bcbe598} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): There are no data parts | ||
| 381 | 2025.01.17 14:36:03.505596 [ 253 ] {da609b38-b182-415e-9c02-fad62bcbe598} <Debug> TCPHandler: Processed in 0.004213456 sec. | ||
| 382 | 2025.01.17 14:36:03.505771 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.01.17 14:36:03.505986 [ 3 ] {00b7ccd5-9504-4c46-8dd3-036a0f05913e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 384 | 2025.01.17 14:36:03.506055 [ 3 ] {00b7ccd5-9504-4c46-8dd3-036a0f05913e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 385 | 2025.01.17 14:36:03.510183 [ 3 ] {00b7ccd5-9504-4c46-8dd3-036a0f05913e} <Debug> oximeter.measurements_cumulativef32 (5808cb9c-6848-4e18-942d-f16ff5714403): Loading data parts | ||
| 386 | 2025.01.17 14:36:03.510359 [ 3 ] {00b7ccd5-9504-4c46-8dd3-036a0f05913e} <Debug> oximeter.measurements_cumulativef32 (5808cb9c-6848-4e18-942d-f16ff5714403): There are no data parts | ||
| 387 | 2025.01.17 14:36:03.511792 [ 3 ] {00b7ccd5-9504-4c46-8dd3-036a0f05913e} <Debug> TCPHandler: Processed in 0.006074325 sec. | ||
| 388 | 2025.01.17 14:36:03.511991 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.01.17 14:36:03.512207 [ 253 ] {5586dc8e-241d-4ecb-956d-e3a4f4e6672f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 390 | 2025.01.17 14:36:03.512276 [ 253 ] {5586dc8e-241d-4ecb-956d-e3a4f4e6672f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 391 | 2025.01.17 14:36:03.514721 [ 253 ] {5586dc8e-241d-4ecb-956d-e3a4f4e6672f} <Debug> oximeter.measurements_cumulativef64 (8d278a7d-cef3-4a46-a4e0-3bb128a3b416): Loading data parts | ||
| 392 | 2025.01.17 14:36:03.514942 [ 253 ] {5586dc8e-241d-4ecb-956d-e3a4f4e6672f} <Debug> oximeter.measurements_cumulativef64 (8d278a7d-cef3-4a46-a4e0-3bb128a3b416): There are no data parts | ||
| 393 | 2025.01.17 14:36:03.516142 [ 253 ] {5586dc8e-241d-4ecb-956d-e3a4f4e6672f} <Debug> TCPHandler: Processed in 0.004208027 sec. | ||
| 394 | 2025.01.17 14:36:03.516330 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.01.17 14:36:03.516656 [ 3 ] {2b4d9953-bb85-4450-b849-d50e329ff3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 396 | * NOTE: Array types cannot be Nullable, see | ||
| 397 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 398 | * for more details. | ||
| 399 | * | ||
| 400 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 401 | * is unfortunate, and at this point relies on the fact that an | ||
| 402 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 403 | * to figure out another way to represent missing samples here. | ||
| 404 | */ | ||
| 405 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 406 | 2025.01.17 14:36:03.516734 [ 3 ] {2b4d9953-bb85-4450-b849-d50e329ff3b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 407 | 2025.01.17 14:36:03.521196 [ 3 ] {2b4d9953-bb85-4450-b849-d50e329ff3b1} <Debug> oximeter.measurements_histogrami8 (9d3b48cf-1deb-4d5f-8b07-9980ac1fc24b): Loading data parts | ||
| 408 | 2025.01.17 14:36:03.521367 [ 3 ] {2b4d9953-bb85-4450-b849-d50e329ff3b1} <Debug> oximeter.measurements_histogrami8 (9d3b48cf-1deb-4d5f-8b07-9980ac1fc24b): There are no data parts | ||
| 409 | 2025.01.17 14:36:03.522841 [ 3 ] {2b4d9953-bb85-4450-b849-d50e329ff3b1} <Debug> TCPHandler: Processed in 0.006568075 sec. | ||
| 410 | 2025.01.17 14:36:03.523047 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2025.01.17 14:36:03.523338 [ 253 ] {e5c72b6c-05d3-40b0-b6f7-4ac40092df9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 412 | 2025.01.17 14:36:03.523421 [ 253 ] {e5c72b6c-05d3-40b0-b6f7-4ac40092df9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 413 | 2025.01.17 14:36:03.526297 [ 253 ] {e5c72b6c-05d3-40b0-b6f7-4ac40092df9d} <Debug> oximeter.measurements_histogramu8 (5de84b30-969a-4cfe-b2af-6c56ad525893): Loading data parts | ||
| 414 | 2025.01.17 14:36:03.526498 [ 253 ] {e5c72b6c-05d3-40b0-b6f7-4ac40092df9d} <Debug> oximeter.measurements_histogramu8 (5de84b30-969a-4cfe-b2af-6c56ad525893): There are no data parts | ||
| 415 | 2025.01.17 14:36:03.527779 [ 253 ] {e5c72b6c-05d3-40b0-b6f7-4ac40092df9d} <Debug> TCPHandler: Processed in 0.004788758 sec. | ||
| 416 | 2025.01.17 14:36:03.527974 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2025.01.17 14:36:03.528362 [ 3 ] {bddfdd49-4d2b-4271-b428-8c78c8adf9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 418 | 2025.01.17 14:36:03.528436 [ 3 ] {bddfdd49-4d2b-4271-b428-8c78c8adf9e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 419 | 2025.01.17 14:36:03.533050 [ 3 ] {bddfdd49-4d2b-4271-b428-8c78c8adf9e2} <Debug> oximeter.measurements_histogrami16 (36dc6975-43cf-4887-a1ab-8ea6b2acc23f): Loading data parts | ||
| 420 | 2025.01.17 14:36:03.533193 [ 3 ] {bddfdd49-4d2b-4271-b428-8c78c8adf9e2} <Debug> oximeter.measurements_histogrami16 (36dc6975-43cf-4887-a1ab-8ea6b2acc23f): There are no data parts | ||
| 421 | 2025.01.17 14:36:03.534665 [ 3 ] {bddfdd49-4d2b-4271-b428-8c78c8adf9e2} <Debug> TCPHandler: Processed in 0.006760999 sec. | ||
| 422 | 2025.01.17 14:36:03.534897 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2025.01.17 14:36:03.535189 [ 253 ] {cb6bd962-a6b8-43c7-b1bd-6c45d51d4289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 424 | 2025.01.17 14:36:03.535268 [ 253 ] {cb6bd962-a6b8-43c7-b1bd-6c45d51d4289} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 425 | 2025.01.17 14:36:03.538034 [ 253 ] {cb6bd962-a6b8-43c7-b1bd-6c45d51d4289} <Debug> oximeter.measurements_histogramu16 (21afee2c-fa00-4269-b8fc-97d44007c9b2): Loading data parts | ||
| 426 | 2025.01.17 14:36:03.538205 [ 253 ] {cb6bd962-a6b8-43c7-b1bd-6c45d51d4289} <Debug> oximeter.measurements_histogramu16 (21afee2c-fa00-4269-b8fc-97d44007c9b2): There are no data parts | ||
| 427 | 2025.01.17 14:36:03.539586 [ 253 ] {cb6bd962-a6b8-43c7-b1bd-6c45d51d4289} <Debug> TCPHandler: Processed in 0.004744058 sec. | ||
| 428 | 2025.01.17 14:36:03.539779 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2025.01.17 14:36:03.540095 [ 3 ] {bb82a7ec-f541-4c5d-8522-c0f766742c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 430 | 2025.01.17 14:36:03.540171 [ 3 ] {bb82a7ec-f541-4c5d-8522-c0f766742c04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 431 | 2025.01.17 14:36:03.544615 [ 3 ] {bb82a7ec-f541-4c5d-8522-c0f766742c04} <Debug> oximeter.measurements_histogrami32 (e56dc110-2588-4410-a702-abf6da4acce3): Loading data parts | ||
| 432 | 2025.01.17 14:36:03.544766 [ 3 ] {bb82a7ec-f541-4c5d-8522-c0f766742c04} <Debug> oximeter.measurements_histogrami32 (e56dc110-2588-4410-a702-abf6da4acce3): There are no data parts | ||
| 433 | 2025.01.17 14:36:03.549123 [ 3 ] {bb82a7ec-f541-4c5d-8522-c0f766742c04} <Debug> TCPHandler: Processed in 0.009398334 sec. | ||
| 434 | 2025.01.17 14:36:03.549326 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2025.01.17 14:36:03.549676 [ 253 ] {fee4072d-aea3-4541-97a6-bcbd13a56eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 436 | 2025.01.17 14:36:03.549776 [ 253 ] {fee4072d-aea3-4541-97a6-bcbd13a56eac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 437 | 2025.01.17 14:36:03.554617 [ 253 ] {fee4072d-aea3-4541-97a6-bcbd13a56eac} <Debug> oximeter.measurements_histogramu32 (16d00bd1-974c-43fe-bc33-c4e6581d4ac5): Loading data parts | ||
| 438 | 2025.01.17 14:36:03.554875 [ 253 ] {fee4072d-aea3-4541-97a6-bcbd13a56eac} <Debug> oximeter.measurements_histogramu32 (16d00bd1-974c-43fe-bc33-c4e6581d4ac5): There are no data parts | ||
| 439 | 2025.01.17 14:36:03.557112 [ 253 ] {fee4072d-aea3-4541-97a6-bcbd13a56eac} <Debug> TCPHandler: Processed in 0.007843451 sec. | ||
| 440 | 2025.01.17 14:36:03.557293 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2025.01.17 14:36:03.557594 [ 3 ] {59a943fb-8113-4969-b43c-1008de6e87ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 442 | 2025.01.17 14:36:03.557667 [ 3 ] {59a943fb-8113-4969-b43c-1008de6e87ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 443 | 2025.01.17 14:36:03.559838 [ 3 ] {59a943fb-8113-4969-b43c-1008de6e87ae} <Debug> oximeter.measurements_histogrami64 (42c21574-3c2a-4e60-bbe7-2a77350c44ec): Loading data parts | ||
| 444 | 2025.01.17 14:36:03.560042 [ 3 ] {59a943fb-8113-4969-b43c-1008de6e87ae} <Debug> oximeter.measurements_histogrami64 (42c21574-3c2a-4e60-bbe7-2a77350c44ec): There are no data parts | ||
| 445 | 2025.01.17 14:36:03.563658 [ 3 ] {59a943fb-8113-4969-b43c-1008de6e87ae} <Debug> TCPHandler: Processed in 0.006418952 sec. | ||
| 446 | 2025.01.17 14:36:03.563867 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 447 | 2025.01.17 14:36:03.564215 [ 253 ] {dabb3285-f232-4ddf-961c-e21e049c9488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 448 | 2025.01.17 14:36:03.564309 [ 253 ] {dabb3285-f232-4ddf-961c-e21e049c9488} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 449 | 2025.01.17 14:36:03.566595 [ 253 ] {dabb3285-f232-4ddf-961c-e21e049c9488} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Loading data parts | ||
| 450 | 2025.01.17 14:36:03.566743 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60861 | ||
| 451 | 2025.01.17 14:36:03.566769 [ 253 ] {dabb3285-f232-4ddf-961c-e21e049c9488} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): There are no data parts | ||
| 452 | 2025.01.17 14:36:03.566861 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 453 | 2025.01.17 14:36:03.566905 [ 261 ] {} <Debug> TCP-Session: dfef1798-bcf5-4ca4-91af-3a6c4adc24b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:60861 | ||
| 454 | 2025.01.17 14:36:03.566944 [ 261 ] {} <Debug> TCP-Session: dfef1798-bcf5-4ca4-91af-3a6c4adc24b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 455 | 2025.01.17 14:36:03.566968 [ 261 ] {} <Debug> TCP-Session: dfef1798-bcf5-4ca4-91af-3a6c4adc24b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 456 | 2025.01.17 14:36:03.567050 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 457 | 2025.01.17 14:36:03.567175 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 458 | 2025.01.17 14:36:03.567194 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 459 | 2025.01.17 14:36:03.567603 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49489 | ||
| 460 | 2025.01.17 14:36:03.567607 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59656 | ||
| 461 | 2025.01.17 14:36:03.567665 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44108 | ||
| 462 | 2025.01.17 14:36:03.567857 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 463 | 2025.01.17 14:36:03.567880 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 464 | 2025.01.17 14:36:03.568000 [ 263 ] {} <Debug> TCP-Session: af7ee333-8d80-4b9e-a9df-4a71484a57a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49489 | ||
| 465 | 2025.01.17 14:36:03.568034 [ 262 ] {} <Debug> TCP-Session: b8af21dd-2b61-4589-9dbc-e564faae1698 Authenticating user 'default' from [fd00:1122:3344:101::e]:59656 | ||
| 466 | 2025.01.17 14:36:03.568068 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35573 | ||
| 467 | 2025.01.17 14:36:03.568024 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 468 | 2025.01.17 14:36:03.568105 [ 263 ] {} <Debug> TCP-Session: af7ee333-8d80-4b9e-a9df-4a71484a57a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 469 | 2025.01.17 14:36:03.568021 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37684 | ||
| 470 | 2025.01.17 14:36:03.568160 [ 262 ] {} <Debug> TCP-Session: b8af21dd-2b61-4589-9dbc-e564faae1698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2025.01.17 14:36:03.568296 [ 263 ] {} <Debug> TCP-Session: af7ee333-8d80-4b9e-a9df-4a71484a57a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 472 | 2025.01.17 14:36:03.568299 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 473 | 2025.01.17 14:36:03.568312 [ 262 ] {} <Debug> TCP-Session: b8af21dd-2b61-4589-9dbc-e564faae1698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2025.01.17 14:36:03.568426 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48738 | ||
| 475 | 2025.01.17 14:36:03.568510 [ 266 ] {} <Debug> TCP-Session: 70d132b3-e607-4965-8cbe-1a249bb9b1bb Authenticating user 'default' from [fd00:1122:3344:101::e]:35573 | ||
| 476 | 2025.01.17 14:36:03.568516 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 477 | 2025.01.17 14:36:03.568616 [ 266 ] {} <Debug> TCP-Session: 70d132b3-e607-4965-8cbe-1a249bb9b1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 478 | 2025.01.17 14:36:03.568681 [ 265 ] {} <Debug> TCP-Session: 1b9266a7-34b0-4310-b83b-8cc0f8a56807 Authenticating user 'default' from [fd00:1122:3344:101::e]:37684 | ||
| 479 | 2025.01.17 14:36:03.568727 [ 264 ] {} <Debug> TCP-Session: e3b60c1f-5d5e-4f56-8489-8cb31ae3aff2 Authenticating user 'default' from [fd00:1122:3344:101::e]:44108 | ||
| 480 | 2025.01.17 14:36:03.568743 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47949 | ||
| 481 | 2025.01.17 14:36:03.568773 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 482 | 2025.01.17 14:36:03.568800 [ 266 ] {} <Debug> TCP-Session: 70d132b3-e607-4965-8cbe-1a249bb9b1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2025.01.17 14:36:03.568826 [ 264 ] {} <Debug> TCP-Session: e3b60c1f-5d5e-4f56-8489-8cb31ae3aff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 484 | 2025.01.17 14:36:03.568789 [ 265 ] {} <Debug> TCP-Session: 1b9266a7-34b0-4310-b83b-8cc0f8a56807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 485 | 2025.01.17 14:36:03.568932 [ 264 ] {} <Debug> TCP-Session: e3b60c1f-5d5e-4f56-8489-8cb31ae3aff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2025.01.17 14:36:03.568949 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 487 | 2025.01.17 14:36:03.568966 [ 267 ] {} <Debug> TCP-Session: 125d4092-65a6-49aa-a531-1bf7611a31f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48738 | ||
| 488 | 2025.01.17 14:36:03.568987 [ 265 ] {} <Debug> TCP-Session: 1b9266a7-34b0-4310-b83b-8cc0f8a56807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 489 | 2025.01.17 14:36:03.569067 [ 268 ] {} <Debug> TCP-Session: f420e29a-1eb5-4135-86ff-481882b37b12 Authenticating user 'default' from [fd00:1122:3344:101::e]:47949 | ||
| 490 | 2025.01.17 14:36:03.569119 [ 267 ] {} <Debug> TCP-Session: 125d4092-65a6-49aa-a531-1bf7611a31f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 491 | 2025.01.17 14:36:03.569200 [ 268 ] {} <Debug> TCP-Session: f420e29a-1eb5-4135-86ff-481882b37b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 492 | 2025.01.17 14:36:03.569241 [ 267 ] {} <Debug> TCP-Session: 125d4092-65a6-49aa-a531-1bf7611a31f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 493 | 2025.01.17 14:36:03.569263 [ 268 ] {} <Debug> TCP-Session: f420e29a-1eb5-4135-86ff-481882b37b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2025.01.17 14:36:03.569548 [ 253 ] {dabb3285-f232-4ddf-961c-e21e049c9488} <Debug> TCPHandler: Processed in 0.005746568 sec. | ||
| 495 | 2025.01.17 14:36:03.569766 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2025.01.17 14:36:03.570171 [ 3 ] {95c4ed2c-767d-480f-affc-41c5a4284b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) 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) | ||
| 497 | 2025.01.17 14:36:03.570278 [ 3 ] {95c4ed2c-767d-480f-affc-41c5a4284b9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 498 | 2025.01.17 14:36:03.572452 [ 3 ] {95c4ed2c-767d-480f-affc-41c5a4284b9b} <Debug> oximeter.measurements_histogramf32 (432e9a21-03d0-4649-a357-71b23326f480): Loading data parts | ||
| 499 | 2025.01.17 14:36:03.572656 [ 3 ] {95c4ed2c-767d-480f-affc-41c5a4284b9b} <Debug> oximeter.measurements_histogramf32 (432e9a21-03d0-4649-a357-71b23326f480): There are no data parts | ||
| 500 | 2025.01.17 14:36:03.576285 [ 3 ] {95c4ed2c-767d-480f-affc-41c5a4284b9b} <Debug> TCPHandler: Processed in 0.006590136 sec. | ||
| 501 | 2025.01.17 14:36:03.576492 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2025.01.17 14:36:03.576881 [ 253 ] {913a069f-80a9-4881-882b-1312f00707ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 503 | 2025.01.17 14:36:03.576967 [ 253 ] {913a069f-80a9-4881-882b-1312f00707ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 504 | 2025.01.17 14:36:03.579299 [ 253 ] {913a069f-80a9-4881-882b-1312f00707ef} <Debug> oximeter.measurements_histogramf64 (6140d406-eb89-4ba4-a351-f6c751e09da0): Loading data parts | ||
| 505 | 2025.01.17 14:36:03.579466 [ 253 ] {913a069f-80a9-4881-882b-1312f00707ef} <Debug> oximeter.measurements_histogramf64 (6140d406-eb89-4ba4-a351-f6c751e09da0): There are no data parts | ||
| 506 | 2025.01.17 14:36:03.583278 [ 253 ] {913a069f-80a9-4881-882b-1312f00707ef} <Debug> TCPHandler: Processed in 0.006852601 sec. | ||
| 507 | 2025.01.17 14:36:03.583484 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2025.01.17 14:36:03.583746 [ 3 ] {89f66833-3ade-4107-8232-623489385509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) /* The field tables store named dimensions of each timeseries. | ||
| 509 | * | ||
| 510 | * As with the measurement tables, there is one field table for each field data | ||
| 511 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 512 | * this behavior **must not** be relied upon for query correctness. | ||
| 513 | * | ||
| 514 | * The index for the fields differs from the measurements, however. Rows are | ||
| 515 | * sorted by timeseries name, then field name, field value, and finally | ||
| 516 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 517 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 518 | * usually then used to look up measurements. | ||
| 519 | * | ||
| 520 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 521 | * timeseries name and then key, since it would improve lookups where one | ||
| 522 | * already has the key. Realistically though, these tables are quite small and | ||
| 523 | * so performance benefits will be low in absolute terms. | ||
| 524 | * | ||
| 525 | * TTL: We use a materialized column to expire old field table records. This | ||
| 526 | * column is generated automatically by the database whenever a new row is | ||
| 527 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 528 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 529 | * record will remain during a deduplication, which will have the last | ||
| 530 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 531 | * measurement tables. | ||
| 532 | */ | ||
| 533 | 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) | ||
| 534 | 2025.01.17 14:36:03.583849 [ 3 ] {89f66833-3ade-4107-8232-623489385509} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 535 | 2025.01.17 14:36:03.586248 [ 3 ] {89f66833-3ade-4107-8232-623489385509} <Debug> oximeter.fields_bool (3a35293e-97ed-4031-a84b-5b18099c3936): Loading data parts | ||
| 536 | 2025.01.17 14:36:03.586430 [ 3 ] {89f66833-3ade-4107-8232-623489385509} <Debug> oximeter.fields_bool (3a35293e-97ed-4031-a84b-5b18099c3936): There are no data parts | ||
| 537 | 2025.01.17 14:36:03.590016 [ 3 ] {89f66833-3ade-4107-8232-623489385509} <Debug> TCPHandler: Processed in 0.006601196 sec. | ||
| 538 | 2025.01.17 14:36:03.590241 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2025.01.17 14:36:03.590507 [ 253 ] {c9795760-6f15-440f-ab12-b2ccda0b3d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 540 | 2025.01.17 14:36:03.590580 [ 253 ] {c9795760-6f15-440f-ab12-b2ccda0b3d1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 541 | 2025.01.17 14:36:03.593100 [ 253 ] {c9795760-6f15-440f-ab12-b2ccda0b3d1c} <Debug> oximeter.fields_i8 (2b1b468d-58c6-45d2-9920-4dc6140c7ac0): Loading data parts | ||
| 542 | 2025.01.17 14:36:03.593274 [ 253 ] {c9795760-6f15-440f-ab12-b2ccda0b3d1c} <Debug> oximeter.fields_i8 (2b1b468d-58c6-45d2-9920-4dc6140c7ac0): There are no data parts | ||
| 543 | 2025.01.17 14:36:03.595115 [ 253 ] {c9795760-6f15-440f-ab12-b2ccda0b3d1c} <Debug> TCPHandler: Processed in 0.004951762 sec. | ||
| 544 | 2025.01.17 14:36:03.595325 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2025.01.17 14:36:03.595574 [ 3 ] {277dc630-d4d4-4837-8c39-9dffd963ac60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) 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) | ||
| 546 | 2025.01.17 14:36:03.595668 [ 3 ] {277dc630-d4d4-4837-8c39-9dffd963ac60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 547 | 2025.01.17 14:36:03.598080 [ 3 ] {277dc630-d4d4-4837-8c39-9dffd963ac60} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Loading data parts | ||
| 548 | 2025.01.17 14:36:03.598265 [ 3 ] {277dc630-d4d4-4837-8c39-9dffd963ac60} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): There are no data parts | ||
| 549 | 2025.01.17 14:36:03.601889 [ 3 ] {277dc630-d4d4-4837-8c39-9dffd963ac60} <Debug> TCPHandler: Processed in 0.006631727 sec. | ||
| 550 | 2025.01.17 14:36:03.602072 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2025.01.17 14:36:03.602322 [ 253 ] {ef0510a2-1a47-4ddf-bde7-8f5c9a19d1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 552 | 2025.01.17 14:36:03.602372 [ 253 ] {ef0510a2-1a47-4ddf-bde7-8f5c9a19d1f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 553 | 2025.01.17 14:36:03.607043 [ 253 ] {ef0510a2-1a47-4ddf-bde7-8f5c9a19d1f0} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Loading data parts | ||
| 554 | 2025.01.17 14:36:03.607234 [ 253 ] {ef0510a2-1a47-4ddf-bde7-8f5c9a19d1f0} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): There are no data parts | ||
| 555 | 2025.01.17 14:36:03.609449 [ 253 ] {ef0510a2-1a47-4ddf-bde7-8f5c9a19d1f0} <Debug> TCPHandler: Processed in 0.007431253 sec. | ||
| 556 | 2025.01.17 14:36:03.609712 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2025.01.17 14:36:03.609968 [ 3 ] {58f4722d-a8e2-4e39-ba88-1e2d4dc5c6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) 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) | ||
| 558 | 2025.01.17 14:36:03.610061 [ 3 ] {58f4722d-a8e2-4e39-ba88-1e2d4dc5c6a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 559 | 2025.01.17 14:36:03.612348 [ 3 ] {58f4722d-a8e2-4e39-ba88-1e2d4dc5c6a8} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Loading data parts | ||
| 560 | 2025.01.17 14:36:03.612560 [ 3 ] {58f4722d-a8e2-4e39-ba88-1e2d4dc5c6a8} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): There are no data parts | ||
| 561 | 2025.01.17 14:36:03.616189 [ 3 ] {58f4722d-a8e2-4e39-ba88-1e2d4dc5c6a8} <Debug> TCPHandler: Processed in 0.006551025 sec. | ||
| 562 | 2025.01.17 14:36:03.616416 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2025.01.17 14:36:03.616704 [ 253 ] {8b1b011c-7310-4f4a-abe0-82465bc6ba11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 564 | 2025.01.17 14:36:03.616777 [ 253 ] {8b1b011c-7310-4f4a-abe0-82465bc6ba11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 565 | 2025.01.17 14:36:03.619262 [ 253 ] {8b1b011c-7310-4f4a-abe0-82465bc6ba11} <Debug> oximeter.fields_i32 (f3654912-d30f-4dac-9d78-7ece1608c3b6): Loading data parts | ||
| 566 | 2025.01.17 14:36:03.619416 [ 253 ] {8b1b011c-7310-4f4a-abe0-82465bc6ba11} <Debug> oximeter.fields_i32 (f3654912-d30f-4dac-9d78-7ece1608c3b6): There are no data parts | ||
| 567 | 2025.01.17 14:36:03.621205 [ 253 ] {8b1b011c-7310-4f4a-abe0-82465bc6ba11} <Debug> TCPHandler: Processed in 0.00485636 sec. | ||
| 568 | 2025.01.17 14:36:03.621420 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.01.17 14:36:03.621669 [ 3 ] {bc9b3e93-5263-4a2d-8f23-9a74faf997ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) 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) | ||
| 570 | 2025.01.17 14:36:03.621766 [ 3 ] {bc9b3e93-5263-4a2d-8f23-9a74faf997ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 571 | 2025.01.17 14:36:03.624042 [ 3 ] {bc9b3e93-5263-4a2d-8f23-9a74faf997ab} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Loading data parts | ||
| 572 | 2025.01.17 14:36:03.624227 [ 3 ] {bc9b3e93-5263-4a2d-8f23-9a74faf997ab} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): There are no data parts | ||
| 573 | 2025.01.17 14:36:03.627986 [ 3 ] {bc9b3e93-5263-4a2d-8f23-9a74faf997ab} <Debug> TCPHandler: Processed in 0.006632396 sec. | ||
| 574 | 2025.01.17 14:36:03.628198 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 575 | 2025.01.17 14:36:03.628455 [ 253 ] {a1fac333-c7b1-4546-94d6-8a311fa95216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 576 | 2025.01.17 14:36:03.628517 [ 253 ] {a1fac333-c7b1-4546-94d6-8a311fa95216} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 577 | 2025.01.17 14:36:03.631031 [ 253 ] {a1fac333-c7b1-4546-94d6-8a311fa95216} <Debug> oximeter.fields_i64 (f3b669b7-0412-4ffc-84a8-1f6b0e9c254e): Loading data parts | ||
| 578 | 2025.01.17 14:36:03.631226 [ 253 ] {a1fac333-c7b1-4546-94d6-8a311fa95216} <Debug> oximeter.fields_i64 (f3b669b7-0412-4ffc-84a8-1f6b0e9c254e): There are no data parts | ||
| 579 | 2025.01.17 14:36:03.635656 [ 253 ] {a1fac333-c7b1-4546-94d6-8a311fa95216} <Debug> TCPHandler: Processed in 0.007523185 sec. | ||
| 580 | 2025.01.17 14:36:03.635898 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 581 | 2025.01.17 14:36:03.636147 [ 3 ] {478db9eb-af35-4796-97e1-e07a99489e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) 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) | ||
| 582 | 2025.01.17 14:36:03.636240 [ 3 ] {478db9eb-af35-4796-97e1-e07a99489e89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 583 | 2025.01.17 14:36:03.640789 [ 3 ] {478db9eb-af35-4796-97e1-e07a99489e89} <Debug> oximeter.fields_u64 (f559a0a4-9956-42ec-ac80-1d6e65517a3a): Loading data parts | ||
| 584 | 2025.01.17 14:36:03.640980 [ 3 ] {478db9eb-af35-4796-97e1-e07a99489e89} <Debug> oximeter.fields_u64 (f559a0a4-9956-42ec-ac80-1d6e65517a3a): There are no data parts | ||
| 585 | 2025.01.17 14:36:03.642881 [ 3 ] {478db9eb-af35-4796-97e1-e07a99489e89} <Debug> TCPHandler: Processed in 0.007054876 sec. | ||
| 586 | 2025.01.17 14:36:03.643076 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 587 | 2025.01.17 14:36:03.643306 [ 253 ] {2054a1c6-eee3-4868-9090-9420b67ce338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 588 | 2025.01.17 14:36:03.643370 [ 253 ] {2054a1c6-eee3-4868-9090-9420b67ce338} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 589 | 2025.01.17 14:36:03.647653 [ 253 ] {2054a1c6-eee3-4868-9090-9420b67ce338} <Debug> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Loading data parts | ||
| 590 | 2025.01.17 14:36:03.647896 [ 253 ] {2054a1c6-eee3-4868-9090-9420b67ce338} <Debug> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): There are no data parts | ||
| 591 | 2025.01.17 14:36:03.649635 [ 253 ] {2054a1c6-eee3-4868-9090-9420b67ce338} <Debug> TCPHandler: Processed in 0.006613636 sec. | ||
| 592 | 2025.01.17 14:36:03.649849 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 593 | 2025.01.17 14:36:03.650109 [ 3 ] {58d8c189-3545-459f-9786-ce0ee37843aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) 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) | ||
| 594 | 2025.01.17 14:36:03.650206 [ 3 ] {58d8c189-3545-459f-9786-ce0ee37843aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 595 | 2025.01.17 14:36:03.652768 [ 3 ] {58d8c189-3545-459f-9786-ce0ee37843aa} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Loading data parts | ||
| 596 | 2025.01.17 14:36:03.652977 [ 3 ] {58d8c189-3545-459f-9786-ce0ee37843aa} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): There are no data parts | ||
| 597 | 2025.01.17 14:36:03.654521 [ 3 ] {58d8c189-3545-459f-9786-ce0ee37843aa} <Debug> TCPHandler: Processed in 0.004745327 sec. | ||
| 598 | 2025.01.17 14:36:03.654706 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 599 | 2025.01.17 14:36:03.654946 [ 253 ] {6872111c-622a-4343-8b99-dbb8a903306f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 600 | 2025.01.17 14:36:03.655011 [ 253 ] {6872111c-622a-4343-8b99-dbb8a903306f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 601 | 2025.01.17 14:36:03.659463 [ 253 ] {6872111c-622a-4343-8b99-dbb8a903306f} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Loading data parts | ||
| 602 | 2025.01.17 14:36:03.659721 [ 253 ] {6872111c-622a-4343-8b99-dbb8a903306f} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): There are no data parts | ||
| 603 | 2025.01.17 14:36:03.661216 [ 253 ] {6872111c-622a-4343-8b99-dbb8a903306f} <Debug> TCPHandler: Processed in 0.006565495 sec. | ||
| 604 | 2025.01.17 14:36:03.661416 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 605 | 2025.01.17 14:36:03.661777 [ 3 ] {b1a1c928-dd7e-4a86-8a96-f114e737d61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) /* The timeseries schema table stores the extracted schema for the samples | ||
| 606 | * oximeter collects. | ||
| 607 | */ | ||
| 608 | 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) | ||
| 609 | 2025.01.17 14:36:03.661892 [ 3 ] {b1a1c928-dd7e-4a86-8a96-f114e737d61a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 610 | 2025.01.17 14:36:03.664444 [ 3 ] {b1a1c928-dd7e-4a86-8a96-f114e737d61a} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Loading data parts | ||
| 611 | 2025.01.17 14:36:03.664612 [ 3 ] {b1a1c928-dd7e-4a86-8a96-f114e737d61a} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): There are no data parts | ||
| 612 | 2025.01.17 14:36:03.666016 [ 3 ] {b1a1c928-dd7e-4a86-8a96-f114e737d61a} <Debug> TCPHandler: Processed in 0.004665246 sec. | ||
| 613 | 2025.01.17 14:36:03.666239 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 614 | 2025.01.17 14:36:03.666462 [ 253 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 615 | 2025.01.17 14:36:03.667804 [ 253 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 616 | 2025.01.17 14:36:03.675876 [ 259 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Trace> oximeter.version (7b18fdc4-adee-4c11-bfb9-fe9056fec66f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 617 | 2025.01.17 14:36:03.675924 [ 259 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 618 | 2025.01.17 14:36:03.680645 [ 259 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 619 | 2025.01.17 14:36:03.681055 [ 259 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Trace> oximeter.version (7b18fdc4-adee-4c11-bfb9-fe9056fec66f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 620 | 2025.01.17 14:36:03.681385 [ 253 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015025 sec., 66.55574043261231 rows/sec., 1.04 KiB/sec. | ||
| 621 | 2025.01.17 14:36:03.681727 [ 253 ] {d527c22a-d7f1-43c3-8a38-96ed16598532} <Debug> TCPHandler: Processed in 0.015589281 sec. | ||
| 622 | 2025.01.17 14:36:04.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.13 MiB, peak 125.13 MiB, free memory in arenas 0.00 B, will set to 139.91 MiB (RSS), difference: 14.78 MiB | ||
| 623 | 2025.01.17 14:36:04.196913 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50027 | ||
| 624 | 2025.01.17 14:36:04.197393 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2025.01.17 14:36:04.197456 [ 269 ] {} <Debug> TCP-Session: 874a3d63-2295-4622-b919-dd3f1bc2a15b Authenticating user 'default' from [fd00:1122:3344:101::b]:50027 | ||
| 626 | 2025.01.17 14:36:04.197483 [ 269 ] {} <Debug> TCP-Session: 874a3d63-2295-4622-b919-dd3f1bc2a15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2025.01.17 14:36:04.197497 [ 269 ] {} <Debug> TCP-Session: 874a3d63-2295-4622-b919-dd3f1bc2a15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.01.17 14:36:04.197567 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2025.01.17 14:36:04.197593 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 630 | 2025.01.17 14:36:04.197629 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2025.01.17 14:36:04.198003 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61880 | ||
| 632 | 2025.01.17 14:36:04.198085 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41179 | ||
| 633 | 2025.01.17 14:36:04.198204 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.01.17 14:36:04.198263 [ 270 ] {} <Debug> TCP-Session: 6573e7c5-c37d-4329-b91e-a7cb58598184 Authenticating user 'default' from [fd00:1122:3344:101::b]:61880 | ||
| 635 | 2025.01.17 14:36:04.198394 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.01.17 14:36:04.198409 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65435 | ||
| 637 | 2025.01.17 14:36:04.198429 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34761 | ||
| 638 | 2025.01.17 14:36:04.198477 [ 271 ] {} <Debug> TCP-Session: 67ca0368-8b4d-4a35-b77c-12daad09c458 Authenticating user 'default' from [fd00:1122:3344:101::b]:41179 | ||
| 639 | 2025.01.17 14:36:04.198453 [ 270 ] {} <Debug> TCP-Session: 6573e7c5-c37d-4329-b91e-a7cb58598184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.01.17 14:36:04.198524 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56544 | ||
| 641 | 2025.01.17 14:36:04.198633 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.01.17 14:36:04.198660 [ 270 ] {} <Debug> TCP-Session: 6573e7c5-c37d-4329-b91e-a7cb58598184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.01.17 14:36:04.198771 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35555 | ||
| 644 | 2025.01.17 14:36:04.198863 [ 271 ] {} <Debug> TCP-Session: 67ca0368-8b4d-4a35-b77c-12daad09c458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.01.17 14:36:04.198909 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2025.01.17 14:36:04.199107 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55025 | ||
| 647 | 2025.01.17 14:36:04.199142 [ 271 ] {} <Debug> TCP-Session: 67ca0368-8b4d-4a35-b77c-12daad09c458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.01.17 14:36:04.199169 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2025.01.17 14:36:04.199244 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2025.01.17 14:36:04.199401 [ 275 ] {} <Debug> TCP-Session: 8d6e6486-15c5-4cb3-bbb7-6fdae58cf99b Authenticating user 'default' from [fd00:1122:3344:101::b]:35555 | ||
| 651 | 2025.01.17 14:36:04.199209 [ 273 ] {} <Debug> TCP-Session: afd45efc-730b-4b19-8f0a-8249e7b13426 Authenticating user 'default' from [fd00:1122:3344:101::b]:65435 | ||
| 652 | 2025.01.17 14:36:04.199442 [ 274 ] {} <Debug> TCP-Session: f5aab06a-1dba-4f5d-8446-874bb2fa0518 Authenticating user 'default' from [fd00:1122:3344:101::b]:56544 | ||
| 653 | 2025.01.17 14:36:04.199477 [ 275 ] {} <Debug> TCP-Session: 8d6e6486-15c5-4cb3-bbb7-6fdae58cf99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.01.17 14:36:04.199493 [ 273 ] {} <Debug> TCP-Session: afd45efc-730b-4b19-8f0a-8249e7b13426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.01.17 14:36:04.199456 [ 272 ] {} <Debug> TCP-Session: 1308a583-48cd-4dee-91e2-12723f69af88 Authenticating user 'default' from [fd00:1122:3344:101::b]:34761 | ||
| 656 | 2025.01.17 14:36:04.199559 [ 275 ] {} <Debug> TCP-Session: 8d6e6486-15c5-4cb3-bbb7-6fdae58cf99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.01.17 14:36:04.199544 [ 273 ] {} <Debug> TCP-Session: afd45efc-730b-4b19-8f0a-8249e7b13426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.01.17 14:36:04.199538 [ 274 ] {} <Debug> TCP-Session: f5aab06a-1dba-4f5d-8446-874bb2fa0518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.01.17 14:36:04.199675 [ 274 ] {} <Debug> TCP-Session: f5aab06a-1dba-4f5d-8446-874bb2fa0518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.01.17 14:36:04.199691 [ 272 ] {} <Debug> TCP-Session: 1308a583-48cd-4dee-91e2-12723f69af88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.01.17 14:36:04.199743 [ 272 ] {} <Debug> TCP-Session: 1308a583-48cd-4dee-91e2-12723f69af88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.17 14:36:04.199884 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 663 | 2025.01.17 14:36:04.199924 [ 276 ] {} <Debug> TCP-Session: 39fe18a2-da84-4eb4-af83-f3d420f5ff41 Authenticating user 'default' from [fd00:1122:3344:101::b]:55025 | ||
| 664 | 2025.01.17 14:36:04.199963 [ 276 ] {} <Debug> TCP-Session: 39fe18a2-da84-4eb4-af83-f3d420f5ff41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2025.01.17 14:36:04.200014 [ 276 ] {} <Debug> TCP-Session: 39fe18a2-da84-4eb4-af83-f3d420f5ff41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.01.17 14:36:04.507204 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38799 | ||
| 667 | 2025.01.17 14:36:04.507776 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.01.17 14:36:04.507908 [ 277 ] {} <Debug> TCP-Session: 0f5e5035-71b2-43f6-bb59-bf3c80c51e10 Authenticating user 'default' from [fd00:1122:3344:101::a]:38799 | ||
| 669 | 2025.01.17 14:36:04.507930 [ 277 ] {} <Debug> TCP-Session: 0f5e5035-71b2-43f6-bb59-bf3c80c51e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.17 14:36:04.507942 [ 277 ] {} <Debug> TCP-Session: 0f5e5035-71b2-43f6-bb59-bf3c80c51e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.17 14:36:04.508025 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.01.17 14:36:04.508049 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 673 | 2025.01.17 14:36:04.508081 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2025.01.17 14:36:04.508533 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52169 | ||
| 675 | 2025.01.17 14:36:04.508647 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57999 | ||
| 676 | 2025.01.17 14:36:04.508835 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.01.17 14:36:04.508838 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57977 | ||
| 678 | 2025.01.17 14:36:04.509113 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60790 | ||
| 679 | 2025.01.17 14:36:04.509150 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.01.17 14:36:04.509164 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.01.17 14:36:04.509169 [ 278 ] {} <Debug> TCP-Session: bc03058f-62d6-4601-9120-a2c8cfe69d4f Authenticating user 'default' from [fd00:1122:3344:101::a]:52169 | ||
| 682 | 2025.01.17 14:36:04.509326 [ 280 ] {} <Debug> TCP-Session: 275b9467-f189-4f89-9a75-90e2f694cd10 Authenticating user 'default' from [fd00:1122:3344:101::a]:57977 | ||
| 683 | 2025.01.17 14:36:04.509348 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.01.17 14:36:04.509341 [ 279 ] {} <Debug> TCP-Session: 5dea7159-3e0b-4bb9-aff0-3dba476a9d64 Authenticating user 'default' from [fd00:1122:3344:101::a]:57999 | ||
| 685 | 2025.01.17 14:36:04.509382 [ 278 ] {} <Debug> TCP-Session: bc03058f-62d6-4601-9120-a2c8cfe69d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.01.17 14:36:04.509441 [ 280 ] {} <Debug> TCP-Session: 275b9467-f189-4f89-9a75-90e2f694cd10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.17 14:36:04.509394 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40754 | ||
| 688 | 2025.01.17 14:36:04.509505 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49949 | ||
| 689 | 2025.01.17 14:36:04.509548 [ 280 ] {} <Debug> TCP-Session: 275b9467-f189-4f89-9a75-90e2f694cd10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.01.17 14:36:04.509567 [ 278 ] {} <Debug> TCP-Session: bc03058f-62d6-4601-9120-a2c8cfe69d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.01.17 14:36:04.509516 [ 281 ] {} <Debug> TCP-Session: 4567aa5b-bcc9-4ee7-9bec-ad8c9c599d5d Authenticating user 'default' from [fd00:1122:3344:101::a]:60790 | ||
| 692 | 2025.01.17 14:36:04.509504 [ 279 ] {} <Debug> TCP-Session: 5dea7159-3e0b-4bb9-aff0-3dba476a9d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.01.17 14:36:04.510037 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64038 | ||
| 694 | 2025.01.17 14:36:04.510108 [ 279 ] {} <Debug> TCP-Session: 5dea7159-3e0b-4bb9-aff0-3dba476a9d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.17 14:36:04.510268 [ 281 ] {} <Debug> TCP-Session: 4567aa5b-bcc9-4ee7-9bec-ad8c9c599d5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.17 14:36:04.510406 [ 281 ] {} <Debug> TCP-Session: 4567aa5b-bcc9-4ee7-9bec-ad8c9c599d5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.17 14:36:04.510411 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2025.01.17 14:36:04.510455 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.01.17 14:36:04.510479 [ 282 ] {} <Debug> TCP-Session: 197e5f53-a8b3-4596-add6-2a77ac2a0eb5 Authenticating user 'default' from [fd00:1122:3344:101::a]:40754 | ||
| 700 | 2025.01.17 14:36:04.510550 [ 284 ] {} <Debug> TCP-Session: b95976f6-eea2-49cc-bcac-8514a29d3925 Authenticating user 'default' from [fd00:1122:3344:101::a]:64038 | ||
| 701 | 2025.01.17 14:36:04.510552 [ 282 ] {} <Debug> TCP-Session: 197e5f53-a8b3-4596-add6-2a77ac2a0eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.01.17 14:36:04.510584 [ 284 ] {} <Debug> TCP-Session: b95976f6-eea2-49cc-bcac-8514a29d3925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.17 14:36:04.510699 [ 282 ] {} <Debug> TCP-Session: 197e5f53-a8b3-4596-add6-2a77ac2a0eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.17 14:36:04.510706 [ 284 ] {} <Debug> TCP-Session: b95976f6-eea2-49cc-bcac-8514a29d3925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.17 14:36:04.511053 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 706 | 2025.01.17 14:36:04.511095 [ 283 ] {} <Debug> TCP-Session: f7bd5eb4-eaf2-4123-a960-2415a6d0d5ff Authenticating user 'default' from [fd00:1122:3344:101::a]:49949 | ||
| 707 | 2025.01.17 14:36:04.511119 [ 283 ] {} <Debug> TCP-Session: f7bd5eb4-eaf2-4123-a960-2415a6d0d5ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.17 14:36:04.511213 [ 283 ] {} <Debug> TCP-Session: f7bd5eb4-eaf2-4123-a960-2415a6d0d5ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.17 14:36:04.714062 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62106 | ||
| 710 | 2025.01.17 14:36:04.714538 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2025.01.17 14:36:04.714569 [ 285 ] {} <Debug> TCP-Session: 39e2711d-cc34-4e3a-affa-757041bd6c78 Authenticating user 'default' from [fd00:1122:3344:101::c]:62106 | ||
| 712 | 2025.01.17 14:36:04.714626 [ 285 ] {} <Debug> TCP-Session: 39e2711d-cc34-4e3a-affa-757041bd6c78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2025.01.17 14:36:04.714640 [ 285 ] {} <Debug> TCP-Session: 39e2711d-cc34-4e3a-affa-757041bd6c78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.17 14:36:04.714711 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2025.01.17 14:36:04.714754 [ 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 | ||
| 716 | 2025.01.17 14:36:04.714774 [ 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 | ||
| 717 | 2025.01.17 14:36:04.715171 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42335 | ||
| 718 | 2025.01.17 14:36:04.715314 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57792 | ||
| 719 | 2025.01.17 14:36:04.715485 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 720 | 2025.01.17 14:36:04.715525 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56618 | ||
| 721 | 2025.01.17 14:36:04.715556 [ 286 ] {} <Debug> TCP-Session: e7a90749-c208-461d-a88d-040e70b638a7 Authenticating user 'default' from [fd00:1122:3344:101::c]:42335 | ||
| 722 | 2025.01.17 14:36:04.715739 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39791 | ||
| 723 | 2025.01.17 14:36:04.715771 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2025.01.17 14:36:04.715763 [ 286 ] {} <Debug> TCP-Session: e7a90749-c208-461d-a88d-040e70b638a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2025.01.17 14:36:04.716071 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 726 | 2025.01.17 14:36:04.716118 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35623 | ||
| 727 | 2025.01.17 14:36:04.716137 [ 287 ] {} <Debug> TCP-Session: b5c7e4f5-a9a9-4df0-b603-52d6ac0dd711 Authenticating user 'default' from [fd00:1122:3344:101::c]:57792 | ||
| 728 | 2025.01.17 14:36:04.716102 [ 286 ] {} <Debug> TCP-Session: e7a90749-c208-461d-a88d-040e70b638a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2025.01.17 14:36:04.716092 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 730 | 2025.01.17 14:36:04.716216 [ 287 ] {} <Debug> TCP-Session: b5c7e4f5-a9a9-4df0-b603-52d6ac0dd711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2025.01.17 14:36:04.716190 [ 288 ] {} <Debug> TCP-Session: add02c3e-e16a-4ed0-80a2-4e9b27863df0 Authenticating user 'default' from [fd00:1122:3344:101::c]:56618 | ||
| 732 | 2025.01.17 14:36:04.716504 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 733 | 2025.01.17 14:36:04.716522 [ 289 ] {} <Debug> TCP-Session: 39269fe9-362d-4996-8af2-f82506a79bad Authenticating user 'default' from [fd00:1122:3344:101::c]:39791 | ||
| 734 | 2025.01.17 14:36:04.716410 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33647 | ||
| 735 | 2025.01.17 14:36:04.716529 [ 288 ] {} <Debug> TCP-Session: add02c3e-e16a-4ed0-80a2-4e9b27863df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.17 14:36:04.716538 [ 287 ] {} <Debug> TCP-Session: b5c7e4f5-a9a9-4df0-b603-52d6ac0dd711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.17 14:36:04.716601 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50595 | ||
| 738 | 2025.01.17 14:36:04.716710 [ 289 ] {} <Debug> TCP-Session: 39269fe9-362d-4996-8af2-f82506a79bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.17 14:36:04.716842 [ 288 ] {} <Debug> TCP-Session: add02c3e-e16a-4ed0-80a2-4e9b27863df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.17 14:36:04.716915 [ 289 ] {} <Debug> TCP-Session: 39269fe9-362d-4996-8af2-f82506a79bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.17 14:36:04.716947 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2025.01.17 14:36:04.716708 [ 290 ] {} <Debug> TCP-Session: 96eaa58e-8366-40de-bbe2-b2a8ddb3cf67 Authenticating user 'default' from [fd00:1122:3344:101::c]:35623 | ||
| 743 | 2025.01.17 14:36:04.717242 [ 291 ] {} <Debug> TCP-Session: e0039433-eef6-402d-8250-237c73a9c427 Authenticating user 'default' from [fd00:1122:3344:101::c]:33647 | ||
| 744 | 2025.01.17 14:36:04.717300 [ 290 ] {} <Debug> TCP-Session: 96eaa58e-8366-40de-bbe2-b2a8ddb3cf67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.17 14:36:04.717289 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2025.01.17 14:36:04.717343 [ 290 ] {} <Debug> TCP-Session: 96eaa58e-8366-40de-bbe2-b2a8ddb3cf67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2025.01.17 14:36:04.717322 [ 291 ] {} <Debug> TCP-Session: e0039433-eef6-402d-8250-237c73a9c427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.17 14:36:04.717404 [ 292 ] {} <Debug> TCP-Session: 40276f6e-05f6-47a0-8301-4d8bfde502cb Authenticating user 'default' from [fd00:1122:3344:101::c]:50595 | ||
| 749 | 2025.01.17 14:36:04.717418 [ 291 ] {} <Debug> TCP-Session: e0039433-eef6-402d-8250-237c73a9c427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2025.01.17 14:36:04.717488 [ 292 ] {} <Debug> TCP-Session: 40276f6e-05f6-47a0-8301-4d8bfde502cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.01.17 14:36:04.717525 [ 292 ] {} <Debug> TCP-Session: 40276f6e-05f6-47a0-8301-4d8bfde502cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.17 14:36:05.000238 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.05 MiB, peak 140.05 MiB, free memory in arenas 0.00 B, will set to 141.46 MiB (RSS), difference: 1.41 MiB | ||
| 753 | 2025.01.17 14:36:10.429031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.17 14:36:10.429095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.17 14:36:10.429154 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.17 14:36:10.429237 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.17 14:36:10.435464 [ 244 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Loading data parts | ||
| 758 | 2025.01.17 14:36:10.435824 [ 244 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): There are no data parts | ||
| 759 | 2025.01.17 14:36:10.442500 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.17 14:36:10.442592 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 761 | 2025.01.17 14:36:10.445396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.17 14:36:10.446094 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.01.17 14:36:10.446709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 764 | 2025.01.17 14:36:10.458235 [ 243 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Loading data parts | ||
| 765 | 2025.01.17 14:36:10.458439 [ 243 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): There are no data parts | ||
| 766 | 2025.01.17 14:36:10.481438 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.17 14:36:10.481483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 768 | 2025.01.17 14:36:10.488724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.17 14:36:10.489485 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.01.17 14:36:10.491923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.17 14:36:11.001145 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.48 MiB, peak 150.48 MiB, free memory in arenas 0.00 B, will set to 151.28 MiB (RSS), difference: 4.80 MiB | ||
| 772 | 2025.01.17 14:36:12.929942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.17 14:36:12.930038 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.17 14:36:12.941679 [ 242 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Loading data parts | ||
| 775 | 2025.01.17 14:36:12.941841 [ 242 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): There are no data parts | ||
| 776 | 2025.01.17 14:36:12.948180 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.17 14:36:12.948219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 778 | 2025.01.17 14:36:12.949811 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.17 14:36:12.950108 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2025.01.17 14:36:12.950653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.17 14:36:13.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.46 MiB, peak 155.46 MiB, free memory in arenas 0.00 B, will set to 151.68 MiB (RSS), difference: -3.78 MiB | ||
| 782 | 2025.01.17 14:36:17.896095 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.17 14:36:17.896164 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.17 14:36:17.947801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.17 14:36:17.948640 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.17 14:36:17.948678 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 787 | 2025.01.17 14:36:17.949218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.17 14:36:17.949467 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2025.01.17 14:36:17.949671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.17 14:36:17.992967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.17 14:36:18.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.72 MiB, peak 155.87 MiB, free memory in arenas 0.00 B, will set to 152.96 MiB (RSS), difference: 1.24 MiB | ||
| 792 | 2025.01.17 14:36:18.015165 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2025.01.17 14:36:18.015216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 794 | 2025.01.17 14:36:18.021618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2025.01.17 14:36:18.022345 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2025.01.17 14:36:18.024671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2025.01.17 14:36:23.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.43 MiB, peak 157.59 MiB, free memory in arenas 0.00 B, will set to 154.45 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2025.01.17 14:36:23.686579 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.17 14:36:23.686795 [ 3 ] {ca8c0952-ca9d-432e-a795-f1c1dc9c7e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.17 14:36:23.687194 [ 3 ] {ca8c0952-ca9d-432e-a795-f1c1dc9c7e13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.17 14:36:23.687420 [ 3 ] {ca8c0952-ca9d-432e-a795-f1c1dc9c7e13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.17 14:36:23.688248 [ 3 ] {ca8c0952-ca9d-432e-a795-f1c1dc9c7e13} <Debug> TCPHandler: Processed in 0.001798357 sec. | ||
| 803 | 2025.01.17 14:36:23.690836 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.17 14:36:23.691065 [ 253 ] {f52dfbee-40fd-450d-a398-6a9cae8148d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.17 14:36:23.692892 [ 253 ] {f52dfbee-40fd-450d-a398-6a9cae8148d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.17 14:36:23.692972 [ 253 ] {f52dfbee-40fd-450d-a398-6a9cae8148d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.17 14:36:23.693648 [ 253 ] {f52dfbee-40fd-450d-a398-6a9cae8148d3} <Debug> TCPHandler: Processed in 0.00293741 sec. | ||
| 808 | 2025.01.17 14:36:23.694097 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.17 14:36:23.694286 [ 3 ] {49bb159b-17b3-4711-b428-34402b6a84b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.17 14:36:23.694798 [ 3 ] {49bb159b-17b3-4711-b428-34402b6a84b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.17 14:36:23.694866 [ 3 ] {49bb159b-17b3-4711-b428-34402b6a84b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.17 14:36:23.695381 [ 3 ] {49bb159b-17b3-4711-b428-34402b6a84b7} <Debug> TCPHandler: Processed in 0.001350778 sec. | ||
| 813 | 2025.01.17 14:36:23.695730 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.17 14:36:23.695891 [ 253 ] {1ec28b8e-9943-4721-b4c8-9ed8143f543b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.01.17 14:36:23.696324 [ 253 ] {1ec28b8e-9943-4721-b4c8-9ed8143f543b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.17 14:36:23.696393 [ 253 ] {1ec28b8e-9943-4721-b4c8-9ed8143f543b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.17 14:36:23.696968 [ 253 ] {1ec28b8e-9943-4721-b4c8-9ed8143f543b} <Debug> TCPHandler: Processed in 0.001299447 sec. | ||
| 818 | 2025.01.17 14:36:23.697238 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.17 14:36:23.697389 [ 3 ] {724d9ec1-799b-4c95-aa5e-ded0392aac92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.01.17 14:36:23.697751 [ 3 ] {724d9ec1-799b-4c95-aa5e-ded0392aac92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.17 14:36:23.697807 [ 3 ] {724d9ec1-799b-4c95-aa5e-ded0392aac92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.17 14:36:23.698266 [ 3 ] {724d9ec1-799b-4c95-aa5e-ded0392aac92} <Debug> TCPHandler: Processed in 0.001082893 sec. | ||
| 823 | 2025.01.17 14:36:23.698543 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.17 14:36:23.698695 [ 253 ] {3f254cc0-1659-43af-81b8-5ce19925c8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.01.17 14:36:23.699053 [ 253 ] {3f254cc0-1659-43af-81b8-5ce19925c8a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.17 14:36:23.699109 [ 253 ] {3f254cc0-1659-43af-81b8-5ce19925c8a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.17 14:36:23.699597 [ 253 ] {3f254cc0-1659-43af-81b8-5ce19925c8a9} <Debug> TCPHandler: Processed in 0.001112473 sec. | ||
| 828 | 2025.01.17 14:36:23.699843 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.17 14:36:23.700007 [ 3 ] {54b60088-c3fc-4e7f-95d0-21f22e515ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.01.17 14:36:23.700454 [ 3 ] {54b60088-c3fc-4e7f-95d0-21f22e515ff9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.17 14:36:23.700521 [ 3 ] {54b60088-c3fc-4e7f-95d0-21f22e515ff9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.17 14:36:23.701045 [ 3 ] {54b60088-c3fc-4e7f-95d0-21f22e515ff9} <Debug> TCPHandler: Processed in 0.001256266 sec. | ||
| 833 | 2025.01.17 14:36:23.701289 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.17 14:36:23.701445 [ 253 ] {48cf0be5-9061-4be4-8d3c-f4c45a63eb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 835 | 2025.01.17 14:36:23.701818 [ 253 ] {48cf0be5-9061-4be4-8d3c-f4c45a63eb12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.17 14:36:23.701874 [ 253 ] {48cf0be5-9061-4be4-8d3c-f4c45a63eb12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.17 14:36:23.702368 [ 253 ] {48cf0be5-9061-4be4-8d3c-f4c45a63eb12} <Debug> TCPHandler: Processed in 0.001133483 sec. | ||
| 838 | 2025.01.17 14:36:23.702621 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.17 14:36:23.702774 [ 3 ] {aafe2701-603f-48b2-8c17-2bc052687cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 840 | 2025.01.17 14:36:23.703147 [ 3 ] {aafe2701-603f-48b2-8c17-2bc052687cb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.17 14:36:23.703200 [ 3 ] {aafe2701-603f-48b2-8c17-2bc052687cb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.17 14:36:23.703660 [ 3 ] {aafe2701-603f-48b2-8c17-2bc052687cb1} <Debug> TCPHandler: Processed in 0.001092343 sec. | ||
| 843 | 2025.01.17 14:36:23.703919 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.17 14:36:23.704077 [ 253 ] {48a2048a-4348-4203-917a-132463dab4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 845 | 2025.01.17 14:36:23.704457 [ 253 ] {48a2048a-4348-4203-917a-132463dab4c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.17 14:36:23.704513 [ 253 ] {48a2048a-4348-4203-917a-132463dab4c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.17 14:36:23.705004 [ 253 ] {48a2048a-4348-4203-917a-132463dab4c1} <Debug> TCPHandler: Processed in 0.001142873 sec. | ||
| 848 | 2025.01.17 14:36:23.705258 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.17 14:36:23.705413 [ 3 ] {abd3421d-6009-4172-afc3-73ab775fe99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 850 | 2025.01.17 14:36:23.705795 [ 3 ] {abd3421d-6009-4172-afc3-73ab775fe99e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.17 14:36:23.705850 [ 3 ] {abd3421d-6009-4172-afc3-73ab775fe99e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.17 14:36:23.706310 [ 3 ] {abd3421d-6009-4172-afc3-73ab775fe99e} <Debug> TCPHandler: Processed in 0.001107653 sec. | ||
| 853 | 2025.01.17 14:36:23.706560 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.17 14:36:23.706719 [ 253 ] {3e5c358b-6131-4b08-ba85-30c51360caaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 855 | 2025.01.17 14:36:23.707100 [ 253 ] {3e5c358b-6131-4b08-ba85-30c51360caaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.17 14:36:23.707163 [ 253 ] {3e5c358b-6131-4b08-ba85-30c51360caaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.17 14:36:23.707666 [ 253 ] {3e5c358b-6131-4b08-ba85-30c51360caaf} <Debug> TCPHandler: Processed in 0.001163174 sec. | ||
| 858 | 2025.01.17 14:36:23.707911 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.17 14:36:23.708069 [ 3 ] {62cc3308-fe98-489e-a7ff-36da8ac1efa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 860 | 2025.01.17 14:36:23.708457 [ 3 ] {62cc3308-fe98-489e-a7ff-36da8ac1efa9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.17 14:36:23.708513 [ 3 ] {62cc3308-fe98-489e-a7ff-36da8ac1efa9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.17 14:36:23.708966 [ 3 ] {62cc3308-fe98-489e-a7ff-36da8ac1efa9} <Debug> TCPHandler: Processed in 0.001109673 sec. | ||
| 863 | 2025.01.17 14:36:23.709204 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.17 14:36:23.709363 [ 253 ] {06a3962c-8a17-4627-a2ba-f3bdc3f40207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 865 | 2025.01.17 14:36:23.709760 [ 253 ] {06a3962c-8a17-4627-a2ba-f3bdc3f40207} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.17 14:36:23.709816 [ 253 ] {06a3962c-8a17-4627-a2ba-f3bdc3f40207} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.17 14:36:23.710313 [ 253 ] {06a3962c-8a17-4627-a2ba-f3bdc3f40207} <Debug> TCPHandler: Processed in 0.001162775 sec. | ||
| 868 | 2025.01.17 14:36:23.710574 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.17 14:36:23.710731 [ 3 ] {046a82b1-ebb9-414e-8ac0-824d35a6dd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 870 | 2025.01.17 14:36:23.711128 [ 3 ] {046a82b1-ebb9-414e-8ac0-824d35a6dd9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.17 14:36:23.711185 [ 3 ] {046a82b1-ebb9-414e-8ac0-824d35a6dd9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2025.01.17 14:36:23.711636 [ 3 ] {046a82b1-ebb9-414e-8ac0-824d35a6dd9d} <Debug> TCPHandler: Processed in 0.001115703 sec. | ||
| 873 | 2025.01.17 14:36:23.711878 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2025.01.17 14:36:23.712063 [ 253 ] {b981071b-c8a6-4a7f-9a03-027e05d36f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 875 | 2025.01.17 14:36:23.712547 [ 253 ] {b981071b-c8a6-4a7f-9a03-027e05d36f72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2025.01.17 14:36:23.712615 [ 253 ] {b981071b-c8a6-4a7f-9a03-027e05d36f72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2025.01.17 14:36:23.713171 [ 253 ] {b981071b-c8a6-4a7f-9a03-027e05d36f72} <Debug> TCPHandler: Processed in 0.001347477 sec. | ||
| 878 | 2025.01.17 14:36:23.713425 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.01.17 14:36:23.713584 [ 3 ] {fafe0845-e38f-4417-81c1-c360cef11bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 880 | 2025.01.17 14:36:23.713985 [ 3 ] {fafe0845-e38f-4417-81c1-c360cef11bb8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2025.01.17 14:36:23.714040 [ 3 ] {fafe0845-e38f-4417-81c1-c360cef11bb8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2025.01.17 14:36:23.714493 [ 3 ] {fafe0845-e38f-4417-81c1-c360cef11bb8} <Debug> TCPHandler: Processed in 0.001123883 sec. | ||
| 883 | 2025.01.17 14:36:23.714748 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2025.01.17 14:36:23.714913 [ 253 ] {10b51ebd-c045-428e-bb6a-cbe324989327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 885 | 2025.01.17 14:36:23.715406 [ 253 ] {10b51ebd-c045-428e-bb6a-cbe324989327} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2025.01.17 14:36:23.715474 [ 253 ] {10b51ebd-c045-428e-bb6a-cbe324989327} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2025.01.17 14:36:23.716040 [ 253 ] {10b51ebd-c045-428e-bb6a-cbe324989327} <Debug> TCPHandler: Processed in 0.001345747 sec. | ||
| 888 | 2025.01.17 14:36:23.720386 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2025.01.17 14:36:23.720534 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2025.01.17 14:36:23.720594 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2025.01.17 14:36:23.721381 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2025.01.17 14:36:23.721420 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 893 | 2025.01.17 14:36:23.721964 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2025.01.17 14:36:23.722187 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2025.01.17 14:36:23.722402 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001909 sec., 9429.020429544264 rows/sec., 1.29 MiB/sec. | ||
| 896 | 2025.01.17 14:36:23.722529 [ 3 ] {af3ac608-1ff3-42df-b869-0d3ef3919bb4} <Debug> TCPHandler: Processed in 0.002208096 sec. | ||
| 897 | 2025.01.17 14:36:23.722682 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2025.01.17 14:36:23.722812 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2025.01.17 14:36:23.722863 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2025.01.17 14:36:23.724765 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2025.01.17 14:36:23.724807 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 902 | 2025.01.17 14:36:23.725273 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2025.01.17 14:36:23.725527 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2025.01.17 14:36:23.725790 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003011 sec., 18598.472268349386 rows/sec., 1.42 MiB/sec. | ||
| 905 | 2025.01.17 14:36:23.725960 [ 253 ] {08b3f1f1-5cb0-4091-a036-0410ca30b178} <Debug> TCPHandler: Processed in 0.003334859 sec. | ||
| 906 | 2025.01.17 14:36:23.726197 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2025.01.17 14:36:23.726420 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2025.01.17 14:36:23.726509 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2025.01.17 14:36:23.727330 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2025.01.17 14:36:23.727368 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 911 | 2025.01.17 14:36:23.727727 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2025.01.17 14:36:23.727964 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2025.01.17 14:36:23.728160 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00179 sec., 35754.18994413408 rows/sec., 2.79 MiB/sec. | ||
| 914 | 2025.01.17 14:36:23.728319 [ 3 ] {a10ddb2b-e6b7-4d13-b181-1d5c54da5d94} <Debug> TCPHandler: Processed in 0.002228736 sec. | ||
| 915 | 2025.01.17 14:36:23.728469 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2025.01.17 14:36:23.728593 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2025.01.17 14:36:23.728645 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2025.01.17 14:36:23.729253 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2025.01.17 14:36:23.729290 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 920 | 2025.01.17 14:36:23.729729 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2025.01.17 14:36:23.729967 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2025.01.17 14:36:23.730183 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001619 sec., 59295.8616429895 rows/sec., 4.13 MiB/sec. | ||
| 923 | 2025.01.17 14:36:23.730236 [ 253 ] {7207b895-8f51-452c-83cc-fc27e63d6882} <Debug> TCPHandler: Processed in 0.001823378 sec. | ||
| 924 | 2025.01.17 14:36:23.730389 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2025.01.17 14:36:23.730536 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2025.01.17 14:36:23.730596 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2025.01.17 14:36:23.731112 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2025.01.17 14:36:23.731152 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 929 | 2025.01.17 14:36:23.731554 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2025.01.17 14:36:23.731799 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2025.01.17 14:36:23.732067 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00156 sec., 23076.923076923078 rows/sec., 1.56 MiB/sec. | ||
| 932 | 2025.01.17 14:36:23.732119 [ 3 ] {201bac86-8c51-41bb-9a2f-57b58ba3f745} <Debug> TCPHandler: Processed in 0.001798448 sec. | ||
| 933 | 2025.01.17 14:36:25.449767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 934 | 2025.01.17 14:36:25.450418 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2025.01.17 14:36:25.450466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 936 | 2025.01.17 14:36:25.451082 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2025.01.17 14:36:25.451349 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2025.01.17 14:36:25.451567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 939 | 2025.01.17 14:36:25.524740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2025.01.17 14:36:25.543932 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2025.01.17 14:36:25.543999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 942 | 2025.01.17 14:36:25.551016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2025.01.17 14:36:25.551878 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2025.01.17 14:36:25.555257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2025.01.17 14:36:28.691659 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2025.01.17 14:36:28.691874 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2025.01.17 14:36:28.691951 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2025.01.17 14:36:28.692710 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2025.01.17 14:36:28.692754 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 950 | 2025.01.17 14:36:28.693331 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2025.01.17 14:36:28.693840 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 952 | 2025.01.17 14:36:28.694076 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002253 sec., 24855.747891699957 rows/sec., 1.90 MiB/sec. | ||
| 953 | 2025.01.17 14:36:28.694211 [ 3 ] {4a3f4c53-b84a-4b66-85a6-9420a711551a} <Debug> TCPHandler: Processed in 0.002686705 sec. | ||
| 954 | 2025.01.17 14:36:28.694482 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.01.17 14:36:28.694692 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2025.01.17 14:36:28.694773 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2025.01.17 14:36:28.695562 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2025.01.17 14:36:28.695615 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 959 | 2025.01.17 14:36:28.696179 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2025.01.17 14:36:28.696699 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2025.01.17 14:36:28.697027 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002364 sec., 27072.75803722504 rows/sec., 2.11 MiB/sec. | ||
| 962 | 2025.01.17 14:36:28.697170 [ 253 ] {4c002fed-486c-470c-8954-807bb539ee66} <Debug> TCPHandler: Processed in 0.002830208 sec. | ||
| 963 | 2025.01.17 14:36:28.697355 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2025.01.17 14:36:28.697499 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2025.01.17 14:36:28.697562 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2025.01.17 14:36:28.698219 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2025.01.17 14:36:28.698257 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 968 | 2025.01.17 14:36:28.698833 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2025.01.17 14:36:28.699319 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2025.01.17 14:36:28.699497 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002036 sec., 78585.46168958742 rows/sec., 5.47 MiB/sec. | ||
| 971 | 2025.01.17 14:36:28.699553 [ 3 ] {c5e252d2-aef2-4260-94b6-19232d18e649} <Debug> TCPHandler: Processed in 0.002265816 sec. | ||
| 972 | 2025.01.17 14:36:28.699702 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2025.01.17 14:36:28.699830 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2025.01.17 14:36:28.699883 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2025.01.17 14:36:28.700407 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2025.01.17 14:36:28.700447 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 977 | 2025.01.17 14:36:28.700971 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2025.01.17 14:36:28.701429 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2025.01.17 14:36:28.701657 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001857 sec., 32310.177705977385 rows/sec., 2.18 MiB/sec. | ||
| 980 | 2025.01.17 14:36:28.701710 [ 253 ] {c5a97331-bc40-4e80-b3b7-a1e96fbe2c22} <Debug> TCPHandler: Processed in 0.002067203 sec. | ||
| 981 | 2025.01.17 14:36:32.896216 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2025.01.17 14:36:32.896283 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2025.01.17 14:36:32.952155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 984 | 2025.01.17 14:36:32.952710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 985 | 2025.01.17 14:36:32.956023 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 986 | 2025.01.17 14:36:32.956105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 987 | 2025.01.17 14:36:32.957075 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 988 | 2025.01.17 14:36:32.957494 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 989 | 2025.01.17 14:36:32.958198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 990 | 2025.01.17 14:36:32.960400 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2025.01.17 14:36:32.960457 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 992 | 2025.01.17 14:36:32.961950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 993 | 2025.01.17 14:36:32.962259 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2025.01.17 14:36:32.963152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 995 | 2025.01.17 14:36:33.056289 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2025.01.17 14:36:33.079260 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2025.01.17 14:36:33.079311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 998 | 2025.01.17 14:36:33.086050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2025.01.17 14:36:33.086806 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2025.01.17 14:36:33.091223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2025.01.17 14:36:33.687419 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2025.01.17 14:36:33.687657 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1003 | 2025.01.17 14:36:33.689938 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2025.01.17 14:36:33.690017 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1005 | 2025.01.17 14:36:33.690313 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2025.01.17 14:36:33.690497 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2025.01.17 14:36:33.690801 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2025.01.17 14:36:33.691897 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2025.01.17 14:36:33.691947 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1010 | 2025.01.17 14:36:33.691967 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2025.01.17 14:36:33.692078 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1012 | 2025.01.17 14:36:33.692105 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2025.01.17 14:36:33.695996 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.008445 sec., 2131.4387211367675 rows/sec., 87.19 KiB/sec. | ||
| 1014 | 2025.01.17 14:36:33.696149 [ 3 ] {07c7f009-3fa0-4893-9a5e-20cbb920c0d9} <Debug> TCPHandler: Processed in 0.008851262 sec. | ||
| 1015 | 2025.01.17 14:36:33.697067 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2025.01.17 14:36:33.697342 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1017 | 2025.01.17 14:36:33.697787 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2025.01.17 14:36:33.697843 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1019 | 2025.01.17 14:36:33.698208 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2025.01.17 14:36:33.698291 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2025.01.17 14:36:33.698468 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2025.01.17 14:36:33.698509 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2025.01.17 14:36:33.698535 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1024 | 2025.01.17 14:36:33.698554 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2025.01.17 14:36:33.698605 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1026 | 2025.01.17 14:36:33.698630 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2025.01.17 14:36:33.699413 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002194 sec., 8204.19325432999 rows/sec., 335.61 KiB/sec. | ||
| 1028 | 2025.01.17 14:36:33.699543 [ 253 ] {90906216-24a3-4594-b75a-84cdaec84c94} <Debug> TCPHandler: Processed in 0.002607264 sec. | ||
| 1029 | 2025.01.17 14:36:33.699897 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2025.01.17 14:36:33.700113 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1031 | 2025.01.17 14:36:33.700435 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2025.01.17 14:36:33.700479 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1033 | 2025.01.17 14:36:33.700743 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2025.01.17 14:36:33.700810 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2025.01.17 14:36:33.700960 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2025.01.17 14:36:33.700994 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2025.01.17 14:36:33.701017 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1038 | 2025.01.17 14:36:33.701035 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2025.01.17 14:36:33.701080 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1040 | 2025.01.17 14:36:33.701104 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2025.01.17 14:36:33.701857 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001849 sec., 9734.991887506761 rows/sec., 398.23 KiB/sec. | ||
| 1042 | 2025.01.17 14:36:33.701981 [ 3 ] {fb4ac624-8404-4528-89e3-c36e9a8d8bb1} <Debug> TCPHandler: Processed in 0.002152824 sec. | ||
| 1043 | 2025.01.17 14:36:33.702589 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2025.01.17 14:36:33.702802 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1045 | 2025.01.17 14:36:33.703174 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2025.01.17 14:36:33.703222 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1047 | 2025.01.17 14:36:33.703499 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2025.01.17 14:36:33.703568 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2025.01.17 14:36:33.703716 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2025.01.17 14:36:33.703750 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2025.01.17 14:36:33.703775 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1052 | 2025.01.17 14:36:33.703792 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2025.01.17 14:36:33.703836 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1054 | 2025.01.17 14:36:33.703860 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2025.01.17 14:36:33.704593 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001891 sec., 9518.773135906928 rows/sec., 389.39 KiB/sec. | ||
| 1056 | 2025.01.17 14:36:33.704720 [ 253 ] {e77c8ae8-3240-4b18-98c1-92347a78744e} <Debug> TCPHandler: Processed in 0.002199755 sec. | ||
| 1057 | 2025.01.17 14:36:33.705064 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2025.01.17 14:36:33.705270 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1059 | 2025.01.17 14:36:33.705637 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2025.01.17 14:36:33.705689 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1061 | 2025.01.17 14:36:33.706015 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2025.01.17 14:36:33.706094 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2025.01.17 14:36:33.706257 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2025.01.17 14:36:33.706290 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2025.01.17 14:36:33.706314 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1066 | 2025.01.17 14:36:33.706330 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2025.01.17 14:36:33.706371 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1068 | 2025.01.17 14:36:33.706395 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2025.01.17 14:36:33.706970 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001797 sec., 10016.69449081803 rows/sec., 409.75 KiB/sec. | ||
| 1070 | 2025.01.17 14:36:33.707085 [ 3 ] {4b232e6f-a171-4b71-a344-e29b934e35f7} <Debug> TCPHandler: Processed in 0.002086703 sec. | ||
| 1071 | 2025.01.17 14:36:33.707338 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.01.17 14:36:33.707548 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1073 | 2025.01.17 14:36:33.707915 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2025.01.17 14:36:33.707969 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1075 | 2025.01.17 14:36:33.708293 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2025.01.17 14:36:33.708360 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2025.01.17 14:36:33.708509 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2025.01.17 14:36:33.708543 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2025.01.17 14:36:33.708566 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1080 | 2025.01.17 14:36:33.708584 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2025.01.17 14:36:33.708628 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1082 | 2025.01.17 14:36:33.708651 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2025.01.17 14:36:33.709354 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001904 sec., 9453.781512605041 rows/sec., 386.73 KiB/sec. | ||
| 1084 | 2025.01.17 14:36:33.709471 [ 253 ] {1072536d-4c20-4364-a4d3-682d0302206c} <Debug> TCPHandler: Processed in 0.002201365 sec. | ||
| 1085 | 2025.01.17 14:36:33.709736 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.01.17 14:36:33.709906 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1087 | 2025.01.17 14:36:33.710209 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2025.01.17 14:36:33.710252 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1089 | 2025.01.17 14:36:33.710523 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2025.01.17 14:36:33.710588 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2025.01.17 14:36:33.710734 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2025.01.17 14:36:33.710767 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2025.01.17 14:36:33.710789 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1094 | 2025.01.17 14:36:33.710805 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2025.01.17 14:36:33.710849 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1096 | 2025.01.17 14:36:33.710872 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2025.01.17 14:36:33.711519 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001688 sec., 10663.507109004739 rows/sec., 436.21 KiB/sec. | ||
| 1098 | 2025.01.17 14:36:33.711667 [ 3 ] {1147a828-60e8-4345-a61b-746b9c0e279a} <Debug> TCPHandler: Processed in 0.00198547 sec. | ||
| 1099 | 2025.01.17 14:36:33.711979 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.01.17 14:36:33.712191 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1101 | 2025.01.17 14:36:33.712564 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2025.01.17 14:36:33.712619 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1103 | 2025.01.17 14:36:33.712967 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2025.01.17 14:36:33.713048 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2025.01.17 14:36:33.713224 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2025.01.17 14:36:33.713259 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2025.01.17 14:36:33.713282 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1108 | 2025.01.17 14:36:33.713300 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2025.01.17 14:36:33.713344 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1110 | 2025.01.17 14:36:33.713369 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2025.01.17 14:36:33.714084 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001992 sec., 9036.144578313253 rows/sec., 369.64 KiB/sec. | ||
| 1112 | 2025.01.17 14:36:33.714211 [ 253 ] {ff5de3af-db6a-4e92-b411-ffb06b539733} <Debug> TCPHandler: Processed in 0.002298747 sec. | ||
| 1113 | 2025.01.17 14:36:33.714462 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.01.17 14:36:33.714676 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1115 | 2025.01.17 14:36:33.715054 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2025.01.17 14:36:33.715108 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1117 | 2025.01.17 14:36:33.715412 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2025.01.17 14:36:33.715480 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2025.01.17 14:36:33.715628 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2025.01.17 14:36:33.715663 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2025.01.17 14:36:33.715685 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1122 | 2025.01.17 14:36:33.715702 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2025.01.17 14:36:33.715747 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1124 | 2025.01.17 14:36:33.715771 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2025.01.17 14:36:33.716474 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001903 sec., 9458.749343142406 rows/sec., 386.93 KiB/sec. | ||
| 1126 | 2025.01.17 14:36:33.716598 [ 3 ] {dc896090-3e0a-45a7-b308-cc605af7a172} <Debug> TCPHandler: Processed in 0.002205025 sec. | ||
| 1127 | 2025.01.17 14:36:33.716871 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.01.17 14:36:33.717085 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1129 | 2025.01.17 14:36:33.717418 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2025.01.17 14:36:33.717462 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1131 | 2025.01.17 14:36:33.717747 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2025.01.17 14:36:33.717812 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2025.01.17 14:36:33.717958 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2025.01.17 14:36:33.717991 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2025.01.17 14:36:33.718014 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1136 | 2025.01.17 14:36:33.718031 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2025.01.17 14:36:33.718077 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1138 | 2025.01.17 14:36:33.718107 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2025.01.17 14:36:33.718691 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001709 sec., 10532.47513165594 rows/sec., 430.85 KiB/sec. | ||
| 1140 | 2025.01.17 14:36:33.718808 [ 253 ] {9e257920-6432-49d1-8df4-62274becb786} <Debug> TCPHandler: Processed in 0.002005741 sec. | ||
| 1141 | 2025.01.17 14:36:33.719073 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2025.01.17 14:36:33.719285 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1143 | 2025.01.17 14:36:33.719662 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2025.01.17 14:36:33.719714 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1145 | 2025.01.17 14:36:33.720069 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2025.01.17 14:36:33.720155 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2025.01.17 14:36:33.720310 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2025.01.17 14:36:33.720343 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2025.01.17 14:36:33.720367 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1150 | 2025.01.17 14:36:33.720383 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2025.01.17 14:36:33.720428 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1152 | 2025.01.17 14:36:33.720452 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2025.01.17 14:36:33.721160 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001979 sec., 9095.502779181405 rows/sec., 372.07 KiB/sec. | ||
| 1154 | 2025.01.17 14:36:33.721283 [ 3 ] {f2055eaa-6e83-4d9a-9433-b058aa69b352} <Debug> TCPHandler: Processed in 0.002278507 sec. | ||
| 1155 | 2025.01.17 14:36:33.721527 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.01.17 14:36:33.721738 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1157 | 2025.01.17 14:36:33.722112 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2025.01.17 14:36:33.722167 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1159 | 2025.01.17 14:36:33.722465 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2025.01.17 14:36:33.722531 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2025.01.17 14:36:33.722678 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2025.01.17 14:36:33.722711 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2025.01.17 14:36:33.722734 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1164 | 2025.01.17 14:36:33.722751 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2025.01.17 14:36:33.722796 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1166 | 2025.01.17 14:36:33.722820 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2025.01.17 14:36:33.723376 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00174 sec., 10344.827586206897 rows/sec., 423.18 KiB/sec. | ||
| 1168 | 2025.01.17 14:36:33.723492 [ 253 ] {0f38e5ce-9727-4aee-82ba-b8dd8488228f} <Debug> TCPHandler: Processed in 0.002035142 sec. | ||
| 1169 | 2025.01.17 14:36:33.727630 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2025.01.17 14:36:33.727843 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1171 | 2025.01.17 14:36:33.728229 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2025.01.17 14:36:33.728274 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1173 | 2025.01.17 14:36:33.728573 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2025.01.17 14:36:33.728639 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2025.01.17 14:36:33.728786 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2025.01.17 14:36:33.728820 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2025.01.17 14:36:33.728844 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1178 | 2025.01.17 14:36:33.728860 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2025.01.17 14:36:33.728905 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1180 | 2025.01.17 14:36:33.728929 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2025.01.17 14:36:33.729613 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001876 sec., 9594.882729211087 rows/sec., 392.50 KiB/sec. | ||
| 1182 | 2025.01.17 14:36:33.729736 [ 3 ] {cb001d99-b6c8-4d7a-a71d-52a2637053fe} <Debug> TCPHandler: Processed in 0.002174254 sec. | ||
| 1183 | 2025.01.17 14:36:33.734695 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2025.01.17 14:36:33.734835 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2025.01.17 14:36:33.734891 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2025.01.17 14:36:33.735625 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2025.01.17 14:36:33.735665 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1188 | 2025.01.17 14:36:33.736157 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2025.01.17 14:36:33.736371 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2025.01.17 14:36:33.736613 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001816 sec., 7158.590308370044 rows/sec., 1.42 MiB/sec. | ||
| 1191 | 2025.01.17 14:36:33.736751 [ 3 ] {51ad91ac-596f-4129-becd-389af6ddc056} <Debug> TCPHandler: Processed in 0.002118514 sec. | ||
| 1192 | 2025.01.17 14:36:33.736906 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2025.01.17 14:36:33.737060 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2025.01.17 14:36:33.737119 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2025.01.17 14:36:33.738298 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.01.17 14:36:33.738334 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1197 | 2025.01.17 14:36:33.738752 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2025.01.17 14:36:33.739007 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.01.17 14:36:33.739250 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002222 sec., 6300.630063006301 rows/sec., 453.56 KiB/sec. | ||
| 1200 | 2025.01.17 14:36:33.739344 [ 253 ] {84f46ecd-7da9-4d81-8742-ccf97427c63d} <Debug> TCPHandler: Processed in 0.002505441 sec. | ||
| 1201 | 2025.01.17 14:36:33.739511 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.01.17 14:36:33.739652 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2025.01.17 14:36:33.739709 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2025.01.17 14:36:33.740460 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.01.17 14:36:33.740498 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1206 | 2025.01.17 14:36:33.740869 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2025.01.17 14:36:33.741106 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.01.17 14:36:33.741326 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001708 sec., 128220.14051522248 rows/sec., 11.17 MiB/sec. | ||
| 1209 | 2025.01.17 14:36:33.741379 [ 3 ] {1426e7f0-379e-48f2-a93b-f3cb9572520c} <Debug> TCPHandler: Processed in 0.00193668 sec. | ||
| 1210 | 2025.01.17 14:36:33.741529 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2025.01.17 14:36:33.741670 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2025.01.17 14:36:33.741728 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2025.01.17 14:36:33.742585 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2025.01.17 14:36:33.742620 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1215 | 2025.01.17 14:36:33.742979 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2025.01.17 14:36:33.743216 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2025.01.17 14:36:33.743413 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001776 sec., 8445.945945945947 rows/sec., 595.51 KiB/sec. | ||
| 1218 | 2025.01.17 14:36:33.743469 [ 253 ] {7aceb302-14e2-440f-9b36-e75f63b22ded} <Debug> TCPHandler: Processed in 0.002007551 sec. | ||
| 1219 | 2025.01.17 14:36:33.743612 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2025.01.17 14:36:33.743751 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2025.01.17 14:36:33.743807 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2025.01.17 14:36:33.744418 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2025.01.17 14:36:33.744457 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1224 | 2025.01.17 14:36:33.744799 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2025.01.17 14:36:33.745028 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2025.01.17 14:36:33.745225 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001505 sec., 9302.32558139535 rows/sec., 651.47 KiB/sec. | ||
| 1227 | 2025.01.17 14:36:33.745277 [ 3 ] {8312409c-91aa-4086-a13a-78bb9d9402c2} <Debug> TCPHandler: Processed in 0.001734396 sec. | ||
| 1228 | 2025.01.17 14:36:33.745427 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2025.01.17 14:36:33.745567 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2025.01.17 14:36:33.745623 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2025.01.17 14:36:33.746282 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2025.01.17 14:36:33.746321 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1233 | 2025.01.17 14:36:33.746676 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2025.01.17 14:36:33.746920 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2025.01.17 14:36:33.747162 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001616 sec., 8044.554455445545 rows/sec., 501.58 KiB/sec. | ||
| 1236 | 2025.01.17 14:36:33.747241 [ 253 ] {13206f2a-07cd-4bc5-9e2f-18980c812a37} <Debug> TCPHandler: Processed in 0.001879729 sec. | ||
| 1237 | 2025.01.17 14:36:33.747382 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.01.17 14:36:33.747517 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2025.01.17 14:36:33.747603 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2025.01.17 14:36:33.748409 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2025.01.17 14:36:33.748448 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1242 | 2025.01.17 14:36:33.748831 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2025.01.17 14:36:33.749066 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2025.01.17 14:36:33.749339 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001848 sec., 211038.96103896105 rows/sec., 14.97 MiB/sec. | ||
| 1245 | 2025.01.17 14:36:33.749393 [ 3 ] {88f1dd19-2930-497a-9855-22d1dc1ed170} <Debug> TCPHandler: Processed in 0.002077393 sec. | ||
| 1246 | 2025.01.17 14:36:33.749554 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2025.01.17 14:36:33.749721 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2025.01.17 14:36:33.749781 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2025.01.17 14:36:33.750318 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2025.01.17 14:36:33.750356 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1251 | 2025.01.17 14:36:33.750712 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2025.01.17 14:36:33.750949 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2025.01.17 14:36:33.751123 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec. | ||
| 1254 | 2025.01.17 14:36:33.751174 [ 253 ] {84fdca93-106c-4195-b5cf-a02ac7edcb17} <Debug> TCPHandler: Processed in 0.001686015 sec. | ||
| 1255 | 2025.01.17 14:36:33.751321 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.01.17 14:36:33.751459 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2025.01.17 14:36:33.751520 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2025.01.17 14:36:33.752176 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2025.01.17 14:36:33.752221 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1260 | 2025.01.17 14:36:33.752603 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2025.01.17 14:36:33.752835 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.01.17 14:36:33.753047 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
| 1263 | 2025.01.17 14:36:33.753100 [ 3 ] {d2b198c0-48d0-4588-9eb8-6fba3b82b156} <Debug> TCPHandler: Processed in 0.001845587 sec. | ||
| 1264 | 2025.01.17 14:36:33.753237 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2025.01.17 14:36:33.753376 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2025.01.17 14:36:33.753435 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2025.01.17 14:36:33.753966 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2025.01.17 14:36:33.754012 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1269 | 2025.01.17 14:36:33.754402 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2025.01.17 14:36:33.754638 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2025.01.17 14:36:33.754881 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec. | ||
| 1272 | 2025.01.17 14:36:33.754963 [ 253 ] {6931c49f-dc56-4e4b-b443-d8c16e09d5cb} <Debug> TCPHandler: Processed in 0.001790597 sec. | ||
| 1273 | 2025.01.17 14:36:33.755109 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2025.01.17 14:36:33.755256 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2025.01.17 14:36:33.755389 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1276 | 2025.01.17 14:36:33.756831 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2025.01.17 14:36:33.756870 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1278 | 2025.01.17 14:36:33.759424 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2025.01.17 14:36:33.759689 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2025.01.17 14:36:33.759987 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004781 sec., 1673.2901066722445 rows/sec., 3.00 MiB/sec. | ||
| 1281 | 2025.01.17 14:36:33.760097 [ 3 ] {1c165288-9c72-4efb-a5c2-801bb4086d17} <Debug> TCPHandler: Processed in 0.005046473 sec. | ||
| 1282 | 2025.01.17 14:36:33.760249 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2025.01.17 14:36:33.760372 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2025.01.17 14:36:33.760422 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2025.01.17 14:36:33.760907 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2025.01.17 14:36:33.760945 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1287 | 2025.01.17 14:36:33.761318 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2025.01.17 14:36:33.761571 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2025.01.17 14:36:33.761748 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec. | ||
| 1290 | 2025.01.17 14:36:33.761799 [ 253 ] {1d57854a-b284-453f-b8f2-63a24f5710a1} <Debug> TCPHandler: Processed in 0.001610564 sec. | ||
| 1291 | 2025.01.17 14:36:38.691639 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.01.17 14:36:38.691861 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1293 | 2025.01.17 14:36:38.691941 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2025.01.17 14:36:38.692743 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.01.17 14:36:38.692793 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1296 | 2025.01.17 14:36:38.693235 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1297 | 2025.01.17 14:36:38.693497 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.01.17 14:36:38.693737 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 1299 | 2025.01.17 14:36:38.693802 [ 3 ] {140575d3-b15d-44b5-8aea-100333e23526} <Debug> TCPHandler: Processed in 0.002303017 sec. | ||
| 1300 | 2025.01.17 14:36:38.694068 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.01.17 14:36:38.694277 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1302 | 2025.01.17 14:36:38.694352 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1303 | 2025.01.17 14:36:38.695107 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2025.01.17 14:36:38.695158 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1305 | 2025.01.17 14:36:38.695590 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1306 | 2025.01.17 14:36:38.695847 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2025.01.17 14:36:38.696088 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.67 MiB/sec. | ||
| 1308 | 2025.01.17 14:36:38.696155 [ 253 ] {3e5e513c-2577-44b7-86c8-51b1fc159a42} <Debug> TCPHandler: Processed in 0.002226756 sec. | ||
| 1309 | 2025.01.17 14:36:38.696322 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.01.17 14:36:38.696466 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1311 | 2025.01.17 14:36:38.696530 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1312 | 2025.01.17 14:36:38.697218 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2025.01.17 14:36:38.697267 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1314 | 2025.01.17 14:36:38.697664 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1315 | 2025.01.17 14:36:38.697902 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.01.17 14:36:38.698117 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 1317 | 2025.01.17 14:36:38.698173 [ 3 ] {07880fbb-3705-4ab8-861c-a24df879f282} <Debug> TCPHandler: Processed in 0.001919279 sec. | ||
| 1318 | 2025.01.17 14:36:38.698334 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.01.17 14:36:38.698480 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1320 | 2025.01.17 14:36:38.698543 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1321 | 2025.01.17 14:36:38.699124 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2025.01.17 14:36:38.699173 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1323 | 2025.01.17 14:36:38.699584 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1324 | 2025.01.17 14:36:38.699824 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.01.17 14:36:38.700041 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. | ||
| 1326 | 2025.01.17 14:36:38.700097 [ 253 ] {76b3c268-ae4e-4910-a126-1c96bbfde5d5} <Debug> TCPHandler: Processed in 0.001827298 sec. | ||
| 1327 | 2025.01.17 14:36:40.459250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1328 | 2025.01.17 14:36:40.459917 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.01.17 14:36:40.459966 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1330 | 2025.01.17 14:36:40.460551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1331 | 2025.01.17 14:36:40.460803 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.01.17 14:36:40.461084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1333 | 2025.01.17 14:36:40.592219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1334 | 2025.01.17 14:36:40.612027 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2025.01.17 14:36:40.612078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1336 | 2025.01.17 14:36:40.618887 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1337 | 2025.01.17 14:36:40.619654 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1338 | 2025.01.17 14:36:40.622684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1339 | 2025.01.17 14:36:42.964408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1340 | 2025.01.17 14:36:42.968103 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.01.17 14:36:42.968149 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1342 | 2025.01.17 14:36:42.969708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1343 | 2025.01.17 14:36:42.970027 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1344 | 2025.01.17 14:36:42.971011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1345 | 2025.01.17 14:36:43.697498 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.01.17 14:36:43.697727 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1347 | 2025.01.17 14:36:43.697805 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1348 | 2025.01.17 14:36:43.698605 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.01.17 14:36:43.698648 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1350 | 2025.01.17 14:36:43.699075 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1351 | 2025.01.17 14:36:43.699328 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.01.17 14:36:43.699543 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 1353 | 2025.01.17 14:36:43.699618 [ 3 ] {953e8507-d7d4-4951-85ca-ac43f7b2d02c} <Debug> TCPHandler: Processed in 0.002324948 sec. | ||
| 1354 | 2025.01.17 14:36:43.699874 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.17 14:36:43.700084 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1356 | 2025.01.17 14:36:43.700165 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1357 | 2025.01.17 14:36:43.701053 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.01.17 14:36:43.701102 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1359 | 2025.01.17 14:36:43.701559 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1360 | 2025.01.17 14:36:43.701830 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.01.17 14:36:43.702073 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002047 sec., 106985.8329262335 rows/sec., 9.32 MiB/sec. | ||
| 1362 | 2025.01.17 14:36:43.702140 [ 253 ] {9705d3aa-29f4-41e4-a96d-87a61fcbb69b} <Debug> TCPHandler: Processed in 0.002407009 sec. | ||
| 1363 | 2025.01.17 14:36:43.702293 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.01.17 14:36:43.702439 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.01.17 14:36:43.702500 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1366 | 2025.01.17 14:36:43.703177 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.01.17 14:36:43.703223 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1368 | 2025.01.17 14:36:43.703615 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1369 | 2025.01.17 14:36:43.703861 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.01.17 14:36:43.704064 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001653 sec., 9074.410163339384 rows/sec., 639.82 KiB/sec. | ||
| 1371 | 2025.01.17 14:36:43.704119 [ 3 ] {607c5fbb-9a08-49b6-9d60-1d5d77d098d7} <Debug> TCPHandler: Processed in 0.001895789 sec. | ||
| 1372 | 2025.01.17 14:36:43.704253 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.17 14:36:43.704377 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.01.17 14:36:43.704432 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1375 | 2025.01.17 14:36:43.705136 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.01.17 14:36:43.705185 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1377 | 2025.01.17 14:36:43.705589 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.01.17 14:36:43.705831 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.01.17 14:36:43.706092 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001723 sec., 8125.3627394080095 rows/sec., 569.05 KiB/sec. | ||
| 1380 | 2025.01.17 14:36:43.706164 [ 253 ] {58575c08-1473-4549-90ff-bb75687ad563} <Debug> TCPHandler: Processed in 0.00196927 sec. | ||
| 1381 | 2025.01.17 14:36:43.706328 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.01.17 14:36:43.706451 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.01.17 14:36:43.706500 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1384 | 2025.01.17 14:36:43.707075 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.01.17 14:36:43.707113 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1386 | 2025.01.17 14:36:43.707483 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.01.17 14:36:43.707723 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.01.17 14:36:43.707913 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001485 sec., 8754.208754208754 rows/sec., 545.82 KiB/sec. | ||
| 1389 | 2025.01.17 14:36:43.707969 [ 3 ] {cc2d7bc0-d43b-42d6-9748-7d25dbc7c2ff} <Debug> TCPHandler: Processed in 0.001698295 sec. | ||
| 1390 | 2025.01.17 14:36:43.708118 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.17 14:36:43.708237 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1392 | 2025.01.17 14:36:43.708286 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1393 | 2025.01.17 14:36:43.709015 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.01.17 14:36:43.709056 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1395 | 2025.01.17 14:36:43.709440 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.01.17 14:36:43.709682 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.01.17 14:36:43.709895 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001681 sec., 232004.75907198095 rows/sec., 16.45 MiB/sec. | ||
| 1398 | 2025.01.17 14:36:43.709952 [ 253 ] {6f387dfb-b43c-41fc-8d4a-a4bee6db561b} <Debug> TCPHandler: Processed in 0.001891479 sec. | ||
| 1399 | 2025.01.17 14:36:43.710104 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.17 14:36:43.710220 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.17 14:36:43.710271 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1402 | 2025.01.17 14:36:43.710744 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.17 14:36:43.710782 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1404 | 2025.01.17 14:36:43.711146 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2025.01.17 14:36:43.711383 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.01.17 14:36:43.711559 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. | ||
| 1407 | 2025.01.17 14:36:43.711609 [ 3 ] {968d69b5-f13f-430c-97a4-2e840fb7b9c3} <Debug> TCPHandler: Processed in 0.001565112 sec. | ||
| 1408 | 2025.01.17 14:36:43.711755 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.17 14:36:43.711896 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.17 14:36:43.711959 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1411 | 2025.01.17 14:36:43.712627 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.17 14:36:43.712666 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1413 | 2025.01.17 14:36:43.713065 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1414 | 2025.01.17 14:36:43.713307 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.01.17 14:36:43.713575 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec. | ||
| 1416 | 2025.01.17 14:36:43.713729 [ 253 ] {244a704c-43f5-4fbb-b15c-411e3fd395cb} <Debug> TCPHandler: Processed in 0.002038552 sec. | ||
| 1417 | 2025.01.17 14:36:43.713878 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.17 14:36:43.714015 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.17 14:36:43.714075 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1420 | 2025.01.17 14:36:43.714587 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.17 14:36:43.714624 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1422 | 2025.01.17 14:36:43.714981 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1423 | 2025.01.17 14:36:43.715218 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.01.17 14:36:43.715406 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 1425 | 2025.01.17 14:36:43.715460 [ 3 ] {87f91a08-6d0f-441e-91c1-b68c9fcd374b} <Debug> TCPHandler: Processed in 0.001649733 sec. | ||
| 1426 | 2025.01.17 14:36:43.715611 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.17 14:36:43.715749 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.17 14:36:43.715840 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1429 | 2025.01.17 14:36:43.717038 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.17 14:36:43.717078 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1431 | 2025.01.17 14:36:43.717710 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1432 | 2025.01.17 14:36:43.717969 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.01.17 14:36:43.718229 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00251 sec., 3187.2509960159364 rows/sec., 5.71 MiB/sec. | ||
| 1434 | 2025.01.17 14:36:43.718336 [ 253 ] {bc4befee-7766-4a24-b94e-d206deaa9615} <Debug> TCPHandler: Processed in 0.002787758 sec. | ||
| 1435 | 2025.01.17 14:36:43.718488 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.17 14:36:43.718625 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.17 14:36:43.718684 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2025.01.17 14:36:43.719264 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.17 14:36:43.719310 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1440 | 2025.01.17 14:36:43.719705 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.01.17 14:36:43.719939 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.01.17 14:36:43.720123 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 1443 | 2025.01.17 14:36:43.720174 [ 3 ] {74f241ab-630d-4752-97d0-840ef081b91c} <Debug> TCPHandler: Processed in 0.001754207 sec. | ||
| 1444 | 2025.01.17 14:36:47.896340 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1445 | 2025.01.17 14:36:47.896423 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1446 | 2025.01.17 14:36:47.962172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1447 | 2025.01.17 14:36:47.962795 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.17 14:36:47.962841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1449 | 2025.01.17 14:36:47.963448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.01.17 14:36:47.963705 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.01.17 14:36:47.963955 [ 70 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.01.17 14:36:47.964004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1453 | 2025.01.17 14:36:47.964073 [ 70 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2025.01.17 14:36:47.964123 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1455 | 2025.01.17 14:36:47.964440 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 1456 | 2025.01.17 14:36:47.964668 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1457 | 2025.01.17 14:36:47.964809 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1458 | 2025.01.17 14:36:47.964926 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1459 | 2025.01.17 14:36:47.965120 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1460 | 2025.01.17 14:36:47.965230 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1461 | 2025.01.17 14:36:47.965293 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1462 | 2025.01.17 14:36:47.965431 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1463 | 2025.01.17 14:36:47.979498 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.015259454 sec., 183886.00273640198 rows/sec., 2.63 MiB/sec. | ||
| 1464 | 2025.01.17 14:36:47.980296 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1465 | 2025.01.17 14:36:47.980689 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.17 14:36:47.980779 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_6_1} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2025.01.17 14:36:47.980914 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1468 | 2025.01.17 14:36:48.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.75 MiB, peak 166.05 MiB, free memory in arenas 0.00 B, will set to 160.94 MiB (RSS), difference: 1.19 MiB | ||
| 1469 | 2025.01.17 14:36:48.123748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1470 | 2025.01.17 14:36:48.143233 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2025.01.17 14:36:48.143281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1472 | 2025.01.17 14:36:48.150168 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1473 | 2025.01.17 14:36:48.150920 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2025.01.17 14:36:48.151267 [ 70 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2025.01.17 14:36:48.151432 [ 70 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2025.01.17 14:36:48.151529 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1477 | 2025.01.17 14:36:48.151842 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1478 | 2025.01.17 14:36:48.159652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1479 | 2025.01.17 14:36:48.160867 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1480 | 2025.01.17 14:36:48.161707 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1481 | 2025.01.17 14:36:48.166364 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1482 | 2025.01.17 14:36:48.171029 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1483 | 2025.01.17 14:36:48.175538 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1484 | 2025.01.17 14:36:48.182459 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1485 | 2025.01.17 14:36:48.187037 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 1486 | 2025.01.17 14:36:48.243916 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092234249 sec., 498.7301409046004 rows/sec., 2.58 MiB/sec. | ||
| 1487 | 2025.01.17 14:36:48.246730 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1488 | 2025.01.17 14:36:48.249782 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_6_1} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1489 | 2025.01.17 14:36:48.249906 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_6_1} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1490 | 2025.01.17 14:36:48.252706 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1491 | 2025.01.17 14:36:48.692317 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1492 | 2025.01.17 14:36:48.692599 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1493 | 2025.01.17 14:36:48.692721 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1494 | 2025.01.17 14:36:48.693494 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.17 14:36:48.693539 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1496 | 2025.01.17 14:36:48.693999 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.17 14:36:48.694260 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.01.17 14:36:48.694445 [ 70 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.01.17 14:36:48.694510 [ 70 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2025.01.17 14:36:48.694532 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 1501 | 2025.01.17 14:36:48.694546 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1502 | 2025.01.17 14:36:48.694703 [ 3 ] {ebbecac6-6064-4624-9c2b-24cf30cb419a} <Debug> TCPHandler: Processed in 0.002556633 sec. | ||
| 1503 | 2025.01.17 14:36:48.694850 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 1504 | 2025.01.17 14:36:48.695028 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1505 | 2025.01.17 14:36:48.695081 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1506 | 2025.01.17 14:36:48.695076 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1507 | 2025.01.17 14:36:48.695303 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 1508 | 2025.01.17 14:36:48.695416 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1509 | 2025.01.17 14:36:48.695673 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1510 | 2025.01.17 14:36:48.695696 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1511 | 2025.01.17 14:36:48.696144 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1512 | 2025.01.17 14:36:48.696406 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1513 | 2025.01.17 14:36:48.696744 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1514 | 2025.01.17 14:36:48.697968 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.01.17 14:36:48.698018 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1516 | 2025.01.17 14:36:48.698764 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1517 | 2025.01.17 14:36:48.698863 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.004147385 sec., 159618.6512706199 rows/sec., 13.93 MiB/sec. | ||
| 1518 | 2025.01.17 14:36:48.699058 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1519 | 2025.01.17 14:36:48.699153 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1520 | 2025.01.17 14:36:48.699381 [ 70 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1521 | 2025.01.17 14:36:48.699471 [ 70 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1522 | 2025.01.17 14:36:48.699535 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1523 | 2025.01.17 14:36:48.699612 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2025.01.17 14:36:48.699624 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004356 sec., 14692.378328741966 rows/sec., 1.15 MiB/sec. | ||
| 1525 | 2025.01.17 14:36:48.699845 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_6_1} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1526 | 2025.01.17 14:36:48.699868 [ 253 ] {1c155e69-8527-4bd3-aa9c-b0287c2b499a} <Debug> TCPHandler: Processed in 0.004922131 sec. | ||
| 1527 | 2025.01.17 14:36:48.699874 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 1528 | 2025.01.17 14:36:48.699968 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1529 | 2025.01.17 14:36:48.700090 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1530 | 2025.01.17 14:36:48.700123 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1531 | 2025.01.17 14:36:48.700158 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1532 | 2025.01.17 14:36:48.700320 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1533 | 2025.01.17 14:36:48.700620 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1534 | 2025.01.17 14:36:48.700745 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1535 | 2025.01.17 14:36:48.700948 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1536 | 2025.01.17 14:36:48.700952 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1537 | 2025.01.17 14:36:48.701261 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1538 | 2025.01.17 14:36:48.701693 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1539 | 2025.01.17 14:36:48.703481 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.01.17 14:36:48.703557 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1541 | 2025.01.17 14:36:48.704555 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2025.01.17 14:36:48.704565 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.00486753 sec., 212838.95528122067 rows/sec., 16.28 MiB/sec. | ||
| 1543 | 2025.01.17 14:36:48.704795 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1544 | 2025.01.17 14:36:48.704974 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.01.17 14:36:48.705279 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1546 | 2025.01.17 14:36:48.705394 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.01.17 14:36:48.705471 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.01.17 14:36:48.705475 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004922 sec., 32507.11093051605 rows/sec., 2.26 MiB/sec. | ||
| 1549 | 2025.01.17 14:36:48.705469 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1550 | 2025.01.17 14:36:48.705793 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_6_1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1551 | 2025.01.17 14:36:48.705874 [ 3 ] {d4f98374-817b-4dbf-9102-70ba30d7d06f} <Debug> TCPHandler: Processed in 0.005876521 sec. | ||
| 1552 | 2025.01.17 14:36:48.706000 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 1553 | 2025.01.17 14:36:48.706185 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1554 | 2025.01.17 14:36:48.706238 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.01.17 14:36:48.706547 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1556 | 2025.01.17 14:36:48.706637 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1557 | 2025.01.17 14:36:48.706659 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 96 rows starting from the beginning of the part | ||
| 1558 | 2025.01.17 14:36:48.706728 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1559 | 2025.01.17 14:36:48.706980 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1560 | 2025.01.17 14:36:48.707381 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1561 | 2025.01.17 14:36:48.707760 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1562 | 2025.01.17 14:36:48.708096 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1563 | 2025.01.17 14:36:48.708375 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1564 | 2025.01.17 14:36:48.709264 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.01.17 14:36:48.709329 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1566 | 2025.01.17 14:36:48.710301 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1567 | 2025.01.17 14:36:48.710760 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2025.01.17 14:36:48.711099 [ 70 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1569 | 2025.01.17 14:36:48.711289 [ 70 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.01.17 14:36:48.711374 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004863 sec., 12338.062924120914 rows/sec., 851.45 KiB/sec. | ||
| 1571 | 2025.01.17 14:36:48.711478 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1572 | 2025.01.17 14:36:48.711786 [ 253 ] {ff6adffe-b4c8-400c-aeec-44a96f43fe1b} <Debug> TCPHandler: Processed in 0.005755828 sec. | ||
| 1573 | 2025.01.17 14:36:48.711845 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 5 columns (5 merged, 0 gathered) in 0.006150617 sec., 170714.58034210227 rows/sec., 11.69 MiB/sec. | ||
| 1574 | 2025.01.17 14:36:48.712084 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 1575 | 2025.01.17 14:36:48.712277 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1576 | 2025.01.17 14:36:48.712433 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.01.17 14:36:48.712480 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1578 | 2025.01.17 14:36:48.712657 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1579 | 2025.01.17 14:36:48.712941 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1580 | 2025.01.17 14:36:48.713128 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1581 | 2025.01.17 14:36:48.713229 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1582 | 2025.01.17 14:36:48.713461 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1583 | 2025.01.17 14:36:48.713517 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1584 | 2025.01.17 14:36:48.713772 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1585 | 2025.01.17 14:36:48.713891 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1586 | 2025.01.17 14:36:48.714993 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 4 columns (4 merged, 0 gathered) in 0.003285357 sec., 115664.75119751065 rows/sec., 7.60 MiB/sec. | ||
| 1587 | 2025.01.17 14:36:48.715159 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2025.01.17 14:36:48.715448 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2025.01.17 14:36:48.715523 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_6_1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2025.01.17 14:36:48.715603 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1591 | 2025.01.17 14:36:49.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.44 MiB, peak 171.55 MiB, free memory in arenas 0.00 B, will set to 164.59 MiB (RSS), difference: 2.15 MiB | ||
| 1592 | 2025.01.17 14:36:49.983473 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1593 | 2025.01.17 14:36:49.983727 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1594 | 2025.01.17 14:36:49.984142 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1595 | 2025.01.17 14:36:49.984191 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1596 | 2025.01.17 14:36:49.984538 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1597 | 2025.01.17 14:36:49.984618 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1598 | 2025.01.17 14:36:49.984796 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1599 | 2025.01.17 14:36:49.985076 [ 295 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1600 | 2025.01.17 14:36:49.985134 [ 294 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1601 | 2025.01.17 14:36:49.985274 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1602 | 2025.01.17 14:36:49.985307 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1603 | 2025.01.17 14:36:49.985481 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1604 | 2025.01.17 14:36:49.985507 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1605 | 2025.01.17 14:36:49.985565 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1606 | 2025.01.17 14:36:49.985613 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1607 | 2025.01.17 14:36:49.987093 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003484 sec., 8897.818599311136 rows/sec., 335.80 KiB/sec. | ||
| 1608 | 2025.01.17 14:36:49.987258 [ 3 ] {e01f52b4-d71c-4eb4-b8d3-46d8ee956935} <Debug> TCPHandler: Processed in 0.00390956 sec. | ||
| 1609 | 2025.01.17 14:36:49.987740 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2025.01.17 14:36:49.988001 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1611 | 2025.01.17 14:36:49.988439 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1612 | 2025.01.17 14:36:49.988493 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1613 | 2025.01.17 14:36:49.988847 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1614 | 2025.01.17 14:36:49.988932 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1615 | 2025.01.17 14:36:49.989121 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1616 | 2025.01.17 14:36:49.989221 [ 296 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1617 | 2025.01.17 14:36:49.989239 [ 294 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1618 | 2025.01.17 14:36:49.989348 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1619 | 2025.01.17 14:36:49.989380 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1620 | 2025.01.17 14:36:49.989473 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1621 | 2025.01.17 14:36:49.989498 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1622 | 2025.01.17 14:36:49.989542 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1623 | 2025.01.17 14:36:49.989593 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1624 | 2025.01.17 14:36:49.990743 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002865 sec., 10820.244328097731 rows/sec., 408.35 KiB/sec. | ||
| 1625 | 2025.01.17 14:36:49.990901 [ 253 ] {3e9c3d3d-1060-4751-83f4-f24e1d8eb351} <Debug> TCPHandler: Processed in 0.003288198 sec. | ||
| 1626 | 2025.01.17 14:36:49.991212 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1627 | 2025.01.17 14:36:49.991405 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1628 | 2025.01.17 14:36:49.991746 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1629 | 2025.01.17 14:36:49.991795 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1630 | 2025.01.17 14:36:49.992120 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1631 | 2025.01.17 14:36:49.992188 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1632 | 2025.01.17 14:36:49.992343 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1633 | 2025.01.17 14:36:49.992439 [ 295 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1634 | 2025.01.17 14:36:49.992454 [ 296 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1635 | 2025.01.17 14:36:49.992556 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1636 | 2025.01.17 14:36:49.992585 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1637 | 2025.01.17 14:36:49.992670 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1638 | 2025.01.17 14:36:49.992691 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1639 | 2025.01.17 14:36:49.992733 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1640 | 2025.01.17 14:36:49.992782 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1641 | 2025.01.17 14:36:49.993871 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002559 sec., 12114.10707307542 rows/sec., 457.18 KiB/sec. | ||
| 1642 | 2025.01.17 14:36:49.994025 [ 3 ] {31c034f1-a41a-468d-a231-a5fed2528caf} <Debug> TCPHandler: Processed in 0.002873029 sec. | ||
| 1643 | 2025.01.17 14:36:49.994328 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2025.01.17 14:36:49.994530 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1645 | 2025.01.17 14:36:49.994877 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1646 | 2025.01.17 14:36:49.994928 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1647 | 2025.01.17 14:36:49.995254 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1648 | 2025.01.17 14:36:49.995322 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1649 | 2025.01.17 14:36:49.995480 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1650 | 2025.01.17 14:36:49.995587 [ 294 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1651 | 2025.01.17 14:36:49.995604 [ 296 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1652 | 2025.01.17 14:36:49.995710 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1653 | 2025.01.17 14:36:49.995734 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1654 | 2025.01.17 14:36:49.995816 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1655 | 2025.01.17 14:36:49.995839 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1656 | 2025.01.17 14:36:49.995881 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1657 | 2025.01.17 14:36:49.995928 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1658 | 2025.01.17 14:36:49.997039 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002606 sec., 11895.625479662318 rows/sec., 448.93 KiB/sec. | ||
| 1659 | 2025.01.17 14:36:49.997179 [ 253 ] {fd37659e-c9e8-4c66-8f8e-4fc6c84bb816} <Debug> TCPHandler: Processed in 0.00292105 sec. | ||
| 1660 | 2025.01.17 14:36:49.997467 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1661 | 2025.01.17 14:36:49.997670 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1662 | 2025.01.17 14:36:49.998021 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1663 | 2025.01.17 14:36:49.998076 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1664 | 2025.01.17 14:36:49.998399 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1665 | 2025.01.17 14:36:49.998472 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1666 | 2025.01.17 14:36:49.998625 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1667 | 2025.01.17 14:36:49.998727 [ 295 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1668 | 2025.01.17 14:36:49.998744 [ 296 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1669 | 2025.01.17 14:36:49.998850 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1670 | 2025.01.17 14:36:49.998879 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1671 | 2025.01.17 14:36:49.998963 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1672 | 2025.01.17 14:36:49.998983 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1673 | 2025.01.17 14:36:49.999026 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1674 | 2025.01.17 14:36:49.999077 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1675 | 2025.01.17 14:36:50.000180 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002599 sec., 11927.6644863409 rows/sec., 450.14 KiB/sec. | ||
| 1676 | 2025.01.17 14:36:50.000626 [ 3 ] {ff6084c9-b3f5-4970-b873-72d7e9134b8d} <Debug> TCPHandler: Processed in 0.003226306 sec. | ||
| 1677 | 2025.01.17 14:36:50.000927 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2025.01.17 14:36:50.001161 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1679 | 2025.01.17 14:36:50.001529 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1680 | 2025.01.17 14:36:50.001594 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1681 | 2025.01.17 14:36:50.001952 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1682 | 2025.01.17 14:36:50.002039 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1683 | 2025.01.17 14:36:50.002205 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1684 | 2025.01.17 14:36:50.002316 [ 295 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2025.01.17 14:36:50.002332 [ 294 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2025.01.17 14:36:50.002438 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 1687 | 2025.01.17 14:36:50.002468 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2025.01.17 14:36:50.002558 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2025.01.17 14:36:50.002580 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1690 | 2025.01.17 14:36:50.002626 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1691 | 2025.01.17 14:36:50.002678 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1692 | 2025.01.17 14:36:50.003697 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002687 sec., 11537.030145143282 rows/sec., 435.40 KiB/sec. | ||
| 1693 | 2025.01.17 14:36:50.003850 [ 253 ] {43242ccc-a0c8-47cb-8c06-6b6d4ee10f52} <Debug> TCPHandler: Processed in 0.003047083 sec. | ||
| 1694 | 2025.01.17 14:36:50.091123 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2025.01.17 14:36:50.091295 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1696 | 2025.01.17 14:36:50.091366 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2025.01.17 14:36:50.092205 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2025.01.17 14:36:50.092252 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1699 | 2025.01.17 14:36:50.092777 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1700 | 2025.01.17 14:36:50.093022 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2025.01.17 14:36:50.093249 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001996 sec., 3006.0120240480965 rows/sec., 669.31 KiB/sec. | ||
| 1702 | 2025.01.17 14:36:50.093342 [ 3 ] {75ea0ad9-32c9-4993-862d-349482b30343} <Debug> TCPHandler: Processed in 0.002329748 sec. | ||
| 1703 | 2025.01.17 14:36:50.093589 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2025.01.17 14:36:50.093775 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1705 | 2025.01.17 14:36:50.093850 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1706 | 2025.01.17 14:36:50.094605 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2025.01.17 14:36:50.094656 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1708 | 2025.01.17 14:36:50.095084 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1709 | 2025.01.17 14:36:50.095342 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2025.01.17 14:36:50.095573 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec. | ||
| 1711 | 2025.01.17 14:36:50.095640 [ 253 ] {2c3bdc99-523f-4bea-b398-b53c4a7186fd} <Debug> TCPHandler: Processed in 0.002177205 sec. | ||
| 1712 | 2025.01.17 14:36:50.095793 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2025.01.17 14:36:50.095912 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1714 | 2025.01.17 14:36:50.095963 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1715 | 2025.01.17 14:36:50.097417 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2025.01.17 14:36:50.097456 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1717 | 2025.01.17 14:36:50.097979 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1718 | 2025.01.17 14:36:50.098231 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2025.01.17 14:36:50.098425 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002538 sec., 535460.9929078014 rows/sec., 44.50 MiB/sec. | ||
| 1720 | 2025.01.17 14:36:50.098485 [ 3 ] {bbdda7e6-59ec-460a-b533-a6362962db62} <Debug> TCPHandler: Processed in 0.002745607 sec. | ||
| 1721 | 2025.01.17 14:36:50.098690 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2025.01.17 14:36:50.098818 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1723 | 2025.01.17 14:36:50.098873 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1724 | 2025.01.17 14:36:50.099484 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2025.01.17 14:36:50.099527 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1726 | 2025.01.17 14:36:50.099959 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1727 | 2025.01.17 14:36:50.100220 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2025.01.17 14:36:50.100459 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00166 sec., 9036.144578313253 rows/sec., 637.12 KiB/sec. | ||
| 1729 | 2025.01.17 14:36:50.100636 [ 253 ] {3afec718-4bc4-4b4c-83cd-a9c762e0deed} <Debug> TCPHandler: Processed in 0.001993741 sec. | ||
| 1730 | 2025.01.17 14:36:50.100810 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2025.01.17 14:36:50.100927 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1732 | 2025.01.17 14:36:50.100976 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1733 | 2025.01.17 14:36:50.101666 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1734 | 2025.01.17 14:36:50.101705 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1735 | 2025.01.17 14:36:50.102084 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1736 | 2025.01.17 14:36:50.102323 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1737 | 2025.01.17 14:36:50.102502 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.0016 sec., 151250 rows/sec., 10.25 MiB/sec. | ||
| 1738 | 2025.01.17 14:36:50.102555 [ 3 ] {540db7e3-d36c-4933-8739-32a6aab8753e} <Debug> TCPHandler: Processed in 0.001803248 sec. | ||
| 1739 | 2025.01.17 14:36:50.102715 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1740 | 2025.01.17 14:36:50.102857 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1741 | 2025.01.17 14:36:50.102917 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1742 | 2025.01.17 14:36:50.103625 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2025.01.17 14:36:50.103666 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1744 | 2025.01.17 14:36:50.104023 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1745 | 2025.01.17 14:36:50.104257 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2025.01.17 14:36:50.104534 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001689 sec., 7696.8620485494375 rows/sec., 479.90 KiB/sec. | ||
| 1747 | 2025.01.17 14:36:50.104649 [ 253 ] {36aaafa3-c566-44c9-b27c-c1de53caf9d8} <Debug> TCPHandler: Processed in 0.002000052 sec. | ||
| 1748 | 2025.01.17 14:36:50.104798 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1749 | 2025.01.17 14:36:50.104914 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1750 | 2025.01.17 14:36:50.104961 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1751 | 2025.01.17 14:36:50.105914 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1752 | 2025.01.17 14:36:50.105952 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1753 | 2025.01.17 14:36:50.106353 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1754 | 2025.01.17 14:36:50.106604 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1755 | 2025.01.17 14:36:50.106776 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001887 sec., 448330.6836248013 rows/sec., 32.40 MiB/sec. | ||
| 1756 | 2025.01.17 14:36:50.106832 [ 3 ] {bcbf3be3-ee11-4e65-9a4f-def98ae9b7dc} <Debug> TCPHandler: Processed in 0.002090103 sec. | ||
| 1757 | 2025.01.17 14:36:50.106985 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2025.01.17 14:36:50.107127 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1759 | 2025.01.17 14:36:50.107187 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1760 | 2025.01.17 14:36:50.107731 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1761 | 2025.01.17 14:36:50.107771 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1762 | 2025.01.17 14:36:50.108135 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1763 | 2025.01.17 14:36:50.108372 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1764 | 2025.01.17 14:36:50.108600 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec. | ||
| 1765 | 2025.01.17 14:36:50.108740 [ 253 ] {d10304fb-00b6-4c99-adf2-bc5ad4e3d212} <Debug> TCPHandler: Processed in 0.001817978 sec. | ||
| 1766 | 2025.01.17 14:36:50.108891 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2025.01.17 14:36:50.109029 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1768 | 2025.01.17 14:36:50.109091 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1769 | 2025.01.17 14:36:50.110442 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1770 | 2025.01.17 14:36:50.110479 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1771 | 2025.01.17 14:36:50.111053 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1772 | 2025.01.17 14:36:50.111298 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1773 | 2025.01.17 14:36:50.111503 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Debug> executeQuery: Read 2361 rows, 161.18 KiB in 0.002505 sec., 942514.9700598803 rows/sec., 62.83 MiB/sec. | ||
| 1774 | 2025.01.17 14:36:50.111561 [ 3 ] {4b5afc11-bd8c-4de9-9fa6-a8fd59130c36} <Debug> TCPHandler: Processed in 0.002737046 sec. | ||
| 1775 | 2025.01.17 14:36:50.111704 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1776 | 2025.01.17 14:36:50.111822 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1777 | 2025.01.17 14:36:50.111875 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1778 | 2025.01.17 14:36:50.112345 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1779 | 2025.01.17 14:36:50.112412 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1780 | 2025.01.17 14:36:50.112771 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1781 | 2025.01.17 14:36:50.113015 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1782 | 2025.01.17 14:36:50.113255 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
| 1783 | 2025.01.17 14:36:50.113314 [ 253 ] {4c833181-812e-47ca-bb11-5ebd10e86a28} <Debug> TCPHandler: Processed in 0.001663994 sec. | ||
| 1784 | 2025.01.17 14:36:50.113458 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1785 | 2025.01.17 14:36:50.113574 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1786 | 2025.01.17 14:36:50.113654 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1787 | 2025.01.17 14:36:50.114769 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1788 | 2025.01.17 14:36:50.114809 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1789 | 2025.01.17 14:36:50.115401 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1790 | 2025.01.17 14:36:50.115665 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1791 | 2025.01.17 14:36:50.115953 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002403 sec., 3329.171868497711 rows/sec., 5.97 MiB/sec. | ||
| 1792 | 2025.01.17 14:36:50.116053 [ 3 ] {8b4527f3-c3f4-43ba-b7bb-2b55209cf0b2} <Debug> TCPHandler: Processed in 0.002654665 sec. | ||
| 1793 | 2025.01.17 14:36:50.116211 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2025.01.17 14:36:50.116330 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1795 | 2025.01.17 14:36:50.116380 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1796 | 2025.01.17 14:36:50.116862 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2025.01.17 14:36:50.116904 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1798 | 2025.01.17 14:36:50.117290 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1799 | 2025.01.17 14:36:50.117536 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2025.01.17 14:36:50.117780 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001469 sec., 31313.818924438394 rows/sec., 1.89 MiB/sec. | ||
| 1801 | 2025.01.17 14:36:50.117846 [ 253 ] {0ccfb849-d055-4a90-927e-126e131dffb1} <Debug> TCPHandler: Processed in 0.001693394 sec. | ||
| 1802 | 2025.01.17 14:36:52.971385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1803 | 2025.01.17 14:36:52.975199 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2025.01.17 14:36:52.975244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1805 | 2025.01.17 14:36:52.976812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1806 | 2025.01.17 14:36:52.977132 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1807 | 2025.01.17 14:36:52.977719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1808 | 2025.01.17 14:36:53.688466 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2025.01.17 14:36:53.688670 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1810 | 2025.01.17 14:36:53.688748 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1811 | 2025.01.17 14:36:53.689517 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2025.01.17 14:36:53.689559 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1813 | 2025.01.17 14:36:53.689993 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1814 | 2025.01.17 14:36:53.690251 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2025.01.17 14:36:53.690445 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.33 MiB/sec. | ||
| 1816 | 2025.01.17 14:36:53.690507 [ 3 ] {8da3dc48-b545-4486-ad59-67962b02cab1} <Debug> TCPHandler: Processed in 0.002172615 sec. | ||
| 1817 | 2025.01.17 14:36:53.690763 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2025.01.17 14:36:53.690971 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1819 | 2025.01.17 14:36:53.691054 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1820 | 2025.01.17 14:36:53.691908 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2025.01.17 14:36:53.691958 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1822 | 2025.01.17 14:36:53.692392 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1823 | 2025.01.17 14:36:53.692651 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1824 | 2025.01.17 14:36:53.692943 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00202 sec., 31683.16831683168 rows/sec., 2.47 MiB/sec. | ||
| 1825 | 2025.01.17 14:36:53.693190 [ 253 ] {f1adba58-f341-4ac1-81ca-30d64c3bd932} <Debug> TCPHandler: Processed in 0.002563192 sec. | ||
| 1826 | 2025.01.17 14:36:53.693375 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2025.01.17 14:36:53.693520 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1828 | 2025.01.17 14:36:53.693585 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1829 | 2025.01.17 14:36:53.694176 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2025.01.17 14:36:53.694215 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1831 | 2025.01.17 14:36:53.694624 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1832 | 2025.01.17 14:36:53.694875 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2025.01.17 14:36:53.695064 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001578 sec., 60836.501901140684 rows/sec., 4.24 MiB/sec. | ||
| 1834 | 2025.01.17 14:36:53.695129 [ 3 ] {3f277c72-45a4-47f4-b1e9-b5067d21a8d0} <Debug> TCPHandler: Processed in 0.001821167 sec. | ||
| 1835 | 2025.01.17 14:36:53.695307 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2025.01.17 14:36:53.695453 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1837 | 2025.01.17 14:36:53.695517 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1838 | 2025.01.17 14:36:53.696095 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2025.01.17 14:36:53.696137 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1840 | 2025.01.17 14:36:53.696516 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1841 | 2025.01.17 14:36:53.696765 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2025.01.17 14:36:53.696976 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001557 sec., 23121.387283236993 rows/sec., 1.56 MiB/sec. | ||
| 1843 | 2025.01.17 14:36:53.697030 [ 253 ] {af7c36b6-3685-4ebf-bc92-3d55fa9eea12} <Debug> TCPHandler: Processed in 0.001794537 sec. | ||
| 1844 | 2025.01.17 14:36:55.464174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1845 | 2025.01.17 14:36:55.465260 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2025.01.17 14:36:55.465308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1847 | 2025.01.17 14:36:55.465856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1848 | 2025.01.17 14:36:55.466134 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2025.01.17 14:36:55.466377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1850 | 2025.01.17 14:36:55.659750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1851 | 2025.01.17 14:36:55.679289 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2025.01.17 14:36:55.679351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1853 | 2025.01.17 14:36:55.686246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1854 | 2025.01.17 14:36:55.687011 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2025.01.17 14:36:55.689800 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1856 | 2025.01.17 14:36:56.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.62 MiB, peak 171.55 MiB, free memory in arenas 0.00 B, will set to 166.67 MiB (RSS), difference: 1.05 MiB | ||
| 1857 | 2025.01.17 14:36:58.691837 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2025.01.17 14:36:58.692032 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1859 | 2025.01.17 14:36:58.692104 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1860 | 2025.01.17 14:36:58.692868 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1861 | 2025.01.17 14:36:58.692918 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1862 | 2025.01.17 14:36:58.693353 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1863 | 2025.01.17 14:36:58.693602 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1864 | 2025.01.17 14:36:58.693842 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.30 MiB/sec. | ||
| 1865 | 2025.01.17 14:36:58.693902 [ 3 ] {804b86f6-2b2b-4b31-8646-6bb203a66120} <Debug> TCPHandler: Processed in 0.002195125 sec. | ||
| 1866 | 2025.01.17 14:36:58.694166 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1867 | 2025.01.17 14:36:58.694371 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1868 | 2025.01.17 14:36:58.694451 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1869 | 2025.01.17 14:36:58.695268 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1870 | 2025.01.17 14:36:58.695316 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1871 | 2025.01.17 14:36:58.695753 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1872 | 2025.01.17 14:36:58.696011 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1873 | 2025.01.17 14:36:58.696252 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.58 MiB/sec. | ||
| 1874 | 2025.01.17 14:36:58.696317 [ 253 ] {989b865f-8054-4035-87be-13b2026b7687} <Debug> TCPHandler: Processed in 0.002287338 sec. | ||
| 1875 | 2025.01.17 14:36:58.696482 [ 3 ] {} <Trace> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2025.01.17 14:36:58.696621 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60216) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1877 | 2025.01.17 14:36:58.696685 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1878 | 2025.01.17 14:36:58.697315 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1879 | 2025.01.17 14:36:58.697354 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1880 | 2025.01.17 14:36:58.697754 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1881 | 2025.01.17 14:36:58.698079 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1882 | 2025.01.17 14:36:58.698317 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec. | ||
| 1883 | 2025.01.17 14:36:58.698373 [ 3 ] {389d304f-f5a0-4894-9111-9633262d6ae9} <Debug> TCPHandler: Processed in 0.00195482 sec. | ||
| 1884 | 2025.01.17 14:36:58.698540 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1885 | 2025.01.17 14:36:58.698669 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1886 | 2025.01.17 14:36:58.698726 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1887 | 2025.01.17 14:36:58.699250 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2025.01.17 14:36:58.699291 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1889 | 2025.01.17 14:36:58.699675 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1890 | 2025.01.17 14:36:58.699923 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1891 | 2025.01.17 14:36:58.700235 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001568 sec., 38265.30612244898 rows/sec., 2.58 MiB/sec. | ||
| 1892 | 2025.01.17 14:36:58.700346 [ 253 ] {1046326f-8000-406e-85e5-1831e2649b18} <Debug> TCPHandler: Processed in 0.001867049 sec. | ||
| 1893 | 2025.01.17 14:37:02.896498 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1894 | 2025.01.17 14:37:02.896570 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1895 | 2025.01.17 14:37:02.966493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1896 | 2025.01.17 14:37:02.967270 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2025.01.17 14:37:02.967325 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1898 | 2025.01.17 14:37:02.967938 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1899 | 2025.01.17 14:37:02.968200 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2025.01.17 14:37:02.968400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1901 | 2025.01.17 14:37:02.978032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1902 | 2025.01.17 14:37:02.981484 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1903 | 2025.01.17 14:37:02.981552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1904 | 2025.01.17 14:37:02.983057 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1905 | 2025.01.17 14:37:02.983394 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1906 | 2025.01.17 14:37:02.984325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1907 | 2025.01.17 14:37:03.189874 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1908 | 2025.01.17 14:37:03.209655 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2025.01.17 14:37:03.209725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1910 | 2025.01.17 14:37:03.216981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1911 | 2025.01.17 14:37:03.217755 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2025.01.17 14:37:03.220570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1913 | 2025.01.17 14:37:03.340009 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1914 | 2025.01.17 14:37:03.340080 [ 3 ] {} <Debug> TCP-Session: d2995d2e-35bb-4865-8031-1d5d94abbb88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1915 | 2025.01.17 14:37:03.697096 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.01.17 14:37:03.697281 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1917 | 2025.01.17 14:37:03.697349 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1918 | 2025.01.17 14:37:03.698104 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.01.17 14:37:03.698155 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1920 | 2025.01.17 14:37:03.698632 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1921 | 2025.01.17 14:37:03.698897 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.01.17 14:37:03.699142 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 1923 | 2025.01.17 14:37:03.699210 [ 253 ] {f5155d76-a1c1-45b3-8674-00ca1b717be7} <Debug> TCPHandler: Processed in 0.002242396 sec. | ||
| 1924 | 2025.01.17 14:37:03.699495 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.01.17 14:37:03.699688 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1926 | 2025.01.17 14:37:03.699787 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1927 | 2025.01.17 14:37:03.700773 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.01.17 14:37:03.700824 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1929 | 2025.01.17 14:37:03.701275 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1930 | 2025.01.17 14:37:03.701550 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.01.17 14:37:03.701944 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002263 sec., 96774.1935483871 rows/sec., 8.43 MiB/sec. | ||
| 1932 | 2025.01.17 14:37:03.702255 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1933 | 2025.01.17 14:37:03.702279 [ 257 ] {d4d2a8dd-7713-4ca6-875e-a8168417b461} <Debug> TCPHandler: Processed in 0.002942441 sec. | ||
| 1934 | 2025.01.17 14:37:03.702491 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2025.01.17 14:37:03.702622 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1936 | 2025.01.17 14:37:03.702677 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1937 | 2025.01.17 14:37:03.703281 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1938 | 2025.01.17 14:37:03.703323 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1939 | 2025.01.17 14:37:03.703706 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1940 | 2025.01.17 14:37:03.703960 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1941 | 2025.01.17 14:37:03.704241 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001628 sec., 9213.759213759213 rows/sec., 649.64 KiB/sec. | ||
| 1942 | 2025.01.17 14:37:03.704311 [ 253 ] {719b3012-c2dc-426e-8c02-f200e905dfdb} <Debug> TCPHandler: Processed in 0.001906949 sec. | ||
| 1943 | 2025.01.17 14:37:03.704481 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1944 | 2025.01.17 14:37:03.704631 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1945 | 2025.01.17 14:37:03.704692 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1946 | 2025.01.17 14:37:03.705351 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2025.01.17 14:37:03.705394 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1948 | 2025.01.17 14:37:03.705773 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1949 | 2025.01.17 14:37:03.706021 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.01.17 14:37:03.706373 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001741 sec., 8041.3555427915 rows/sec., 563.16 KiB/sec. | ||
| 1951 | 2025.01.17 14:37:03.706527 [ 257 ] {c3e2e7da-01f1-4343-8493-98da74e2887c} <Debug> TCPHandler: Processed in 0.002114353 sec. | ||
| 1952 | 2025.01.17 14:37:03.706685 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.01.17 14:37:03.706808 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1954 | 2025.01.17 14:37:03.706858 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1955 | 2025.01.17 14:37:03.707448 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1956 | 2025.01.17 14:37:03.707489 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1957 | 2025.01.17 14:37:03.707849 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1958 | 2025.01.17 14:37:03.708103 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1959 | 2025.01.17 14:37:03.708481 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec. | ||
| 1960 | 2025.01.17 14:37:03.708614 [ 253 ] {4f6376ce-20fc-47a5-839f-81253aeb61a0} <Debug> TCPHandler: Processed in 0.001988981 sec. | ||
| 1961 | 2025.01.17 14:37:03.708773 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2025.01.17 14:37:03.708919 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1963 | 2025.01.17 14:37:03.708979 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1964 | 2025.01.17 14:37:03.709745 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1965 | 2025.01.17 14:37:03.709785 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1966 | 2025.01.17 14:37:03.710174 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1967 | 2025.01.17 14:37:03.710419 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1968 | 2025.01.17 14:37:03.710723 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001813 sec., 215113.0722559294 rows/sec., 15.26 MiB/sec. | ||
| 1969 | 2025.01.17 14:37:03.710829 [ 257 ] {d2e53246-4f72-45a6-b14f-df3a6f311992} <Debug> TCPHandler: Processed in 0.002120524 sec. | ||
| 1970 | 2025.01.17 14:37:03.710975 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2025.01.17 14:37:03.711106 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1972 | 2025.01.17 14:37:03.711170 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1973 | 2025.01.17 14:37:03.711750 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1974 | 2025.01.17 14:37:03.711797 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1975 | 2025.01.17 14:37:03.712223 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1976 | 2025.01.17 14:37:03.712467 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1977 | 2025.01.17 14:37:03.712749 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 188.50 KiB/sec. | ||
| 1978 | 2025.01.17 14:37:03.712809 [ 253 ] {9989d4af-de12-4c45-9320-31753367a64f} <Debug> TCPHandler: Processed in 0.001890189 sec. | ||
| 1979 | 2025.01.17 14:37:03.712960 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1980 | 2025.01.17 14:37:03.713090 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1981 | 2025.01.17 14:37:03.713153 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1982 | 2025.01.17 14:37:03.713867 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1983 | 2025.01.17 14:37:03.713913 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1984 | 2025.01.17 14:37:03.714336 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1985 | 2025.01.17 14:37:03.714579 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1986 | 2025.01.17 14:37:03.714941 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001853 sec., 127900.70156502968 rows/sec., 8.57 MiB/sec. | ||
| 1987 | 2025.01.17 14:37:03.715308 [ 257 ] {945bf52c-6a72-4b65-8b2b-8dc4d329c53a} <Debug> TCPHandler: Processed in 0.002404459 sec. | ||
| 1988 | 2025.01.17 14:37:03.715483 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1989 | 2025.01.17 14:37:03.715621 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1990 | 2025.01.17 14:37:03.715682 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1991 | 2025.01.17 14:37:03.716220 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2025.01.17 14:37:03.716259 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1993 | 2025.01.17 14:37:03.716616 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1994 | 2025.01.17 14:37:03.716854 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.01.17 14:37:03.717113 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
| 1996 | 2025.01.17 14:37:03.717173 [ 253 ] {6782865b-17ce-472a-96ec-781367a3ac76} <Debug> TCPHandler: Processed in 0.001758466 sec. | ||
| 1997 | 2025.01.17 14:37:03.717317 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.01.17 14:37:03.717457 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1999 | 2025.01.17 14:37:03.717551 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2000 | 2025.01.17 14:37:03.718743 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.01.17 14:37:03.718783 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2002 | 2025.01.17 14:37:03.719410 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2003 | 2025.01.17 14:37:03.719673 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.01.17 14:37:03.719919 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002492 sec., 3210.2728731942216 rows/sec., 5.75 MiB/sec. | ||
| 2005 | 2025.01.17 14:37:03.720022 [ 257 ] {9c2b7dea-f6d7-483c-95c7-3622f6261247} <Debug> TCPHandler: Processed in 0.002770157 sec. | ||
| 2006 | 2025.01.17 14:37:03.720237 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2007 | 2025.01.17 14:37:03.720437 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2008 | 2025.01.17 14:37:03.720522 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2009 | 2025.01.17 14:37:03.721248 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2010 | 2025.01.17 14:37:03.721287 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2011 | 2025.01.17 14:37:03.721660 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2012 | 2025.01.17 14:37:03.721897 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2025.01.17 14:37:03.722258 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001831 sec., 44784.270890223925 rows/sec., 2.84 MiB/sec. | ||
| 2014 | 2025.01.17 14:37:03.722543 [ 253 ] {b5506bd0-3207-4fbb-97ca-3a92a1b4a06a} <Debug> TCPHandler: Processed in 0.002394159 sec. | ||
| 2015 | 2025.01.17 14:37:08.691908 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2025.01.17 14:37:08.692104 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2017 | 2025.01.17 14:37:08.692175 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2018 | 2025.01.17 14:37:08.692927 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2025.01.17 14:37:08.692970 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2020 | 2025.01.17 14:37:08.693404 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2021 | 2025.01.17 14:37:08.693670 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2022 | 2025.01.17 14:37:08.693816 [ 41 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2023 | 2025.01.17 14:37:08.693861 [ 41 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2024 | 2025.01.17 14:37:08.693874 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001816 sec., 30837.004405286345 rows/sec., 2.35 MiB/sec. | ||
| 2025 | 2025.01.17 14:37:08.693885 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2026 | 2025.01.17 14:37:08.693942 [ 253 ] {7e498bd8-47f7-4e0e-94da-717eb80a45eb} <Debug> TCPHandler: Processed in 0.002156445 sec. | ||
| 2027 | 2025.01.17 14:37:08.694019 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 2028 | 2025.01.17 14:37:08.694139 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2029 | 2025.01.17 14:37:08.694170 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2030 | 2025.01.17 14:37:08.694252 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2031 | 2025.01.17 14:37:08.694309 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2032 | 2025.01.17 14:37:08.694670 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2033 | 2025.01.17 14:37:08.694810 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2034 | 2025.01.17 14:37:08.694960 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 2035 | 2025.01.17 14:37:08.694995 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2036 | 2025.01.17 14:37:08.695308 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part | ||
| 2037 | 2025.01.17 14:37:08.695631 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2038 | 2025.01.17 14:37:08.697476 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2025.01.17 14:37:08.697563 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2040 | 2025.01.17 14:37:08.698410 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2041 | 2025.01.17 14:37:08.698793 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.004836679 sec., 406270.50089534576 rows/sec., 35.44 MiB/sec. | ||
| 2042 | 2025.01.17 14:37:08.698940 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.01.17 14:37:08.699171 [ 41 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2044 | 2025.01.17 14:37:08.699261 [ 41 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2025.01.17 14:37:08.699273 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2046 | 2025.01.17 14:37:08.699328 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2047 | 2025.01.17 14:37:08.699387 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004706 sec., 13599.660008499786 rows/sec., 1.06 MiB/sec. | ||
| 2048 | 2025.01.17 14:37:08.699957 [ 257 ] {4d4ab998-169d-4d80-8f23-d755a87043b9} <Debug> TCPHandler: Processed in 0.005862831 sec. | ||
| 2049 | 2025.01.17 14:37:08.700064 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 2050 | 2025.01.17 14:37:08.700377 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2025.01.17 14:37:08.700549 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2052 | 2025.01.17 14:37:08.700585 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2025.01.17 14:37:08.700679 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2054 | 2025.01.17 14:37:08.700762 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2055 | 2025.01.17 14:37:08.700857 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_11_2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2056 | 2025.01.17 14:37:08.701081 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2057 | 2025.01.17 14:37:08.701218 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2058 | 2025.01.17 14:37:08.701327 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2059 | 2025.01.17 14:37:08.701765 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2060 | 2025.01.17 14:37:08.702236 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 2061 | 2025.01.17 14:37:08.702522 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2062 | 2025.01.17 14:37:08.702823 [ 200 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2063 | 2025.01.17 14:37:08.703703 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2064 | 2025.01.17 14:37:08.703772 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2065 | 2025.01.17 14:37:08.704766 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2066 | 2025.01.17 14:37:08.705293 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2067 | 2025.01.17 14:37:08.705498 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2068 | 2025.01.17 14:37:08.705559 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2025.01.17 14:37:08.705587 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2070 | 2025.01.17 14:37:08.705603 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00498 sec., 32128.5140562249 rows/sec., 2.24 MiB/sec. | ||
| 2071 | 2025.01.17 14:37:08.706030 [ 253 ] {d409151b-dcd7-4c27-a264-cff36468b19d} <Debug> TCPHandler: Processed in 0.00584512 sec. | ||
| 2072 | 2025.01.17 14:37:08.706159 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 2073 | 2025.01.17 14:37:08.706463 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.01.17 14:37:08.706632 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2075 | 2025.01.17 14:37:08.706702 [ 196 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.007197978 sec., 252570.93033626943 rows/sec., 19.23 MiB/sec. | ||
| 2076 | 2025.01.17 14:37:08.706738 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1050 rows starting from the beginning of the part | ||
| 2077 | 2025.01.17 14:37:08.706857 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2078 | 2025.01.17 14:37:08.707102 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2079 | 2025.01.17 14:37:08.707125 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2361 rows starting from the beginning of the part | ||
| 2080 | 2025.01.17 14:37:08.707595 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part | ||
| 2081 | 2025.01.17 14:37:08.708066 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2082 | 2025.01.17 14:37:08.708061 [ 196 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2083 | 2025.01.17 14:37:08.708443 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2084 | 2025.01.17 14:37:08.708865 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2085 | 2025.01.17 14:37:08.710024 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2025.01.17 14:37:08.710110 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2087 | 2025.01.17 14:37:08.710212 [ 196 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2025.01.17 14:37:08.710637 [ 196 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_11_2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2089 | 2025.01.17 14:37:08.711050 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2090 | 2025.01.17 14:37:08.711407 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2091 | 2025.01.17 14:37:08.711997 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2092 | 2025.01.17 14:37:08.712304 [ 40 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2093 | 2025.01.17 14:37:08.712379 [ 40 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2025.01.17 14:37:08.712435 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2095 | 2025.01.17 14:37:08.712433 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005674 sec., 10574.550581600282 rows/sec., 729.75 KiB/sec. | ||
| 2096 | 2025.01.17 14:37:08.712787 [ 257 ] {098e9ef9-d13f-4902-a24e-4ace94fde1d5} <Debug> TCPHandler: Processed in 0.006587785 sec. | ||
| 2097 | 2025.01.17 14:37:08.713201 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 2098 | 2025.01.17 14:37:08.713336 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4064 rows, containing 5 columns (5 merged, 0 gathered) in 0.007588077 sec., 535577.063859526 rows/sec., 36.13 MiB/sec. | ||
| 2099 | 2025.01.17 14:37:08.713406 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2100 | 2025.01.17 14:37:08.713446 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 380 rows starting from the beginning of the part | ||
| 2101 | 2025.01.17 14:37:08.713535 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 2102 | 2025.01.17 14:37:08.713821 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 2103 | 2025.01.17 14:37:08.713905 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2104 | 2025.01.17 14:37:08.714055 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2105 | 2025.01.17 14:37:08.714362 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2106 | 2025.01.17 14:37:08.714596 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2107 | 2025.01.17 14:37:08.715085 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2108 | 2025.01.17 14:37:08.715238 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2109 | 2025.01.17 14:37:08.715429 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 2110 | 2025.01.17 14:37:08.716208 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 4 columns (4 merged, 0 gathered) in 0.003598454 sec., 184523.68711674513 rows/sec., 12.08 MiB/sec. | ||
| 2111 | 2025.01.17 14:37:08.716362 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2112 | 2025.01.17 14:37:08.716644 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2025.01.17 14:37:08.716726 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_11_2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2114 | 2025.01.17 14:37:08.716799 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2115 | 2025.01.17 14:37:10.469496 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2116 | 2025.01.17 14:37:10.470184 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2117 | 2025.01.17 14:37:10.470237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2118 | 2025.01.17 14:37:10.470771 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2119 | 2025.01.17 14:37:10.471030 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2120 | 2025.01.17 14:37:10.471306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2121 | 2025.01.17 14:37:10.721619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2122 | 2025.01.17 14:37:10.742286 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2025.01.17 14:37:10.742345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2124 | 2025.01.17 14:37:10.750307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2125 | 2025.01.17 14:37:10.751153 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2025.01.17 14:37:10.754441 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2127 | 2025.01.17 14:37:12.985428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 314 | ||
| 2128 | 2025.01.17 14:37:12.988467 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2129 | 2025.01.17 14:37:12.988526 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2130 | 2025.01.17 14:37:12.990498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2131 | 2025.01.17 14:37:12.990988 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2132 | 2025.01.17 14:37:12.991292 [ 37 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2133 | 2025.01.17 14:37:12.991417 [ 37 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2025.01.17 14:37:12.991483 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2135 | 2025.01.17 14:37:12.992107 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 2136 | 2025.01.17 14:37:12.993156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 2137 | 2025.01.17 14:37:12.993563 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2138 | 2025.01.17 14:37:12.993747 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 2139 | 2025.01.17 14:37:12.994343 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2140 | 2025.01.17 14:37:12.994937 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2141 | 2025.01.17 14:37:12.995532 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2142 | 2025.01.17 14:37:12.996151 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2143 | 2025.01.17 14:37:12.996724 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2144 | 2025.01.17 14:37:13.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.40 MiB, peak 174.12 MiB, free memory in arenas 0.00 B, will set to 168.38 MiB (RSS), difference: -4.02 MiB | ||
| 2145 | 2025.01.17 14:37:13.005782 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.014140221 sec., 22206.159295530106 rows/sec., 22.04 MiB/sec. | ||
| 2146 | 2025.01.17 14:37:13.006845 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2147 | 2025.01.17 14:37:13.007735 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2025.01.17 14:37:13.007843 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_6_1} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2149 | 2025.01.17 14:37:13.008210 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2150 | 2025.01.17 14:37:13.697726 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2025.01.17 14:37:13.697923 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2152 | 2025.01.17 14:37:13.697997 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2153 | 2025.01.17 14:37:13.698733 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.01.17 14:37:13.698784 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2155 | 2025.01.17 14:37:13.699226 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2156 | 2025.01.17 14:37:13.699494 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.01.17 14:37:13.699708 [ 36 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2158 | 2025.01.17 14:37:13.699753 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 2159 | 2025.01.17 14:37:13.699791 [ 36 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.01.17 14:37:13.699863 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2161 | 2025.01.17 14:37:13.699899 [ 253 ] {1f2ef502-fda6-4b3f-95ed-ba049a2d00fa} <Debug> TCPHandler: Processed in 0.002293978 sec. | ||
| 2162 | 2025.01.17 14:37:13.700085 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 2163 | 2025.01.17 14:37:13.700165 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2164 | 2025.01.17 14:37:13.700282 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2165 | 2025.01.17 14:37:13.700326 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 2166 | 2025.01.17 14:37:13.700359 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2167 | 2025.01.17 14:37:13.700456 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2168 | 2025.01.17 14:37:13.700483 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 2169 | 2025.01.17 14:37:13.700715 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 2170 | 2025.01.17 14:37:13.700927 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 2171 | 2025.01.17 14:37:13.701080 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 2172 | 2025.01.17 14:37:13.702240 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2025.01.17 14:37:13.702292 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2174 | 2025.01.17 14:37:13.702575 [ 195 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002587764 sec., 27050.38017377164 rows/sec., 2.00 MiB/sec. | ||
| 2175 | 2025.01.17 14:37:13.702848 [ 195 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2176 | 2025.01.17 14:37:13.702962 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2177 | 2025.01.17 14:37:13.703378 [ 195 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_5_1} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.01.17 14:37:13.703391 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2025.01.17 14:37:13.703554 [ 195 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_5_1} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2180 | 2025.01.17 14:37:13.703845 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2181 | 2025.01.17 14:37:13.704005 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.003681 sec., 59494.702526487374 rows/sec., 5.18 MiB/sec. | ||
| 2182 | 2025.01.17 14:37:13.704174 [ 257 ] {afa567c6-1f33-4e1c-9ee5-3da2c4a25056} <Debug> TCPHandler: Processed in 0.004142566 sec. | ||
| 2183 | 2025.01.17 14:37:13.704347 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2025.01.17 14:37:13.704476 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2185 | 2025.01.17 14:37:13.704532 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2186 | 2025.01.17 14:37:13.705172 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.01.17 14:37:13.705216 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2188 | 2025.01.17 14:37:13.705606 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2189 | 2025.01.17 14:37:13.705907 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2190 | 2025.01.17 14:37:13.706078 [ 36 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2191 | 2025.01.17 14:37:13.706150 [ 36 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.01.17 14:37:13.706179 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001725 sec., 8695.652173913044 rows/sec., 613.11 KiB/sec. | ||
| 2193 | 2025.01.17 14:37:13.706195 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2194 | 2025.01.17 14:37:13.706350 [ 253 ] {8c9d9fa6-0293-4fd6-9df2-2319cb84b3a6} <Debug> TCPHandler: Processed in 0.002068662 sec. | ||
| 2195 | 2025.01.17 14:37:13.706598 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::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 | ||
| 2196 | 2025.01.17 14:37:13.706674 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.01.17 14:37:13.706972 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2198 | 2025.01.17 14:37:13.706979 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2199 | 2025.01.17 14:37:13.707061 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2200 | 2025.01.17 14:37:13.707080 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2201 | 2025.01.17 14:37:13.707445 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2202 | 2025.01.17 14:37:13.707838 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2203 | 2025.01.17 14:37:13.708235 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2204 | 2025.01.17 14:37:13.708570 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 2205 | 2025.01.17 14:37:13.709545 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.01.17 14:37:13.709610 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2207 | 2025.01.17 14:37:13.710597 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2208 | 2025.01.17 14:37:13.711143 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.004802649 sec., 15616.381709344156 rows/sec., 1.13 MiB/sec. | ||
| 2209 | 2025.01.17 14:37:13.711159 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2025.01.17 14:37:13.711332 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2211 | 2025.01.17 14:37:13.711680 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004795 sec., 2919.7080291970806 rows/sec., 204.48 KiB/sec. | ||
| 2212 | 2025.01.17 14:37:13.711818 [ 257 ] {4cb8f9df-8d99-402b-933c-d1d49e453dbb} <Debug> TCPHandler: Processed in 0.005306579 sec. | ||
| 2213 | 2025.01.17 14:37:13.712037 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2214 | 2025.01.17 14:37:13.712053 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2215 | 2025.01.17 14:37:13.712216 [ 199 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_5_1} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2216 | 2025.01.17 14:37:13.712270 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2217 | 2025.01.17 14:37:13.712377 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2218 | 2025.01.17 14:37:13.712394 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2219 | 2025.01.17 14:37:13.713001 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2025.01.17 14:37:13.713046 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2221 | 2025.01.17 14:37:13.713406 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2222 | 2025.01.17 14:37:13.713657 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2025.01.17 14:37:13.713847 [ 36 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2224 | 2025.01.17 14:37:13.713911 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec. | ||
| 2225 | 2025.01.17 14:37:13.713921 [ 36 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2226 | 2025.01.17 14:37:13.714012 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2227 | 2025.01.17 14:37:13.714032 [ 253 ] {517f4f96-a864-4f4a-b081-2ebbaf7ee391} <Debug> TCPHandler: Processed in 0.002088423 sec. | ||
| 2228 | 2025.01.17 14:37:13.714326 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2229 | 2025.01.17 14:37:13.714341 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 2230 | 2025.01.17 14:37:13.714555 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2231 | 2025.01.17 14:37:13.714567 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2232 | 2025.01.17 14:37:13.714601 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 2233 | 2025.01.17 14:37:13.714614 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2234 | 2025.01.17 14:37:13.714810 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 2235 | 2025.01.17 14:37:13.714988 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 2236 | 2025.01.17 14:37:13.715221 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 2237 | 2025.01.17 14:37:13.715441 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 2238 | 2025.01.17 14:37:13.716536 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2025.01.17 14:37:13.716582 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2240 | 2025.01.17 14:37:13.716884 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002746656 sec., 23665.140447147365 rows/sec., 1.53 MiB/sec. | ||
| 2241 | 2025.01.17 14:37:13.717106 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2242 | 2025.01.17 14:37:13.717323 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2243 | 2025.01.17 14:37:13.717694 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_5_1} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2025.01.17 14:37:13.717863 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.01.17 14:37:13.717892 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_5_1} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2246 | 2025.01.17 14:37:13.718045 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2247 | 2025.01.17 14:37:13.718285 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003759 sec., 103750.9976057462 rows/sec., 7.36 MiB/sec. | ||
| 2248 | 2025.01.17 14:37:13.718467 [ 257 ] {14b7816e-85fb-44ab-b81a-f326cb38a4d4} <Debug> TCPHandler: Processed in 0.004317039 sec. | ||
| 2249 | 2025.01.17 14:37:13.718652 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2250 | 2025.01.17 14:37:13.718774 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2251 | 2025.01.17 14:37:13.718828 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2252 | 2025.01.17 14:37:13.719296 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2025.01.17 14:37:13.719334 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2254 | 2025.01.17 14:37:13.719701 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2255 | 2025.01.17 14:37:13.719956 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.01.17 14:37:13.720245 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 2257 | 2025.01.17 14:37:13.720307 [ 253 ] {19999977-05cf-4753-bdb6-afc11d0f7941} <Debug> TCPHandler: Processed in 0.001713775 sec. | ||
| 2258 | 2025.01.17 14:37:13.720461 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2259 | 2025.01.17 14:37:13.720581 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2260 | 2025.01.17 14:37:13.720636 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2261 | 2025.01.17 14:37:13.721235 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2025.01.17 14:37:13.721275 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2263 | 2025.01.17 14:37:13.721711 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2264 | 2025.01.17 14:37:13.721958 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2025.01.17 14:37:13.722188 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec. | ||
| 2266 | 2025.01.17 14:37:13.722248 [ 257 ] {f23eb351-46b3-43db-965e-478b1ab895e5} <Debug> TCPHandler: Processed in 0.001842658 sec. | ||
| 2267 | 2025.01.17 14:37:13.722401 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2025.01.17 14:37:13.722520 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2269 | 2025.01.17 14:37:13.722574 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2270 | 2025.01.17 14:37:13.723048 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2025.01.17 14:37:13.723087 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2272 | 2025.01.17 14:37:13.723449 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2273 | 2025.01.17 14:37:13.723721 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2025.01.17 14:37:13.723874 [ 35 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2275 | 2025.01.17 14:37:13.723935 [ 35 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2025.01.17 14:37:13.723971 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2277 | 2025.01.17 14:37:13.723976 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 2278 | 2025.01.17 14:37:13.724166 [ 253 ] {4c06612b-81b2-4011-a621-0a11e7af5a65} <Debug> TCPHandler: Processed in 0.001819037 sec. | ||
| 2279 | 2025.01.17 14:37:13.724180 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 2280 | 2025.01.17 14:37:13.724339 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.01.17 14:37:13.724368 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2282 | 2025.01.17 14:37:13.724422 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 2283 | 2025.01.17 14:37:13.724631 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2284 | 2025.01.17 14:37:13.724685 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 2285 | 2025.01.17 14:37:13.725017 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 2286 | 2025.01.17 14:37:13.725038 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2287 | 2025.01.17 14:37:13.725395 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 2288 | 2025.01.17 14:37:13.725733 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 2289 | 2025.01.17 14:37:13.729255 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005223358 sec., 957.2386192943313 rows/sec., 64.50 KiB/sec. | ||
| 2290 | 2025.01.17 14:37:13.729494 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2291 | 2025.01.17 14:37:13.729547 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2292 | 2025.01.17 14:37:13.729574 [ 192 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2293 | 2025.01.17 14:37:13.730335 [ 192 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_5_1} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2294 | 2025.01.17 14:37:13.730596 [ 192 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_5_1} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2295 | 2025.01.17 14:37:13.730800 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2296 | 2025.01.17 14:37:13.730962 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2297 | 2025.01.17 14:37:13.731236 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2025.01.17 14:37:13.731572 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007053 sec., 1134.2691053452431 rows/sec., 2.03 MiB/sec. | ||
| 2299 | 2025.01.17 14:37:13.731794 [ 257 ] {43c04128-cedb-4350-9a51-7e330e9726ff} <Debug> TCPHandler: Processed in 0.007531695 sec. | ||
| 2300 | 2025.01.17 14:37:13.731974 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2301 | 2025.01.17 14:37:13.732124 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2302 | 2025.01.17 14:37:13.732186 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2303 | 2025.01.17 14:37:13.732730 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2025.01.17 14:37:13.732769 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2305 | 2025.01.17 14:37:13.733163 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2306 | 2025.01.17 14:37:13.733407 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2307 | 2025.01.17 14:37:13.733628 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 2308 | 2025.01.17 14:37:13.733680 [ 253 ] {8bf78156-f7fd-4612-9ef1-7e6772e617ee} <Debug> TCPHandler: Processed in 0.001771366 sec. | ||
| 2309 | 2025.01.17 14:37:14.000196 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.38 MiB, peak 174.12 MiB, free memory in arenas 0.00 B, will set to 168.52 MiB (RSS), difference: 3.15 MiB | ||
| 2310 | 2025.01.17 14:37:17.896611 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2311 | 2025.01.17 14:37:17.896677 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2312 | 2025.01.17 14:37:17.972268 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2313 | 2025.01.17 14:37:17.972898 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2314 | 2025.01.17 14:37:17.972940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2315 | 2025.01.17 14:37:17.973467 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2316 | 2025.01.17 14:37:17.973728 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2317 | 2025.01.17 14:37:17.973960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2318 | 2025.01.17 14:37:18.255312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2319 | 2025.01.17 14:37:18.275435 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2320 | 2025.01.17 14:37:18.275488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2321 | 2025.01.17 14:37:18.282496 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2322 | 2025.01.17 14:37:18.283294 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2025.01.17 14:37:18.286128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2324 | 2025.01.17 14:37:18.687257 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2325 | 2025.01.17 14:37:18.687516 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 2326 | 2025.01.17 14:37:18.687927 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2327 | 2025.01.17 14:37:18.687979 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <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 | ||
| 2328 | 2025.01.17 14:37:18.688338 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2329 | 2025.01.17 14:37:18.688415 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2330 | 2025.01.17 14:37:18.688590 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2331 | 2025.01.17 14:37:18.688789 [ 296 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2332 | 2025.01.17 14:37:18.688810 [ 295 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2333 | 2025.01.17 14:37:18.688784 [ 294 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2334 | 2025.01.17 14:37:18.688994 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 2335 | 2025.01.17 14:37:18.689045 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2336 | 2025.01.17 14:37:18.689195 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2337 | 2025.01.17 14:37:18.689226 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2338 | 2025.01.17 14:37:18.689277 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <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'))" | ||
| 2339 | 2025.01.17 14:37:18.689324 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <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'))" | ||
| 2340 | 2025.01.17 14:37:18.689367 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <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'))" | ||
| 2341 | 2025.01.17 14:37:18.690919 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003526 sec., 10493.477027793533 rows/sec., 393.28 KiB/sec. | ||
| 2342 | 2025.01.17 14:37:18.691131 [ 253 ] {99ae94a6-606f-4214-b82c-c40052d0e676} <Debug> TCPHandler: Processed in 0.004000292 sec. | ||
| 2343 | 2025.01.17 14:37:18.691586 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2344 | 2025.01.17 14:37:18.691873 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) 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) | ||
| 2345 | 2025.01.17 14:37:18.692343 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2346 | 2025.01.17 14:37:18.692397 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <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 | ||
| 2347 | 2025.01.17 14:37:18.692774 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2348 | 2025.01.17 14:37:18.692853 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2349 | 2025.01.17 14:37:18.693033 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2350 | 2025.01.17 14:37:18.693182 [ 295 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2351 | 2025.01.17 14:37:18.693204 [ 296 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2352 | 2025.01.17 14:37:18.693211 [ 298 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2353 | 2025.01.17 14:37:18.693343 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 2354 | 2025.01.17 14:37:18.693374 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2355 | 2025.01.17 14:37:18.693491 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2356 | 2025.01.17 14:37:18.693516 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2357 | 2025.01.17 14:37:18.693560 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <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'))" | ||
| 2358 | 2025.01.17 14:37:18.693609 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <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'))" | ||
| 2359 | 2025.01.17 14:37:18.693653 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <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'))" | ||
| 2360 | 2025.01.17 14:37:18.695052 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003328 sec., 11117.788461538463 rows/sec., 416.68 KiB/sec. | ||
| 2361 | 2025.01.17 14:37:18.695239 [ 257 ] {9f99cba4-2629-4201-aa36-0f498caf656e} <Debug> TCPHandler: Processed in 0.003800968 sec. | ||
| 2362 | 2025.01.17 14:37:18.695524 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2363 | 2025.01.17 14:37:18.695721 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 2364 | 2025.01.17 14:37:18.696084 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2365 | 2025.01.17 14:37:18.696135 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <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 | ||
| 2366 | 2025.01.17 14:37:18.696476 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2367 | 2025.01.17 14:37:18.696544 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2368 | 2025.01.17 14:37:18.696694 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2369 | 2025.01.17 14:37:18.696863 [ 295 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2370 | 2025.01.17 14:37:18.696862 [ 296 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2371 | 2025.01.17 14:37:18.696867 [ 298 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2372 | 2025.01.17 14:37:18.697018 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 2373 | 2025.01.17 14:37:18.697048 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2374 | 2025.01.17 14:37:18.697158 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2375 | 2025.01.17 14:37:18.697180 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2376 | 2025.01.17 14:37:18.697221 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <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'))" | ||
| 2377 | 2025.01.17 14:37:18.697268 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <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'))" | ||
| 2378 | 2025.01.17 14:37:18.697346 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <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'))" | ||
| 2379 | 2025.01.17 14:37:18.698840 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003216 sec., 11504.975124378108 rows/sec., 431.19 KiB/sec. | ||
| 2380 | 2025.01.17 14:37:18.699040 [ 253 ] {f4442ad9-b229-40ba-9dbe-8db84ac66644} <Debug> TCPHandler: Processed in 0.003572043 sec. | ||
| 2381 | 2025.01.17 14:37:18.705379 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2025.01.17 14:37:18.705499 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2383 | 2025.01.17 14:37:18.705549 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2384 | 2025.01.17 14:37:18.706268 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2385 | 2025.01.17 14:37:18.706314 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2386 | 2025.01.17 14:37:18.706844 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2387 | 2025.01.17 14:37:18.707077 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2025.01.17 14:37:18.707351 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001879 sec., 1596.5939329430548 rows/sec., 145.52 KiB/sec. | ||
| 2389 | 2025.01.17 14:37:18.707487 [ 253 ] {9c653660-a108-4eab-92d0-d05767d957ec} <Debug> TCPHandler: Processed in 0.002162884 sec. | ||
| 2390 | 2025.01.17 14:37:18.707648 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2391 | 2025.01.17 14:37:18.707786 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2392 | 2025.01.17 14:37:18.707840 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2393 | 2025.01.17 14:37:18.708521 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2394 | 2025.01.17 14:37:18.708566 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2395 | 2025.01.17 14:37:18.709000 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2396 | 2025.01.17 14:37:18.709267 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2397 | 2025.01.17 14:37:18.709497 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Debug> executeQuery: Read 104 rows, 8.85 KiB in 0.001748 sec., 59496.56750572082 rows/sec., 4.95 MiB/sec. | ||
| 2398 | 2025.01.17 14:37:18.709551 [ 257 ] {e34df651-c303-46c1-86a8-e80241efb071} <Debug> TCPHandler: Processed in 0.001961661 sec. | ||
| 2399 | 2025.01.17 14:37:18.709699 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2400 | 2025.01.17 14:37:18.709816 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2401 | 2025.01.17 14:37:18.709864 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2402 | 2025.01.17 14:37:18.710467 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2025.01.17 14:37:18.710508 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2404 | 2025.01.17 14:37:18.710893 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2405 | 2025.01.17 14:37:18.711146 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.01.17 14:37:18.711362 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001573 sec., 15257.469802924348 rows/sec., 1.12 MiB/sec. | ||
| 2407 | 2025.01.17 14:37:18.711417 [ 253 ] {678df9cf-c350-4143-b7bc-ebaab5726ba3} <Debug> TCPHandler: Processed in 0.001772376 sec. | ||
| 2408 | 2025.01.17 14:37:18.711571 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2409 | 2025.01.17 14:37:18.711697 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2410 | 2025.01.17 14:37:18.711747 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2411 | 2025.01.17 14:37:18.712391 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2412 | 2025.01.17 14:37:18.712438 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2413 | 2025.01.17 14:37:18.712849 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2414 | 2025.01.17 14:37:18.713111 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2415 | 2025.01.17 14:37:18.713327 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001655 sec., 60422.96072507553 rows/sec., 4.72 MiB/sec. | ||
| 2416 | 2025.01.17 14:37:18.713383 [ 257 ] {273d8947-c70b-4a74-a098-8c60b244efd8} <Debug> TCPHandler: Processed in 0.001872288 sec. | ||
| 2417 | 2025.01.17 14:37:18.713527 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2418 | 2025.01.17 14:37:18.713645 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2419 | 2025.01.17 14:37:18.713697 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2420 | 2025.01.17 14:37:18.714265 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2025.01.17 14:37:18.714306 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2422 | 2025.01.17 14:37:18.714702 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2423 | 2025.01.17 14:37:18.714945 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2424 | 2025.01.17 14:37:18.715159 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
| 2425 | 2025.01.17 14:37:18.715212 [ 253 ] {75a18b99-e67a-45c7-b6e5-d0b074ca2584} <Debug> TCPHandler: Processed in 0.001739966 sec. | ||
| 2426 | 2025.01.17 14:37:18.715371 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2427 | 2025.01.17 14:37:18.715511 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2428 | 2025.01.17 14:37:18.715606 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2429 | 2025.01.17 14:37:18.716930 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2430 | 2025.01.17 14:37:18.716971 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2431 | 2025.01.17 14:37:18.717629 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2432 | 2025.01.17 14:37:18.717904 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2433 | 2025.01.17 14:37:18.718080 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2434 | 2025.01.17 14:37:18.718154 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2435 | 2025.01.17 14:37:18.718179 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002695 sec., 8905.380333951764 rows/sec., 15.96 MiB/sec. | ||
| 2436 | 2025.01.17 14:37:18.718192 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2437 | 2025.01.17 14:37:18.718734 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 2438 | 2025.01.17 14:37:18.718809 [ 257 ] {39eabe37-c067-4334-9abd-b6572a50a792} <Debug> TCPHandler: Processed in 0.003501112 sec. | ||
| 2439 | 2025.01.17 14:37:18.719053 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2440 | 2025.01.17 14:37:18.719238 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2441 | 2025.01.17 14:37:18.719242 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2442 | 2025.01.17 14:37:18.719325 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2443 | 2025.01.17 14:37:18.719327 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 2444 | 2025.01.17 14:37:18.720011 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 2445 | 2025.01.17 14:37:18.720583 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 2446 | 2025.01.17 14:37:18.720980 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Trace> oximeter.measurements_i64 (28d07869-7017-4546-9016-94b6a96b5f4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2025.01.17 14:37:18.721058 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2448 | 2025.01.17 14:37:18.721108 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 2449 | 2025.01.17 14:37:18.721604 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2450 | 2025.01.17 14:37:18.722117 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 2451 | 2025.01.17 14:37:18.722147 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2452 | 2025.01.17 14:37:18.722751 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Trace> oximeter.measurements_i64 (28d07869-7017-4546-9016-94b6a96b5f4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2025.01.17 14:37:18.723045 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.00385 sec., 5454.545454545454 rows/sec., 407.37 KiB/sec. | ||
| 2454 | 2025.01.17 14:37:18.723121 [ 253 ] {17a899d1-6bfa-4747-99cd-e8a9cc258779} <Debug> TCPHandler: Processed in 0.004185386 sec. | ||
| 2455 | 2025.01.17 14:37:18.723308 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2456 | 2025.01.17 14:37:18.723532 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2457 | 2025.01.17 14:37:18.723650 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2458 | 2025.01.17 14:37:18.725514 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2459 | 2025.01.17 14:37:18.725591 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2460 | 2025.01.17 14:37:18.726671 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2461 | 2025.01.17 14:37:18.727298 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2025.01.17 14:37:18.728064 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004565 sec., 13143.483023001096 rows/sec., 907.04 KiB/sec. | ||
| 2463 | 2025.01.17 14:37:18.728369 [ 257 ] {e7ef56f6-506b-40d6-9dc0-43cfb77e50b2} <Debug> TCPHandler: Processed in 0.005149826 sec. | ||
| 2464 | 2025.01.17 14:37:18.728790 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 19 columns (19 merged, 0 gathered) in 0.010432275 sec., 6134.807604285738 rows/sec., 10.99 MiB/sec. | ||
| 2465 | 2025.01.17 14:37:18.729109 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2466 | 2025.01.17 14:37:18.729564 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2025.01.17 14:37:18.729641 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2468 | 2025.01.17 14:37:18.729788 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 2469 | 2025.01.17 14:37:19.901471 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2470 | 2025.01.17 14:37:19.901763 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 2471 | 2025.01.17 14:37:19.902239 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2472 | 2025.01.17 14:37:19.902293 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <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 | ||
| 2473 | 2025.01.17 14:37:19.902668 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2474 | 2025.01.17 14:37:19.902750 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2475 | 2025.01.17 14:37:19.902923 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2476 | 2025.01.17 14:37:19.903055 [ 296 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2477 | 2025.01.17 14:37:19.903141 [ 298 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2478 | 2025.01.17 14:37:19.903183 [ 295 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2479 | 2025.01.17 14:37:19.903141 [ 294 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2480 | 2025.01.17 14:37:19.903355 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2481 | 2025.01.17 14:37:19.903385 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2482 | 2025.01.17 14:37:19.903527 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2483 | 2025.01.17 14:37:19.903551 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2484 | 2025.01.17 14:37:19.903597 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <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'))" | ||
| 2485 | 2025.01.17 14:37:19.903650 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <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'))" | ||
| 2486 | 2025.01.17 14:37:19.903697 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <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'))" | ||
| 2487 | 2025.01.17 14:37:19.903742 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <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'))" | ||
| 2488 | 2025.01.17 14:37:19.906035 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004414 sec., 9062.075215224286 rows/sec., 345.58 KiB/sec. | ||
| 2489 | 2025.01.17 14:37:19.906295 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> MemoryTracker: Peak memory usage (for query): 143.96 KiB. | ||
| 2490 | 2025.01.17 14:37:19.906313 [ 253 ] {31d329a7-07f0-40be-b48d-2eb5578c2aad} <Debug> TCPHandler: Processed in 0.004978633 sec. | ||
| 2491 | 2025.01.17 14:37:19.945739 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2492 | 2025.01.17 14:37:19.945896 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2493 | 2025.01.17 14:37:19.945963 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2494 | 2025.01.17 14:37:19.946741 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2495 | 2025.01.17 14:37:19.946782 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2496 | 2025.01.17 14:37:19.947289 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2497 | 2025.01.17 14:37:19.947511 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2498 | 2025.01.17 14:37:19.947762 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001892 sec., 528.5412262156448 rows/sec., 119.75 KiB/sec. | ||
| 2499 | 2025.01.17 14:37:19.947893 [ 253 ] {8bbd1b57-23f5-47ec-afce-fa1b1d2581b9} <Debug> TCPHandler: Processed in 0.002223506 sec. | ||
| 2500 | 2025.01.17 14:37:19.948147 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2025.01.17 14:37:19.948351 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2502 | 2025.01.17 14:37:19.948435 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2503 | 2025.01.17 14:37:19.949283 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2504 | 2025.01.17 14:37:19.949338 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2505 | 2025.01.17 14:37:19.949822 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2506 | 2025.01.17 14:37:19.950086 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2507 | 2025.01.17 14:37:19.950325 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002034 sec., 6882.9891838741405 rows/sec., 495.48 KiB/sec. | ||
| 2508 | 2025.01.17 14:37:19.950394 [ 257 ] {fae2d495-618b-4379-a110-5dafce6348a2} <Debug> TCPHandler: Processed in 0.002381779 sec. | ||
| 2509 | 2025.01.17 14:37:19.950567 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2510 | 2025.01.17 14:37:19.950687 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2511 | 2025.01.17 14:37:19.950736 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2512 | 2025.01.17 14:37:19.951348 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2513 | 2025.01.17 14:37:19.951387 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2514 | 2025.01.17 14:37:19.951740 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2515 | 2025.01.17 14:37:19.951976 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2516 | 2025.01.17 14:37:19.952163 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001499 sec., 8005.336891260841 rows/sec., 652.78 KiB/sec. | ||
| 2517 | 2025.01.17 14:37:19.952215 [ 253 ] {b00e593a-a0ed-43d4-9b03-2b3b1e01d902} <Debug> TCPHandler: Processed in 0.001703155 sec. | ||
| 2518 | 2025.01.17 14:37:19.952375 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2025.01.17 14:37:19.952525 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2520 | 2025.01.17 14:37:19.952589 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2521 | 2025.01.17 14:37:19.953938 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2025.01.17 14:37:19.953981 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2523 | 2025.01.17 14:37:19.954477 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2524 | 2025.01.17 14:37:19.954736 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2025.01.17 14:37:19.954970 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002481 sec., 550181.3784764208 rows/sec., 45.70 MiB/sec. | ||
| 2526 | 2025.01.17 14:37:19.955033 [ 257 ] {2cf5bffc-117d-4e6d-b378-6654b0ba33d1} <Debug> TCPHandler: Processed in 0.002730226 sec. | ||
| 2527 | 2025.01.17 14:37:19.955196 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2025.01.17 14:37:19.955333 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2529 | 2025.01.17 14:37:19.955391 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2530 | 2025.01.17 14:37:19.956119 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2025.01.17 14:37:19.956159 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2532 | 2025.01.17 14:37:19.956512 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2533 | 2025.01.17 14:37:19.956749 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2025.01.17 14:37:19.956933 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.00163 sec., 16564.41717791411 rows/sec., 1.14 MiB/sec. | ||
| 2535 | 2025.01.17 14:37:19.956986 [ 253 ] {d622eb83-2923-4f81-9acf-e60771448efc} <Debug> TCPHandler: Processed in 0.001855438 sec. | ||
| 2536 | 2025.01.17 14:37:19.957140 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2025.01.17 14:37:19.957289 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2538 | 2025.01.17 14:37:19.957350 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2539 | 2025.01.17 14:37:19.958159 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2025.01.17 14:37:19.958202 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2541 | 2025.01.17 14:37:19.958617 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2542 | 2025.01.17 14:37:19.958885 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2025.01.17 14:37:19.959048 [ 45 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2544 | 2025.01.17 14:37:19.959112 [ 45 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2025.01.17 14:37:19.959150 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2546 | 2025.01.17 14:37:19.959164 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001906 sec., 126967.47114375656 rows/sec., 8.60 MiB/sec. | ||
| 2547 | 2025.01.17 14:37:19.959370 [ 257 ] {7c0fbc80-0dda-46e6-88e6-3c57cde58fb7} <Debug> TCPHandler: Processed in 0.002293447 sec. | ||
| 2548 | 2025.01.17 14:37:19.959450 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 2549 | 2025.01.17 14:37:19.959561 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2025.01.17 14:37:19.959762 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2551 | 2025.01.17 14:37:19.959787 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2552 | 2025.01.17 14:37:19.959860 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2553 | 2025.01.17 14:37:19.959877 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2554 | 2025.01.17 14:37:19.960325 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 2555 | 2025.01.17 14:37:19.960762 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2556 | 2025.01.17 14:37:19.961173 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 2557 | 2025.01.17 14:37:19.961521 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 2558 | 2025.01.17 14:37:19.961682 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2559 | 2025.01.17 14:37:19.962529 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2560 | 2025.01.17 14:37:19.962598 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2561 | 2025.01.17 14:37:19.963538 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2562 | 2025.01.17 14:37:19.964133 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2563 | 2025.01.17 14:37:19.964732 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004967 sec., 2617.274008455808 rows/sec., 163.19 KiB/sec. | ||
| 2564 | 2025.01.17 14:37:19.965113 [ 253 ] {85bc1bf7-1df0-4ef1-b233-5d565847d551} <Debug> TCPHandler: Processed in 0.005615135 sec. | ||
| 2565 | 2025.01.17 14:37:19.965179 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005902251 sec., 91490.5177702541 rows/sec., 6.55 MiB/sec. | ||
| 2566 | 2025.01.17 14:37:19.965312 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2025.01.17 14:37:19.965364 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2568 | 2025.01.17 14:37:19.965538 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2569 | 2025.01.17 14:37:19.965627 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2570 | 2025.01.17 14:37:19.965956 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2571 | 2025.01.17 14:37:19.966201 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_6_1} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2572 | 2025.01.17 14:37:19.966389 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2573 | 2025.01.17 14:37:19.967057 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2025.01.17 14:37:19.967103 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2575 | 2025.01.17 14:37:19.967544 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2576 | 2025.01.17 14:37:19.967824 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2577 | 2025.01.17 14:37:19.968042 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.002565 sec., 334502.9239766082 rows/sec., 24.21 MiB/sec. | ||
| 2578 | 2025.01.17 14:37:19.968105 [ 257 ] {ceb382e6-4cf7-447c-84cc-8bf2c5a85b6d} <Debug> TCPHandler: Processed in 0.002879449 sec. | ||
| 2579 | 2025.01.17 14:37:19.968273 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2025.01.17 14:37:19.968412 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2581 | 2025.01.17 14:37:19.968475 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2582 | 2025.01.17 14:37:19.969068 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2025.01.17 14:37:19.969114 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2584 | 2025.01.17 14:37:19.969488 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2585 | 2025.01.17 14:37:19.969726 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2025.01.17 14:37:19.969841 [ 45 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2587 | 2025.01.17 14:37:19.969881 [ 45 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2025.01.17 14:37:19.969904 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2589 | 2025.01.17 14:37:19.969913 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
| 2590 | 2025.01.17 14:37:19.970093 [ 253 ] {2f50072f-bac3-4c6c-89d5-fd6d1b0935e8} <Debug> TCPHandler: Processed in 0.001884559 sec. | ||
| 2591 | 2025.01.17 14:37:19.970174 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2592 | 2025.01.17 14:37:19.970274 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2593 | 2025.01.17 14:37:19.970320 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2594 | 2025.01.17 14:37:19.970357 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2595 | 2025.01.17 14:37:19.970408 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2596 | 2025.01.17 14:37:19.970466 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2597 | 2025.01.17 14:37:19.970523 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2598 | 2025.01.17 14:37:19.970663 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2599 | 2025.01.17 14:37:19.970884 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2600 | 2025.01.17 14:37:19.971075 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2601 | 2025.01.17 14:37:19.971283 [ 190 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 2602 | 2025.01.17 14:37:19.972908 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00291353 sec., 12356.145294539612 rows/sec., 645.56 KiB/sec. | ||
| 2603 | 2025.01.17 14:37:19.972973 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2604 | 2025.01.17 14:37:19.973039 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2605 | 2025.01.17 14:37:19.973123 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2606 | 2025.01.17 14:37:19.973701 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_6_1} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2607 | 2025.01.17 14:37:19.973813 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_6_1} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2608 | 2025.01.17 14:37:19.973905 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2609 | 2025.01.17 14:37:19.973947 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2610 | 2025.01.17 14:37:19.974212 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.01.17 14:37:19.974460 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Debug> executeQuery: Read 993 rows, 67.67 KiB in 0.004087 sec., 242965.50036701735 rows/sec., 16.17 MiB/sec. | ||
| 2612 | 2025.01.17 14:37:19.974531 [ 257 ] {71329a3b-4dc6-4329-abc8-b7fa15e30e3c} <Debug> TCPHandler: Processed in 0.004321329 sec. | ||
| 2613 | 2025.01.17 14:37:19.974681 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.01.17 14:37:19.974802 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2615 | 2025.01.17 14:37:19.974856 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2616 | 2025.01.17 14:37:19.975329 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.01.17 14:37:19.975366 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2618 | 2025.01.17 14:37:19.975754 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2619 | 2025.01.17 14:37:19.975999 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.01.17 14:37:19.976190 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
| 2621 | 2025.01.17 14:37:19.976267 [ 253 ] {03a880cf-9ad4-48a2-8863-16998eee3efc} <Debug> TCPHandler: Processed in 0.001642494 sec. | ||
| 2622 | 2025.01.17 14:37:19.976430 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.01.17 14:37:19.976570 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2624 | 2025.01.17 14:37:19.976705 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2625 | 2025.01.17 14:37:19.977872 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.01.17 14:37:19.977913 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2627 | 2025.01.17 14:37:19.978533 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2628 | 2025.01.17 14:37:19.978806 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2025.01.17 14:37:19.979108 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002554 sec., 3132.341425215349 rows/sec., 5.61 MiB/sec. | ||
| 2630 | 2025.01.17 14:37:19.979303 [ 257 ] {4a484717-98d7-4a47-b4dd-2a6c947423d6} <Debug> TCPHandler: Processed in 0.00294264 sec. | ||
| 2631 | 2025.01.17 14:37:19.979474 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2632 | 2025.01.17 14:37:19.979612 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2633 | 2025.01.17 14:37:19.979672 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2634 | 2025.01.17 14:37:19.980231 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2025.01.17 14:37:19.980269 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2636 | 2025.01.17 14:37:19.980641 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2637 | 2025.01.17 14:37:19.980877 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.01.17 14:37:19.981110 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001528 sec., 30104.712041884817 rows/sec., 1.82 MiB/sec. | ||
| 2639 | 2025.01.17 14:37:19.981311 [ 253 ] {91e3df9f-7fe2-4677-ad7e-9086205e5fc2} <Debug> TCPHandler: Processed in 0.001902979 sec. | ||
| 2640 | 2025.01.17 14:37:20.001038 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.26 MiB, peak 174.12 MiB, free memory in arenas 0.00 B, will set to 169.13 MiB (RSS), difference: -1.14 MiB | ||
| 2641 | 2025.01.17 14:37:22.993573 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 386 | ||
| 2642 | 2025.01.17 14:37:22.997492 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2643 | 2025.01.17 14:37:22.997534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2644 | 2025.01.17 14:37:22.999062 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2645 | 2025.01.17 14:37:22.999384 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2646 | 2025.01.17 14:37:22.999971 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386 | ||
| 2647 | 2025.01.17 14:37:23.687556 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2648 | 2025.01.17 14:37:23.687740 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2649 | 2025.01.17 14:37:23.687809 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2650 | 2025.01.17 14:37:23.688576 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2025.01.17 14:37:23.688621 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2652 | 2025.01.17 14:37:23.689057 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2653 | 2025.01.17 14:37:23.689303 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2025.01.17 14:37:23.689500 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.36 MiB/sec. | ||
| 2655 | 2025.01.17 14:37:23.689566 [ 253 ] {eb20f84c-984b-43f1-909f-ff8f9a9fda81} <Debug> TCPHandler: Processed in 0.002133764 sec. | ||
| 2656 | 2025.01.17 14:37:23.689821 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2657 | 2025.01.17 14:37:23.690039 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2658 | 2025.01.17 14:37:23.690125 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2659 | 2025.01.17 14:37:23.690979 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2025.01.17 14:37:23.691032 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2661 | 2025.01.17 14:37:23.691503 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2662 | 2025.01.17 14:37:23.691792 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2663 | 2025.01.17 14:37:23.692033 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002054 sec., 31158.714703018504 rows/sec., 2.43 MiB/sec. | ||
| 2664 | 2025.01.17 14:37:23.692100 [ 257 ] {eb2231b8-fd0b-420b-a99e-373307852d44} <Debug> TCPHandler: Processed in 0.002410309 sec. | ||
| 2665 | 2025.01.17 14:37:23.692268 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2666 | 2025.01.17 14:37:23.692415 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2667 | 2025.01.17 14:37:23.692478 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2668 | 2025.01.17 14:37:23.693088 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2025.01.17 14:37:23.693125 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2670 | 2025.01.17 14:37:23.693543 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2671 | 2025.01.17 14:37:23.693784 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2025.01.17 14:37:23.694016 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001623 sec., 59149.72273567467 rows/sec., 4.12 MiB/sec. | ||
| 2673 | 2025.01.17 14:37:23.694168 [ 253 ] {9c9265c2-3b65-4c55-be94-d5a52e9c9a97} <Debug> TCPHandler: Processed in 0.001963891 sec. | ||
| 2674 | 2025.01.17 14:37:23.694387 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2025.01.17 14:37:23.694540 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2676 | 2025.01.17 14:37:23.694604 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2677 | 2025.01.17 14:37:23.695147 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2025.01.17 14:37:23.695190 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2679 | 2025.01.17 14:37:23.695589 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2680 | 2025.01.17 14:37:23.695838 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2025.01.17 14:37:23.696139 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001633 sec., 22045.315370483775 rows/sec., 1.49 MiB/sec. | ||
| 2682 | 2025.01.17 14:37:23.696357 [ 257 ] {eb720eb7-da86-4fe1-ae94-6e6534ce6abe} <Debug> TCPHandler: Processed in 0.002047943 sec. | ||
| 2683 | 2025.01.17 14:37:25.474156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2684 | 2025.01.17 14:37:25.474827 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2685 | 2025.01.17 14:37:25.474878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2686 | 2025.01.17 14:37:25.475408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2687 | 2025.01.17 14:37:25.475669 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2688 | 2025.01.17 14:37:25.475905 [ 11 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2689 | 2025.01.17 14:37:25.475943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2690 | 2025.01.17 14:37:25.475998 [ 11 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.01.17 14:37:25.476035 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2692 | 2025.01.17 14:37:25.476200 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 2693 | 2025.01.17 14:37:25.476386 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2694 | 2025.01.17 14:37:25.476438 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 2695 | 2025.01.17 14:37:25.476532 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2696 | 2025.01.17 14:37:25.476652 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2697 | 2025.01.17 14:37:25.476766 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2698 | 2025.01.17 14:37:25.476876 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2699 | 2025.01.17 14:37:25.476959 [ 186 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2700 | 2025.01.17 14:37:25.478683 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002566953 sec., 1996140.9499901247 rows/sec., 28.56 MiB/sec. | ||
| 2701 | 2025.01.17 14:37:25.479029 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2702 | 2025.01.17 14:37:25.479322 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2025.01.17 14:37:25.479412 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_11_2} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2704 | 2025.01.17 14:37:25.479507 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2705 | 2025.01.17 14:37:25.786266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2706 | 2025.01.17 14:37:25.807323 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.01.17 14:37:25.807387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2708 | 2025.01.17 14:37:25.814694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2709 | 2025.01.17 14:37:25.815521 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2025.01.17 14:37:25.815833 [ 11 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2711 | 2025.01.17 14:37:25.815896 [ 11 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.01.17 14:37:25.815941 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 2713 | 2025.01.17 14:37:25.816673 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2714 | 2025.01.17 14:37:25.832638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2715 | 2025.01.17 14:37:25.833948 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2716 | 2025.01.17 14:37:25.835553 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2717 | 2025.01.17 14:37:25.840981 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2718 | 2025.01.17 14:37:25.846323 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2719 | 2025.01.17 14:37:25.851780 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2720 | 2025.01.17 14:37:25.857431 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2721 | 2025.01.17 14:37:25.861731 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 2722 | 2025.01.17 14:37:25.923834 [ 193 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.107784419 sec., 770.055642272377 rows/sec., 3.98 MiB/sec. | ||
| 2723 | 2025.01.17 14:37:25.926416 [ 191 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2724 | 2025.01.17 14:37:25.929527 [ 191 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_11_2} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2725 | 2025.01.17 14:37:25.929715 [ 191 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_11_2} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2726 | 2025.01.17 14:37:25.932466 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2727 | 2025.01.17 14:37:28.692429 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2728 | 2025.01.17 14:37:28.692669 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2729 | 2025.01.17 14:37:28.692750 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2730 | 2025.01.17 14:37:28.693580 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2731 | 2025.01.17 14:37:28.693633 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2732 | 2025.01.17 14:37:28.694109 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2733 | 2025.01.17 14:37:28.694400 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2734 | 2025.01.17 14:37:28.694615 [ 54 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2735 | 2025.01.17 14:37:28.694659 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002041 sec., 52915.23762861343 rows/sec., 4.42 MiB/sec. | ||
| 2736 | 2025.01.17 14:37:28.694707 [ 54 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.01.17 14:37:28.694788 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2738 | 2025.01.17 14:37:28.694813 [ 253 ] {4cb5515b-c05a-4c1b-902e-25280ccc6b38} <Debug> TCPHandler: Processed in 0.002588024 sec. | ||
| 2739 | 2025.01.17 14:37:28.695202 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 2740 | 2025.01.17 14:37:28.695215 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2741 | 2025.01.17 14:37:28.695537 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2742 | 2025.01.17 14:37:28.695567 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2743 | 2025.01.17 14:37:28.695608 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part | ||
| 2744 | 2025.01.17 14:37:28.695707 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2745 | 2025.01.17 14:37:28.695822 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part | ||
| 2746 | 2025.01.17 14:37:28.696225 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part | ||
| 2747 | 2025.01.17 14:37:28.696539 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1365 rows starting from the beginning of the part | ||
| 2748 | 2025.01.17 14:37:28.696888 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2749 | 2025.01.17 14:37:28.697253 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part | ||
| 2750 | 2025.01.17 14:37:28.698626 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2025.01.17 14:37:28.698705 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2752 | 2025.01.17 14:37:28.700185 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2753 | 2025.01.17 14:37:28.700548 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2025.01.17 14:37:28.701032 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005554 sec., 4681.310767014764 rows/sec., 352.01 KiB/sec. | ||
| 2755 | 2025.01.17 14:37:28.701272 [ 257 ] {1a439e3d-16fd-4bcd-abe7-8c924c443d94} <Debug> TCPHandler: Processed in 0.00628597 sec. | ||
| 2756 | 2025.01.17 14:37:28.701302 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3211 rows, containing 5 columns (5 merged, 0 gathered) in 0.006398041 sec., 501872.3699957534 rows/sec., 43.70 MiB/sec. | ||
| 2757 | 2025.01.17 14:37:28.701462 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2758 | 2025.01.17 14:37:28.701614 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2759 | 2025.01.17 14:37:28.701631 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2760 | 2025.01.17 14:37:28.701701 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2761 | 2025.01.17 14:37:28.701994 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2025.01.17 14:37:28.702124 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_16_3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2763 | 2025.01.17 14:37:28.702220 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2764 | 2025.01.17 14:37:28.702477 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.01.17 14:37:28.702519 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2766 | 2025.01.17 14:37:28.702962 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2767 | 2025.01.17 14:37:28.703215 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2768 | 2025.01.17 14:37:28.703380 [ 54 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2769 | 2025.01.17 14:37:28.703447 [ 54 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2025.01.17 14:37:28.703485 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2771 | 2025.01.17 14:37:28.703505 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.0019 sec., 47368.42105263158 rows/sec., 3.70 MiB/sec. | ||
| 2772 | 2025.01.17 14:37:28.703716 [ 253 ] {21720ee1-a587-44b5-b701-00912ed26c8a} <Debug> TCPHandler: Processed in 0.002315578 sec. | ||
| 2773 | 2025.01.17 14:37:28.703744 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 2774 | 2025.01.17 14:37:28.703891 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2775 | 2025.01.17 14:37:28.703927 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.01.17 14:37:28.703942 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 2777 | 2025.01.17 14:37:28.704243 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2778 | 2025.01.17 14:37:28.704279 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2779 | 2025.01.17 14:37:28.704468 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2780 | 2025.01.17 14:37:28.704505 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part | ||
| 2781 | 2025.01.17 14:37:28.704917 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 858 rows starting from the beginning of the part | ||
| 2782 | 2025.01.17 14:37:28.705279 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2783 | 2025.01.17 14:37:28.705662 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part | ||
| 2784 | 2025.01.17 14:37:28.706808 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.01.17 14:37:28.706872 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2786 | 2025.01.17 14:37:28.707980 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2787 | 2025.01.17 14:37:28.708410 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2025.01.17 14:37:28.708992 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2789 | 2025.01.17 14:37:28.709140 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2790 | 2025.01.17 14:37:28.709180 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2348 rows, containing 5 columns (5 merged, 0 gathered) in 0.005596715 sec., 419531.8146448407 rows/sec., 32.11 MiB/sec. | ||
| 2791 | 2025.01.17 14:37:28.709236 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2792 | 2025.01.17 14:37:28.709375 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005206 sec., 30733.76872839032 rows/sec., 2.14 MiB/sec. | ||
| 2793 | 2025.01.17 14:37:28.709571 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2794 | 2025.01.17 14:37:28.709766 [ 257 ] {00fc5e8f-fa9f-4370-863f-281c3f4338b8} <Debug> TCPHandler: Processed in 0.005930492 sec. | ||
| 2795 | 2025.01.17 14:37:28.709780 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 2796 | 2025.01.17 14:37:28.710042 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2797 | 2025.01.17 14:37:28.710177 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2798 | 2025.01.17 14:37:28.710328 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4064 rows starting from the beginning of the part | ||
| 2799 | 2025.01.17 14:37:28.710379 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2025.01.17 14:37:28.710389 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2801 | 2025.01.17 14:37:28.710703 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_16_3} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2802 | 2025.01.17 14:37:28.710884 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2803 | 2025.01.17 14:37:28.710926 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2804 | 2025.01.17 14:37:28.711062 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2805 | 2025.01.17 14:37:28.711420 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2806 | 2025.01.17 14:37:28.711783 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 993 rows starting from the beginning of the part | ||
| 2807 | 2025.01.17 14:37:28.712127 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part | ||
| 2808 | 2025.01.17 14:37:28.712459 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2809 | 2025.01.17 14:37:28.716236 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2025.01.17 14:37:28.716284 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2811 | 2025.01.17 14:37:28.718169 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5710 rows, containing 5 columns (5 merged, 0 gathered) in 0.00878106 sec., 650263.1800716541 rows/sec., 43.86 MiB/sec. | ||
| 2812 | 2025.01.17 14:37:28.718192 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2813 | 2025.01.17 14:37:28.718570 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2025.01.17 14:37:28.718622 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2815 | 2025.01.17 14:37:28.719246 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00897 sec., 2898.550724637681 rows/sec., 5.19 MiB/sec. | ||
| 2816 | 2025.01.17 14:37:28.719499 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2025.01.17 14:37:28.719656 [ 253 ] {6362f8b0-47aa-4e47-8ce1-7ff3e94d6474} <Debug> TCPHandler: Processed in 0.00973586 sec. | ||
| 2818 | 2025.01.17 14:37:28.719705 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2819 | 2025.01.17 14:37:28.719912 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2820 | 2025.01.17 14:37:28.719923 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 2821 | 2025.01.17 14:37:28.720053 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2822 | 2025.01.17 14:37:28.720112 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2823 | 2025.01.17 14:37:28.720634 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2824 | 2025.01.17 14:37:28.720674 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2825 | 2025.01.17 14:37:28.721074 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2826 | 2025.01.17 14:37:28.721322 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2025.01.17 14:37:28.721452 [ 54 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2828 | 2025.01.17 14:37:28.721496 [ 54 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.01.17 14:37:28.721527 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 2830 | 2025.01.17 14:37:28.721530 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2831 | 2025.01.17 14:37:28.721659 [ 257 ] {cf253a64-27dd-46a2-a33f-d9597bda7863} <Debug> TCPHandler: Processed in 0.001871468 sec. | ||
| 2832 | 2025.01.17 14:37:28.721765 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 2833 | 2025.01.17 14:37:28.721935 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2834 | 2025.01.17 14:37:28.721973 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 664 rows starting from the beginning of the part | ||
| 2835 | 2025.01.17 14:37:28.722089 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2836 | 2025.01.17 14:37:28.722271 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2837 | 2025.01.17 14:37:28.722448 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 2838 | 2025.01.17 14:37:28.722592 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 2839 | 2025.01.17 14:37:28.722710 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2840 | 2025.01.17 14:37:28.724146 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 4 columns (4 merged, 0 gathered) in 0.002509392 sec., 377780.7532661298 rows/sec., 24.70 MiB/sec. | ||
| 2841 | 2025.01.17 14:37:28.724342 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2842 | 2025.01.17 14:37:28.724663 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.01.17 14:37:28.724758 [ 196 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_16_3} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2844 | 2025.01.17 14:37:28.724850 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2845 | 2025.01.17 14:37:31.001648 [ 14 ] {} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2846 | 2025.01.17 14:37:31.001715 [ 14 ] {} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.01.17 14:37:31.001738 [ 14 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2848 | 2025.01.17 14:37:31.001897 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::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 | ||
| 2849 | 2025.01.17 14:37:31.002251 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2850 | 2025.01.17 14:37:31.002303 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2851 | 2025.01.17 14:37:31.002412 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::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 | ||
| 2852 | 2025.01.17 14:37:31.002555 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2853 | 2025.01.17 14:37:31.002674 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2854 | 2025.01.17 14:37:31.002783 [ 200 ] {81415ac5-ceab-4236-b4c6-825840799b82::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 | ||
| 2855 | 2025.01.17 14:37:31.005036 [ 194 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003224626 sec., 12714.65280004565 rows/sec., 2.12 MiB/sec. | ||
| 2856 | 2025.01.17 14:37:31.005255 [ 194 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2857 | 2025.01.17 14:37:31.005814 [ 194 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2025.01.17 14:37:31.005903 [ 194 ] {81415ac5-ceab-4236-b4c6-825840799b82::all_1_5_1} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2859 | 2025.01.17 14:37:31.006007 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2860 | 2025.01.17 14:37:32.896714 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2861 | 2025.01.17 14:37:32.896776 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2862 | 2025.01.17 14:37:32.976823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2863 | 2025.01.17 14:37:32.977460 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2025.01.17 14:37:32.977508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2865 | 2025.01.17 14:37:32.978036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2866 | 2025.01.17 14:37:32.978303 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2025.01.17 14:37:32.978625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2868 | 2025.01.17 14:37:33.000732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 406 | ||
| 2869 | 2025.01.17 14:37:33.003571 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2025.01.17 14:37:33.003635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2871 | 2025.01.17 14:37:33.005172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2872 | 2025.01.17 14:37:33.005527 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.01.17 14:37:33.006209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406 | ||
| 2874 | 2025.01.17 14:37:33.333518 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2875 | 2025.01.17 14:37:33.353005 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2025.01.17 14:37:33.353073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2877 | 2025.01.17 14:37:33.360589 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2878 | 2025.01.17 14:37:33.361368 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2025.01.17 14:37:33.364646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2880 | 2025.01.17 14:37:33.685856 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.01.17 14:37:33.686154 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) 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) | ||
| 2882 | 2025.01.17 14:37:33.686654 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2883 | 2025.01.17 14:37:33.686711 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <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 | ||
| 2884 | 2025.01.17 14:37:33.687096 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2885 | 2025.01.17 14:37:33.687178 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2886 | 2025.01.17 14:37:33.687357 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2887 | 2025.01.17 14:37:33.687398 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2888 | 2025.01.17 14:37:33.687427 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Debug> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (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 | ||
| 2889 | 2025.01.17 14:37:33.687446 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2890 | 2025.01.17 14:37:33.687496 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <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'))" | ||
| 2891 | 2025.01.17 14:37:33.687523 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 2892 | 2025.01.17 14:37:33.688415 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002406 sec., 17040.731504571904 rows/sec., 649.82 KiB/sec. | ||
| 2893 | 2025.01.17 14:37:33.688553 [ 253 ] {7cb0eaf0-0543-4d60-a835-36321de865f5} <Debug> TCPHandler: Processed in 0.002827969 sec. | ||
| 2894 | 2025.01.17 14:37:33.699475 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2895 | 2025.01.17 14:37:33.699621 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2896 | 2025.01.17 14:37:33.699682 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2897 | 2025.01.17 14:37:33.700502 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2898 | 2025.01.17 14:37:33.700550 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2899 | 2025.01.17 14:37:33.701065 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2900 | 2025.01.17 14:37:33.701284 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Trace> oximeter.timeseries_schema (81415ac5-ceab-4236-b4c6-825840799b82): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2901 | 2025.01.17 14:37:33.701560 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001974 sec., 506.5856129685917 rows/sec., 52.44 KiB/sec. | ||
| 2902 | 2025.01.17 14:37:33.701740 [ 253 ] {157ea01e-e859-432b-a415-b21518b350a4} <Debug> TCPHandler: Processed in 0.002332728 sec. | ||
| 2903 | 2025.01.17 14:37:33.701974 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2904 | 2025.01.17 14:37:33.702187 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2905 | 2025.01.17 14:37:33.702270 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2906 | 2025.01.17 14:37:33.703023 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2907 | 2025.01.17 14:37:33.703068 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2908 | 2025.01.17 14:37:33.703506 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2909 | 2025.01.17 14:37:33.703770 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2910 | 2025.01.17 14:37:33.704011 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 2911 | 2025.01.17 14:37:33.704071 [ 257 ] {82e356f0-79f0-4000-ab91-c4c2b9b37e1c} <Debug> TCPHandler: Processed in 0.002233896 sec. | ||
| 2912 | 2025.01.17 14:37:33.704221 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2913 | 2025.01.17 14:37:33.704362 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2914 | 2025.01.17 14:37:33.704421 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2915 | 2025.01.17 14:37:33.705147 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2916 | 2025.01.17 14:37:33.705188 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2917 | 2025.01.17 14:37:33.705593 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2918 | 2025.01.17 14:37:33.705865 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2919 | 2025.01.17 14:37:33.706091 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Debug> executeQuery: Read 230 rows, 20.60 KiB in 0.001762 sec., 130533.48467650398 rows/sec., 11.42 MiB/sec. | ||
| 2920 | 2025.01.17 14:37:33.706147 [ 253 ] {9205e7bc-5677-47ec-95d1-1784a7b80e69} <Debug> TCPHandler: Processed in 0.001994071 sec. | ||
| 2921 | 2025.01.17 14:37:33.706302 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2922 | 2025.01.17 14:37:33.706443 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2923 | 2025.01.17 14:37:33.706504 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2924 | 2025.01.17 14:37:33.707127 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.01.17 14:37:33.707168 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2926 | 2025.01.17 14:37:33.707531 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2927 | 2025.01.17 14:37:33.707774 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2025.01.17 14:37:33.707990 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001577 sec., 12682.308180088776 rows/sec., 909.06 KiB/sec. | ||
| 2929 | 2025.01.17 14:37:33.708043 [ 257 ] {e2ff8384-02bd-48a7-afc6-868c6c86b9e8} <Debug> TCPHandler: Processed in 0.001809328 sec. | ||
| 2930 | 2025.01.17 14:37:33.708206 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2931 | 2025.01.17 14:37:33.708345 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2932 | 2025.01.17 14:37:33.708402 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2933 | 2025.01.17 14:37:33.709014 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.01.17 14:37:33.709055 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2935 | 2025.01.17 14:37:33.709405 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2936 | 2025.01.17 14:37:33.709653 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2025.01.17 14:37:33.709869 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001554 sec., 9652.509652509652 rows/sec., 673.66 KiB/sec. | ||
| 2938 | 2025.01.17 14:37:33.709923 [ 253 ] {d4998f7a-4030-4496-8a0b-a64c2fe1e439} <Debug> TCPHandler: Processed in 0.001783137 sec. | ||
| 2939 | 2025.01.17 14:37:33.710069 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2940 | 2025.01.17 14:37:33.710217 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2941 | 2025.01.17 14:37:33.710276 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2942 | 2025.01.17 14:37:33.710921 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.01.17 14:37:33.710962 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2944 | 2025.01.17 14:37:33.711366 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2945 | 2025.01.17 14:37:33.711609 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.01.17 14:37:33.711866 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001674 sec., 7765.830346475508 rows/sec., 484.20 KiB/sec. | ||
| 2947 | 2025.01.17 14:37:33.712024 [ 257 ] {26c7a15c-5212-43bc-9980-3d25c858f3b5} <Debug> TCPHandler: Processed in 0.002019082 sec. | ||
| 2948 | 2025.01.17 14:37:33.712197 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2949 | 2025.01.17 14:37:33.712335 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2950 | 2025.01.17 14:37:33.712392 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2951 | 2025.01.17 14:37:33.713140 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2952 | 2025.01.17 14:37:33.713179 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2953 | 2025.01.17 14:37:33.713560 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2954 | 2025.01.17 14:37:33.713802 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2025.01.17 14:37:33.714013 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Debug> executeQuery: Read 401 rows, 29.21 KiB in 0.001709 sec., 234640.14043300174 rows/sec., 16.69 MiB/sec. | ||
| 2956 | 2025.01.17 14:37:33.714068 [ 253 ] {0ec91903-fa4b-4532-b90e-95dd02af0c2c} <Debug> TCPHandler: Processed in 0.00193935 sec. | ||
| 2957 | 2025.01.17 14:37:33.714199 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2025.01.17 14:37:33.714319 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2959 | 2025.01.17 14:37:33.714369 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2960 | 2025.01.17 14:37:33.714860 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2961 | 2025.01.17 14:37:33.714900 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2962 | 2025.01.17 14:37:33.715274 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2963 | 2025.01.17 14:37:33.715513 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2964 | 2025.01.17 14:37:33.715752 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 2965 | 2025.01.17 14:37:33.715816 [ 257 ] {873b95d4-86e3-44f3-99b0-0567dbd951fe} <Debug> TCPHandler: Processed in 0.001672274 sec. | ||
| 2966 | 2025.01.17 14:37:33.715969 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2967 | 2025.01.17 14:37:33.716106 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2968 | 2025.01.17 14:37:33.716166 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2969 | 2025.01.17 14:37:33.716801 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2970 | 2025.01.17 14:37:33.716840 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2971 | 2025.01.17 14:37:33.717230 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2972 | 2025.01.17 14:37:33.717473 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2973 | 2025.01.17 14:37:33.717681 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec. | ||
| 2974 | 2025.01.17 14:37:33.717735 [ 253 ] {f5d6fddc-b569-4267-887f-f546db8b51a3} <Debug> TCPHandler: Processed in 0.001837338 sec. | ||
| 2975 | 2025.01.17 14:37:33.717876 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2976 | 2025.01.17 14:37:33.718013 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2977 | 2025.01.17 14:37:33.718074 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2978 | 2025.01.17 14:37:33.718621 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2025.01.17 14:37:33.718662 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2980 | 2025.01.17 14:37:33.719043 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2981 | 2025.01.17 14:37:33.719384 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2025.01.17 14:37:33.719666 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001664 sec., 1201.923076923077 rows/sec., 78.64 KiB/sec. | ||
| 2983 | 2025.01.17 14:37:33.719798 [ 257 ] {f56894c1-fe55-4373-b050-4bf1fac71302} <Debug> TCPHandler: Processed in 0.001986041 sec. | ||
| 2984 | 2025.01.17 14:37:33.719943 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2985 | 2025.01.17 14:37:33.720081 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2986 | 2025.01.17 14:37:33.720173 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2987 | 2025.01.17 14:37:33.721414 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2025.01.17 14:37:33.721453 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2989 | 2025.01.17 14:37:33.722078 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2990 | 2025.01.17 14:37:33.722336 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.01.17 14:37:33.722585 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002535 sec., 5128.205128205128 rows/sec., 9.19 MiB/sec. | ||
| 2992 | 2025.01.17 14:37:33.722692 [ 253 ] {59c99d74-84a5-4079-aabe-38f7152141a5} <Debug> TCPHandler: Processed in 0.002816098 sec. | ||
| 2993 | 2025.01.17 14:37:33.722840 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2994 | 2025.01.17 14:37:33.722978 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2995 | 2025.01.17 14:37:33.723038 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2996 | 2025.01.17 14:37:33.723613 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Trace> oximeter.measurements_i64 (28d07869-7017-4546-9016-94b6a96b5f4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2997 | 2025.01.17 14:37:33.723660 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2998 | 2025.01.17 14:37:33.724034 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2999 | 2025.01.17 14:37:33.724299 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Trace> oximeter.measurements_i64 (28d07869-7017-4546-9016-94b6a96b5f4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3000 | 2025.01.17 14:37:33.724523 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 269.27 KiB/sec. | ||
| 3001 | 2025.01.17 14:37:33.724579 [ 257 ] {ac2be578-1a74-4145-a817-1bbd78935f05} <Debug> TCPHandler: Processed in 0.001803297 sec. | ||
| 3002 | 2025.01.17 14:37:33.724739 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3003 | 2025.01.17 14:37:33.724877 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3004 | 2025.01.17 14:37:33.724936 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3005 | 2025.01.17 14:37:33.725514 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2025.01.17 14:37:33.725562 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3007 | 2025.01.17 14:37:33.725970 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3008 | 2025.01.17 14:37:33.726208 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2025.01.17 14:37:33.726419 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001573 sec., 52129.68849332486 rows/sec., 3.31 MiB/sec. | ||
| 3010 | 2025.01.17 14:37:33.726469 [ 253 ] {6407c4de-0482-4e68-a48a-e41f220c5837} <Debug> TCPHandler: Processed in 0.001801397 sec. | ||
| 3011 | 2025.01.17 14:37:38.691718 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3012 | 2025.01.17 14:37:38.691943 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3013 | 2025.01.17 14:37:38.692030 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3014 | 2025.01.17 14:37:38.692917 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2025.01.17 14:37:38.692972 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3016 | 2025.01.17 14:37:38.693426 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3017 | 2025.01.17 14:37:38.693681 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3018 | 2025.01.17 14:37:38.693938 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00205 sec., 52682.92682926829 rows/sec., 4.41 MiB/sec. | ||
| 3019 | 2025.01.17 14:37:38.694006 [ 253 ] {2f99b9d7-4932-44c3-8ef3-a61c69802089} <Debug> TCPHandler: Processed in 0.00242991 sec. | ||
| 3020 | 2025.01.17 14:37:38.694274 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3021 | 2025.01.17 14:37:38.694470 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3022 | 2025.01.17 14:37:38.694548 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3023 | 2025.01.17 14:37:38.695304 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3024 | 2025.01.17 14:37:38.695360 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3025 | 2025.01.17 14:37:38.695810 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3026 | 2025.01.17 14:37:38.696072 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3027 | 2025.01.17 14:37:38.696249 [ 148 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3028 | 2025.01.17 14:37:38.696342 [ 148 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3029 | 2025.01.17 14:37:38.696342 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001917 sec., 13562.858633281168 rows/sec., 1019.86 KiB/sec. | ||
| 3030 | 2025.01.17 14:37:38.696388 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3031 | 2025.01.17 14:37:38.696524 [ 257 ] {8e315dd7-9d9e-4369-be41-3c90b0117f69} <Debug> TCPHandler: Processed in 0.002382989 sec. | ||
| 3032 | 2025.01.17 14:37:38.696593 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::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 | ||
| 3033 | 2025.01.17 14:37:38.696739 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.01.17 14:37:38.696758 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3035 | 2025.01.17 14:37:38.696818 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 3036 | 2025.01.17 14:37:38.696987 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3037 | 2025.01.17 14:37:38.697064 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 3038 | 2025.01.17 14:37:38.697172 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3039 | 2025.01.17 14:37:38.697363 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 3040 | 2025.01.17 14:37:38.697694 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3041 | 2025.01.17 14:37:38.697988 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3042 | 2025.01.17 14:37:38.698349 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3043 | 2025.01.17 14:37:38.700079 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.01.17 14:37:38.700166 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3045 | 2025.01.17 14:37:38.701368 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3046 | 2025.01.17 14:37:38.701391 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 5 columns (5 merged, 0 gathered) in 0.00486009 sec., 28394.535903656106 rows/sec., 2.14 MiB/sec. | ||
| 3047 | 2025.01.17 14:37:38.701652 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3048 | 2025.01.17 14:37:38.701809 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2025.01.17 14:37:38.702162 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005277 sec., 17055.144968732235 rows/sec., 1.33 MiB/sec. | ||
| 3050 | 2025.01.17 14:37:38.702353 [ 253 ] {dffeb19b-ba19-4531-a663-02c9ffb02282} <Debug> TCPHandler: Processed in 0.005712558 sec. | ||
| 3051 | 2025.01.17 14:37:38.702356 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3052 | 2025.01.17 14:37:38.702550 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_10_2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3053 | 2025.01.17 14:37:38.702587 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.01.17 14:37:38.702703 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3055 | 2025.01.17 14:37:38.702807 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3056 | 2025.01.17 14:37:38.702879 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3057 | 2025.01.17 14:37:38.703578 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3058 | 2025.01.17 14:37:38.703628 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3059 | 2025.01.17 14:37:38.704097 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3060 | 2025.01.17 14:37:38.704353 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3061 | 2025.01.17 14:37:38.704610 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001836 sec., 87145.96949891068 rows/sec., 6.07 MiB/sec. | ||
| 3062 | 2025.01.17 14:37:38.704796 [ 257 ] {1f5bea39-74fe-43d6-9e24-4bc521ed0dda} <Debug> TCPHandler: Processed in 0.002328798 sec. | ||
| 3063 | 2025.01.17 14:37:38.705005 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3064 | 2025.01.17 14:37:38.705145 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3065 | 2025.01.17 14:37:38.705239 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3066 | 2025.01.17 14:37:38.706526 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3067 | 2025.01.17 14:37:38.706566 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3068 | 2025.01.17 14:37:38.707251 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3069 | 2025.01.17 14:37:38.707509 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3070 | 2025.01.17 14:37:38.707764 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00265 sec., 9811.32075471698 rows/sec., 17.58 MiB/sec. | ||
| 3071 | 2025.01.17 14:37:38.707869 [ 253 ] {38d8da89-5742-45d3-bb79-082ad0d25f89} <Debug> TCPHandler: Processed in 0.002959031 sec. | ||
| 3072 | 2025.01.17 14:37:38.708017 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2025.01.17 14:37:38.708143 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3074 | 2025.01.17 14:37:38.708199 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3075 | 2025.01.17 14:37:38.708728 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.01.17 14:37:38.708768 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3077 | 2025.01.17 14:37:38.709154 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3078 | 2025.01.17 14:37:38.709403 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2025.01.17 14:37:38.709617 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 3080 | 2025.01.17 14:37:38.709671 [ 257 ] {73254580-23a1-4d7e-a0f7-933fdbb81d11} <Debug> TCPHandler: Processed in 0.001711565 sec. | ||
| 3081 | 2025.01.17 14:37:40.479723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3082 | 2025.01.17 14:37:40.480387 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3083 | 2025.01.17 14:37:40.480436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3084 | 2025.01.17 14:37:40.480963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3085 | 2025.01.17 14:37:40.481215 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2025.01.17 14:37:40.481494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3087 | 2025.01.17 14:37:40.865696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3088 | 2025.01.17 14:37:40.885308 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2025.01.17 14:37:40.885363 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3090 | 2025.01.17 14:37:40.892810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3091 | 2025.01.17 14:37:40.893584 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2025.01.17 14:37:40.896167 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3093 | 2025.01.17 14:37:43.007332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 446 | ||
| 3094 | 2025.01.17 14:37:43.010591 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3095 | 2025.01.17 14:37:43.010638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3096 | 2025.01.17 14:37:43.012171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3097 | 2025.01.17 14:37:43.012503 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3098 | 2025.01.17 14:37:43.013173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446 | ||
| 3099 | 2025.01.17 14:37:43.696592 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3100 | 2025.01.17 14:37:43.696875 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3101 | 2025.01.17 14:37:43.696978 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3102 | 2025.01.17 14:37:43.697733 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3103 | 2025.01.17 14:37:43.697786 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3104 | 2025.01.17 14:37:43.698233 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3105 | 2025.01.17 14:37:43.698488 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3106 | 2025.01.17 14:37:43.698744 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 3107 | 2025.01.17 14:37:43.698848 [ 253 ] {8725f8bd-03ef-4144-8e64-6992807f8345} <Debug> TCPHandler: Processed in 0.00243061 sec. | ||
| 3108 | 2025.01.17 14:37:43.699090 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3109 | 2025.01.17 14:37:43.699298 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3110 | 2025.01.17 14:37:43.699380 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3111 | 2025.01.17 14:37:43.700263 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3112 | 2025.01.17 14:37:43.700311 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3113 | 2025.01.17 14:37:43.700764 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3114 | 2025.01.17 14:37:43.701051 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2025.01.17 14:37:43.701266 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002024 sec., 113142.29249011856 rows/sec., 9.90 MiB/sec. | ||
| 3116 | 2025.01.17 14:37:43.701333 [ 257 ] {10436793-5960-426a-b854-bc885e0c5472} <Debug> TCPHandler: Processed in 0.002371259 sec. | ||
| 3117 | 2025.01.17 14:37:43.701488 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3118 | 2025.01.17 14:37:43.701614 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3119 | 2025.01.17 14:37:43.701667 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3120 | 2025.01.17 14:37:43.702261 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3121 | 2025.01.17 14:37:43.702303 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3122 | 2025.01.17 14:37:43.702679 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3123 | 2025.01.17 14:37:43.702922 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3124 | 2025.01.17 14:37:43.703205 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001617 sec., 12368.583797155226 rows/sec., 886.58 KiB/sec. | ||
| 3125 | 2025.01.17 14:37:43.703393 [ 253 ] {0bb3e2f3-e654-4ed4-a26c-fe114c57567a} <Debug> TCPHandler: Processed in 0.001961 sec. | ||
| 3126 | 2025.01.17 14:37:43.703549 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3127 | 2025.01.17 14:37:43.703694 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3128 | 2025.01.17 14:37:43.703755 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3129 | 2025.01.17 14:37:43.704350 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2025.01.17 14:37:43.704389 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3131 | 2025.01.17 14:37:43.704756 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3132 | 2025.01.17 14:37:43.705008 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2025.01.17 14:37:43.705203 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
| 3134 | 2025.01.17 14:37:43.705258 [ 257 ] {9ce06593-38f1-40ee-a190-43411104eeaf} <Debug> TCPHandler: Processed in 0.001775997 sec. | ||
| 3135 | 2025.01.17 14:37:43.705407 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2025.01.17 14:37:43.705548 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3137 | 2025.01.17 14:37:43.705605 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3138 | 2025.01.17 14:37:43.706245 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2025.01.17 14:37:43.706284 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3140 | 2025.01.17 14:37:43.706647 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3141 | 2025.01.17 14:37:43.706910 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.01.17 14:37:43.707118 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 3143 | 2025.01.17 14:37:43.707175 [ 253 ] {88753ad1-7089-42f2-8f8d-9d98a9331e59} <Debug> TCPHandler: Processed in 0.001838197 sec. | ||
| 3144 | 2025.01.17 14:37:43.707321 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3145 | 2025.01.17 14:37:43.707462 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3146 | 2025.01.17 14:37:43.707523 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3147 | 2025.01.17 14:37:43.708275 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.01.17 14:37:43.708314 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3149 | 2025.01.17 14:37:43.708717 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3150 | 2025.01.17 14:37:43.708968 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2025.01.17 14:37:43.709202 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.00177 sec., 223163.8418079096 rows/sec., 15.85 MiB/sec. | ||
| 3152 | 2025.01.17 14:37:43.709410 [ 257 ] {a949450a-9394-42b6-9254-3e320c2355dd} <Debug> TCPHandler: Processed in 0.002149944 sec. | ||
| 3153 | 2025.01.17 14:37:43.709606 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.01.17 14:37:43.709744 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3155 | 2025.01.17 14:37:43.709803 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3156 | 2025.01.17 14:37:43.710294 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.01.17 14:37:43.710332 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3158 | 2025.01.17 14:37:43.710700 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3159 | 2025.01.17 14:37:43.710933 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.01.17 14:37:43.711231 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec. | ||
| 3161 | 2025.01.17 14:37:43.711352 [ 253 ] {abea3e72-5712-4ffb-be00-d58d07bc1219} <Debug> TCPHandler: Processed in 0.001814417 sec. | ||
| 3162 | 2025.01.17 14:37:43.711500 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.01.17 14:37:43.711642 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3164 | 2025.01.17 14:37:43.711706 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3165 | 2025.01.17 14:37:43.712302 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.01.17 14:37:43.712339 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3167 | 2025.01.17 14:37:43.712744 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3168 | 2025.01.17 14:37:43.713005 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.01.17 14:37:43.713191 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00158 sec., 150000 rows/sec., 10.05 MiB/sec. | ||
| 3170 | 2025.01.17 14:37:43.713244 [ 257 ] {eb101866-432d-4395-bbd2-a74fcc4789d7} <Debug> TCPHandler: Processed in 0.001810977 sec. | ||
| 3171 | 2025.01.17 14:37:43.713389 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.01.17 14:37:43.713526 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.01.17 14:37:43.713586 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3174 | 2025.01.17 14:37:43.714118 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3175 | 2025.01.17 14:37:43.714156 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3176 | 2025.01.17 14:37:43.714515 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3177 | 2025.01.17 14:37:43.714750 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2025.01.17 14:37:43.714958 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 3179 | 2025.01.17 14:37:43.715009 [ 253 ] {79556cd7-e77c-4044-9dc6-85e55aaccaab} <Debug> TCPHandler: Processed in 0.001689474 sec. | ||
| 3180 | 2025.01.17 14:37:43.715158 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.01.17 14:37:43.715297 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3182 | 2025.01.17 14:37:43.715391 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3183 | 2025.01.17 14:37:43.716565 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.01.17 14:37:43.716603 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3185 | 2025.01.17 14:37:43.717231 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3186 | 2025.01.17 14:37:43.717498 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.01.17 14:37:43.717629 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3188 | 2025.01.17 14:37:43.717682 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2025.01.17 14:37:43.717711 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002443 sec., 5321.3262382316825 rows/sec., 9.54 MiB/sec. | ||
| 3190 | 2025.01.17 14:37:43.717711 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3191 | 2025.01.17 14:37:43.718321 [ 257 ] {a614d9d0-c060-4585-9f84-d27b27388923} <Debug> TCPHandler: Processed in 0.003222077 sec. | ||
| 3192 | 2025.01.17 14:37:43.718598 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3193 | 2025.01.17 14:37:43.718632 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 3194 | 2025.01.17 14:37:43.718822 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3195 | 2025.01.17 14:37:43.718933 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3196 | 2025.01.17 14:37:43.719757 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3197 | 2025.01.17 14:37:43.719853 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 64 rows starting from the beginning of the part | ||
| 3198 | 2025.01.17 14:37:43.720694 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3199 | 2025.01.17 14:37:43.720816 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2025.01.17 14:37:43.720915 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 3201 | 2025.01.17 14:37:43.721360 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3202 | 2025.01.17 14:37:43.722058 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3203 | 2025.01.17 14:37:43.722448 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3204 | 2025.01.17 14:37:43.722742 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3205 | 2025.01.17 14:37:43.723324 [ 195 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 3206 | 2025.01.17 14:37:43.723355 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2025.01.17 14:37:43.724184 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005434 sec., 15090.172984909828 rows/sec., 981.41 KiB/sec. | ||
| 3208 | 2025.01.17 14:37:43.724358 [ 253 ] {4ceb9059-cdd0-4d58-a853-f7720baafa0e} <Debug> TCPHandler: Processed in 0.005910142 sec. | ||
| 3209 | 2025.01.17 14:37:43.726932 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 19 columns (19 merged, 0 gathered) in 0.009063577 sec., 16549.757341941266 rows/sec., 29.66 MiB/sec. | ||
| 3210 | 2025.01.17 14:37:43.727477 [ 198 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3211 | 2025.01.17 14:37:43.727969 [ 198 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2025.01.17 14:37:43.728049 [ 198 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3213 | 2025.01.17 14:37:43.728194 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 3214 | 2025.01.17 14:37:47.896828 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3215 | 2025.01.17 14:37:47.896889 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3216 | 2025.01.17 14:37:47.981635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3217 | 2025.01.17 14:37:47.982641 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2025.01.17 14:37:47.982700 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3219 | 2025.01.17 14:37:47.983284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3220 | 2025.01.17 14:37:47.983551 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.01.17 14:37:47.983800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3222 | 2025.01.17 14:37:48.396230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3223 | 2025.01.17 14:37:48.417616 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2025.01.17 14:37:48.417690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3225 | 2025.01.17 14:37:48.425410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3226 | 2025.01.17 14:37:48.426212 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2025.01.17 14:37:48.429268 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3228 | 2025.01.17 14:37:48.691171 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2025.01.17 14:37:48.691385 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3230 | 2025.01.17 14:37:48.691467 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3231 | 2025.01.17 14:37:48.692384 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2025.01.17 14:37:48.692432 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3233 | 2025.01.17 14:37:48.692893 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3234 | 2025.01.17 14:37:48.693149 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2025.01.17 14:37:48.693399 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00207 sec., 52173.913043478264 rows/sec., 4.36 MiB/sec. | ||
| 3236 | 2025.01.17 14:37:48.693465 [ 253 ] {995b8202-ddd8-492b-ae6c-baedd721bcf3} <Debug> TCPHandler: Processed in 0.00244884 sec. | ||
| 3237 | 2025.01.17 14:37:48.693802 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2025.01.17 14:37:48.694114 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3239 | 2025.01.17 14:37:48.694196 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3240 | 2025.01.17 14:37:48.694968 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.01.17 14:37:48.695022 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3242 | 2025.01.17 14:37:48.695475 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3243 | 2025.01.17 14:37:48.695744 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2025.01.17 14:37:48.696008 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001981 sec., 13124.684502776376 rows/sec., 986.91 KiB/sec. | ||
| 3245 | 2025.01.17 14:37:48.696078 [ 257 ] {b2cbc69b-5b1e-49cd-a3c4-1e32fee82d15} <Debug> TCPHandler: Processed in 0.002468961 sec. | ||
| 3246 | 2025.01.17 14:37:48.696234 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3247 | 2025.01.17 14:37:48.696377 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3248 | 2025.01.17 14:37:48.696438 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3249 | 2025.01.17 14:37:48.697163 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2025.01.17 14:37:48.697205 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3251 | 2025.01.17 14:37:48.697586 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3252 | 2025.01.17 14:37:48.697833 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2025.01.17 14:37:48.698052 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00171 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. | ||
| 3254 | 2025.01.17 14:37:48.698108 [ 253 ] {92b1ae45-302a-43bd-90de-975fc482acb9} <Debug> TCPHandler: Processed in 0.001942811 sec. | ||
| 3255 | 2025.01.17 14:37:48.698270 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3256 | 2025.01.17 14:37:48.698418 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3257 | 2025.01.17 14:37:48.698486 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3258 | 2025.01.17 14:37:48.699152 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2025.01.17 14:37:48.699194 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3260 | 2025.01.17 14:37:48.699621 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3261 | 2025.01.17 14:37:48.699890 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2025.01.17 14:37:48.700111 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 3263 | 2025.01.17 14:37:48.700170 [ 257 ] {ab2d4998-e705-4342-83e6-ea163e01ad9f} <Debug> TCPHandler: Processed in 0.00197132 sec. | ||
| 3264 | 2025.01.17 14:37:48.700330 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2025.01.17 14:37:48.700469 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3266 | 2025.01.17 14:37:48.700564 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3267 | 2025.01.17 14:37:48.701793 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2025.01.17 14:37:48.701834 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3269 | 2025.01.17 14:37:48.702498 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3270 | 2025.01.17 14:37:48.702780 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2025.01.17 14:37:48.703004 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002563 sec., 10144.362075692547 rows/sec., 18.18 MiB/sec. | ||
| 3272 | 2025.01.17 14:37:48.703155 [ 253 ] {552e1051-de20-4539-b992-8d25e929ac6d} <Debug> TCPHandler: Processed in 0.002894229 sec. | ||
| 3273 | 2025.01.17 14:37:48.703390 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2025.01.17 14:37:48.703613 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3275 | 2025.01.17 14:37:48.703710 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3276 | 2025.01.17 14:37:48.704378 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2025.01.17 14:37:48.704418 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3278 | 2025.01.17 14:37:48.704801 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3279 | 2025.01.17 14:37:48.705054 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.01.17 14:37:48.705291 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001734 sec., 34602.07612456747 rows/sec., 2.33 MiB/sec. | ||
| 3281 | 2025.01.17 14:37:48.705346 [ 257 ] {5288bd5d-5094-440c-9dfd-5a6ccf59a226} <Debug> TCPHandler: Processed in 0.002066853 sec. | ||
| 3282 | 2025.01.17 14:37:49.936375 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3283 | 2025.01.17 14:37:49.936575 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3284 | 2025.01.17 14:37:49.936651 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3285 | 2025.01.17 14:37:49.937461 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2025.01.17 14:37:49.937503 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3287 | 2025.01.17 14:37:49.937925 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3288 | 2025.01.17 14:37:49.938171 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.01.17 14:37:49.938378 [ 134 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3290 | 2025.01.17 14:37:49.938427 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 3291 | 2025.01.17 14:37:49.938492 [ 134 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2025.01.17 14:37:49.938586 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3293 | 2025.01.17 14:37:49.938608 [ 253 ] {39369b45-8fff-48f5-8671-e6b386c1553a} <Debug> TCPHandler: Processed in 0.002363879 sec. | ||
| 3294 | 2025.01.17 14:37:49.938892 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 3295 | 2025.01.17 14:37:49.939044 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2025.01.17 14:37:49.939094 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3297 | 2025.01.17 14:37:49.939156 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 3298 | 2025.01.17 14:37:49.939385 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 3299 | 2025.01.17 14:37:49.939400 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3300 | 2025.01.17 14:37:49.939617 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3301 | 2025.01.17 14:37:49.939748 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 3302 | 2025.01.17 14:37:49.940121 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 3303 | 2025.01.17 14:37:49.940399 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 3304 | 2025.01.17 14:37:49.942589 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00385683 sec., 18149.62028401563 rows/sec., 1.35 MiB/sec. | ||
| 3305 | 2025.01.17 14:37:49.942750 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3306 | 2025.01.17 14:37:49.943132 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.01.17 14:37:49.943140 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_9_2} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2025.01.17 14:37:49.943192 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3309 | 2025.01.17 14:37:49.943320 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_9_2} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3310 | 2025.01.17 14:37:49.943460 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3311 | 2025.01.17 14:37:49.943884 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3312 | 2025.01.17 14:37:49.944156 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2025.01.17 14:37:49.944298 [ 134 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3314 | 2025.01.17 14:37:49.944339 [ 134 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2025.01.17 14:37:49.944366 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3316 | 2025.01.17 14:37:49.944376 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.005111 sec., 267853.6489923694 rows/sec., 22.28 MiB/sec. | ||
| 3317 | 2025.01.17 14:37:49.944504 [ 257 ] {b28ee7ae-98c0-49e1-bda3-1832fab568ab} <Debug> TCPHandler: Processed in 0.005695167 sec. | ||
| 3318 | 2025.01.17 14:37:49.944535 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 3319 | 2025.01.17 14:37:49.944664 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3320 | 2025.01.17 14:37:49.944714 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1417 rows starting from the beginning of the part | ||
| 3321 | 2025.01.17 14:37:49.944714 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3322 | 2025.01.17 14:37:49.944879 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 230 rows starting from the beginning of the part | ||
| 3323 | 2025.01.17 14:37:49.945158 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3324 | 2025.01.17 14:37:49.945188 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 108 rows starting from the beginning of the part | ||
| 3325 | 2025.01.17 14:37:49.945341 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3326 | 2025.01.17 14:37:49.945467 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 229 rows starting from the beginning of the part | ||
| 3327 | 2025.01.17 14:37:49.945844 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 108 rows starting from the beginning of the part | ||
| 3328 | 2025.01.17 14:37:49.946110 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1369 rows starting from the beginning of the part | ||
| 3329 | 2025.01.17 14:37:49.947878 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.01.17 14:37:49.947948 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3331 | 2025.01.17 14:37:49.948955 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3332 | 2025.01.17 14:37:49.949244 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.01.17 14:37:49.949740 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004708 sec., 4248.088360237893 rows/sec., 304.50 KiB/sec. | ||
| 3334 | 2025.01.17 14:37:49.949837 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3461 rows, containing 5 columns (5 merged, 0 gathered) in 0.005402141 sec., 640671.9113773594 rows/sec., 56.17 MiB/sec. | ||
| 3335 | 2025.01.17 14:37:49.949890 [ 253 ] {f4c4a1f3-0b2f-44c5-9e72-9c4ff7cb6da4} <Debug> TCPHandler: Processed in 0.005276488 sec. | ||
| 3336 | 2025.01.17 14:37:49.950108 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3337 | 2025.01.17 14:37:49.950114 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3338 | 2025.01.17 14:37:49.950275 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3339 | 2025.01.17 14:37:49.950344 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3340 | 2025.01.17 14:37:49.950448 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2025.01.17 14:37:49.950549 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_21_4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3342 | 2025.01.17 14:37:49.950656 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 3343 | 2025.01.17 14:37:49.951228 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2025.01.17 14:37:49.951268 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3345 | 2025.01.17 14:37:49.951640 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3346 | 2025.01.17 14:37:49.951890 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2025.01.17 14:37:49.952064 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001826 sec., 132530.1204819277 rows/sec., 8.98 MiB/sec. | ||
| 3348 | 2025.01.17 14:37:49.952120 [ 257 ] {a06625b1-1f6d-4a2e-81f1-3b87c8da0c72} <Debug> TCPHandler: Processed in 0.002073973 sec. | ||
| 3349 | 2025.01.17 14:37:49.952277 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3350 | 2025.01.17 14:37:49.952413 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3351 | 2025.01.17 14:37:49.952470 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3352 | 2025.01.17 14:37:49.953152 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3353 | 2025.01.17 14:37:49.953192 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3354 | 2025.01.17 14:37:49.953546 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3355 | 2025.01.17 14:37:49.953784 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3356 | 2025.01.17 14:37:49.953928 [ 134 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3357 | 2025.01.17 14:37:49.953991 [ 134 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.01.17 14:37:49.954024 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3359 | 2025.01.17 14:37:49.954038 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec. | ||
| 3360 | 2025.01.17 14:37:49.954155 [ 253 ] {57568422-bdea-484d-9950-929d317636b5} <Debug> TCPHandler: Processed in 0.001943 sec. | ||
| 3361 | 2025.01.17 14:37:49.954210 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 3362 | 2025.01.17 14:37:49.954359 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3363 | 2025.01.17 14:37:49.954398 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2025.01.17 14:37:49.954425 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 3365 | 2025.01.17 14:37:49.954785 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 3366 | 2025.01.17 14:37:49.954945 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3367 | 2025.01.17 14:37:49.955212 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3368 | 2025.01.17 14:37:49.955266 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 3369 | 2025.01.17 14:37:49.955685 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 3370 | 2025.01.17 14:37:49.956013 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 3371 | 2025.01.17 14:37:49.957996 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2025.01.17 14:37:49.958073 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3373 | 2025.01.17 14:37:49.958373 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004253978 sec., 15279.815739526626 rows/sec., 1012.38 KiB/sec. | ||
| 3374 | 2025.01.17 14:37:49.958568 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3375 | 2025.01.17 14:37:49.959037 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3376 | 2025.01.17 14:37:49.959094 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_9_2} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2025.01.17 14:37:49.959227 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_9_2} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3378 | 2025.01.17 14:37:49.959352 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3379 | 2025.01.17 14:37:49.959467 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2025.01.17 14:37:49.959603 [ 134 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3381 | 2025.01.17 14:37:49.959642 [ 134 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2025.01.17 14:37:49.959668 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3383 | 2025.01.17 14:37:49.959680 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.004928 sec., 172686.6883116883 rows/sec., 12.49 MiB/sec. | ||
| 3384 | 2025.01.17 14:37:49.959916 [ 257 ] {c362d848-6597-44ff-8389-0631835f229d} <Debug> TCPHandler: Processed in 0.005662507 sec. | ||
| 3385 | 2025.01.17 14:37:49.959980 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 3386 | 2025.01.17 14:37:49.960118 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2025.01.17 14:37:49.960188 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3388 | 2025.01.17 14:37:49.960262 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part | ||
| 3389 | 2025.01.17 14:37:49.960342 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3390 | 2025.01.17 14:37:49.960506 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 401 rows starting from the beginning of the part | ||
| 3391 | 2025.01.17 14:37:49.960536 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3392 | 2025.01.17 14:37:49.960837 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part | ||
| 3393 | 2025.01.17 14:37:49.961218 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 395 rows starting from the beginning of the part | ||
| 3394 | 2025.01.17 14:37:49.961596 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part | ||
| 3395 | 2025.01.17 14:37:49.961942 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 851 rows starting from the beginning of the part | ||
| 3396 | 2025.01.17 14:37:49.963016 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2025.01.17 14:37:49.963083 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3398 | 2025.01.17 14:37:49.963990 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3399 | 2025.01.17 14:37:49.964478 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.01.17 14:37:49.964871 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004574 sec., 1311.7621337997377 rows/sec., 68.53 KiB/sec. | ||
| 3401 | 2025.01.17 14:37:49.965126 [ 253 ] {9bab3b6a-9f25-4661-a0d5-fe8f626c9c51} <Debug> TCPHandler: Processed in 0.005109595 sec. | ||
| 3402 | 2025.01.17 14:37:49.965503 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2025.01.17 14:37:49.965509 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2723 rows, containing 5 columns (5 merged, 0 gathered) in 0.005764339 sec., 472387.20692866953 rows/sec., 36.02 MiB/sec. | ||
| 3404 | 2025.01.17 14:37:49.965697 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3405 | 2025.01.17 14:37:49.965771 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3406 | 2025.01.17 14:37:49.965801 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3407 | 2025.01.17 14:37:49.966412 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2025.01.17 14:37:49.966518 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_21_4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3409 | 2025.01.17 14:37:49.966604 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3410 | 2025.01.17 14:37:49.967029 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2025.01.17 14:37:49.967073 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3412 | 2025.01.17 14:37:49.967542 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3413 | 2025.01.17 14:37:49.967801 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.01.17 14:37:49.967981 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3415 | 2025.01.17 14:37:49.968045 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.002419 sec., 408019.8429102935 rows/sec., 27.15 MiB/sec. | ||
| 3416 | 2025.01.17 14:37:49.968052 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2025.01.17 14:37:49.968132 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3418 | 2025.01.17 14:37:49.968188 [ 257 ] {ef29920b-06f9-43d4-8b50-bd4c0eac070c} <Debug> TCPHandler: Processed in 0.002804038 sec. | ||
| 3419 | 2025.01.17 14:37:49.968419 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3420 | 2025.01.17 14:37:49.968429 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 3421 | 2025.01.17 14:37:49.968588 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3422 | 2025.01.17 14:37:49.968605 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3423 | 2025.01.17 14:37:49.968651 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5710 rows starting from the beginning of the part | ||
| 3424 | 2025.01.17 14:37:49.968661 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3425 | 2025.01.17 14:37:49.968978 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3426 | 2025.01.17 14:37:49.969390 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3427 | 2025.01.17 14:37:49.969706 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3428 | 2025.01.17 14:37:49.970084 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3429 | 2025.01.17 14:37:49.970389 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 987 rows starting from the beginning of the part | ||
| 3430 | 2025.01.17 14:37:49.971001 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3431 | 2025.01.17 14:37:49.971043 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3432 | 2025.01.17 14:37:49.971524 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3433 | 2025.01.17 14:37:49.971826 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2025.01.17 14:37:49.972257 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003703 sec., 270.05130974885225 rows/sec., 18.20 KiB/sec. | ||
| 3435 | 2025.01.17 14:37:49.972429 [ 253 ] {fc973bc0-f02d-4bcb-b5f0-ede20f1aef89} <Debug> TCPHandler: Processed in 0.004105824 sec. | ||
| 3436 | 2025.01.17 14:37:49.972623 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3437 | 2025.01.17 14:37:49.972787 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3438 | 2025.01.17 14:37:49.972884 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3439 | 2025.01.17 14:37:49.974163 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7491 rows, containing 5 columns (5 merged, 0 gathered) in 0.005916162 sec., 1266192.5079130693 rows/sec., 85.33 MiB/sec. | ||
| 3440 | 2025.01.17 14:37:49.974681 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2025.01.17 14:37:49.974734 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3442 | 2025.01.17 14:37:49.974756 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3443 | 2025.01.17 14:37:49.975448 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3444 | 2025.01.17 14:37:49.975650 [ 197 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3445 | 2025.01.17 14:37:49.975832 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 3446 | 2025.01.17 14:37:49.976125 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3447 | 2025.01.17 14:37:49.976409 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3448 | 2025.01.17 14:37:49.976773 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004016 sec., 3237.0517928286854 rows/sec., 5.80 MiB/sec. | ||
| 3449 | 2025.01.17 14:37:49.977051 [ 257 ] {1733bc5a-c61e-496c-8c01-7d8804bb6e58} <Debug> TCPHandler: Processed in 0.004530263 sec. | ||
| 3450 | 2025.01.17 14:37:49.977216 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3451 | 2025.01.17 14:37:49.977353 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3452 | 2025.01.17 14:37:49.977415 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3453 | 2025.01.17 14:37:49.977990 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.01.17 14:37:49.978037 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3455 | 2025.01.17 14:37:49.978421 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3456 | 2025.01.17 14:37:49.978655 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2025.01.17 14:37:49.978816 [ 132 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3458 | 2025.01.17 14:37:49.978878 [ 132 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3459 | 2025.01.17 14:37:49.978901 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001575 sec., 29206.349206349205 rows/sec., 1.77 MiB/sec. | ||
| 3460 | 2025.01.17 14:37:49.978914 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3461 | 2025.01.17 14:37:49.978999 [ 253 ] {f23aeb8d-5c46-4dab-be2c-880c5449ab2d} <Debug> TCPHandler: Processed in 0.001843858 sec. | ||
| 3462 | 2025.01.17 14:37:49.979130 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 3463 | 2025.01.17 14:37:49.979253 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3464 | 2025.01.17 14:37:49.979287 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 948 rows starting from the beginning of the part | ||
| 3465 | 2025.01.17 14:37:49.979400 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3466 | 2025.01.17 14:37:49.979625 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3467 | 2025.01.17 14:37:49.979757 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3468 | 2025.01.17 14:37:49.979902 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3469 | 2025.01.17 14:37:49.980116 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 3470 | 2025.01.17 14:37:49.981299 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002252387 sec., 567398.0537092427 rows/sec., 36.97 MiB/sec. | ||
| 3471 | 2025.01.17 14:37:49.981680 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3472 | 2025.01.17 14:37:49.982189 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2025.01.17 14:37:49.982271 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_21_4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3474 | 2025.01.17 14:37:49.982357 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3475 | 2025.01.17 14:37:53.014397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 502 | ||
| 3476 | 2025.01.17 14:37:53.018205 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.01.17 14:37:53.018270 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3478 | 2025.01.17 14:37:53.020057 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3479 | 2025.01.17 14:37:53.020450 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.01.17 14:37:53.021178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3481 | 2025.01.17 14:37:53.687477 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3482 | 2025.01.17 14:37:53.687678 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3483 | 2025.01.17 14:37:53.687755 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3484 | 2025.01.17 14:37:53.688608 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2025.01.17 14:37:53.688655 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3486 | 2025.01.17 14:37:53.689098 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3487 | 2025.01.17 14:37:53.689354 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3488 | 2025.01.17 14:37:53.689594 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.17 MiB/sec. | ||
| 3489 | 2025.01.17 14:37:53.689660 [ 253 ] {ebf62f2e-7ac2-4033-bb2d-4696d162f5a7} <Debug> TCPHandler: Processed in 0.002317068 sec. | ||
| 3490 | 2025.01.17 14:37:53.689918 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3491 | 2025.01.17 14:37:53.690110 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3492 | 2025.01.17 14:37:53.690184 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3493 | 2025.01.17 14:37:53.690943 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.01.17 14:37:53.690987 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3495 | 2025.01.17 14:37:53.691445 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3496 | 2025.01.17 14:37:53.691717 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.01.17 14:37:53.691914 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001859 sec., 34427.11135018827 rows/sec., 2.69 MiB/sec. | ||
| 3498 | 2025.01.17 14:37:53.691979 [ 257 ] {1f704e07-922a-4d70-ac62-f9ac1b3f1502} <Debug> TCPHandler: Processed in 0.002191755 sec. | ||
| 3499 | 2025.01.17 14:37:53.692133 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3500 | 2025.01.17 14:37:53.692278 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3501 | 2025.01.17 14:37:53.692344 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3502 | 2025.01.17 14:37:53.693031 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.01.17 14:37:53.693079 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3504 | 2025.01.17 14:37:53.693497 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3505 | 2025.01.17 14:37:53.693739 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.01.17 14:37:53.693957 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001716 sec., 55944.055944055945 rows/sec., 3.90 MiB/sec. | ||
| 3507 | 2025.01.17 14:37:53.694013 [ 253 ] {86ced077-1bdc-4c73-93b4-7b50c8147456} <Debug> TCPHandler: Processed in 0.00194892 sec. | ||
| 3508 | 2025.01.17 14:37:53.694165 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3509 | 2025.01.17 14:37:53.694307 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3510 | 2025.01.17 14:37:53.694371 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3511 | 2025.01.17 14:37:53.694976 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2025.01.17 14:37:53.695022 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3513 | 2025.01.17 14:37:53.695434 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3514 | 2025.01.17 14:37:53.695693 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3515 | 2025.01.17 14:37:53.695873 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001603 sec., 22457.89145352464 rows/sec., 1.51 MiB/sec. | ||
| 3516 | 2025.01.17 14:37:53.695926 [ 257 ] {a7a2045f-c1f2-402e-b138-1495c5bd903d} <Debug> TCPHandler: Processed in 0.001820648 sec. | ||
| 3517 | 2025.01.17 14:37:55.484896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3518 | 2025.01.17 14:37:55.485578 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3519 | 2025.01.17 14:37:55.485628 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3520 | 2025.01.17 14:37:55.486170 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3521 | 2025.01.17 14:37:55.486434 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3522 | 2025.01.17 14:37:55.486697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3523 | 2025.01.17 14:37:55.930314 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3524 | 2025.01.17 14:37:55.950520 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.01.17 14:37:55.950568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3526 | 2025.01.17 14:37:55.958184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3527 | 2025.01.17 14:37:55.958978 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2025.01.17 14:37:55.961517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3529 | 2025.01.17 14:37:58.691994 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3530 | 2025.01.17 14:37:58.692259 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3531 | 2025.01.17 14:37:58.692364 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3532 | 2025.01.17 14:37:58.693204 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2025.01.17 14:37:58.693259 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3534 | 2025.01.17 14:37:58.693778 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3535 | 2025.01.17 14:37:58.694039 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2025.01.17 14:37:58.694271 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002083 sec., 51848.29572731636 rows/sec., 4.34 MiB/sec. | ||
| 3537 | 2025.01.17 14:37:58.694339 [ 253 ] {6c40a4eb-eb9d-4c69-a821-d3111d76b35d} <Debug> TCPHandler: Processed in 0.002491921 sec. | ||
| 3538 | 2025.01.17 14:37:58.694620 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3539 | 2025.01.17 14:37:58.694827 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3540 | 2025.01.17 14:37:58.694910 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3541 | 2025.01.17 14:37:58.695706 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2025.01.17 14:37:58.695763 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3543 | 2025.01.17 14:37:58.696223 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3544 | 2025.01.17 14:37:58.696483 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2025.01.17 14:37:58.696750 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001976 sec., 13157.894736842107 rows/sec., 989.41 KiB/sec. | ||
| 3546 | 2025.01.17 14:37:58.696949 [ 257 ] {59fb13e8-7dd9-4b1a-90e6-2365c035ab6e} <Debug> TCPHandler: Processed in 0.002468731 sec. | ||
| 3547 | 2025.01.17 14:37:58.697143 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3548 | 2025.01.17 14:37:58.697268 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3549 | 2025.01.17 14:37:58.697321 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3550 | 2025.01.17 14:37:58.697968 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3551 | 2025.01.17 14:37:58.698010 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3552 | 2025.01.17 14:37:58.698404 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3553 | 2025.01.17 14:37:58.698660 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2025.01.17 14:37:58.698931 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001684 sec., 53444.18052256532 rows/sec., 4.17 MiB/sec. | ||
| 3555 | 2025.01.17 14:37:58.699135 [ 253 ] {3bbefa07-5763-433f-b446-010643209d7c} <Debug> TCPHandler: Processed in 0.002050022 sec. | ||
| 3556 | 2025.01.17 14:37:58.699332 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2025.01.17 14:37:58.699464 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3558 | 2025.01.17 14:37:58.699525 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3559 | 2025.01.17 14:37:58.700160 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.01.17 14:37:58.700205 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3561 | 2025.01.17 14:37:58.700639 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3562 | 2025.01.17 14:37:58.700891 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2025.01.17 14:37:58.701124 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 3564 | 2025.01.17 14:37:58.701259 [ 257 ] {245fb2e9-e01b-4dff-a76c-3b74d3c78744} <Debug> TCPHandler: Processed in 0.001988261 sec. | ||
| 3565 | 2025.01.17 14:37:58.701454 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3566 | 2025.01.17 14:37:58.701578 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3567 | 2025.01.17 14:37:58.701657 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3568 | 2025.01.17 14:37:58.702847 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2025.01.17 14:37:58.702886 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3570 | 2025.01.17 14:37:58.703760 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3571 | 2025.01.17 14:37:58.704034 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.01.17 14:37:58.704342 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002785 sec., 9335.72710951526 rows/sec., 16.73 MiB/sec. | ||
| 3573 | 2025.01.17 14:37:58.704596 [ 253 ] {fe566b56-80d9-420d-b2f0-46f930be25dc} <Debug> TCPHandler: Processed in 0.003205446 sec. | ||
| 3574 | 2025.01.17 14:37:58.704777 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3575 | 2025.01.17 14:37:58.704906 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3576 | 2025.01.17 14:37:58.704964 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3577 | 2025.01.17 14:37:58.705489 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2025.01.17 14:37:58.705531 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3579 | 2025.01.17 14:37:58.705936 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3580 | 2025.01.17 14:37:58.706222 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2025.01.17 14:37:58.706469 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 3582 | 2025.01.17 14:37:58.706636 [ 257 ] {4af30d1d-ed3b-4a5c-8199-ad1b9167dfa4} <Debug> TCPHandler: Processed in 0.00191733 sec. | ||
| 3583 | 2025.01.17 14:38:00.607416 [ 118 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3584 | 2025.01.17 14:38:00.607528 [ 118 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2025.01.17 14:38:00.607571 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3586 | 2025.01.17 14:38:00.607890 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 3587 | 2025.01.17 14:38:00.608144 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3588 | 2025.01.17 14:38:00.608205 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3589 | 2025.01.17 14:38:00.608327 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3590 | 2025.01.17 14:38:00.608684 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 3591 | 2025.01.17 14:38:00.608879 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3592 | 2025.01.17 14:38:00.609031 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3593 | 2025.01.17 14:38:00.610151 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.00244758 sec., 4085.668292762647 rows/sec., 273.71 KiB/sec. | ||
| 3594 | 2025.01.17 14:38:00.610313 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3595 | 2025.01.17 14:38:00.610596 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2025.01.17 14:38:00.610672 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_9_2} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3597 | 2025.01.17 14:38:00.610747 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3598 | 2025.01.17 14:38:02.897130 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3599 | 2025.01.17 14:38:02.897203 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3600 | 2025.01.17 14:38:02.987786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3601 | 2025.01.17 14:38:02.988397 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.01.17 14:38:02.988433 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3603 | 2025.01.17 14:38:02.989015 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3604 | 2025.01.17 14:38:02.989267 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3605 | 2025.01.17 14:38:02.989429 [ 116 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3606 | 2025.01.17 14:38:02.989465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3607 | 2025.01.17 14:38:02.989484 [ 116 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3608 | 2025.01.17 14:38:02.989512 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3609 | 2025.01.17 14:38:02.989673 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 3610 | 2025.01.17 14:38:02.989827 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3611 | 2025.01.17 14:38:02.989868 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3612 | 2025.01.17 14:38:02.989946 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3613 | 2025.01.17 14:38:02.990174 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3614 | 2025.01.17 14:38:02.990511 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3615 | 2025.01.17 14:38:02.990785 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3616 | 2025.01.17 14:38:02.991006 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3617 | 2025.01.17 14:38:02.992759 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003170806 sec., 2327799.304025538 rows/sec., 33.30 MiB/sec. | ||
| 3618 | 2025.01.17 14:38:02.993388 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3619 | 2025.01.17 14:38:02.993741 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.01.17 14:38:02.993834 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_16_3} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3621 | 2025.01.17 14:38:02.993952 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3622 | 2025.01.17 14:38:03.001340 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000957659 sec. | ||
| 3623 | 2025.01.17 14:38:03.022432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 522 | ||
| 3624 | 2025.01.17 14:38:03.025212 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.01.17 14:38:03.025256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3626 | 2025.01.17 14:38:03.026764 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3627 | 2025.01.17 14:38:03.027068 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.01.17 14:38:03.027255 [ 116 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3629 | 2025.01.17 14:38:03.027354 [ 116 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2025.01.17 14:38:03.027433 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3631 | 2025.01.17 14:38:03.027877 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 3632 | 2025.01.17 14:38:03.029067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3633 | 2025.01.17 14:38:03.029472 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3634 | 2025.01.17 14:38:03.029678 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 3635 | 2025.01.17 14:38:03.030310 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 3636 | 2025.01.17 14:38:03.030926 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3637 | 2025.01.17 14:38:03.031568 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 3638 | 2025.01.17 14:38:03.032230 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 3639 | 2025.01.17 14:38:03.032859 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3640 | 2025.01.17 14:38:03.041138 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 72 columns (72 merged, 0 gathered) in 0.01359106 sec., 38407.600290190756 rows/sec., 34.75 MiB/sec. | ||
| 3641 | 2025.01.17 14:38:03.042265 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3642 | 2025.01.17 14:38:03.043063 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.01.17 14:38:03.043153 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_11_2} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3644 | 2025.01.17 14:38:03.043468 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 3645 | 2025.01.17 14:38:03.462554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3646 | 2025.01.17 14:38:03.484590 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.01.17 14:38:03.484664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3648 | 2025.01.17 14:38:03.492336 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3649 | 2025.01.17 14:38:03.493182 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.01.17 14:38:03.493554 [ 116 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3651 | 2025.01.17 14:38:03.493687 [ 116 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.01.17 14:38:03.493758 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3653 | 2025.01.17 14:38:03.494315 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3654 | 2025.01.17 14:38:03.510986 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3655 | 2025.01.17 14:38:03.512099 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3656 | 2025.01.17 14:38:03.513303 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3657 | 2025.01.17 14:38:03.518490 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3658 | 2025.01.17 14:38:03.524077 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3659 | 2025.01.17 14:38:03.529673 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3660 | 2025.01.17 14:38:03.535332 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3661 | 2025.01.17 14:38:03.540093 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 3662 | 2025.01.17 14:38:03.599412 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105521232 sec., 1146.6886588283958 rows/sec., 5.93 MiB/sec. | ||
| 3663 | 2025.01.17 14:38:03.602155 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3664 | 2025.01.17 14:38:03.605189 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_16_3} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2025.01.17 14:38:03.605301 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_16_3} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3666 | 2025.01.17 14:38:03.607554 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3667 | 2025.01.17 14:38:03.696036 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3668 | 2025.01.17 14:38:03.696233 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3669 | 2025.01.17 14:38:03.696401 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3670 | 2025.01.17 14:38:03.697148 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3671 | 2025.01.17 14:38:03.697195 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3672 | 2025.01.17 14:38:03.697624 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3673 | 2025.01.17 14:38:03.697904 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3674 | 2025.01.17 14:38:03.698183 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec. | ||
| 3675 | 2025.01.17 14:38:03.698553 [ 253 ] {e5bc9b39-6128-49c6-be7e-83d97643d165} <Debug> TCPHandler: Processed in 0.002648705 sec. | ||
| 3676 | 2025.01.17 14:38:03.698863 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2025.01.17 14:38:03.699087 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3678 | 2025.01.17 14:38:03.699178 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3679 | 2025.01.17 14:38:03.700110 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3680 | 2025.01.17 14:38:03.700168 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3681 | 2025.01.17 14:38:03.700657 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3682 | 2025.01.17 14:38:03.700923 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2025.01.17 14:38:03.701189 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002158 sec., 106116.77479147358 rows/sec., 9.28 MiB/sec. | ||
| 3684 | 2025.01.17 14:38:03.701300 [ 257 ] {5db6ac10-dc86-47ce-bd12-d23bdd32582c} <Debug> TCPHandler: Processed in 0.002589403 sec. | ||
| 3685 | 2025.01.17 14:38:03.701460 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2025.01.17 14:38:03.701611 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3687 | 2025.01.17 14:38:03.701672 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3688 | 2025.01.17 14:38:03.702381 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2025.01.17 14:38:03.702429 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3690 | 2025.01.17 14:38:03.702805 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3691 | 2025.01.17 14:38:03.703050 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2025.01.17 14:38:03.703227 [ 115 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3693 | 2025.01.17 14:38:03.703293 [ 115 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.01.17 14:38:03.703299 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00172 sec., 11627.906976744187 rows/sec., 833.48 KiB/sec. | ||
| 3695 | 2025.01.17 14:38:03.703325 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3696 | 2025.01.17 14:38:03.703425 [ 253 ] {ae11e128-ef7f-4ae1-844f-637b5528f7ef} <Debug> TCPHandler: Processed in 0.002016512 sec. | ||
| 3697 | 2025.01.17 14:38:03.703669 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::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 | ||
| 3698 | 2025.01.17 14:38:03.703767 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3699 | 2025.01.17 14:38:03.703858 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3700 | 2025.01.17 14:38:03.703931 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 58 rows starting from the beginning of the part | ||
| 3701 | 2025.01.17 14:38:03.704044 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3702 | 2025.01.17 14:38:03.704169 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3703 | 2025.01.17 14:38:03.704218 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3704 | 2025.01.17 14:38:03.704554 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3705 | 2025.01.17 14:38:03.704967 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 3706 | 2025.01.17 14:38:03.705343 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3707 | 2025.01.17 14:38:03.705739 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 3708 | 2025.01.17 14:38:03.707118 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2025.01.17 14:38:03.707206 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3710 | 2025.01.17 14:38:03.708464 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3711 | 2025.01.17 14:38:03.708877 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005434092 sec., 31283.975317311524 rows/sec., 2.35 MiB/sec. | ||
| 3712 | 2025.01.17 14:38:03.709025 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.01.17 14:38:03.709117 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3714 | 2025.01.17 14:38:03.709636 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005664 sec., 2471.7514124293784 rows/sec., 173.11 KiB/sec. | ||
| 3715 | 2025.01.17 14:38:03.709822 [ 257 ] {083d2d07-9680-4c0f-9d93-b64fcf6b0809} <Debug> TCPHandler: Processed in 0.006272429 sec. | ||
| 3716 | 2025.01.17 14:38:03.709934 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2025.01.17 14:38:03.710013 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3718 | 2025.01.17 14:38:03.710042 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_15_3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3719 | 2025.01.17 14:38:03.710145 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3720 | 2025.01.17 14:38:03.710200 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3721 | 2025.01.17 14:38:03.710258 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3722 | 2025.01.17 14:38:03.710861 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3723 | 2025.01.17 14:38:03.710900 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3724 | 2025.01.17 14:38:03.711265 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3725 | 2025.01.17 14:38:03.711506 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2025.01.17 14:38:03.711793 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001609 sec., 8079.552517091362 rows/sec., 503.76 KiB/sec. | ||
| 3727 | 2025.01.17 14:38:03.711877 [ 253 ] {a579f971-052c-4559-abbc-93fd3a43172b} <Debug> TCPHandler: Processed in 0.0019418 sec. | ||
| 3728 | 2025.01.17 14:38:03.712031 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2025.01.17 14:38:03.712182 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3730 | 2025.01.17 14:38:03.712247 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3731 | 2025.01.17 14:38:03.713038 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2025.01.17 14:38:03.713080 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3733 | 2025.01.17 14:38:03.713507 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3734 | 2025.01.17 14:38:03.713764 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2025.01.17 14:38:03.714037 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001885 sec., 209549.07161803715 rows/sec., 14.88 MiB/sec. | ||
| 3736 | 2025.01.17 14:38:03.714156 [ 257 ] {3767c75a-fdb1-4d32-8ad9-074266133177} <Debug> TCPHandler: Processed in 0.002192735 sec. | ||
| 3737 | 2025.01.17 14:38:03.714320 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3738 | 2025.01.17 14:38:03.714459 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3739 | 2025.01.17 14:38:03.714519 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3740 | 2025.01.17 14:38:03.715099 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.01.17 14:38:03.715147 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3742 | 2025.01.17 14:38:03.715563 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3743 | 2025.01.17 14:38:03.715831 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2025.01.17 14:38:03.716126 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 186.93 KiB/sec. | ||
| 3745 | 2025.01.17 14:38:03.716224 [ 253 ] {e97419c7-7206-40c8-b7f7-546b8c118dd0} <Debug> TCPHandler: Processed in 0.001974041 sec. | ||
| 3746 | 2025.01.17 14:38:03.716369 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3747 | 2025.01.17 14:38:03.716495 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3748 | 2025.01.17 14:38:03.716554 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3749 | 2025.01.17 14:38:03.717168 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2025.01.17 14:38:03.717209 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3751 | 2025.01.17 14:38:03.717646 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3752 | 2025.01.17 14:38:03.717897 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2025.01.17 14:38:03.718211 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001731 sec., 136915.07798960138 rows/sec., 9.18 MiB/sec. | ||
| 3754 | 2025.01.17 14:38:03.718617 [ 257 ] {9277ed2c-9696-461c-b5ce-0c5b1d339b34} <Debug> TCPHandler: Processed in 0.002301648 sec. | ||
| 3755 | 2025.01.17 14:38:03.718845 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3756 | 2025.01.17 14:38:03.718971 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3757 | 2025.01.17 14:38:03.719022 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3758 | 2025.01.17 14:38:03.719500 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2025.01.17 14:38:03.719540 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3760 | 2025.01.17 14:38:03.719899 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3761 | 2025.01.17 14:38:03.720139 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2025.01.17 14:38:03.720370 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 3763 | 2025.01.17 14:38:03.720526 [ 253 ] {37d62d5f-635e-4170-9270-ce81c63088b5} <Debug> TCPHandler: Processed in 0.001779947 sec. | ||
| 3764 | 2025.01.17 14:38:03.720685 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2025.01.17 14:38:03.720829 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3766 | 2025.01.17 14:38:03.720929 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3767 | 2025.01.17 14:38:03.722147 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3768 | 2025.01.17 14:38:03.722189 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3769 | 2025.01.17 14:38:03.722863 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3770 | 2025.01.17 14:38:03.723125 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2025.01.17 14:38:03.723544 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002708 sec., 4800.590841949778 rows/sec., 8.60 MiB/sec. | ||
| 3772 | 2025.01.17 14:38:03.724008 [ 257 ] {68f2e6e1-028b-4403-bcc6-3e6cb2a1572d} <Debug> TCPHandler: Processed in 0.0033927 sec. | ||
| 3773 | 2025.01.17 14:38:03.724175 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3774 | 2025.01.17 14:38:03.724313 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3775 | 2025.01.17 14:38:03.724372 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3776 | 2025.01.17 14:38:03.724884 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3777 | 2025.01.17 14:38:03.724923 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3778 | 2025.01.17 14:38:03.725299 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3779 | 2025.01.17 14:38:03.725537 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2025.01.17 14:38:03.725789 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 3781 | 2025.01.17 14:38:03.725999 [ 253 ] {fb646dd8-d971-4264-b55b-d1f3508b8881} <Debug> TCPHandler: Processed in 0.001889649 sec. | ||
| 3782 | 2025.01.17 14:38:04.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.40 MiB, peak 186.53 MiB, free memory in arenas 0.00 B, will set to 178.46 MiB (RSS), difference: 1.07 MiB | ||
| 3783 | 2025.01.17 14:38:08.691270 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3784 | 2025.01.17 14:38:08.691467 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3785 | 2025.01.17 14:38:08.691538 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3786 | 2025.01.17 14:38:08.692268 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.01.17 14:38:08.692311 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3788 | 2025.01.17 14:38:08.692735 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3789 | 2025.01.17 14:38:08.692999 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2025.01.17 14:38:08.693224 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001801 sec., 1110.494169905608 rows/sec., 90.55 KiB/sec. | ||
| 3791 | 2025.01.17 14:38:08.693360 [ 253 ] {1fb7a01c-261a-47dc-8657-45e0b65c4ddf} <Debug> TCPHandler: Processed in 0.002215396 sec. | ||
| 3792 | 2025.01.17 14:38:08.693621 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3793 | 2025.01.17 14:38:08.693816 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3794 | 2025.01.17 14:38:08.693889 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3795 | 2025.01.17 14:38:08.694696 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2025.01.17 14:38:08.694743 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3797 | 2025.01.17 14:38:08.695197 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3798 | 2025.01.17 14:38:08.695462 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2025.01.17 14:38:08.695747 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001983 sec., 54967.221381744836 rows/sec., 4.59 MiB/sec. | ||
| 3800 | 2025.01.17 14:38:08.695989 [ 257 ] {007bac74-233c-40d1-a5b8-541e9d1cf4c5} <Debug> TCPHandler: Processed in 0.002496911 sec. | ||
| 3801 | 2025.01.17 14:38:08.696193 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2025.01.17 14:38:08.696335 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3803 | 2025.01.17 14:38:08.696395 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3804 | 2025.01.17 14:38:08.697035 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3805 | 2025.01.17 14:38:08.697075 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3806 | 2025.01.17 14:38:08.697438 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3807 | 2025.01.17 14:38:08.697677 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2025.01.17 14:38:08.697858 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001558 sec., 17971.758664955072 rows/sec., 1.31 MiB/sec. | ||
| 3809 | 2025.01.17 14:38:08.697913 [ 253 ] {f33a540a-a071-4c3d-97a9-f232407afe9f} <Debug> TCPHandler: Processed in 0.001802627 sec. | ||
| 3810 | 2025.01.17 14:38:08.698068 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3811 | 2025.01.17 14:38:08.698208 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3812 | 2025.01.17 14:38:08.698267 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3813 | 2025.01.17 14:38:08.698949 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2025.01.17 14:38:08.698990 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3815 | 2025.01.17 14:38:08.699367 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3816 | 2025.01.17 14:38:08.699610 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2025.01.17 14:38:08.699839 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001663 sec., 55321.707757065546 rows/sec., 4.32 MiB/sec. | ||
| 3818 | 2025.01.17 14:38:08.699893 [ 257 ] {d6d30ae5-93f8-4537-bf71-3165b305cbf4} <Debug> TCPHandler: Processed in 0.001894839 sec. | ||
| 3819 | 2025.01.17 14:38:08.700044 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3820 | 2025.01.17 14:38:08.700181 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3821 | 2025.01.17 14:38:08.700244 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3822 | 2025.01.17 14:38:08.700878 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3823 | 2025.01.17 14:38:08.700917 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3824 | 2025.01.17 14:38:08.701320 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3825 | 2025.01.17 14:38:08.701553 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2025.01.17 14:38:08.701818 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001666 sec., 96638.65546218488 rows/sec., 6.73 MiB/sec. | ||
| 3827 | 2025.01.17 14:38:08.702027 [ 253 ] {405dc667-e7c2-4304-bbbf-9cd331e20726} <Debug> TCPHandler: Processed in 0.002046032 sec. | ||
| 3828 | 2025.01.17 14:38:08.702206 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3829 | 2025.01.17 14:38:08.702345 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3830 | 2025.01.17 14:38:08.702441 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3831 | 2025.01.17 14:38:08.703645 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.01.17 14:38:08.703685 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3833 | 2025.01.17 14:38:08.704332 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3834 | 2025.01.17 14:38:08.704593 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2025.01.17 14:38:08.704781 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3836 | 2025.01.17 14:38:08.704863 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002542 sec., 10228.16679779701 rows/sec., 18.33 MiB/sec. | ||
| 3837 | 2025.01.17 14:38:08.704873 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2025.01.17 14:38:08.704959 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3839 | 2025.01.17 14:38:08.705241 [ 257 ] {854c8b9d-36d1-4e09-8b79-52c16b5cd655} <Debug> TCPHandler: Processed in 0.003111864 sec. | ||
| 3840 | 2025.01.17 14:38:08.705310 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 3841 | 2025.01.17 14:38:08.705481 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3842 | 2025.01.17 14:38:08.705734 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3843 | 2025.01.17 14:38:08.705859 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3844 | 2025.01.17 14:38:08.706032 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3845 | 2025.01.17 14:38:08.706273 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 150 rows starting from the beginning of the part | ||
| 3846 | 2025.01.17 14:38:08.706990 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3847 | 2025.01.17 14:38:08.707799 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 3848 | 2025.01.17 14:38:08.707991 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.01.17 14:38:08.708119 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3850 | 2025.01.17 14:38:08.708537 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3851 | 2025.01.17 14:38:08.709176 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 3852 | 2025.01.17 14:38:08.709739 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3853 | 2025.01.17 14:38:08.709817 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3854 | 2025.01.17 14:38:08.710494 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3855 | 2025.01.17 14:38:08.710995 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005342 sec., 11231.748408835641 rows/sec., 775.11 KiB/sec. | ||
| 3856 | 2025.01.17 14:38:08.711134 [ 253 ] {d3861444-3628-4ae3-9800-f183bedb6a5d} <Debug> TCPHandler: Processed in 0.005741218 sec. | ||
| 3857 | 2025.01.17 14:38:08.713740 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 19 columns (19 merged, 0 gathered) in 0.008631287 sec., 29427.82461062875 rows/sec., 52.73 MiB/sec. | ||
| 3858 | 2025.01.17 14:38:08.714166 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3859 | 2025.01.17 14:38:08.714571 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.01.17 14:38:08.714661 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3861 | 2025.01.17 14:38:08.714808 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 3862 | 2025.01.17 14:38:10.490592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3863 | 2025.01.17 14:38:10.491305 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3864 | 2025.01.17 14:38:10.491351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3865 | 2025.01.17 14:38:10.491898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3866 | 2025.01.17 14:38:10.492153 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3867 | 2025.01.17 14:38:10.492434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3868 | 2025.01.17 14:38:11.012043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3869 | 2025.01.17 14:38:11.031324 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.01.17 14:38:11.031388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3871 | 2025.01.17 14:38:11.038807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3872 | 2025.01.17 14:38:11.039545 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.01.17 14:38:11.042674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3874 | 2025.01.17 14:38:12.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.09 MiB, peak 186.53 MiB, free memory in arenas 0.00 B, will set to 180.09 MiB (RSS), difference: 1.00 MiB | ||
| 3875 | 2025.01.17 14:38:13.030206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 558 | ||
| 3876 | 2025.01.17 14:38:13.033470 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2025.01.17 14:38:13.033534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3878 | 2025.01.17 14:38:13.035055 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3879 | 2025.01.17 14:38:13.035393 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2025.01.17 14:38:13.037027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558 | ||
| 3881 | 2025.01.17 14:38:13.695155 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3882 | 2025.01.17 14:38:13.695365 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3883 | 2025.01.17 14:38:13.695446 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3884 | 2025.01.17 14:38:13.696259 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.01.17 14:38:13.696309 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3886 | 2025.01.17 14:38:13.696753 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3887 | 2025.01.17 14:38:13.697008 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.01.17 14:38:13.697244 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 3889 | 2025.01.17 14:38:13.697310 [ 253 ] {9de0afcd-2dcc-40de-a041-ff8d72992b6d} <Debug> TCPHandler: Processed in 0.002291517 sec. | ||
| 3890 | 2025.01.17 14:38:13.697581 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3891 | 2025.01.17 14:38:13.697804 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3892 | 2025.01.17 14:38:13.697884 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3893 | 2025.01.17 14:38:13.698745 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3894 | 2025.01.17 14:38:13.698801 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3895 | 2025.01.17 14:38:13.699303 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3896 | 2025.01.17 14:38:13.699583 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3897 | 2025.01.17 14:38:13.699796 [ 103 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3898 | 2025.01.17 14:38:13.699871 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.00212 sec., 108018.86792452831 rows/sec., 9.45 MiB/sec. | ||
| 3899 | 2025.01.17 14:38:13.699878 [ 103 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.01.17 14:38:13.699962 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3901 | 2025.01.17 14:38:13.700022 [ 257 ] {731294ca-7d01-4e61-9795-0bc366e4a08e} <Debug> TCPHandler: Processed in 0.002583813 sec. | ||
| 3902 | 2025.01.17 14:38:13.700374 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3903 | 2025.01.17 14:38:13.700417 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 3904 | 2025.01.17 14:38:13.700808 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3905 | 2025.01.17 14:38:13.700969 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3906 | 2025.01.17 14:38:13.700983 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3907 | 2025.01.17 14:38:13.701145 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 3908 | 2025.01.17 14:38:13.701508 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3909 | 2025.01.17 14:38:13.701931 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part | ||
| 3910 | 2025.01.17 14:38:13.702289 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 229 rows starting from the beginning of the part | ||
| 3911 | 2025.01.17 14:38:13.702808 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 109 rows starting from the beginning of the part | ||
| 3912 | 2025.01.17 14:38:13.703189 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 229 rows starting from the beginning of the part | ||
| 3913 | 2025.01.17 14:38:13.704151 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2025.01.17 14:38:13.704222 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3915 | 2025.01.17 14:38:13.705278 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3916 | 2025.01.17 14:38:13.705714 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2025.01.17 14:38:13.706147 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005491 sec., 3642.3238025860496 rows/sec., 261.08 KiB/sec. | ||
| 3918 | 2025.01.17 14:38:13.706471 [ 253 ] {e89520e4-32c9-47db-b04f-8b5b3a9004cb} <Debug> TCPHandler: Processed in 0.0063237 sec. | ||
| 3919 | 2025.01.17 14:38:13.706493 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006429393 sec., 335801.52900903707 rows/sec., 29.53 MiB/sec. | ||
| 3920 | 2025.01.17 14:38:13.706659 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3921 | 2025.01.17 14:38:13.706760 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3922 | 2025.01.17 14:38:13.706820 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3923 | 2025.01.17 14:38:13.706895 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3924 | 2025.01.17 14:38:13.707121 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2025.01.17 14:38:13.707260 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_26_5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3926 | 2025.01.17 14:38:13.707369 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 3927 | 2025.01.17 14:38:13.707777 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3928 | 2025.01.17 14:38:13.707817 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3929 | 2025.01.17 14:38:13.708186 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3930 | 2025.01.17 14:38:13.708438 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2025.01.17 14:38:13.708567 [ 102 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3932 | 2025.01.17 14:38:13.708605 [ 102 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2025.01.17 14:38:13.708627 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001862 sec., 7518.796992481203 rows/sec., 526.57 KiB/sec. | ||
| 3934 | 2025.01.17 14:38:13.708631 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3935 | 2025.01.17 14:38:13.708748 [ 257 ] {d6e75878-187a-45db-826e-2a779b27fa71} <Debug> TCPHandler: Processed in 0.002148184 sec. | ||
| 3936 | 2025.01.17 14:38:13.708864 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 3937 | 2025.01.17 14:38:13.708959 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2025.01.17 14:38:13.709081 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3939 | 2025.01.17 14:38:13.709172 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 3940 | 2025.01.17 14:38:13.709182 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3941 | 2025.01.17 14:38:13.709303 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3942 | 2025.01.17 14:38:13.709586 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 3943 | 2025.01.17 14:38:13.709910 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3944 | 2025.01.17 14:38:13.710339 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3945 | 2025.01.17 14:38:13.710714 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 3946 | 2025.01.17 14:38:13.711019 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3947 | 2025.01.17 14:38:13.712011 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3948 | 2025.01.17 14:38:13.712079 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3949 | 2025.01.17 14:38:13.713113 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3950 | 2025.01.17 14:38:13.713641 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2025.01.17 14:38:13.714019 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249448 sec., 103058.4549080208 rows/sec., 7.38 MiB/sec. | ||
| 3952 | 2025.01.17 14:38:13.714168 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00504 sec., 2579.365079365079 rows/sec., 160.82 KiB/sec. | ||
| 3953 | 2025.01.17 14:38:13.714293 [ 253 ] {a980c97e-fea7-4e99-97f2-27d3bec230dc} <Debug> TCPHandler: Processed in 0.005430822 sec. | ||
| 3954 | 2025.01.17 14:38:13.714300 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3955 | 2025.01.17 14:38:13.714524 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2025.01.17 14:38:13.714665 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3957 | 2025.01.17 14:38:13.714720 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3958 | 2025.01.17 14:38:13.714790 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.01.17 14:38:13.714903 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_11_2} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3960 | 2025.01.17 14:38:13.715022 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3961 | 2025.01.17 14:38:13.715581 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3962 | 2025.01.17 14:38:13.715620 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3963 | 2025.01.17 14:38:13.716007 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3964 | 2025.01.17 14:38:13.716252 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3965 | 2025.01.17 14:38:13.716388 [ 102 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3966 | 2025.01.17 14:38:13.716438 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001803 sec., 219079.31225734888 rows/sec., 15.56 MiB/sec. | ||
| 3967 | 2025.01.17 14:38:13.716441 [ 102 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2025.01.17 14:38:13.716496 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3969 | 2025.01.17 14:38:13.716517 [ 257 ] {8c84b396-8979-41d9-8231-f08248a9cf95} <Debug> TCPHandler: Processed in 0.002051482 sec. | ||
| 3970 | 2025.01.17 14:38:13.716741 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.01.17 14:38:13.716990 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 3972 | 2025.01.17 14:38:13.717132 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3973 | 2025.01.17 14:38:13.717285 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3974 | 2025.01.17 14:38:13.717390 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3975 | 2025.01.17 14:38:13.717480 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 3976 | 2025.01.17 14:38:13.717773 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3977 | 2025.01.17 14:38:13.718164 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part | ||
| 3978 | 2025.01.17 14:38:13.718565 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 395 rows starting from the beginning of the part | ||
| 3979 | 2025.01.17 14:38:13.718849 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 92 rows starting from the beginning of the part | ||
| 3980 | 2025.01.17 14:38:13.719191 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 395 rows starting from the beginning of the part | ||
| 3981 | 2025.01.17 14:38:13.719827 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2025.01.17 14:38:13.719878 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3983 | 2025.01.17 14:38:13.720739 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3984 | 2025.01.17 14:38:13.721274 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3985 | 2025.01.17 14:38:13.721603 [ 102 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3986 | 2025.01.17 14:38:13.721674 [ 102 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3987 | 2025.01.17 14:38:13.721713 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 3988 | 2025.01.17 14:38:13.721744 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00471 sec., 1273.8853503184714 rows/sec., 66.56 KiB/sec. | ||
| 3989 | 2025.01.17 14:38:13.722228 [ 253 ] {982c4aea-963e-4bdb-8ad4-8e3aac00c2f8} <Debug> TCPHandler: Processed in 0.005606425 sec. | ||
| 3990 | 2025.01.17 14:38:13.722711 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 3991 | 2025.01.17 14:38:13.722858 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3992 | 2025.01.17 14:38:13.723018 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.006419722 sec., 302661.0809626959 rows/sec., 23.16 MiB/sec. | ||
| 3993 | 2025.01.17 14:38:13.723236 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3994 | 2025.01.17 14:38:13.723247 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3995 | 2025.01.17 14:38:13.723330 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 3996 | 2025.01.17 14:38:13.723376 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3997 | 2025.01.17 14:38:13.723440 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3998 | 2025.01.17 14:38:13.724059 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3999 | 2025.01.17 14:38:13.724330 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2025.01.17 14:38:13.724678 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_26_5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4001 | 2025.01.17 14:38:13.724818 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4002 | 2025.01.17 14:38:13.724921 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4003 | 2025.01.17 14:38:13.725253 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4004 | 2025.01.17 14:38:13.725361 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4005 | 2025.01.17 14:38:13.725791 [ 188 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 4006 | 2025.01.17 14:38:13.726632 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2025.01.17 14:38:13.726695 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4008 | 2025.01.17 14:38:13.727849 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4009 | 2025.01.17 14:38:13.728327 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006494493 sec., 10162.456099344476 rows/sec., 530.95 KiB/sec. | ||
| 4010 | 2025.01.17 14:38:13.728430 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2025.01.17 14:38:13.728536 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4012 | 2025.01.17 14:38:13.728657 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4013 | 2025.01.17 14:38:13.728761 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4014 | 2025.01.17 14:38:13.728835 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4015 | 2025.01.17 14:38:13.728986 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005851 sec., 40505.89642796103 rows/sec., 2.71 MiB/sec. | ||
| 4016 | 2025.01.17 14:38:13.729276 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 4017 | 2025.01.17 14:38:13.729311 [ 257 ] {138f23bb-5e91-44a6-b469-7bca39fc23f9} <Debug> TCPHandler: Processed in 0.006888411 sec. | ||
| 4018 | 2025.01.17 14:38:13.729555 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2025.01.17 14:38:13.729623 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4020 | 2025.01.17 14:38:13.729851 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_11_2} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4021 | 2025.01.17 14:38:13.729881 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4022 | 2025.01.17 14:38:13.729980 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4023 | 2025.01.17 14:38:13.730052 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7491 rows starting from the beginning of the part | ||
| 4024 | 2025.01.17 14:38:13.730097 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4025 | 2025.01.17 14:38:13.730175 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4026 | 2025.01.17 14:38:13.730525 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 96 rows starting from the beginning of the part | ||
| 4027 | 2025.01.17 14:38:13.731002 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4028 | 2025.01.17 14:38:13.731364 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 4029 | 2025.01.17 14:38:13.731595 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 4030 | 2025.01.17 14:38:13.732029 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4031 | 2025.01.17 14:38:13.732699 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2025.01.17 14:38:13.732759 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4033 | 2025.01.17 14:38:13.733456 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4034 | 2025.01.17 14:38:13.733736 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2025.01.17 14:38:13.734150 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004257 sec., 234.9072116513977 rows/sec., 15.83 KiB/sec. | ||
| 4036 | 2025.01.17 14:38:13.734321 [ 253 ] {f73ddecc-3721-4229-9a7e-70311ce10d87} <Debug> TCPHandler: Processed in 0.004865501 sec. | ||
| 4037 | 2025.01.17 14:38:13.734542 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4038 | 2025.01.17 14:38:13.734833 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4039 | 2025.01.17 14:38:13.735075 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4040 | 2025.01.17 14:38:13.736620 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4041 | 2025.01.17 14:38:13.736660 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4042 | 2025.01.17 14:38:13.737315 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8382 rows, containing 5 columns (5 merged, 0 gathered) in 0.008353262 sec., 1003440.3326508853 rows/sec., 67.71 MiB/sec. | ||
| 4043 | 2025.01.17 14:38:13.737501 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4044 | 2025.01.17 14:38:13.737914 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4045 | 2025.01.17 14:38:13.737925 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.01.17 14:38:13.738018 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4047 | 2025.01.17 14:38:13.738118 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 4048 | 2025.01.17 14:38:13.738243 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2025.01.17 14:38:13.738545 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003807 sec., 3414.762280010507 rows/sec., 6.12 MiB/sec. | ||
| 4050 | 2025.01.17 14:38:13.738804 [ 257 ] {18dde80e-6c0a-48a5-a47b-8dd0ab455f4d} <Debug> TCPHandler: Processed in 0.00434994 sec. | ||
| 4051 | 2025.01.17 14:38:13.738974 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2025.01.17 14:38:13.739113 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4053 | 2025.01.17 14:38:13.739172 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4054 | 2025.01.17 14:38:13.739751 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2025.01.17 14:38:13.739791 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4056 | 2025.01.17 14:38:13.740169 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4057 | 2025.01.17 14:38:13.740414 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2025.01.17 14:38:13.740569 [ 102 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4059 | 2025.01.17 14:38:13.740626 [ 102 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.01.17 14:38:13.740663 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4061 | 2025.01.17 14:38:13.740667 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 3.31 MiB/sec. | ||
| 4062 | 2025.01.17 14:38:13.740950 [ 253 ] {05e3a2c4-7eb4-4241-ab2d-802fa15a2a69} <Debug> TCPHandler: Processed in 0.002032832 sec. | ||
| 4063 | 2025.01.17 14:38:13.741119 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 4064 | 2025.01.17 14:38:13.741336 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4065 | 2025.01.17 14:38:13.741368 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 4066 | 2025.01.17 14:38:13.741487 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part | ||
| 4067 | 2025.01.17 14:38:13.741620 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4068 | 2025.01.17 14:38:13.741834 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4069 | 2025.01.17 14:38:13.741979 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4070 | 2025.01.17 14:38:13.742119 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4071 | 2025.01.17 14:38:13.743399 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 4 columns (4 merged, 0 gathered) in 0.002596783 sec., 615376.795057577 rows/sec., 40.12 MiB/sec. | ||
| 4072 | 2025.01.17 14:38:13.743747 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4073 | 2025.01.17 14:38:13.744080 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4074 | 2025.01.17 14:38:13.744162 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_26_5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4075 | 2025.01.17 14:38:13.744249 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4076 | 2025.01.17 14:38:17.897249 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4077 | 2025.01.17 14:38:17.897321 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4078 | 2025.01.17 14:38:17.993555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4079 | 2025.01.17 14:38:17.994191 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4080 | 2025.01.17 14:38:17.994230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4081 | 2025.01.17 14:38:17.994767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4082 | 2025.01.17 14:38:17.995029 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2025.01.17 14:38:17.995226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4084 | 2025.01.17 14:38:18.543719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4085 | 2025.01.17 14:38:18.563766 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.01.17 14:38:18.563830 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4087 | 2025.01.17 14:38:18.571264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4088 | 2025.01.17 14:38:18.572023 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2025.01.17 14:38:18.575973 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4090 | 2025.01.17 14:38:18.691968 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4091 | 2025.01.17 14:38:18.692171 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4092 | 2025.01.17 14:38:18.692248 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4093 | 2025.01.17 14:38:18.693121 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4094 | 2025.01.17 14:38:18.693167 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4095 | 2025.01.17 14:38:18.693613 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4096 | 2025.01.17 14:38:18.693875 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2025.01.17 14:38:18.694107 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001991 sec., 54244.09844299347 rows/sec., 4.54 MiB/sec. | ||
| 4098 | 2025.01.17 14:38:18.694171 [ 253 ] {700a6af9-7ecc-43bd-b7bc-968c85d791bb} <Debug> TCPHandler: Processed in 0.002337118 sec. | ||
| 4099 | 2025.01.17 14:38:18.694441 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4100 | 2025.01.17 14:38:18.694637 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4101 | 2025.01.17 14:38:18.694714 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4102 | 2025.01.17 14:38:18.695470 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2025.01.17 14:38:18.695519 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4104 | 2025.01.17 14:38:18.695971 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4105 | 2025.01.17 14:38:18.696233 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4106 | 2025.01.17 14:38:18.696485 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001902 sec., 13669.821240799158 rows/sec., 1.00 MiB/sec. | ||
| 4107 | 2025.01.17 14:38:18.696550 [ 257 ] {62a6bdca-ba73-4f11-8c85-96193e044e27} <Debug> TCPHandler: Processed in 0.002250256 sec. | ||
| 4108 | 2025.01.17 14:38:18.696728 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4109 | 2025.01.17 14:38:18.696871 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4110 | 2025.01.17 14:38:18.696929 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4111 | 2025.01.17 14:38:18.697666 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2025.01.17 14:38:18.697713 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4113 | 2025.01.17 14:38:18.698112 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4114 | 2025.01.17 14:38:18.698346 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4115 | 2025.01.17 14:38:18.698552 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001715 sec., 52478.13411078717 rows/sec., 4.10 MiB/sec. | ||
| 4116 | 2025.01.17 14:38:18.698608 [ 253 ] {7a2f5b1c-6c14-4e1a-bf27-a1a351448a54} <Debug> TCPHandler: Processed in 0.00194792 sec. | ||
| 4117 | 2025.01.17 14:38:18.698747 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2025.01.17 14:38:18.698874 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4119 | 2025.01.17 14:38:18.698935 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4120 | 2025.01.17 14:38:18.699655 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4121 | 2025.01.17 14:38:18.699704 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4122 | 2025.01.17 14:38:18.700160 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4123 | 2025.01.17 14:38:18.700421 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4124 | 2025.01.17 14:38:18.700630 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001787 sec., 89535.53441522105 rows/sec., 6.24 MiB/sec. | ||
| 4125 | 2025.01.17 14:38:18.700686 [ 257 ] {18de2374-e6e8-4ee5-9171-bb5c70e50ee8} <Debug> TCPHandler: Processed in 0.001997961 sec. | ||
| 4126 | 2025.01.17 14:38:18.700838 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4127 | 2025.01.17 14:38:18.700966 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4128 | 2025.01.17 14:38:18.701059 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4129 | 2025.01.17 14:38:18.702383 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4130 | 2025.01.17 14:38:18.702423 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4131 | 2025.01.17 14:38:18.703076 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4132 | 2025.01.17 14:38:18.703334 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4133 | 2025.01.17 14:38:18.703567 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002634 sec., 9870.918754745633 rows/sec., 17.69 MiB/sec. | ||
| 4134 | 2025.01.17 14:38:18.703677 [ 253 ] {f5732ab7-1a95-41da-81a9-7c5495f6edb2} <Debug> TCPHandler: Processed in 0.00289375 sec. | ||
| 4135 | 2025.01.17 14:38:18.703839 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4136 | 2025.01.17 14:38:18.703975 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4137 | 2025.01.17 14:38:18.704029 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4138 | 2025.01.17 14:38:18.704522 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4139 | 2025.01.17 14:38:18.704563 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4140 | 2025.01.17 14:38:18.704943 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4141 | 2025.01.17 14:38:18.705190 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4142 | 2025.01.17 14:38:18.705398 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 4143 | 2025.01.17 14:38:18.705450 [ 257 ] {783befd1-06bf-42a7-8990-dab823a31336} <Debug> TCPHandler: Processed in 0.001681784 sec. | ||
| 4144 | 2025.01.17 14:38:19.992513 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4145 | 2025.01.17 14:38:19.992724 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4146 | 2025.01.17 14:38:19.992807 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4147 | 2025.01.17 14:38:19.993553 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4148 | 2025.01.17 14:38:19.993606 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4149 | 2025.01.17 14:38:19.994038 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4150 | 2025.01.17 14:38:19.994305 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4151 | 2025.01.17 14:38:19.994546 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 4152 | 2025.01.17 14:38:19.994614 [ 253 ] {7c18bdfb-232e-4d05-9358-8c9f5729600f} <Debug> TCPHandler: Processed in 0.002238646 sec. | ||
| 4153 | 2025.01.17 14:38:19.994862 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4154 | 2025.01.17 14:38:19.995067 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4155 | 2025.01.17 14:38:19.995141 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4156 | 2025.01.17 14:38:19.995877 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4157 | 2025.01.17 14:38:19.995921 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4158 | 2025.01.17 14:38:19.996361 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4159 | 2025.01.17 14:38:19.996628 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4160 | 2025.01.17 14:38:19.996878 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001857 sec., 8616.047388260637 rows/sec., 702.58 KiB/sec. | ||
| 4161 | 2025.01.17 14:38:19.997046 [ 257 ] {994f3df1-f97d-4c0f-a335-ec388eb129b6} <Debug> TCPHandler: Processed in 0.002325958 sec. | ||
| 4162 | 2025.01.17 14:38:19.997196 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.01.17 14:38:19.997340 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4164 | 2025.01.17 14:38:19.997401 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4165 | 2025.01.17 14:38:19.998574 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.01.17 14:38:19.998616 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4167 | 2025.01.17 14:38:19.999078 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4168 | 2025.01.17 14:38:19.999325 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.01.17 14:38:19.999548 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002244 sec., 613636.3636363636 rows/sec., 51.01 MiB/sec. | ||
| 4170 | 2025.01.17 14:38:19.999604 [ 253 ] {70179086-91f5-43ba-a948-1528937c4f20} <Debug> TCPHandler: Processed in 0.002476151 sec. | ||
| 4171 | 2025.01.17 14:38:19.999754 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4172 | 2025.01.17 14:38:19.999901 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4173 | 2025.01.17 14:38:19.999965 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4174 | 2025.01.17 14:38:20.001041 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2025.01.17 14:38:20.001082 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4176 | 2025.01.17 14:38:20.001458 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4177 | 2025.01.17 14:38:20.001701 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2025.01.17 14:38:20.001885 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.002019 sec., 17830.609212481428 rows/sec., 1.23 MiB/sec. | ||
| 4179 | 2025.01.17 14:38:20.001942 [ 257 ] {eeb30e7a-a88a-4c44-b41d-324d50223ee4} <Debug> TCPHandler: Processed in 0.002259477 sec. | ||
| 4180 | 2025.01.17 14:38:20.002120 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2025.01.17 14:38:20.002263 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4182 | 2025.01.17 14:38:20.002325 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4183 | 2025.01.17 14:38:20.003098 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2025.01.17 14:38:20.003139 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4185 | 2025.01.17 14:38:20.003524 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4186 | 2025.01.17 14:38:20.003769 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2025.01.17 14:38:20.003995 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001768 sec., 136877.82805429865 rows/sec., 9.27 MiB/sec. | ||
| 4188 | 2025.01.17 14:38:20.004064 [ 253 ] {caa18445-82dc-4de1-92a1-7b8ccf62b730} <Debug> TCPHandler: Processed in 0.002012141 sec. | ||
| 4189 | 2025.01.17 14:38:20.004213 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2025.01.17 14:38:20.004352 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4191 | 2025.01.17 14:38:20.004411 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4192 | 2025.01.17 14:38:20.005076 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4193 | 2025.01.17 14:38:20.005114 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4194 | 2025.01.17 14:38:20.005487 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4195 | 2025.01.17 14:38:20.005734 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2025.01.17 14:38:20.005932 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec. | ||
| 4197 | 2025.01.17 14:38:20.006012 [ 257 ] {73c7fec8-daa6-4e1e-9567-c3a112bdaf49} <Debug> TCPHandler: Processed in 0.001865688 sec. | ||
| 4198 | 2025.01.17 14:38:20.006165 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4199 | 2025.01.17 14:38:20.006287 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4200 | 2025.01.17 14:38:20.006341 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4201 | 2025.01.17 14:38:20.007219 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2025.01.17 14:38:20.007263 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4203 | 2025.01.17 14:38:20.007691 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4204 | 2025.01.17 14:38:20.007953 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.01.17 14:38:20.008188 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.001928 sec., 449688.79668049794 rows/sec., 32.58 MiB/sec. | ||
| 4206 | 2025.01.17 14:38:20.008259 [ 253 ] {32e0547d-d1fd-4f7e-ac62-80c7eeb68b05} <Debug> TCPHandler: Processed in 0.002153175 sec. | ||
| 4207 | 2025.01.17 14:38:20.008422 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4208 | 2025.01.17 14:38:20.008542 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4209 | 2025.01.17 14:38:20.008597 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4210 | 2025.01.17 14:38:20.009127 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2025.01.17 14:38:20.009166 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4212 | 2025.01.17 14:38:20.009585 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4213 | 2025.01.17 14:38:20.009836 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2025.01.17 14:38:20.010017 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 4215 | 2025.01.17 14:38:20.010076 [ 257 ] {6ab73bd4-db8c-406f-b3d5-4d0f501e017f} <Debug> TCPHandler: Processed in 0.001716535 sec. | ||
| 4216 | 2025.01.17 14:38:20.010246 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2025.01.17 14:38:20.010391 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4218 | 2025.01.17 14:38:20.010466 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4219 | 2025.01.17 14:38:20.011294 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2025.01.17 14:38:20.011337 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4221 | 2025.01.17 14:38:20.011800 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4222 | 2025.01.17 14:38:20.012048 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4223 | 2025.01.17 14:38:20.012282 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.001926 sec., 516614.7455867082 rows/sec., 34.38 MiB/sec. | ||
| 4224 | 2025.01.17 14:38:20.012354 [ 253 ] {794bc98a-fdb1-420e-9636-d5f110811043} <Debug> TCPHandler: Processed in 0.002175475 sec. | ||
| 4225 | 2025.01.17 14:38:20.012505 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2025.01.17 14:38:20.012628 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4227 | 2025.01.17 14:38:20.012683 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4228 | 2025.01.17 14:38:20.013162 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.01.17 14:38:20.013199 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4230 | 2025.01.17 14:38:20.013571 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4231 | 2025.01.17 14:38:20.013813 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.01.17 14:38:20.014040 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. | ||
| 4233 | 2025.01.17 14:38:20.014229 [ 257 ] {a32e861d-0c59-46fb-a24a-4dcc3e16e5e4} <Debug> TCPHandler: Processed in 0.001778316 sec. | ||
| 4234 | 2025.01.17 14:38:20.014406 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.01.17 14:38:20.014550 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4236 | 2025.01.17 14:38:20.014649 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4237 | 2025.01.17 14:38:20.015881 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.01.17 14:38:20.015924 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4239 | 2025.01.17 14:38:20.016557 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4240 | 2025.01.17 14:38:20.016835 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.01.17 14:38:20.017087 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002571 sec., 5056.3982886036565 rows/sec., 9.06 MiB/sec. | ||
| 4242 | 2025.01.17 14:38:20.017237 [ 253 ] {21a841ba-c052-495c-8d5f-8ae4c9f6d80c} <Debug> TCPHandler: Processed in 0.002896459 sec. | ||
| 4243 | 2025.01.17 14:38:20.017390 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2025.01.17 14:38:20.017528 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.01.17 14:38:20.017589 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4246 | 2025.01.17 14:38:20.018138 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.01.17 14:38:20.018175 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4248 | 2025.01.17 14:38:20.018561 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4249 | 2025.01.17 14:38:20.018806 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.01.17 14:38:20.018985 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001488 sec., 30913.978494623658 rows/sec., 1.87 MiB/sec. | ||
| 4251 | 2025.01.17 14:38:20.019037 [ 257 ] {65ef5c09-586b-4d08-8007-db3c896e16d9} <Debug> TCPHandler: Processed in 0.001714086 sec. | ||
| 4252 | 2025.01.17 14:38:23.037270 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 616 | ||
| 4253 | 2025.01.17 14:38:23.041229 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4254 | 2025.01.17 14:38:23.041286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4255 | 2025.01.17 14:38:23.042789 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4256 | 2025.01.17 14:38:23.043125 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4257 | 2025.01.17 14:38:23.043787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 4258 | 2025.01.17 14:38:23.687966 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2025.01.17 14:38:23.688161 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4260 | 2025.01.17 14:38:23.688238 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4261 | 2025.01.17 14:38:23.689104 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.01.17 14:38:23.689146 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4263 | 2025.01.17 14:38:23.689590 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4264 | 2025.01.17 14:38:23.689843 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.01.17 14:38:23.690036 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 4266 | 2025.01.17 14:38:23.690100 [ 253 ] {2ed91547-a55b-41a1-a198-cc3ab5c8c5b8} <Debug> TCPHandler: Processed in 0.002257386 sec. | ||
| 4267 | 2025.01.17 14:38:23.690439 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2025.01.17 14:38:23.690749 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4269 | 2025.01.17 14:38:23.690871 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4270 | 2025.01.17 14:38:23.691737 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4271 | 2025.01.17 14:38:23.691792 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4272 | 2025.01.17 14:38:23.692258 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4273 | 2025.01.17 14:38:23.692531 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2025.01.17 14:38:23.692778 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002114 sec., 30274.361400189217 rows/sec., 2.36 MiB/sec. | ||
| 4275 | 2025.01.17 14:38:23.692846 [ 257 ] {8de41a10-aa45-4597-a6e0-ec6304b3c9d1} <Debug> TCPHandler: Processed in 0.002604814 sec. | ||
| 4276 | 2025.01.17 14:38:23.693022 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4277 | 2025.01.17 14:38:23.693183 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4278 | 2025.01.17 14:38:23.693249 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4279 | 2025.01.17 14:38:23.693903 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.01.17 14:38:23.693949 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4281 | 2025.01.17 14:38:23.694375 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4282 | 2025.01.17 14:38:23.694614 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2025.01.17 14:38:23.694793 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001647 sec., 58287.795992714025 rows/sec., 4.06 MiB/sec. | ||
| 4284 | 2025.01.17 14:38:23.694848 [ 253 ] {21266779-54c3-454a-aef5-50436077b2fc} <Debug> TCPHandler: Processed in 0.001899029 sec. | ||
| 4285 | 2025.01.17 14:38:23.694997 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2025.01.17 14:38:23.695135 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4287 | 2025.01.17 14:38:23.695202 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4288 | 2025.01.17 14:38:23.695789 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2025.01.17 14:38:23.695837 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4290 | 2025.01.17 14:38:23.696271 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4291 | 2025.01.17 14:38:23.696520 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.01.17 14:38:23.696779 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00167 sec., 21556.88622754491 rows/sec., 1.45 MiB/sec. | ||
| 4293 | 2025.01.17 14:38:23.696969 [ 257 ] {ef4ebada-d84a-4915-b6b2-74d92148b64a} <Debug> TCPHandler: Processed in 0.002028352 sec. | ||
| 4294 | 2025.01.17 14:38:25.495330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4295 | 2025.01.17 14:38:25.496028 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4296 | 2025.01.17 14:38:25.496076 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4297 | 2025.01.17 14:38:25.496683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4298 | 2025.01.17 14:38:25.496939 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2025.01.17 14:38:25.497217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4300 | 2025.01.17 14:38:26.076034 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4301 | 2025.01.17 14:38:26.097200 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2025.01.17 14:38:26.097255 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4303 | 2025.01.17 14:38:26.104866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4304 | 2025.01.17 14:38:26.105633 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2025.01.17 14:38:26.108357 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4306 | 2025.01.17 14:38:28.692011 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4307 | 2025.01.17 14:38:28.692211 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4308 | 2025.01.17 14:38:28.692284 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4309 | 2025.01.17 14:38:28.693137 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2025.01.17 14:38:28.693193 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4311 | 2025.01.17 14:38:28.693663 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4312 | 2025.01.17 14:38:28.693928 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2025.01.17 14:38:28.694158 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001995 sec., 54135.338345864664 rows/sec., 4.53 MiB/sec. | ||
| 4314 | 2025.01.17 14:38:28.694278 [ 253 ] {cfe77fd7-e9fa-487d-aa0a-95a496db7657} <Debug> TCPHandler: Processed in 0.002410619 sec. | ||
| 4315 | 2025.01.17 14:38:28.694574 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2025.01.17 14:38:28.694779 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4317 | 2025.01.17 14:38:28.694860 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4318 | 2025.01.17 14:38:28.695637 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.01.17 14:38:28.695688 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4320 | 2025.01.17 14:38:28.696145 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4321 | 2025.01.17 14:38:28.696428 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.01.17 14:38:28.696633 [ 83 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4323 | 2025.01.17 14:38:28.696700 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001978 sec., 13144.59049544995 rows/sec., 988.41 KiB/sec. | ||
| 4324 | 2025.01.17 14:38:28.696709 [ 83 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2025.01.17 14:38:28.696785 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4326 | 2025.01.17 14:38:28.696841 [ 257 ] {77ed192a-3cda-461e-a2cf-6782e3abd8c6} <Debug> TCPHandler: Processed in 0.00242514 sec. | ||
| 4327 | 2025.01.17 14:38:28.697148 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4328 | 2025.01.17 14:38:28.697240 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 4329 | 2025.01.17 14:38:28.697359 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4330 | 2025.01.17 14:38:28.697408 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4331 | 2025.01.17 14:38:28.697422 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4332 | 2025.01.17 14:38:28.697453 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 58 rows starting from the beginning of the part | ||
| 4333 | 2025.01.17 14:38:28.697610 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
| 4334 | 2025.01.17 14:38:28.698065 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4335 | 2025.01.17 14:38:28.698429 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4336 | 2025.01.17 14:38:28.698750 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 4337 | 2025.01.17 14:38:28.699006 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4338 | 2025.01.17 14:38:28.699737 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4339 | 2025.01.17 14:38:28.699813 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4340 | 2025.01.17 14:38:28.700457 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4341 | 2025.01.17 14:38:28.700761 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.00386195 sec., 50233.69023420811 rows/sec., 3.79 MiB/sec. | ||
| 4342 | 2025.01.17 14:38:28.700848 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2025.01.17 14:38:28.701128 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4344 | 2025.01.17 14:38:28.701278 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.003952 sec., 22773.27935222672 rows/sec., 1.78 MiB/sec. | ||
| 4345 | 2025.01.17 14:38:28.701402 [ 253 ] {aade56c8-4a9a-4c42-8b72-58675337b96b} <Debug> TCPHandler: Processed in 0.004422321 sec. | ||
| 4346 | 2025.01.17 14:38:28.701608 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4347 | 2025.01.17 14:38:28.701705 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2025.01.17 14:38:28.701892 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4349 | 2025.01.17 14:38:28.701904 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_20_4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4350 | 2025.01.17 14:38:28.701998 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4351 | 2025.01.17 14:38:28.702068 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4352 | 2025.01.17 14:38:28.702715 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.01.17 14:38:28.702762 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4354 | 2025.01.17 14:38:28.703190 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4355 | 2025.01.17 14:38:28.703450 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2025.01.17 14:38:28.703684 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001865 sec., 85790.88471849867 rows/sec., 5.98 MiB/sec. | ||
| 4357 | 2025.01.17 14:38:28.703746 [ 257 ] {b76235d9-38c3-4c7e-b480-b1d0e168680d} <Debug> TCPHandler: Processed in 0.002212695 sec. | ||
| 4358 | 2025.01.17 14:38:28.703922 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4359 | 2025.01.17 14:38:28.704062 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4360 | 2025.01.17 14:38:28.704159 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4361 | 2025.01.17 14:38:28.705323 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4362 | 2025.01.17 14:38:28.705365 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4363 | 2025.01.17 14:38:28.706030 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4364 | 2025.01.17 14:38:28.706299 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2025.01.17 14:38:28.706610 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002579 sec., 10081.426909654905 rows/sec., 18.07 MiB/sec. | ||
| 4366 | 2025.01.17 14:38:28.706952 [ 253 ] {c5238fb4-9a4e-4365-baca-5500a4c2c562} <Debug> TCPHandler: Processed in 0.003098174 sec. | ||
| 4367 | 2025.01.17 14:38:28.707156 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4368 | 2025.01.17 14:38:28.707295 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4369 | 2025.01.17 14:38:28.707352 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4370 | 2025.01.17 14:38:28.707874 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2025.01.17 14:38:28.707915 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4372 | 2025.01.17 14:38:28.708337 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4373 | 2025.01.17 14:38:28.708614 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4374 | 2025.01.17 14:38:28.708857 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec. | ||
| 4375 | 2025.01.17 14:38:28.708916 [ 257 ] {11fd78ad-d0b1-4639-b3c9-2196b6cedcc4} <Debug> TCPHandler: Processed in 0.001850099 sec. | ||
| 4376 | 2025.01.17 14:38:32.897368 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4377 | 2025.01.17 14:38:32.897448 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4378 | 2025.01.17 14:38:32.997331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4379 | 2025.01.17 14:38:32.998052 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4380 | 2025.01.17 14:38:32.998099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4381 | 2025.01.17 14:38:32.998641 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4382 | 2025.01.17 14:38:32.998897 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4383 | 2025.01.17 14:38:32.999181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4384 | 2025.01.17 14:38:33.044053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 636 | ||
| 4385 | 2025.01.17 14:38:33.046943 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.01.17 14:38:33.046993 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4387 | 2025.01.17 14:38:33.048495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4388 | 2025.01.17 14:38:33.048828 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.01.17 14:38:33.049427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4390 | 2025.01.17 14:38:33.608422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4391 | 2025.01.17 14:38:33.630096 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.01.17 14:38:33.630165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4393 | 2025.01.17 14:38:33.637910 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4394 | 2025.01.17 14:38:33.638682 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.01.17 14:38:33.642063 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4396 | 2025.01.17 14:38:33.697790 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4397 | 2025.01.17 14:38:33.697997 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4398 | 2025.01.17 14:38:33.698076 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4399 | 2025.01.17 14:38:33.698889 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4400 | 2025.01.17 14:38:33.698934 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4401 | 2025.01.17 14:38:33.699411 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4402 | 2025.01.17 14:38:33.699674 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4403 | 2025.01.17 14:38:33.699827 [ 77 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4404 | 2025.01.17 14:38:33.699876 [ 77 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2025.01.17 14:38:33.699903 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4406 | 2025.01.17 14:38:33.699916 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec. | ||
| 4407 | 2025.01.17 14:38:33.700287 [ 253 ] {f41b39a0-0cbd-42aa-a724-e6c9714359f1} <Debug> TCPHandler: Processed in 0.002624144 sec. | ||
| 4408 | 2025.01.17 14:38:33.700315 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 4409 | 2025.01.17 14:38:33.700540 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4410 | 2025.01.17 14:38:33.700601 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 4411 | 2025.01.17 14:38:33.700609 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2025.01.17 14:38:33.700773 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 4413 | 2025.01.17 14:38:33.701084 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4414 | 2025.01.17 14:38:33.701126 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 4415 | 2025.01.17 14:38:33.701300 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4416 | 2025.01.17 14:38:33.701512 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 4417 | 2025.01.17 14:38:33.701845 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 4418 | 2025.01.17 14:38:33.703827 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.01.17 14:38:33.703916 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4420 | 2025.01.17 14:38:33.704460 [ 192 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004446762 sec., 15741.791442852125 rows/sec., 1.17 MiB/sec. | ||
| 4421 | 2025.01.17 14:38:33.704778 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4422 | 2025.01.17 14:38:33.704906 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4423 | 2025.01.17 14:38:33.705201 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_13_3} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4424 | 2025.01.17 14:38:33.705252 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2025.01.17 14:38:33.705330 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_13_3} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4426 | 2025.01.17 14:38:33.705511 [ 77 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4427 | 2025.01.17 14:38:33.705546 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4428 | 2025.01.17 14:38:33.705603 [ 77 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2025.01.17 14:38:33.705663 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4430 | 2025.01.17 14:38:33.705712 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.004862 sec., 47099.958864664746 rows/sec., 4.12 MiB/sec. | ||
| 4431 | 2025.01.17 14:38:33.706011 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 4432 | 2025.01.17 14:38:33.706138 [ 257 ] {149bf3dc-6436-45dc-8fe4-b6dd46393082} <Debug> TCPHandler: Processed in 0.005695768 sec. | ||
| 4433 | 2025.01.17 14:38:33.706513 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2025.01.17 14:38:33.706541 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4435 | 2025.01.17 14:38:33.706582 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part | ||
| 4436 | 2025.01.17 14:38:33.706714 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4437 | 2025.01.17 14:38:33.706731 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part | ||
| 4438 | 2025.01.17 14:38:33.706803 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4439 | 2025.01.17 14:38:33.706931 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1377 rows starting from the beginning of the part | ||
| 4440 | 2025.01.17 14:38:33.707119 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4441 | 2025.01.17 14:38:33.707314 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 108 rows starting from the beginning of the part | ||
| 4442 | 2025.01.17 14:38:33.707559 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 229 rows starting from the beginning of the part | ||
| 4443 | 2025.01.17 14:38:33.708436 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4444 | 2025.01.17 14:38:33.708481 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4445 | 2025.01.17 14:38:33.709034 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4446 | 2025.01.17 14:38:33.709309 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4447 | 2025.01.17 14:38:33.709597 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.002943 sec., 6795.786612300374 rows/sec., 487.12 KiB/sec. | ||
| 4448 | 2025.01.17 14:38:33.710000 [ 253 ] {ccda88a5-0259-412f-b829-3ea89cdccc1c} <Debug> TCPHandler: Processed in 0.003661885 sec. | ||
| 4449 | 2025.01.17 14:38:33.710311 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4450 | 2025.01.17 14:38:33.710589 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4451 | 2025.01.17 14:38:33.710623 [ 192 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.00487698 sec., 678083.5681097728 rows/sec., 59.19 MiB/sec. | ||
| 4452 | 2025.01.17 14:38:33.710677 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4453 | 2025.01.17 14:38:33.711011 [ 192 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4454 | 2025.01.17 14:38:33.711688 [ 192 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2025.01.17 14:38:33.711879 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4456 | 2025.01.17 14:38:33.711922 [ 192 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_31_6} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4457 | 2025.01.17 14:38:33.711948 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4458 | 2025.01.17 14:38:33.712099 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 4459 | 2025.01.17 14:38:33.712454 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4460 | 2025.01.17 14:38:33.712708 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4461 | 2025.01.17 14:38:33.712925 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00239 sec., 5857.740585774058 rows/sec., 410.24 KiB/sec. | ||
| 4462 | 2025.01.17 14:38:33.712983 [ 257 ] {7ced821a-6526-433e-854c-ccb792ab39f4} <Debug> TCPHandler: Processed in 0.002843169 sec. | ||
| 4463 | 2025.01.17 14:38:33.713156 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4464 | 2025.01.17 14:38:33.713297 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4465 | 2025.01.17 14:38:33.713358 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4466 | 2025.01.17 14:38:33.714049 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2025.01.17 14:38:33.714095 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4468 | 2025.01.17 14:38:33.714504 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4469 | 2025.01.17 14:38:33.714753 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4470 | 2025.01.17 14:38:33.714879 [ 77 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4471 | 2025.01.17 14:38:33.714927 [ 77 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.01.17 14:38:33.714945 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001678 sec., 7747.3182359952325 rows/sec., 483.04 KiB/sec. | ||
| 4473 | 2025.01.17 14:38:33.714958 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4474 | 2025.01.17 14:38:33.715065 [ 253 ] {da32b317-9388-43a8-9303-a2933019b858} <Debug> TCPHandler: Processed in 0.001976731 sec. | ||
| 4475 | 2025.01.17 14:38:33.715186 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 4476 | 2025.01.17 14:38:33.715249 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4477 | 2025.01.17 14:38:33.715355 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4478 | 2025.01.17 14:38:33.715395 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 4479 | 2025.01.17 14:38:33.715407 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4480 | 2025.01.17 14:38:33.715553 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4481 | 2025.01.17 14:38:33.715593 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 4482 | 2025.01.17 14:38:33.716023 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 4483 | 2025.01.17 14:38:33.716462 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 4484 | 2025.01.17 14:38:33.716841 [ 198 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 4485 | 2025.01.17 14:38:33.718103 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2025.01.17 14:38:33.718151 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4487 | 2025.01.17 14:38:33.718504 [ 192 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003446011 sec., 18862.38900572285 rows/sec., 1.22 MiB/sec. | ||
| 4488 | 2025.01.17 14:38:33.718724 [ 192 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4489 | 2025.01.17 14:38:33.718871 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4490 | 2025.01.17 14:38:33.719207 [ 186 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_13_3} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2025.01.17 14:38:33.719316 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2025.01.17 14:38:33.719360 [ 186 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_13_3} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4493 | 2025.01.17 14:38:33.719506 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4494 | 2025.01.17 14:38:33.719550 [ 77 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4495 | 2025.01.17 14:38:33.719640 [ 77 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2025.01.17 14:38:33.719677 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4497 | 2025.01.17 14:38:33.719719 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004349 sec., 90825.47712117729 rows/sec., 6.45 MiB/sec. | ||
| 4498 | 2025.01.17 14:38:33.720124 [ 257 ] {84745d9f-e157-4e37-89b8-99752455a4dd} <Debug> TCPHandler: Processed in 0.004949831 sec. | ||
| 4499 | 2025.01.17 14:38:33.720138 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 4500 | 2025.01.17 14:38:33.720333 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4501 | 2025.01.17 14:38:33.720345 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2025.01.17 14:38:33.720396 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4503 | 2025.01.17 14:38:33.720671 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part | ||
| 4504 | 2025.01.17 14:38:33.720774 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4505 | 2025.01.17 14:38:33.720962 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 867 rows starting from the beginning of the part | ||
| 4506 | 2025.01.17 14:38:33.720987 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4507 | 2025.01.17 14:38:33.721341 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4508 | 2025.01.17 14:38:33.721709 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part | ||
| 4509 | 2025.01.17 14:38:33.722104 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 395 rows starting from the beginning of the part | ||
| 4510 | 2025.01.17 14:38:33.723380 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2025.01.17 14:38:33.723457 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4512 | 2025.01.17 14:38:33.724561 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4513 | 2025.01.17 14:38:33.724846 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.01.17 14:38:33.725437 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004864 sec., 1233.5526315789473 rows/sec., 64.45 KiB/sec. | ||
| 4515 | 2025.01.17 14:38:33.725450 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005693747 sec., 424149.5099799833 rows/sec., 32.53 MiB/sec. | ||
| 4516 | 2025.01.17 14:38:33.725567 [ 253 ] {29028bbf-c03d-41e0-a63a-cbcc080665e0} <Debug> TCPHandler: Processed in 0.00531523 sec. | ||
| 4517 | 2025.01.17 14:38:33.725732 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4518 | 2025.01.17 14:38:33.725739 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4519 | 2025.01.17 14:38:33.725874 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4520 | 2025.01.17 14:38:33.725940 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4521 | 2025.01.17 14:38:33.726101 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4522 | 2025.01.17 14:38:33.726249 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_31_6} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4523 | 2025.01.17 14:38:33.726356 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4524 | 2025.01.17 14:38:33.726702 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2025.01.17 14:38:33.726742 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4526 | 2025.01.17 14:38:33.727153 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4527 | 2025.01.17 14:38:33.727397 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2025.01.17 14:38:33.727559 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4529 | 2025.01.17 14:38:33.727625 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2025.01.17 14:38:33.727643 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001789 sec., 132476.2437115707 rows/sec., 8.88 MiB/sec. | ||
| 4531 | 2025.01.17 14:38:33.727661 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4532 | 2025.01.17 14:38:33.727852 [ 257 ] {eb694047-d8d7-497f-85fc-e40bd5502211} <Debug> TCPHandler: Processed in 0.002180154 sec. | ||
| 4533 | 2025.01.17 14:38:33.728129 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 4534 | 2025.01.17 14:38:33.728137 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2025.01.17 14:38:33.728577 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4536 | 2025.01.17 14:38:33.728749 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4537 | 2025.01.17 14:38:33.728749 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4538 | 2025.01.17 14:38:33.728857 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8382 rows starting from the beginning of the part | ||
| 4539 | 2025.01.17 14:38:33.729178 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4540 | 2025.01.17 14:38:33.729531 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 995 rows starting from the beginning of the part | ||
| 4541 | 2025.01.17 14:38:33.729886 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 96 rows starting from the beginning of the part | ||
| 4542 | 2025.01.17 14:38:33.730224 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4543 | 2025.01.17 14:38:33.730519 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4544 | 2025.01.17 14:38:33.731399 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2025.01.17 14:38:33.731447 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4546 | 2025.01.17 14:38:33.732159 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4547 | 2025.01.17 14:38:33.732442 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2025.01.17 14:38:33.732839 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004409 sec., 226.80880018144705 rows/sec., 15.28 KiB/sec. | ||
| 4549 | 2025.01.17 14:38:33.732999 [ 253 ] {dbea22af-9507-40cb-9bfd-604fea86a25f} <Debug> TCPHandler: Processed in 0.005023884 sec. | ||
| 4550 | 2025.01.17 14:38:33.733201 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4551 | 2025.01.17 14:38:33.733479 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4552 | 2025.01.17 14:38:33.733727 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4553 | 2025.01.17 14:38:33.735892 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2025.01.17 14:38:33.735936 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4555 | 2025.01.17 14:38:33.737209 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10030 rows, containing 5 columns (5 merged, 0 gathered) in 0.009408913 sec., 1066010.4945172733 rows/sec., 71.92 MiB/sec. | ||
| 4556 | 2025.01.17 14:38:33.737383 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4557 | 2025.01.17 14:38:33.737525 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4558 | 2025.01.17 14:38:33.737932 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.01.17 14:38:33.738123 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2025.01.17 14:38:33.738280 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4561 | 2025.01.17 14:38:33.738424 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2025.01.17 14:38:33.738466 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4563 | 2025.01.17 14:38:33.738497 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4564 | 2025.01.17 14:38:33.738534 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005148 sec., 2525.252525252525 rows/sec., 4.53 MiB/sec. | ||
| 4565 | 2025.01.17 14:38:33.739218 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 4566 | 2025.01.17 14:38:33.739424 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 4567 | 2025.01.17 14:38:33.739582 [ 257 ] {7d4c47e7-3e15-4c7f-a06e-c019c6d54995} <Debug> TCPHandler: Processed in 0.006472003 sec. | ||
| 4568 | 2025.01.17 14:38:33.739797 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4569 | 2025.01.17 14:38:33.740071 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4570 | 2025.01.17 14:38:33.740205 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4571 | 2025.01.17 14:38:33.740217 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4572 | 2025.01.17 14:38:33.740455 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 254 rows starting from the beginning of the part | ||
| 4573 | 2025.01.17 14:38:33.741402 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 4574 | 2025.01.17 14:38:33.742131 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4575 | 2025.01.17 14:38:33.742707 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.01.17 14:38:33.742809 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4577 | 2025.01.17 14:38:33.742915 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 4578 | 2025.01.17 14:38:33.743578 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4579 | 2025.01.17 14:38:33.744259 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 4580 | 2025.01.17 14:38:33.744287 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4581 | 2025.01.17 14:38:33.745129 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4582 | 2025.01.17 14:38:33.745495 [ 76 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4583 | 2025.01.17 14:38:33.745599 [ 76 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2025.01.17 14:38:33.745664 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4585 | 2025.01.17 14:38:33.745795 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005783 sec., 14179.491613349473 rows/sec., 922.19 KiB/sec. | ||
| 4586 | 2025.01.17 14:38:33.746401 [ 253 ] {26a5ea6c-8e80-40e4-9367-9b7562b62fc8} <Debug> TCPHandler: Processed in 0.006712628 sec. | ||
| 4587 | 2025.01.17 14:38:33.746496 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 4588 | 2025.01.17 14:38:33.747291 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4589 | 2025.01.17 14:38:33.747391 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1598 rows starting from the beginning of the part | ||
| 4590 | 2025.01.17 14:38:33.747633 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4591 | 2025.01.17 14:38:33.747840 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part | ||
| 4592 | 2025.01.17 14:38:33.748120 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 4593 | 2025.01.17 14:38:33.748471 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4594 | 2025.01.17 14:38:33.748780 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4595 | 2025.01.17 14:38:33.752581 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 4 columns (4 merged, 0 gathered) in 0.006756419 sec., 278549.9241536086 rows/sec., 18.16 MiB/sec. | ||
| 4596 | 2025.01.17 14:38:33.752945 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4597 | 2025.01.17 14:38:33.753456 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4598 | 2025.01.17 14:38:33.753702 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_31_6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4599 | 2025.01.17 14:38:33.753801 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4600 | 2025.01.17 14:38:33.754497 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 345 rows, containing 19 columns (19 merged, 0 gathered) in 0.015860976 sec., 21751.498772837185 rows/sec., 38.98 MiB/sec. | ||
| 4601 | 2025.01.17 14:38:33.755110 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4602 | 2025.01.17 14:38:33.755583 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4603 | 2025.01.17 14:38:33.755669 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4604 | 2025.01.17 14:38:33.755825 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 4605 | 2025.01.17 14:38:38.691338 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4606 | 2025.01.17 14:38:38.691542 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4607 | 2025.01.17 14:38:38.691614 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4608 | 2025.01.17 14:38:38.692423 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2025.01.17 14:38:38.692478 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4610 | 2025.01.17 14:38:38.692923 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4611 | 2025.01.17 14:38:38.693181 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4612 | 2025.01.17 14:38:38.693421 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001932 sec., 55900.62111801242 rows/sec., 4.67 MiB/sec. | ||
| 4613 | 2025.01.17 14:38:38.693488 [ 253 ] {e8464335-726d-4b68-9c3a-34aac64eecd6} <Debug> TCPHandler: Processed in 0.002278026 sec. | ||
| 4614 | 2025.01.17 14:38:38.693828 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4615 | 2025.01.17 14:38:38.694133 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4616 | 2025.01.17 14:38:38.694253 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4617 | 2025.01.17 14:38:38.695130 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4618 | 2025.01.17 14:38:38.695182 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4619 | 2025.01.17 14:38:38.695648 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4620 | 2025.01.17 14:38:38.695919 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4621 | 2025.01.17 14:38:38.696160 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002112 sec., 12310.60606060606 rows/sec., 925.70 KiB/sec. | ||
| 4622 | 2025.01.17 14:38:38.696229 [ 257 ] {be0b71b1-6b7f-477b-947c-26612d1be966} <Debug> TCPHandler: Processed in 0.002590693 sec. | ||
| 4623 | 2025.01.17 14:38:38.696387 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4624 | 2025.01.17 14:38:38.696528 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4625 | 2025.01.17 14:38:38.696579 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4626 | 2025.01.17 14:38:38.697219 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4627 | 2025.01.17 14:38:38.697261 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4628 | 2025.01.17 14:38:38.697642 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4629 | 2025.01.17 14:38:38.697880 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4630 | 2025.01.17 14:38:38.698082 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001585 sec., 56782.33438485804 rows/sec., 4.43 MiB/sec. | ||
| 4631 | 2025.01.17 14:38:38.698138 [ 253 ] {63d66d9f-83b2-4238-aedf-747c02d5cdf9} <Debug> TCPHandler: Processed in 0.001821928 sec. | ||
| 4632 | 2025.01.17 14:38:38.698283 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4633 | 2025.01.17 14:38:38.698407 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4634 | 2025.01.17 14:38:38.698465 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4635 | 2025.01.17 14:38:38.699145 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4636 | 2025.01.17 14:38:38.699194 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4637 | 2025.01.17 14:38:38.699660 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4638 | 2025.01.17 14:38:38.699909 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4639 | 2025.01.17 14:38:38.700116 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 4640 | 2025.01.17 14:38:38.700172 [ 257 ] {6c9941e3-5a00-4de1-b0f4-4567c6c05323} <Debug> TCPHandler: Processed in 0.0019467 sec. | ||
| 4641 | 2025.01.17 14:38:38.700315 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4642 | 2025.01.17 14:38:38.700434 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4643 | 2025.01.17 14:38:38.700515 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4644 | 2025.01.17 14:38:38.701712 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4645 | 2025.01.17 14:38:38.701752 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4646 | 2025.01.17 14:38:38.702398 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4647 | 2025.01.17 14:38:38.702667 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4648 | 2025.01.17 14:38:38.702901 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002492 sec., 10433.38683788122 rows/sec., 18.70 MiB/sec. | ||
| 4649 | 2025.01.17 14:38:38.703009 [ 253 ] {0bdb54c2-1767-4564-b03a-885b41c109a0} <Debug> TCPHandler: Processed in 0.002750976 sec. | ||
| 4650 | 2025.01.17 14:38:38.703164 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4651 | 2025.01.17 14:38:38.703307 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4652 | 2025.01.17 14:38:38.703371 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4653 | 2025.01.17 14:38:38.703886 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4654 | 2025.01.17 14:38:38.703927 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4655 | 2025.01.17 14:38:38.704313 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4656 | 2025.01.17 14:38:38.704557 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4657 | 2025.01.17 14:38:38.704786 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 4658 | 2025.01.17 14:38:38.704857 [ 257 ] {bcc3d4e9-deb2-4858-9d33-d9406caec7b9} <Debug> TCPHandler: Processed in 0.001754176 sec. | ||
| 4659 | 2025.01.17 14:38:40.499291 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4660 | 2025.01.17 14:38:40.499984 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.01.17 14:38:40.500024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4662 | 2025.01.17 14:38:40.500567 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4663 | 2025.01.17 14:38:40.500835 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.01.17 14:38:40.500989 [ 68 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4665 | 2025.01.17 14:38:40.501046 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4666 | 2025.01.17 14:38:40.501050 [ 68 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2025.01.17 14:38:40.501085 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4668 | 2025.01.17 14:38:40.501197 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 4669 | 2025.01.17 14:38:40.501313 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4670 | 2025.01.17 14:38:40.501351 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 4671 | 2025.01.17 14:38:40.501424 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4672 | 2025.01.17 14:38:40.501628 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4673 | 2025.01.17 14:38:40.501770 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4674 | 2025.01.17 14:38:40.501941 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4675 | 2025.01.17 14:38:40.502194 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4676 | 2025.01.17 14:38:40.504129 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002981092 sec., 3253505.7623179695 rows/sec., 46.54 MiB/sec. | ||
| 4677 | 2025.01.17 14:38:40.504359 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4678 | 2025.01.17 14:38:40.504642 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.01.17 14:38:40.504715 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_21_4} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4680 | 2025.01.17 14:38:40.504795 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4681 | 2025.01.17 14:38:41.142121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4682 | 2025.01.17 14:38:41.164382 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4683 | 2025.01.17 14:38:41.164449 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4684 | 2025.01.17 14:38:41.172174 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4685 | 2025.01.17 14:38:41.172957 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2025.01.17 14:38:41.173410 [ 70 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4687 | 2025.01.17 14:38:41.173582 [ 70 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4688 | 2025.01.17 14:38:41.173676 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4689 | 2025.01.17 14:38:41.174070 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4690 | 2025.01.17 14:38:41.191254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4691 | 2025.01.17 14:38:41.192252 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4692 | 2025.01.17 14:38:41.193518 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4693 | 2025.01.17 14:38:41.198605 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4694 | 2025.01.17 14:38:41.204054 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4695 | 2025.01.17 14:38:41.209622 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4696 | 2025.01.17 14:38:41.215695 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4697 | 2025.01.17 14:38:41.220599 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 4698 | 2025.01.17 14:38:41.280509 [ 194 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.106689697 sec., 1490.303229561145 rows/sec., 7.71 MiB/sec. | ||
| 4699 | 2025.01.17 14:38:41.283280 [ 195 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4700 | 2025.01.17 14:38:41.286488 [ 195 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_21_4} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2025.01.17 14:38:41.286592 [ 195 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_21_4} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4702 | 2025.01.17 14:38:41.289186 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4703 | 2025.01.17 14:38:42.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.55 MiB, peak 195.11 MiB, free memory in arenas 0.00 B, will set to 186.97 MiB (RSS), difference: 2.42 MiB | ||
| 4704 | 2025.01.17 14:38:43.049558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 670 | ||
| 4705 | 2025.01.17 14:38:43.052773 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2025.01.17 14:38:43.052822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4707 | 2025.01.17 14:38:43.054315 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4708 | 2025.01.17 14:38:43.054645 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.01.17 14:38:43.055254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670 | ||
| 4710 | 2025.01.17 14:38:43.695954 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4711 | 2025.01.17 14:38:43.696160 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4712 | 2025.01.17 14:38:43.696240 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4713 | 2025.01.17 14:38:43.697038 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2025.01.17 14:38:43.697088 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4715 | 2025.01.17 14:38:43.697512 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4716 | 2025.01.17 14:38:43.697764 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2025.01.17 14:38:43.698002 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 4718 | 2025.01.17 14:38:43.698058 [ 253 ] {986dc905-bdf3-4ec7-97ad-bcf9e910b2e0} <Debug> TCPHandler: Processed in 0.002240826 sec. | ||
| 4719 | 2025.01.17 14:38:43.698324 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4720 | 2025.01.17 14:38:43.698537 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4721 | 2025.01.17 14:38:43.698617 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4722 | 2025.01.17 14:38:43.699488 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2025.01.17 14:38:43.699531 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4724 | 2025.01.17 14:38:43.700003 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4725 | 2025.01.17 14:38:43.700266 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2025.01.17 14:38:43.700468 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.00199 sec., 115075.3768844221 rows/sec., 10.07 MiB/sec. | ||
| 4727 | 2025.01.17 14:38:43.700536 [ 257 ] {1264b59c-6f2c-41e6-9e22-1e90818107b8} <Debug> TCPHandler: Processed in 0.002352118 sec. | ||
| 4728 | 2025.01.17 14:38:43.700731 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4729 | 2025.01.17 14:38:43.700868 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4730 | 2025.01.17 14:38:43.700924 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4731 | 2025.01.17 14:38:43.701628 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4732 | 2025.01.17 14:38:43.701677 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4733 | 2025.01.17 14:38:43.702037 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4734 | 2025.01.17 14:38:43.702275 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4735 | 2025.01.17 14:38:43.702486 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001648 sec., 12135.922330097088 rows/sec., 869.90 KiB/sec. | ||
| 4736 | 2025.01.17 14:38:43.702538 [ 253 ] {d40fd637-9749-40ab-9da0-1f38294e35f0} <Debug> TCPHandler: Processed in 0.001874888 sec. | ||
| 4737 | 2025.01.17 14:38:43.702697 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4738 | 2025.01.17 14:38:43.702844 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4739 | 2025.01.17 14:38:43.702904 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4740 | 2025.01.17 14:38:43.703603 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4741 | 2025.01.17 14:38:43.703649 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4742 | 2025.01.17 14:38:43.704016 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4743 | 2025.01.17 14:38:43.704255 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4744 | 2025.01.17 14:38:43.704430 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001621 sec., 8636.64404688464 rows/sec., 604.85 KiB/sec. | ||
| 4745 | 2025.01.17 14:38:43.704484 [ 257 ] {51310e48-7db1-4b76-a42a-09e4b776eb0b} <Debug> TCPHandler: Processed in 0.001855849 sec. | ||
| 4746 | 2025.01.17 14:38:43.704630 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4747 | 2025.01.17 14:38:43.704763 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4748 | 2025.01.17 14:38:43.704818 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4749 | 2025.01.17 14:38:43.705495 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4750 | 2025.01.17 14:38:43.705542 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4751 | 2025.01.17 14:38:43.705911 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4752 | 2025.01.17 14:38:43.706147 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4753 | 2025.01.17 14:38:43.706318 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 4754 | 2025.01.17 14:38:43.706370 [ 253 ] {c1d4d066-e232-4d2f-90f6-41d6dea947a4} <Debug> TCPHandler: Processed in 0.001796457 sec. | ||
| 4755 | 2025.01.17 14:38:43.706506 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4756 | 2025.01.17 14:38:43.706628 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4757 | 2025.01.17 14:38:43.706683 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4758 | 2025.01.17 14:38:43.707542 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4759 | 2025.01.17 14:38:43.707590 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4760 | 2025.01.17 14:38:43.707988 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4761 | 2025.01.17 14:38:43.708225 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4762 | 2025.01.17 14:38:43.708448 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001842 sec., 214440.82519001086 rows/sec., 15.23 MiB/sec. | ||
| 4763 | 2025.01.17 14:38:43.708569 [ 257 ] {9e2409b8-e625-407f-bbe8-74df3509250b} <Debug> TCPHandler: Processed in 0.002116954 sec. | ||
| 4764 | 2025.01.17 14:38:43.708769 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4765 | 2025.01.17 14:38:43.708905 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4766 | 2025.01.17 14:38:43.708964 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4767 | 2025.01.17 14:38:43.709562 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2025.01.17 14:38:43.709612 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4769 | 2025.01.17 14:38:43.709991 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4770 | 2025.01.17 14:38:43.710234 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2025.01.17 14:38:43.710410 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec. | ||
| 4772 | 2025.01.17 14:38:43.710461 [ 253 ] {99af77a7-b89b-4fa9-b0fe-14aa11913c56} <Debug> TCPHandler: Processed in 0.001757406 sec. | ||
| 4773 | 2025.01.17 14:38:43.710613 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4774 | 2025.01.17 14:38:43.710751 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4775 | 2025.01.17 14:38:43.710817 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4776 | 2025.01.17 14:38:43.711520 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2025.01.17 14:38:43.711570 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4778 | 2025.01.17 14:38:43.712003 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4779 | 2025.01.17 14:38:43.712267 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2025.01.17 14:38:43.712478 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec. | ||
| 4781 | 2025.01.17 14:38:43.712534 [ 257 ] {71ddb32a-05d6-42f9-9bc5-83e37a994471} <Debug> TCPHandler: Processed in 0.00197729 sec. | ||
| 4782 | 2025.01.17 14:38:43.712680 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4783 | 2025.01.17 14:38:43.712816 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4784 | 2025.01.17 14:38:43.712877 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4785 | 2025.01.17 14:38:43.713425 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.01.17 14:38:43.713470 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4787 | 2025.01.17 14:38:43.713853 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4788 | 2025.01.17 14:38:43.714085 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2025.01.17 14:38:43.714203 [ 65 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4790 | 2025.01.17 14:38:43.714247 [ 65 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2025.01.17 14:38:43.714269 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00148 sec., 675.6756756756757 rows/sec., 45.53 KiB/sec. | ||
| 4792 | 2025.01.17 14:38:43.714273 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4793 | 2025.01.17 14:38:43.714373 [ 253 ] {f39029db-2d73-4aa2-ba05-f830413286ef} <Debug> TCPHandler: Processed in 0.001750856 sec. | ||
| 4794 | 2025.01.17 14:38:43.714536 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4795 | 2025.01.17 14:38:43.714562 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.01.17 14:38:43.714715 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4797 | 2025.01.17 14:38:43.714723 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4798 | 2025.01.17 14:38:43.714752 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
| 4799 | 2025.01.17 14:38:43.714921 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4800 | 2025.01.17 14:38:43.714928 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4801 | 2025.01.17 14:38:43.715235 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 4802 | 2025.01.17 14:38:43.715649 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 4803 | 2025.01.17 14:38:43.715939 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 4804 | 2025.01.17 14:38:43.716281 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 4805 | 2025.01.17 14:38:43.718252 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.00387124 sec., 3874.727477500749 rows/sec., 260.08 KiB/sec. | ||
| 4806 | 2025.01.17 14:38:43.718403 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4807 | 2025.01.17 14:38:43.718502 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4808 | 2025.01.17 14:38:43.718548 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4809 | 2025.01.17 14:38:43.718821 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2025.01.17 14:38:43.718932 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_14_3} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4811 | 2025.01.17 14:38:43.719058 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4812 | 2025.01.17 14:38:43.719344 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4813 | 2025.01.17 14:38:43.719610 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4814 | 2025.01.17 14:38:43.719854 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005179 sec., 2510.137092102723 rows/sec., 4.50 MiB/sec. | ||
| 4815 | 2025.01.17 14:38:43.719972 [ 257 ] {5e1013a1-0afc-4db2-b4fd-091a40937b22} <Debug> TCPHandler: Processed in 0.005491393 sec. | ||
| 4816 | 2025.01.17 14:38:43.720140 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4817 | 2025.01.17 14:38:43.720277 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4818 | 2025.01.17 14:38:43.720336 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4819 | 2025.01.17 14:38:43.720886 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4820 | 2025.01.17 14:38:43.720923 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4821 | 2025.01.17 14:38:43.721309 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4822 | 2025.01.17 14:38:43.721543 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4823 | 2025.01.17 14:38:43.721723 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 4824 | 2025.01.17 14:38:43.721775 [ 253 ] {4ca4706b-6dcd-44b9-8a22-186fff0e96c2} <Debug> TCPHandler: Processed in 0.001700265 sec. | ||
| 4825 | 2025.01.17 14:38:47.897490 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4826 | 2025.01.17 14:38:47.897554 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4827 | 2025.01.17 14:38:48.001152 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10187 | ||
| 4828 | 2025.01.17 14:38:48.001877 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2025.01.17 14:38:48.001919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4830 | 2025.01.17 14:38:48.002500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4831 | 2025.01.17 14:38:48.002764 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2025.01.17 14:38:48.003061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10187 | ||
| 4833 | 2025.01.17 14:38:48.691337 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4834 | 2025.01.17 14:38:48.692069 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4835 | 2025.01.17 14:38:48.692795 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4836 | 2025.01.17 14:38:48.692985 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4837 | 2025.01.17 14:38:48.696197 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4838 | 2025.01.17 14:38:48.696306 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4839 | 2025.01.17 14:38:48.698448 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4840 | 2025.01.17 14:38:48.699358 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4841 | 2025.01.17 14:38:48.700226 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.007608 sec., 14195.58359621451 rows/sec., 1.19 MiB/sec. | ||
| 4842 | 2025.01.17 14:38:48.700485 [ 253 ] {1fcdfeae-94f1-401c-b1eb-c236f9c79ce6} <Debug> TCPHandler: Processed in 0.008603347 sec. | ||
| 4843 | 2025.01.17 14:38:48.700941 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4844 | 2025.01.17 14:38:48.701399 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4845 | 2025.01.17 14:38:48.701591 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4846 | 2025.01.17 14:38:48.704520 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2025.01.17 14:38:48.704666 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4848 | 2025.01.17 14:38:48.706004 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4849 | 2025.01.17 14:38:48.706985 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4850 | 2025.01.17 14:38:48.707970 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.006628 sec., 3922.7519613759805 rows/sec., 294.97 KiB/sec. | ||
| 4851 | 2025.01.17 14:38:48.708280 [ 257 ] {b9fc2153-6e7d-4b1f-8d01-891698f3c590} <Debug> TCPHandler: Processed in 0.007615477 sec. | ||
| 4852 | 2025.01.17 14:38:48.708587 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4853 | 2025.01.17 14:38:48.708903 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4854 | 2025.01.17 14:38:48.709028 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4855 | 2025.01.17 14:38:48.711745 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2025.01.17 14:38:48.711826 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4857 | 2025.01.17 14:38:48.713104 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4858 | 2025.01.17 14:38:48.713832 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2025.01.17 14:38:48.714556 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005723 sec., 15726.0178228202 rows/sec., 1.23 MiB/sec. | ||
| 4860 | 2025.01.17 14:38:48.714961 [ 253 ] {16fa1fa8-7c9a-4694-8e7f-b8f3bbb9cc6b} <Debug> TCPHandler: Processed in 0.006566785 sec. | ||
| 4861 | 2025.01.17 14:38:48.715462 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4862 | 2025.01.17 14:38:48.715776 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4863 | 2025.01.17 14:38:48.715930 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4864 | 2025.01.17 14:38:48.718268 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4865 | 2025.01.17 14:38:48.718345 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4866 | 2025.01.17 14:38:48.719591 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4867 | 2025.01.17 14:38:48.720397 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4868 | 2025.01.17 14:38:48.721072 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005373 sec., 29778.522240833798 rows/sec., 2.07 MiB/sec. | ||
| 4869 | 2025.01.17 14:38:48.721410 [ 257 ] {d3cfafcd-f036-4ef8-badd-6d9523ffae9c} <Debug> TCPHandler: Processed in 0.00631509 sec. | ||
| 4870 | 2025.01.17 14:38:48.721736 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4871 | 2025.01.17 14:38:48.722184 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4872 | 2025.01.17 14:38:48.722644 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4873 | 2025.01.17 14:38:48.728376 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4874 | 2025.01.17 14:38:48.728443 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4875 | 2025.01.17 14:38:48.730805 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4876 | 2025.01.17 14:38:48.731646 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4877 | 2025.01.17 14:38:48.732460 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.010456 sec., 2486.610558530987 rows/sec., 4.46 MiB/sec. | ||
| 4878 | 2025.01.17 14:38:48.732952 [ 253 ] {015dd513-4073-4c3a-80bb-00df557a31fb} <Debug> TCPHandler: Processed in 0.011390244 sec. | ||
| 4879 | 2025.01.17 14:38:48.733200 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2025.01.17 14:38:48.733439 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4881 | 2025.01.17 14:38:48.733553 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4882 | 2025.01.17 14:38:48.735386 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2025.01.17 14:38:48.735454 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4884 | 2025.01.17 14:38:48.736658 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4885 | 2025.01.17 14:38:48.737281 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2025.01.17 14:38:48.737944 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004546 sec., 13198.416190057194 rows/sec., 910.83 KiB/sec. | ||
| 4887 | 2025.01.17 14:38:48.738214 [ 257 ] {0a70777d-3bc2-41e3-9e43-987e5b2716c9} <Debug> TCPHandler: Processed in 0.005148586 sec. | ||
| 4888 | 2025.01.17 14:38:48.748544 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4889 | 2025.01.17 14:38:48.748602 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4890 | 2025.01.17 14:38:48.755937 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4891 | 2025.01.17 14:38:48.756744 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4892 | 2025.01.17 14:38:48.759636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4893 | 2025.01.17 14:38:49.938738 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2025.01.17 14:38:49.938949 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4895 | 2025.01.17 14:38:49.939030 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4896 | 2025.01.17 14:38:49.939861 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2025.01.17 14:38:49.939916 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4898 | 2025.01.17 14:38:49.940348 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4899 | 2025.01.17 14:38:49.940614 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.01.17 14:38:49.940871 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec. | ||
| 4901 | 2025.01.17 14:38:49.941060 [ 253 ] {8a0dbad3-81ea-492f-a724-4f2b6ffd2619} <Debug> TCPHandler: Processed in 0.00245669 sec. | ||
| 4902 | 2025.01.17 14:38:49.941337 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4903 | 2025.01.17 14:38:49.941559 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4904 | 2025.01.17 14:38:49.941647 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4905 | 2025.01.17 14:38:49.942933 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4906 | 2025.01.17 14:38:49.942991 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4907 | 2025.01.17 14:38:49.943543 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4908 | 2025.01.17 14:38:49.943815 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2025.01.17 14:38:49.944059 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.00256 sec., 534765.625 rows/sec., 44.49 MiB/sec. | ||
| 4910 | 2025.01.17 14:38:49.944129 [ 257 ] {6d4c7893-c411-4d0b-9c5f-26bb3f2adde3} <Debug> TCPHandler: Processed in 0.00294137 sec. | ||
| 4911 | 2025.01.17 14:38:49.944278 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4912 | 2025.01.17 14:38:49.944405 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4913 | 2025.01.17 14:38:49.944457 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4914 | 2025.01.17 14:38:49.945081 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2025.01.17 14:38:49.945123 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4916 | 2025.01.17 14:38:49.945504 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4917 | 2025.01.17 14:38:49.945745 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2025.01.17 14:38:49.945927 [ 56 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4919 | 2025.01.17 14:38:49.945994 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001615 sec., 12383.900928792571 rows/sec., 887.67 KiB/sec. | ||
| 4920 | 2025.01.17 14:38:49.946022 [ 56 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2025.01.17 14:38:49.946088 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4922 | 2025.01.17 14:38:49.946121 [ 253 ] {9b877a5a-68f8-4d58-807a-3f001ea59dc6} <Debug> TCPHandler: Processed in 0.001898859 sec. | ||
| 4923 | 2025.01.17 14:38:49.946278 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::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 | ||
| 4924 | 2025.01.17 14:38:49.946353 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2025.01.17 14:38:49.946426 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4926 | 2025.01.17 14:38:49.946487 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part | ||
| 4927 | 2025.01.17 14:38:49.946648 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4928 | 2025.01.17 14:38:49.946743 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4929 | 2025.01.17 14:38:49.946831 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4930 | 2025.01.17 14:38:49.947092 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4931 | 2025.01.17 14:38:49.947488 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 4932 | 2025.01.17 14:38:49.947800 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4933 | 2025.01.17 14:38:49.948165 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 4934 | 2025.01.17 14:38:49.949960 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2025.01.17 14:38:49.950053 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4936 | 2025.01.17 14:38:49.951233 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005030054 sec., 34989.68400736851 rows/sec., 2.63 MiB/sec. | ||
| 4937 | 2025.01.17 14:38:49.951302 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4938 | 2025.01.17 14:38:49.951392 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4939 | 2025.01.17 14:38:49.951798 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2025.01.17 14:38:49.951934 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.01.17 14:38:49.952204 [ 197 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_25_5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4942 | 2025.01.17 14:38:49.952243 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005717 sec., 42329.893300682175 rows/sec., 2.87 MiB/sec. | ||
| 4943 | 2025.01.17 14:38:49.952346 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4944 | 2025.01.17 14:38:49.952451 [ 257 ] {c793751a-135b-4b1d-a39d-a3066c2ad833} <Debug> TCPHandler: Processed in 0.006188298 sec. | ||
| 4945 | 2025.01.17 14:38:49.952640 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2025.01.17 14:38:49.952785 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4947 | 2025.01.17 14:38:49.952845 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4948 | 2025.01.17 14:38:49.953528 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2025.01.17 14:38:49.953575 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4950 | 2025.01.17 14:38:49.953976 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4951 | 2025.01.17 14:38:49.954215 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2025.01.17 14:38:49.954440 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001689 sec., 7696.8620485494375 rows/sec., 479.90 KiB/sec. | ||
| 4953 | 2025.01.17 14:38:49.954493 [ 253 ] {ea1608d9-31b9-42d1-aaae-eb45eb2ed015} <Debug> TCPHandler: Processed in 0.00192322 sec. | ||
| 4954 | 2025.01.17 14:38:49.954639 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2025.01.17 14:38:49.954762 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4956 | 2025.01.17 14:38:49.954815 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4957 | 2025.01.17 14:38:49.955915 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.01.17 14:38:49.955958 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4959 | 2025.01.17 14:38:49.956376 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4960 | 2025.01.17 14:38:49.956624 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4961 | 2025.01.17 14:38:49.956888 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.002151 sec., 395629.93956299394 rows/sec., 28.61 MiB/sec. | ||
| 4962 | 2025.01.17 14:38:49.957016 [ 257 ] {9825c3b8-a76b-42d9-8468-46f0265e8d03} <Debug> TCPHandler: Processed in 0.002435221 sec. | ||
| 4963 | 2025.01.17 14:38:49.957222 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2025.01.17 14:38:49.957339 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4965 | 2025.01.17 14:38:49.957389 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4966 | 2025.01.17 14:38:49.957881 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4967 | 2025.01.17 14:38:49.957921 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4968 | 2025.01.17 14:38:49.958295 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4969 | 2025.01.17 14:38:49.958540 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2025.01.17 14:38:49.958759 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 4971 | 2025.01.17 14:38:49.958811 [ 253 ] {2317f10c-707d-45cc-a7be-4dc367d2e0c8} <Debug> TCPHandler: Processed in 0.001692895 sec. | ||
| 4972 | 2025.01.17 14:38:49.958962 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4973 | 2025.01.17 14:38:49.959083 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4974 | 2025.01.17 14:38:49.959139 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4975 | 2025.01.17 14:38:49.959943 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2025.01.17 14:38:49.959983 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4977 | 2025.01.17 14:38:49.960441 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4978 | 2025.01.17 14:38:49.960691 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2025.01.17 14:38:49.960950 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.001885 sec., 523607.42705570295 rows/sec., 34.84 MiB/sec. | ||
| 4980 | 2025.01.17 14:38:49.961123 [ 257 ] {dbb59b21-f3a0-4838-86e2-48dc3c466eb2} <Debug> TCPHandler: Processed in 0.002216155 sec. | ||
| 4981 | 2025.01.17 14:38:49.961356 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4982 | 2025.01.17 14:38:49.961495 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4983 | 2025.01.17 14:38:49.961555 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4984 | 2025.01.17 14:38:49.962068 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2025.01.17 14:38:49.962108 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4986 | 2025.01.17 14:38:49.962480 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4987 | 2025.01.17 14:38:49.962717 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2025.01.17 14:38:49.962959 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 4989 | 2025.01.17 14:38:49.963046 [ 253 ] {92ac3937-448b-4462-9f49-84c1c54ae9d5} <Debug> TCPHandler: Processed in 0.001817487 sec. | ||
| 4990 | 2025.01.17 14:38:49.963220 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4991 | 2025.01.17 14:38:49.963360 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4992 | 2025.01.17 14:38:49.963454 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4993 | 2025.01.17 14:38:49.964641 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4994 | 2025.01.17 14:38:49.964682 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4995 | 2025.01.17 14:38:49.965327 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4996 | 2025.01.17 14:38:49.965608 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2025.01.17 14:38:49.965873 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002543 sec., 5112.072355485647 rows/sec., 9.16 MiB/sec. | ||
| 4998 | 2025.01.17 14:38:49.965982 [ 257 ] {4c08fdd3-8312-427b-bf0c-2a5bf1f3e090} <Debug> TCPHandler: Processed in 0.002829328 sec. | ||
| 4999 | 2025.01.17 14:38:49.966141 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5000 | 2025.01.17 14:38:49.966282 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5001 | 2025.01.17 14:38:49.966344 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5002 | 2025.01.17 14:38:49.966910 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5003 | 2025.01.17 14:38:49.966950 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5004 | 2025.01.17 14:38:49.967327 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5005 | 2025.01.17 14:38:49.967566 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5006 | 2025.01.17 14:38:49.967783 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001535 sec., 29967.426710097723 rows/sec., 1.81 MiB/sec. | ||
| 5007 | 2025.01.17 14:38:49.967836 [ 253 ] {9e1eac67-d6d5-44ed-a9f3-eaaee5fcc0eb} <Debug> TCPHandler: Processed in 0.001759837 sec. | ||
| 5008 | 2025.01.17 14:38:53.055438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 726 | ||
| 5009 | 2025.01.17 14:38:53.059185 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2025.01.17 14:38:53.059246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5011 | 2025.01.17 14:38:53.060842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5012 | 2025.01.17 14:38:53.061175 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2025.01.17 14:38:53.061394 [ 51 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5014 | 2025.01.17 14:38:53.061514 [ 51 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2025.01.17 14:38:53.061582 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5016 | 2025.01.17 14:38:53.062119 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 5017 | 2025.01.17 14:38:53.063808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5018 | 2025.01.17 14:38:53.064059 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5019 | 2025.01.17 14:38:53.064193 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 522 rows starting from the beginning of the part | ||
| 5020 | 2025.01.17 14:38:53.064825 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5021 | 2025.01.17 14:38:53.065397 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 5022 | 2025.01.17 14:38:53.065992 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 5023 | 2025.01.17 14:38:53.066514 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 5024 | 2025.01.17 14:38:53.067203 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 5025 | 2025.01.17 14:38:53.075539 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.013798714 sec., 52613.598629553446 rows/sec., 44.68 MiB/sec. | ||
| 5026 | 2025.01.17 14:38:53.076539 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5027 | 2025.01.17 14:38:53.077220 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2025.01.17 14:38:53.077296 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_16_3} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5029 | 2025.01.17 14:38:53.077483 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 5030 | 2025.01.17 14:38:53.687161 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2025.01.17 14:38:53.687379 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5032 | 2025.01.17 14:38:53.687463 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5033 | 2025.01.17 14:38:53.688332 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.01.17 14:38:53.688387 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5035 | 2025.01.17 14:38:53.688866 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5036 | 2025.01.17 14:38:53.689136 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.01.17 14:38:53.689323 [ 50 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5038 | 2025.01.17 14:38:53.689406 [ 50 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.01.17 14:38:53.689413 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002079 sec., 26936.026936026934 rows/sec., 2.06 MiB/sec. | ||
| 5040 | 2025.01.17 14:38:53.689441 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5041 | 2025.01.17 14:38:53.689598 [ 253 ] {e22bd73e-18ce-40ff-8a30-8f55c86f643a} <Debug> TCPHandler: Processed in 0.002574783 sec. | ||
| 5042 | 2025.01.17 14:38:53.689682 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 5043 | 2025.01.17 14:38:53.689824 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5044 | 2025.01.17 14:38:53.689860 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 5045 | 2025.01.17 14:38:53.689877 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5046 | 2025.01.17 14:38:53.689945 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 108 rows starting from the beginning of the part | ||
| 5047 | 2025.01.17 14:38:53.690317 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5048 | 2025.01.17 14:38:53.690347 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 229 rows starting from the beginning of the part | ||
| 5049 | 2025.01.17 14:38:53.690521 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5050 | 2025.01.17 14:38:53.690786 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 108 rows starting from the beginning of the part | ||
| 5051 | 2025.01.17 14:38:53.691072 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1369 rows starting from the beginning of the part | ||
| 5052 | 2025.01.17 14:38:53.691223 [ 186 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5053 | 2025.01.17 14:38:53.692232 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2025.01.17 14:38:53.692279 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5055 | 2025.01.17 14:38:53.692866 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5056 | 2025.01.17 14:38:53.693148 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2025.01.17 14:38:53.693309 [ 50 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5058 | 2025.01.17 14:38:53.693386 [ 50 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.01.17 14:38:53.693445 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5060 | 2025.01.17 14:38:53.693483 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003366 sec., 19013.666072489603 rows/sec., 1.48 MiB/sec. | ||
| 5061 | 2025.01.17 14:38:53.693787 [ 257 ] {4ed8380d-e2e3-428c-9dbf-37a86ee65fb1} <Debug> TCPHandler: Processed in 0.004040743 sec. | ||
| 5062 | 2025.01.17 14:38:53.693806 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 5063 | 2025.01.17 14:38:53.693877 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.004305549 sec., 766685.0383075422 rows/sec., 66.95 MiB/sec. | ||
| 5064 | 2025.01.17 14:38:53.694055 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.01.17 14:38:53.694080 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5066 | 2025.01.17 14:38:53.694128 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5067 | 2025.01.17 14:38:53.694492 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part | ||
| 5068 | 2025.01.17 14:38:53.694489 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5069 | 2025.01.17 14:38:53.694623 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5070 | 2025.01.17 14:38:53.694872 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 395 rows starting from the beginning of the part | ||
| 5071 | 2025.01.17 14:38:53.694891 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5072 | 2025.01.17 14:38:53.695591 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part | ||
| 5073 | 2025.01.17 14:38:53.695717 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2025.01.17 14:38:53.696127 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 851 rows starting from the beginning of the part | ||
| 5075 | 2025.01.17 14:38:53.696185 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_36_7} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5076 | 2025.01.17 14:38:53.696611 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 5077 | 2025.01.17 14:38:53.696686 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5078 | 2025.01.17 14:38:53.698324 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5079 | 2025.01.17 14:38:53.698406 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5080 | 2025.01.17 14:38:53.699422 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5081 | 2025.01.17 14:38:53.699956 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5082 | 2025.01.17 14:38:53.700002 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006463103 sec., 371802.8321690061 rows/sec., 28.50 MiB/sec. | ||
| 5083 | 2025.01.17 14:38:53.700251 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5084 | 2025.01.17 14:38:53.700331 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5085 | 2025.01.17 14:38:53.700366 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5086 | 2025.01.17 14:38:53.700373 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.006018 sec., 15952.143569292124 rows/sec., 1.11 MiB/sec. | ||
| 5087 | 2025.01.17 14:38:53.700402 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5088 | 2025.01.17 14:38:53.700819 [ 253 ] {c45a6900-5c69-45cc-92ec-2c4045f558ce} <Debug> TCPHandler: Processed in 0.006915602 sec. | ||
| 5089 | 2025.01.17 14:38:53.700926 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 5090 | 2025.01.17 14:38:53.701091 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5091 | 2025.01.17 14:38:53.701361 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5092 | 2025.01.17 14:38:53.701383 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5093 | 2025.01.17 14:38:53.701464 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10030 rows starting from the beginning of the part | ||
| 5094 | 2025.01.17 14:38:53.701476 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2025.01.17 14:38:53.701526 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5096 | 2025.01.17 14:38:53.701963 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_36_7} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5097 | 2025.01.17 14:38:53.702008 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 5098 | 2025.01.17 14:38:53.702383 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5099 | 2025.01.17 14:38:53.702569 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5100 | 2025.01.17 14:38:53.703021 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5101 | 2025.01.17 14:38:53.703367 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 987 rows starting from the beginning of the part | ||
| 5102 | 2025.01.17 14:38:53.703549 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 96 rows starting from the beginning of the part | ||
| 5103 | 2025.01.17 14:38:53.704221 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.01.17 14:38:53.704264 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5105 | 2025.01.17 14:38:53.704975 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5106 | 2025.01.17 14:38:53.705290 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.01.17 14:38:53.705464 [ 50 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5108 | 2025.01.17 14:38:53.705550 [ 50 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5109 | 2025.01.17 14:38:53.705609 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5110 | 2025.01.17 14:38:53.705656 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004362 sec., 8253.094910591471 rows/sec., 569.55 KiB/sec. | ||
| 5111 | 2025.01.17 14:38:53.706029 [ 257 ] {ff38530f-1e48-40d2-be08-bccec85005a3} <Debug> TCPHandler: Processed in 0.005073735 sec. | ||
| 5112 | 2025.01.17 14:38:53.706234 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 5113 | 2025.01.17 14:38:53.706569 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5114 | 2025.01.17 14:38:53.706663 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1882 rows starting from the beginning of the part | ||
| 5115 | 2025.01.17 14:38:53.706932 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5116 | 2025.01.17 14:38:53.707219 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5117 | 2025.01.17 14:38:53.707427 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5118 | 2025.01.17 14:38:53.707568 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part | ||
| 5119 | 2025.01.17 14:38:53.707767 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 5120 | 2025.01.17 14:38:53.710298 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11670 rows, containing 5 columns (5 merged, 0 gathered) in 0.009667079 sec., 1207189.8864176034 rows/sec., 81.44 MiB/sec. | ||
| 5121 | 2025.01.17 14:38:53.710732 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 4 columns (4 merged, 0 gathered) in 0.004988242 sec., 434221.1143725585 rows/sec., 28.31 MiB/sec. | ||
| 5122 | 2025.01.17 14:38:53.710980 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5123 | 2025.01.17 14:38:53.711085 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5124 | 2025.01.17 14:38:53.711610 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.01.17 14:38:53.711614 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5126 | 2025.01.17 14:38:53.711762 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_36_7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5127 | 2025.01.17 14:38:53.711812 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5128 | 2025.01.17 14:38:53.711908 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 5129 | 2025.01.17 14:38:53.712047 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 5130 | 2025.01.17 14:38:55.503211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10614 | ||
| 5131 | 2025.01.17 14:38:55.504170 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2025.01.17 14:38:55.504208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5133 | 2025.01.17 14:38:55.504740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5134 | 2025.01.17 14:38:55.505002 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5135 | 2025.01.17 14:38:55.505199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5136 | 2025.01.17 14:38:56.259683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5137 | 2025.01.17 14:38:56.279348 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2025.01.17 14:38:56.279403 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5139 | 2025.01.17 14:38:56.286952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5140 | 2025.01.17 14:38:56.287715 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2025.01.17 14:38:56.291244 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5142 | 2025.01.17 14:38:58.691751 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5143 | 2025.01.17 14:38:58.691981 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5144 | 2025.01.17 14:38:58.692061 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5145 | 2025.01.17 14:38:58.692876 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2025.01.17 14:38:58.692927 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5147 | 2025.01.17 14:38:58.693389 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5148 | 2025.01.17 14:38:58.693639 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2025.01.17 14:38:58.693884 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00196 sec., 55102.04081632653 rows/sec., 4.61 MiB/sec. | ||
| 5150 | 2025.01.17 14:38:58.693950 [ 253 ] {8d32672b-dda9-43a2-940b-6a754cc2f514} <Debug> TCPHandler: Processed in 0.002334658 sec. | ||
| 5151 | 2025.01.17 14:38:58.694224 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5152 | 2025.01.17 14:38:58.694443 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5153 | 2025.01.17 14:38:58.694528 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5154 | 2025.01.17 14:38:58.695350 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2025.01.17 14:38:58.695402 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5156 | 2025.01.17 14:38:58.695872 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5157 | 2025.01.17 14:38:58.696142 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.01.17 14:38:58.696378 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001995 sec., 13032.581453634086 rows/sec., 979.99 KiB/sec. | ||
| 5159 | 2025.01.17 14:38:58.696435 [ 257 ] {c89387ab-3393-43bd-a8c4-f827c528c4cd} <Debug> TCPHandler: Processed in 0.002358708 sec. | ||
| 5160 | 2025.01.17 14:38:58.696610 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2025.01.17 14:38:58.696756 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5162 | 2025.01.17 14:38:58.696815 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5163 | 2025.01.17 14:38:58.697508 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2025.01.17 14:38:58.697549 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5165 | 2025.01.17 14:38:58.697935 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5166 | 2025.01.17 14:38:58.698179 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.01.17 14:38:58.698393 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001673 sec., 53795.57680812911 rows/sec., 4.20 MiB/sec. | ||
| 5168 | 2025.01.17 14:38:58.698448 [ 253 ] {fff7d14d-e54b-457b-808a-c1d4cfdda0de} <Debug> TCPHandler: Processed in 0.00191062 sec. | ||
| 5169 | 2025.01.17 14:38:58.698684 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5170 | 2025.01.17 14:38:58.698909 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5171 | 2025.01.17 14:38:58.699009 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5172 | 2025.01.17 14:38:58.699657 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2025.01.17 14:38:58.699698 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5174 | 2025.01.17 14:38:58.700106 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5175 | 2025.01.17 14:38:58.700355 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.01.17 14:38:58.700597 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001734 sec., 92272.2029988466 rows/sec., 6.43 MiB/sec. | ||
| 5177 | 2025.01.17 14:38:58.700697 [ 257 ] {579ad941-f896-4e41-88f8-89e66e4505c6} <Debug> TCPHandler: Processed in 0.002134324 sec. | ||
| 5178 | 2025.01.17 14:38:58.700921 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5179 | 2025.01.17 14:38:58.701138 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5180 | 2025.01.17 14:38:58.701223 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5181 | 2025.01.17 14:38:58.702405 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.01.17 14:38:58.702447 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5183 | 2025.01.17 14:38:58.703106 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5184 | 2025.01.17 14:38:58.703373 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2025.01.17 14:38:58.703553 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5186 | 2025.01.17 14:38:58.703644 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5187 | 2025.01.17 14:38:58.703663 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002558 sec., 10164.190774042221 rows/sec., 18.21 MiB/sec. | ||
| 5188 | 2025.01.17 14:38:58.703700 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5189 | 2025.01.17 14:38:58.704058 [ 253 ] {fdc60061-fe63-4d13-a4e5-5d63c0d7fcbd} <Debug> TCPHandler: Processed in 0.003268477 sec. | ||
| 5190 | 2025.01.17 14:38:58.704071 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 5191 | 2025.01.17 14:38:58.704289 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5192 | 2025.01.17 14:38:58.704582 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5193 | 2025.01.17 14:38:58.704737 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5194 | 2025.01.17 14:38:58.704780 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5195 | 2025.01.17 14:38:58.705019 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 345 rows starting from the beginning of the part | ||
| 5196 | 2025.01.17 14:38:58.705858 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 5197 | 2025.01.17 14:38:58.706665 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 5198 | 2025.01.17 14:38:58.706909 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2025.01.17 14:38:58.707087 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5200 | 2025.01.17 14:38:58.707402 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 5201 | 2025.01.17 14:38:58.708131 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 5202 | 2025.01.17 14:38:58.708762 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5203 | 2025.01.17 14:38:58.708795 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5204 | 2025.01.17 14:38:58.709526 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5205 | 2025.01.17 14:38:58.710045 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005555 sec., 10801.080108010801 rows/sec., 745.39 KiB/sec. | ||
| 5206 | 2025.01.17 14:38:58.710175 [ 257 ] {2bf32e1d-9640-411d-92e6-8e1aa197cd30} <Debug> TCPHandler: Processed in 0.006008834 sec. | ||
| 5207 | 2025.01.17 14:38:58.713717 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 19 columns (19 merged, 0 gathered) in 0.009884064 sec., 45426.65850807927 rows/sec., 81.40 MiB/sec. | ||
| 5208 | 2025.01.17 14:38:58.714237 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5209 | 2025.01.17 14:38:58.714648 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.01.17 14:38:58.714728 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5211 | 2025.01.17 14:38:58.714848 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5212 | 2025.01.17 14:39:00.437001 [ 42 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5213 | 2025.01.17 14:39:00.437071 [ 42 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5214 | 2025.01.17 14:39:00.437100 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5215 | 2025.01.17 14:39:00.437373 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 5216 | 2025.01.17 14:39:00.437617 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5217 | 2025.01.17 14:39:00.437679 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5218 | 2025.01.17 14:39:00.437803 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 5219 | 2025.01.17 14:39:00.438110 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 5220 | 2025.01.17 14:39:00.438559 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 5221 | 2025.01.17 14:39:00.438701 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 5222 | 2025.01.17 14:39:00.439715 [ 189 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002503162 sec., 35954.52471713776 rows/sec., 1.83 MiB/sec. | ||
| 5223 | 2025.01.17 14:39:00.439934 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5224 | 2025.01.17 14:39:00.440329 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_15_3} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.01.17 14:39:00.440422 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_15_3} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5226 | 2025.01.17 14:39:00.440526 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5227 | 2025.01.17 14:39:01.527887 [ 41 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5228 | 2025.01.17 14:39:01.527952 [ 41 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2025.01.17 14:39:01.527974 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5230 | 2025.01.17 14:39:01.528119 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 5231 | 2025.01.17 14:39:01.528252 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5232 | 2025.01.17 14:39:01.528288 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5233 | 2025.01.17 14:39:01.528378 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5234 | 2025.01.17 14:39:01.528462 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 5235 | 2025.01.17 14:39:01.528729 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5236 | 2025.01.17 14:39:01.528916 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5237 | 2025.01.17 14:39:01.530138 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002090394 sec., 361175.9314272811 rows/sec., 25.85 MiB/sec. | ||
| 5238 | 2025.01.17 14:39:01.530335 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5239 | 2025.01.17 14:39:01.530666 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2025.01.17 14:39:01.530757 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_15_3} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5241 | 2025.01.17 14:39:01.530858 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5242 | 2025.01.17 14:39:02.897797 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5243 | 2025.01.17 14:39:02.897864 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5244 | 2025.01.17 14:39:03.005295 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11102 | ||
| 5245 | 2025.01.17 14:39:03.006028 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.01.17 14:39:03.006071 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5247 | 2025.01.17 14:39:03.006639 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5248 | 2025.01.17 14:39:03.006898 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2025.01.17 14:39:03.007134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11102 | ||
| 5250 | 2025.01.17 14:39:03.064185 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746 | ||
| 5251 | 2025.01.17 14:39:03.067155 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2025.01.17 14:39:03.067216 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5253 | 2025.01.17 14:39:03.068754 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5254 | 2025.01.17 14:39:03.069088 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5255 | 2025.01.17 14:39:03.070184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5256 | 2025.01.17 14:39:03.694472 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2025.01.17 14:39:03.694678 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5258 | 2025.01.17 14:39:03.694757 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5259 | 2025.01.17 14:39:03.695559 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2025.01.17 14:39:03.695612 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5261 | 2025.01.17 14:39:03.696046 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5262 | 2025.01.17 14:39:03.696307 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2025.01.17 14:39:03.696546 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 5264 | 2025.01.17 14:39:03.696610 [ 253 ] {c9742cf1-efae-4733-bfa7-abe5d582907c} <Debug> TCPHandler: Processed in 0.002271687 sec. | ||
| 5265 | 2025.01.17 14:39:03.696871 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2025.01.17 14:39:03.697086 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5267 | 2025.01.17 14:39:03.697170 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5268 | 2025.01.17 14:39:03.698049 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2025.01.17 14:39:03.698104 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5270 | 2025.01.17 14:39:03.698580 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5271 | 2025.01.17 14:39:03.698862 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2025.01.17 14:39:03.699119 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002092 sec., 109464.62715105162 rows/sec., 9.57 MiB/sec. | ||
| 5273 | 2025.01.17 14:39:03.699189 [ 257 ] {06ee4fd5-3b3b-41a7-8350-655c42211532} <Debug> TCPHandler: Processed in 0.002458091 sec. | ||
| 5274 | 2025.01.17 14:39:03.699381 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5275 | 2025.01.17 14:39:03.699527 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5276 | 2025.01.17 14:39:03.699589 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5277 | 2025.01.17 14:39:03.700323 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5278 | 2025.01.17 14:39:03.700363 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5279 | 2025.01.17 14:39:03.700752 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5280 | 2025.01.17 14:39:03.701007 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5281 | 2025.01.17 14:39:03.701229 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001738 sec., 11507.479861910242 rows/sec., 824.85 KiB/sec. | ||
| 5282 | 2025.01.17 14:39:03.701291 [ 253 ] {d448e14e-1a46-4002-9256-3c14e200038f} <Debug> TCPHandler: Processed in 0.001977871 sec. | ||
| 5283 | 2025.01.17 14:39:03.701463 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5284 | 2025.01.17 14:39:03.701592 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5285 | 2025.01.17 14:39:03.701648 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5286 | 2025.01.17 14:39:03.702267 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.01.17 14:39:03.702309 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5288 | 2025.01.17 14:39:03.702689 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5289 | 2025.01.17 14:39:03.702935 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2025.01.17 14:39:03.703227 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 5291 | 2025.01.17 14:39:03.703418 [ 257 ] {ef1ff3dc-df8b-44f4-b2ed-38e3ff46e2cc} <Debug> TCPHandler: Processed in 0.002007812 sec. | ||
| 5292 | 2025.01.17 14:39:03.703588 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2025.01.17 14:39:03.703729 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5294 | 2025.01.17 14:39:03.703789 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5295 | 2025.01.17 14:39:03.704455 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2025.01.17 14:39:03.704494 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5297 | 2025.01.17 14:39:03.704866 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5298 | 2025.01.17 14:39:03.705111 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2025.01.17 14:39:03.705315 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 5300 | 2025.01.17 14:39:03.705369 [ 253 ] {01fc8da7-a263-47f9-b6f0-d93447439f78} <Debug> TCPHandler: Processed in 0.001849698 sec. | ||
| 5301 | 2025.01.17 14:39:03.705527 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5302 | 2025.01.17 14:39:03.705670 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5303 | 2025.01.17 14:39:03.705729 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5304 | 2025.01.17 14:39:03.706525 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5305 | 2025.01.17 14:39:03.706567 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5306 | 2025.01.17 14:39:03.706970 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5307 | 2025.01.17 14:39:03.707222 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2025.01.17 14:39:03.707489 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001851 sec., 213398.16315505133 rows/sec., 15.15 MiB/sec. | ||
| 5309 | 2025.01.17 14:39:03.707702 [ 257 ] {7be6f718-a664-480f-af4c-e0fa16dca87a} <Debug> TCPHandler: Processed in 0.002240566 sec. | ||
| 5310 | 2025.01.17 14:39:03.707920 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5311 | 2025.01.17 14:39:03.708056 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5312 | 2025.01.17 14:39:03.708117 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5313 | 2025.01.17 14:39:03.708616 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5314 | 2025.01.17 14:39:03.708656 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5315 | 2025.01.17 14:39:03.709027 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5316 | 2025.01.17 14:39:03.709267 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5317 | 2025.01.17 14:39:03.709475 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 5318 | 2025.01.17 14:39:03.709526 [ 253 ] {3e46006d-faab-4d12-ae85-24ce16fd3cac} <Debug> TCPHandler: Processed in 0.001717146 sec. | ||
| 5319 | 2025.01.17 14:39:03.709750 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5320 | 2025.01.17 14:39:03.709975 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5321 | 2025.01.17 14:39:03.710075 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5322 | 2025.01.17 14:39:03.710803 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.01.17 14:39:03.710842 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5324 | 2025.01.17 14:39:03.711250 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5325 | 2025.01.17 14:39:03.711495 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5326 | 2025.01.17 14:39:03.711720 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001801 sec., 131593.55913381453 rows/sec., 8.82 MiB/sec. | ||
| 5327 | 2025.01.17 14:39:03.711776 [ 257 ] {2b186d41-d739-4ea7-866f-d1a2738a00a5} <Debug> TCPHandler: Processed in 0.002137884 sec. | ||
| 5328 | 2025.01.17 14:39:03.711932 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5329 | 2025.01.17 14:39:03.712070 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5330 | 2025.01.17 14:39:03.712131 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5331 | 2025.01.17 14:39:03.712611 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2025.01.17 14:39:03.712651 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5333 | 2025.01.17 14:39:03.713016 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5334 | 2025.01.17 14:39:03.713265 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2025.01.17 14:39:03.713476 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 5336 | 2025.01.17 14:39:03.713528 [ 253 ] {1136e69d-6f7b-4ed1-93cf-9e974c31ec84} <Debug> TCPHandler: Processed in 0.001665504 sec. | ||
| 5337 | 2025.01.17 14:39:03.713740 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5338 | 2025.01.17 14:39:03.713964 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5339 | 2025.01.17 14:39:03.714103 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5340 | 2025.01.17 14:39:03.715318 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5341 | 2025.01.17 14:39:03.715359 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5342 | 2025.01.17 14:39:03.716017 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5343 | 2025.01.17 14:39:03.716279 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5344 | 2025.01.17 14:39:03.716481 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002574 sec., 5050.50505050505 rows/sec., 9.05 MiB/sec. | ||
| 5345 | 2025.01.17 14:39:03.716588 [ 257 ] {00832729-13b6-4b0f-aced-81719a9b1649} <Debug> TCPHandler: Processed in 0.002960001 sec. | ||
| 5346 | 2025.01.17 14:39:03.716738 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5347 | 2025.01.17 14:39:03.716854 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5348 | 2025.01.17 14:39:03.716904 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5349 | 2025.01.17 14:39:03.717407 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5350 | 2025.01.17 14:39:03.717446 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5351 | 2025.01.17 14:39:03.717823 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5352 | 2025.01.17 14:39:03.718062 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5353 | 2025.01.17 14:39:03.718271 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 5354 | 2025.01.17 14:39:03.718323 [ 253 ] {1dd81858-32cd-4fe8-8ddf-d898b93b823e} <Debug> TCPHandler: Processed in 0.001644844 sec. | ||
| 5355 | 2025.01.17 14:39:03.791289 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5356 | 2025.01.17 14:39:03.812015 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5357 | 2025.01.17 14:39:03.812076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5358 | 2025.01.17 14:39:03.819844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5359 | 2025.01.17 14:39:03.820666 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5360 | 2025.01.17 14:39:03.824096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5361 | 2025.01.17 14:39:08.696455 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5362 | 2025.01.17 14:39:08.696734 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5363 | 2025.01.17 14:39:08.696842 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5364 | 2025.01.17 14:39:08.697905 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2025.01.17 14:39:08.697973 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5366 | 2025.01.17 14:39:08.698584 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5367 | 2025.01.17 14:39:08.698971 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5368 | 2025.01.17 14:39:08.699414 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002737 sec., 730.7270734380709 rows/sec., 59.59 KiB/sec. | ||
| 5369 | 2025.01.17 14:39:08.699637 [ 253 ] {db39f861-d82f-49b8-b1a9-65b6779ba999} <Debug> TCPHandler: Processed in 0.003365249 sec. | ||
| 5370 | 2025.01.17 14:39:08.699991 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5371 | 2025.01.17 14:39:08.700242 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5372 | 2025.01.17 14:39:08.700345 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5373 | 2025.01.17 14:39:08.701473 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2025.01.17 14:39:08.701537 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5375 | 2025.01.17 14:39:08.702149 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5376 | 2025.01.17 14:39:08.702515 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5377 | 2025.01.17 14:39:08.702837 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.002656 sec., 41039.156626506025 rows/sec., 3.43 MiB/sec. | ||
| 5378 | 2025.01.17 14:39:08.703064 [ 257 ] {80376620-eb6b-4713-b077-d6e99142d6de} <Debug> TCPHandler: Processed in 0.003236077 sec. | ||
| 5379 | 2025.01.17 14:39:08.703359 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5380 | 2025.01.17 14:39:08.703578 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5381 | 2025.01.17 14:39:08.703667 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5382 | 2025.01.17 14:39:08.704642 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5383 | 2025.01.17 14:39:08.704704 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5384 | 2025.01.17 14:39:08.705244 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5385 | 2025.01.17 14:39:08.705623 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.01.17 14:39:08.705977 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.00245 sec., 11428.57142857143 rows/sec., 854.99 KiB/sec. | ||
| 5387 | 2025.01.17 14:39:08.706246 [ 253 ] {556ae64a-41a3-40c3-814d-da1fde16b4ac} <Debug> TCPHandler: Processed in 0.003004802 sec. | ||
| 5388 | 2025.01.17 14:39:08.706490 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5389 | 2025.01.17 14:39:08.706656 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5390 | 2025.01.17 14:39:08.706729 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5391 | 2025.01.17 14:39:08.707538 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5392 | 2025.01.17 14:39:08.707590 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5393 | 2025.01.17 14:39:08.708069 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5394 | 2025.01.17 14:39:08.708392 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2025.01.17 14:39:08.708642 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002024 sec., 45454.54545454545 rows/sec., 3.55 MiB/sec. | ||
| 5396 | 2025.01.17 14:39:08.708725 [ 257 ] {91d5ab0b-df5a-482d-8e61-efb04307cdc3} <Debug> TCPHandler: Processed in 0.002323737 sec. | ||
| 5397 | 2025.01.17 14:39:08.708953 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5398 | 2025.01.17 14:39:08.709161 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5399 | 2025.01.17 14:39:08.709258 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5400 | 2025.01.17 14:39:08.710125 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5401 | 2025.01.17 14:39:08.710185 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5402 | 2025.01.17 14:39:08.710768 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5403 | 2025.01.17 14:39:08.711117 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2025.01.17 14:39:08.711421 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002316 sec., 69516.40759930915 rows/sec., 4.84 MiB/sec. | ||
| 5405 | 2025.01.17 14:39:08.711505 [ 253 ] {2119db0d-f75c-4c85-82bc-28c0e5d9c3ab} <Debug> TCPHandler: Processed in 0.002653215 sec. | ||
| 5406 | 2025.01.17 14:39:08.711710 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5407 | 2025.01.17 14:39:08.711915 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5408 | 2025.01.17 14:39:08.712055 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5409 | 2025.01.17 14:39:08.713735 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5410 | 2025.01.17 14:39:08.713785 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5411 | 2025.01.17 14:39:08.714703 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5412 | 2025.01.17 14:39:08.715050 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5413 | 2025.01.17 14:39:08.715371 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003488 sec., 7454.128440366972 rows/sec., 13.36 MiB/sec. | ||
| 5414 | 2025.01.17 14:39:08.715903 [ 257 ] {84757830-153d-4a95-b69d-425da7c5efff} <Debug> TCPHandler: Processed in 0.004281038 sec. | ||
| 5415 | 2025.01.17 14:39:08.716179 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5416 | 2025.01.17 14:39:08.716397 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5417 | 2025.01.17 14:39:08.716477 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5418 | 2025.01.17 14:39:08.717182 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5419 | 2025.01.17 14:39:08.717239 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5420 | 2025.01.17 14:39:08.717799 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5421 | 2025.01.17 14:39:08.718147 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5422 | 2025.01.17 14:39:08.718456 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002111 sec., 28422.548555187113 rows/sec., 1.92 MiB/sec. | ||
| 5423 | 2025.01.17 14:39:08.718535 [ 253 ] {87d1c81a-87ef-4bdc-a621-bdc96af03076} <Debug> TCPHandler: Processed in 0.002496201 sec. | ||
| 5424 | 2025.01.17 14:39:10.507253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11529 | ||
| 5425 | 2025.01.17 14:39:10.507963 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5426 | 2025.01.17 14:39:10.508017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5427 | 2025.01.17 14:39:10.508611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5428 | 2025.01.17 14:39:10.508861 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5429 | 2025.01.17 14:39:10.509132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5430 | 2025.01.17 14:39:11.324155 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5431 | 2025.01.17 14:39:11.344781 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.01.17 14:39:11.344832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5433 | 2025.01.17 14:39:11.351984 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5434 | 2025.01.17 14:39:11.352781 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.01.17 14:39:11.356421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5436 | 2025.01.17 14:39:13.070326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 782 | ||
| 5437 | 2025.01.17 14:39:13.073598 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2025.01.17 14:39:13.073661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5439 | 2025.01.17 14:39:13.075186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5440 | 2025.01.17 14:39:13.075547 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2025.01.17 14:39:13.077139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782 | ||
| 5442 | 2025.01.17 14:39:13.695817 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5443 | 2025.01.17 14:39:13.696095 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5444 | 2025.01.17 14:39:13.696202 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5445 | 2025.01.17 14:39:13.697107 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5446 | 2025.01.17 14:39:13.697155 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5447 | 2025.01.17 14:39:13.697599 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5448 | 2025.01.17 14:39:13.697870 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2025.01.17 14:39:13.698073 [ 26 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5450 | 2025.01.17 14:39:13.698144 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002123 sec., 6594.44182760245 rows/sec., 474.71 KiB/sec. | ||
| 5451 | 2025.01.17 14:39:13.698169 [ 26 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2025.01.17 14:39:13.698243 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5453 | 2025.01.17 14:39:13.698301 [ 253 ] {1963756d-bfc1-4237-a31b-e1d0a3c6e852} <Debug> TCPHandler: Processed in 0.002654085 sec. | ||
| 5454 | 2025.01.17 14:39:13.698713 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 5455 | 2025.01.17 14:39:13.698776 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.01.17 14:39:13.698984 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5457 | 2025.01.17 14:39:13.699065 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 5458 | 2025.01.17 14:39:13.699078 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5459 | 2025.01.17 14:39:13.699239 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 5460 | 2025.01.17 14:39:13.699249 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5461 | 2025.01.17 14:39:13.699713 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 5462 | 2025.01.17 14:39:13.700075 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 5463 | 2025.01.17 14:39:13.700403 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 5464 | 2025.01.17 14:39:13.702531 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2025.01.17 14:39:13.702615 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5466 | 2025.01.17 14:39:13.703054 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004659266 sec., 15023.82564120615 rows/sec., 1.11 MiB/sec. | ||
| 5467 | 2025.01.17 14:39:13.703272 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5468 | 2025.01.17 14:39:13.703610 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5469 | 2025.01.17 14:39:13.703848 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_17_4} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.01.17 14:39:13.704062 [ 199 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_17_4} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5471 | 2025.01.17 14:39:13.704073 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2025.01.17 14:39:13.704225 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5473 | 2025.01.17 14:39:13.704415 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.00544 sec., 42095.58823529411 rows/sec., 3.68 MiB/sec. | ||
| 5474 | 2025.01.17 14:39:13.704565 [ 257 ] {fcd175b1-de0e-43e9-ad64-764c903c64c5} <Debug> TCPHandler: Processed in 0.006087136 sec. | ||
| 5475 | 2025.01.17 14:39:13.704744 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5476 | 2025.01.17 14:39:13.704868 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5477 | 2025.01.17 14:39:13.704921 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5478 | 2025.01.17 14:39:13.705538 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2025.01.17 14:39:13.705586 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5480 | 2025.01.17 14:39:13.705963 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5481 | 2025.01.17 14:39:13.706208 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2025.01.17 14:39:13.706431 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001593 sec., 12554.927809165098 rows/sec., 899.93 KiB/sec. | ||
| 5483 | 2025.01.17 14:39:13.706490 [ 253 ] {748ce5d4-159c-4d6f-b238-17afe266e677} <Debug> TCPHandler: Processed in 0.001805097 sec. | ||
| 5484 | 2025.01.17 14:39:13.706632 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5485 | 2025.01.17 14:39:13.706760 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5486 | 2025.01.17 14:39:13.706812 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5487 | 2025.01.17 14:39:13.707432 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2025.01.17 14:39:13.707470 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5489 | 2025.01.17 14:39:13.707840 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5490 | 2025.01.17 14:39:13.708081 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5491 | 2025.01.17 14:39:13.708262 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec. | ||
| 5492 | 2025.01.17 14:39:13.708316 [ 257 ] {0b559d98-3d36-4cff-aee1-7eadb2dbaf40} <Debug> TCPHandler: Processed in 0.001745036 sec. | ||
| 5493 | 2025.01.17 14:39:13.708485 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5494 | 2025.01.17 14:39:13.708617 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5495 | 2025.01.17 14:39:13.708675 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5496 | 2025.01.17 14:39:13.709358 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5497 | 2025.01.17 14:39:13.709406 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5498 | 2025.01.17 14:39:13.709794 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5499 | 2025.01.17 14:39:13.710031 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5500 | 2025.01.17 14:39:13.710196 [ 26 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5501 | 2025.01.17 14:39:13.710260 [ 26 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2025.01.17 14:39:13.710291 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001698 sec., 7656.065959952885 rows/sec., 477.35 KiB/sec. | ||
| 5503 | 2025.01.17 14:39:13.710306 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5504 | 2025.01.17 14:39:13.710469 [ 253 ] {7d51794c-bd79-437c-83eb-7c08f07543c0} <Debug> TCPHandler: Processed in 0.002040042 sec. | ||
| 5505 | 2025.01.17 14:39:13.710554 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 5506 | 2025.01.17 14:39:13.710665 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5507 | 2025.01.17 14:39:13.710832 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5508 | 2025.01.17 14:39:13.710905 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5509 | 2025.01.17 14:39:13.710931 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 5510 | 2025.01.17 14:39:13.711026 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5511 | 2025.01.17 14:39:13.711377 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 5512 | 2025.01.17 14:39:13.711879 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 5513 | 2025.01.17 14:39:13.712268 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 5514 | 2025.01.17 14:39:13.712659 [ 195 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 5515 | 2025.01.17 14:39:13.714246 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5516 | 2025.01.17 14:39:13.714324 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5517 | 2025.01.17 14:39:13.715081 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004631296 sec., 14034.948316842629 rows/sec., 929.90 KiB/sec. | ||
| 5518 | 2025.01.17 14:39:13.715263 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5519 | 2025.01.17 14:39:13.715338 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5520 | 2025.01.17 14:39:13.715721 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2025.01.17 14:39:13.715996 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_17_4} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2025.01.17 14:39:13.716198 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.005334 sec., 74053.24334458192 rows/sec., 5.26 MiB/sec. | ||
| 5523 | 2025.01.17 14:39:13.716228 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_17_4} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5524 | 2025.01.17 14:39:13.716336 [ 257 ] {c10937a8-d6f0-4567-bbf6-4dc1587d4207} <Debug> TCPHandler: Processed in 0.005734338 sec. | ||
| 5525 | 2025.01.17 14:39:13.716442 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5526 | 2025.01.17 14:39:13.716559 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.01.17 14:39:13.716678 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5528 | 2025.01.17 14:39:13.716730 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5529 | 2025.01.17 14:39:13.717223 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.01.17 14:39:13.717262 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5531 | 2025.01.17 14:39:13.717641 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5532 | 2025.01.17 14:39:13.717881 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.01.17 14:39:13.718096 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 5534 | 2025.01.17 14:39:13.718150 [ 253 ] {2c72eaf1-39b1-4e7a-9ea7-b7c1be8a1c99} <Debug> TCPHandler: Processed in 0.001683084 sec. | ||
| 5535 | 2025.01.17 14:39:13.718294 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.01.17 14:39:13.718415 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5537 | 2025.01.17 14:39:13.718469 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5538 | 2025.01.17 14:39:13.719144 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.01.17 14:39:13.719192 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5540 | 2025.01.17 14:39:13.719667 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5541 | 2025.01.17 14:39:13.719911 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.01.17 14:39:13.720133 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 5543 | 2025.01.17 14:39:13.720185 [ 257 ] {618ec425-6c64-4680-aaf1-0cabd82c0a31} <Debug> TCPHandler: Processed in 0.00194884 sec. | ||
| 5544 | 2025.01.17 14:39:13.720333 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.01.17 14:39:13.720452 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5546 | 2025.01.17 14:39:13.720503 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5547 | 2025.01.17 14:39:13.721047 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.01.17 14:39:13.721094 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5549 | 2025.01.17 14:39:13.721528 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5550 | 2025.01.17 14:39:13.721768 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2025.01.17 14:39:13.721995 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001567 sec., 638.1620931716656 rows/sec., 43.00 KiB/sec. | ||
| 5552 | 2025.01.17 14:39:13.722117 [ 253 ] {324c8626-d83f-44d3-94a2-32669525cfe1} <Debug> TCPHandler: Processed in 0.001838778 sec. | ||
| 5553 | 2025.01.17 14:39:13.722266 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.01.17 14:39:13.722385 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5555 | 2025.01.17 14:39:13.722468 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5556 | 2025.01.17 14:39:13.723580 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.01.17 14:39:13.723620 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5558 | 2025.01.17 14:39:13.724243 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5559 | 2025.01.17 14:39:13.724510 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.01.17 14:39:13.724780 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002416 sec., 5380.794701986754 rows/sec., 9.64 MiB/sec. | ||
| 5561 | 2025.01.17 14:39:13.725053 [ 257 ] {c598a5e1-3021-455f-9eb3-bfc3c9ea6bc3} <Debug> TCPHandler: Processed in 0.002842548 sec. | ||
| 5562 | 2025.01.17 14:39:13.725208 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5563 | 2025.01.17 14:39:13.725348 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5564 | 2025.01.17 14:39:13.725407 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5565 | 2025.01.17 14:39:13.726094 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2025.01.17 14:39:13.726133 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5567 | 2025.01.17 14:39:13.726506 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5568 | 2025.01.17 14:39:13.726746 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2025.01.17 14:39:13.726963 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001646 sec., 49817.73997569866 rows/sec., 3.16 MiB/sec. | ||
| 5570 | 2025.01.17 14:39:13.727015 [ 253 ] {98875764-4a2b-41c8-b3a3-9bec69dcaec7} <Debug> TCPHandler: Processed in 0.001873739 sec. | ||
| 5571 | 2025.01.17 14:39:17.897917 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5572 | 2025.01.17 14:39:17.898026 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5573 | 2025.01.17 14:39:18.009231 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12017 | ||
| 5574 | 2025.01.17 14:39:18.009927 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.01.17 14:39:18.009967 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5576 | 2025.01.17 14:39:18.010511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5577 | 2025.01.17 14:39:18.010763 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.01.17 14:39:18.011020 [ 114 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5579 | 2025.01.17 14:39:18.011043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12017 | ||
| 5580 | 2025.01.17 14:39:18.011137 [ 114 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5581 | 2025.01.17 14:39:18.011187 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5582 | 2025.01.17 14:39:18.011347 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 5583 | 2025.01.17 14:39:18.011484 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5584 | 2025.01.17 14:39:18.011527 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5585 | 2025.01.17 14:39:18.011606 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 5586 | 2025.01.17 14:39:18.011704 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 5587 | 2025.01.17 14:39:18.011895 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 5588 | 2025.01.17 14:39:18.012062 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 5589 | 2025.01.17 14:39:18.012306 [ 196 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 5590 | 2025.01.17 14:39:18.014768 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12017 rows, containing 4 columns (4 merged, 0 gathered) in 0.003484172 sec., 3449026.052674782 rows/sec., 49.34 MiB/sec. | ||
| 5591 | 2025.01.17 14:39:18.015281 [ 198 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5592 | 2025.01.17 14:39:18.015668 [ 198 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_26_5} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.01.17 14:39:18.015765 [ 198 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_26_5} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5594 | 2025.01.17 14:39:18.015893 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5595 | 2025.01.17 14:39:18.691654 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2025.01.17 14:39:18.691853 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5597 | 2025.01.17 14:39:18.691933 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5598 | 2025.01.17 14:39:18.692843 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.01.17 14:39:18.692894 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5600 | 2025.01.17 14:39:18.693319 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5601 | 2025.01.17 14:39:18.693574 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.01.17 14:39:18.693816 [ 114 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5603 | 2025.01.17 14:39:18.693826 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002016 sec., 53571.42857142857 rows/sec., 4.48 MiB/sec. | ||
| 5604 | 2025.01.17 14:39:18.693955 [ 114 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2025.01.17 14:39:18.694024 [ 253 ] {50110d46-4139-46cd-b98d-0351a66f360f} <Debug> TCPHandler: Processed in 0.002490062 sec. | ||
| 5606 | 2025.01.17 14:39:18.694045 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5607 | 2025.01.17 14:39:18.694388 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 5608 | 2025.01.17 14:39:18.694496 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5609 | 2025.01.17 14:39:18.695040 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5610 | 2025.01.17 14:39:18.695083 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5611 | 2025.01.17 14:39:18.695218 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5612 | 2025.01.17 14:39:18.695249 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 5613 | 2025.01.17 14:39:18.695652 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part | ||
| 5614 | 2025.01.17 14:39:18.695938 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 229 rows starting from the beginning of the part | ||
| 5615 | 2025.01.17 14:39:18.696311 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 109 rows starting from the beginning of the part | ||
| 5616 | 2025.01.17 14:39:18.696749 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 229 rows starting from the beginning of the part | ||
| 5617 | 2025.01.17 14:39:18.697129 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 108 rows starting from the beginning of the part | ||
| 5618 | 2025.01.17 14:39:18.698321 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5619 | 2025.01.17 14:39:18.698389 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5620 | 2025.01.17 14:39:18.699453 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5621 | 2025.01.17 14:39:18.699855 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5622 | 2025.01.17 14:39:18.700122 [ 114 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5623 | 2025.01.17 14:39:18.700234 [ 114 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2025.01.17 14:39:18.700310 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5625 | 2025.01.17 14:39:18.700570 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005632 sec., 4616.477272727273 rows/sec., 347.14 KiB/sec. | ||
| 5626 | 2025.01.17 14:39:18.700843 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2214 rows, containing 5 columns (5 merged, 0 gathered) in 0.006645207 sec., 333172.4655078465 rows/sec., 29.35 MiB/sec. | ||
| 5627 | 2025.01.17 14:39:18.700948 [ 257 ] {37807de9-8183-4947-b345-4e78259b251c} <Debug> TCPHandler: Processed in 0.006775239 sec. | ||
| 5628 | 2025.01.17 14:39:18.701048 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 5629 | 2025.01.17 14:39:18.701176 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5630 | 2025.01.17 14:39:18.701235 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5631 | 2025.01.17 14:39:18.701450 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5632 | 2025.01.17 14:39:18.701571 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5633 | 2025.01.17 14:39:18.701573 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 64 rows starting from the beginning of the part | ||
| 5634 | 2025.01.17 14:39:18.701711 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5635 | 2025.01.17 14:39:18.701984 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5636 | 2025.01.17 14:39:18.702459 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 5637 | 2025.01.17 14:39:18.702715 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.01.17 14:39:18.702986 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part | ||
| 5639 | 2025.01.17 14:39:18.703390 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_41_8} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5640 | 2025.01.17 14:39:18.703432 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 5641 | 2025.01.17 14:39:18.703968 [ 195 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5642 | 2025.01.17 14:39:18.704596 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5643 | 2025.01.17 14:39:18.705597 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2025.01.17 14:39:18.705670 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5645 | 2025.01.17 14:39:18.706680 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5646 | 2025.01.17 14:39:18.706821 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.006253789 sec., 29422.163107837503 rows/sec., 2.22 MiB/sec. | ||
| 5647 | 2025.01.17 14:39:18.707080 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5648 | 2025.01.17 14:39:18.707110 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5649 | 2025.01.17 14:39:18.707495 [ 114 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5650 | 2025.01.17 14:39:18.707608 [ 114 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2025.01.17 14:39:18.707627 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.006172 sec., 14581.98314970836 rows/sec., 1.14 MiB/sec. | ||
| 5652 | 2025.01.17 14:39:18.707678 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5653 | 2025.01.17 14:39:18.707917 [ 253 ] {2973e39f-0b61-4157-9832-d8cdc8b71e6c} <Debug> TCPHandler: Processed in 0.00682895 sec. | ||
| 5654 | 2025.01.17 14:39:18.708040 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5655 | 2025.01.17 14:39:18.708285 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 5656 | 2025.01.17 14:39:18.708500 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_30_6} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5657 | 2025.01.17 14:39:18.708632 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5658 | 2025.01.17 14:39:18.708895 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5659 | 2025.01.17 14:39:18.709057 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5660 | 2025.01.17 14:39:18.709194 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5661 | 2025.01.17 14:39:18.709361 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5662 | 2025.01.17 14:39:18.709558 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5663 | 2025.01.17 14:39:18.709580 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part | ||
| 5664 | 2025.01.17 14:39:18.710014 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 395 rows starting from the beginning of the part | ||
| 5665 | 2025.01.17 14:39:18.710474 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 92 rows starting from the beginning of the part | ||
| 5666 | 2025.01.17 14:39:18.710796 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 395 rows starting from the beginning of the part | ||
| 5667 | 2025.01.17 14:39:18.711073 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part | ||
| 5668 | 2025.01.17 14:39:18.712115 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5669 | 2025.01.17 14:39:18.712180 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5670 | 2025.01.17 14:39:18.713269 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5671 | 2025.01.17 14:39:18.713701 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5672 | 2025.01.17 14:39:18.713895 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5673 | 2025.01.17 14:39:18.714005 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5674 | 2025.01.17 14:39:18.714087 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5675 | 2025.01.17 14:39:18.714363 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00504 sec., 31746.031746031746 rows/sec., 2.21 MiB/sec. | ||
| 5676 | 2025.01.17 14:39:18.714536 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1975 rows, containing 5 columns (5 merged, 0 gathered) in 0.006659938 sec., 296549.30721577286 rows/sec., 22.72 MiB/sec. | ||
| 5677 | 2025.01.17 14:39:18.714706 [ 257 ] {b237b1a5-0d30-46c9-86e5-8c702801b0c4} <Debug> TCPHandler: Processed in 0.006625966 sec. | ||
| 5678 | 2025.01.17 14:39:18.714951 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5679 | 2025.01.17 14:39:18.714971 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 5680 | 2025.01.17 14:39:18.715008 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5681 | 2025.01.17 14:39:18.715424 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5682 | 2025.01.17 14:39:18.715449 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5683 | 2025.01.17 14:39:18.715585 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11670 rows starting from the beginning of the part | ||
| 5684 | 2025.01.17 14:39:18.715766 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5685 | 2025.01.17 14:39:18.715784 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5686 | 2025.01.17 14:39:18.716150 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5687 | 2025.01.17 14:39:18.716350 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_41_8} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5688 | 2025.01.17 14:39:18.716776 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5689 | 2025.01.17 14:39:18.716878 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5690 | 2025.01.17 14:39:18.717298 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
| 5691 | 2025.01.17 14:39:18.717665 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5692 | 2025.01.17 14:39:18.718058 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5693 | 2025.01.17 14:39:18.721565 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.01.17 14:39:18.721646 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5695 | 2025.01.17 14:39:18.723062 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5696 | 2025.01.17 14:39:18.723421 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2025.01.17 14:39:18.723774 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008497 sec., 3059.9034953513005 rows/sec., 5.48 MiB/sec. | ||
| 5698 | 2025.01.17 14:39:18.724440 [ 253 ] {5b1e285c-cb43-46df-aa94-848d7dc6e2b7} <Debug> TCPHandler: Processed in 0.009588578 sec. | ||
| 5699 | 2025.01.17 14:39:18.724767 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2025.01.17 14:39:18.724931 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12625 rows, containing 5 columns (5 merged, 0 gathered) in 0.010535267 sec., 1198355.9600340456 rows/sec., 80.92 MiB/sec. | ||
| 5701 | 2025.01.17 14:39:18.724996 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5702 | 2025.01.17 14:39:18.725075 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5703 | 2025.01.17 14:39:18.725444 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5704 | 2025.01.17 14:39:18.726014 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2025.01.17 14:39:18.726059 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.01.17 14:39:18.726084 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5707 | 2025.01.17 14:39:18.726266 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5708 | 2025.01.17 14:39:18.726445 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 5709 | 2025.01.17 14:39:18.726734 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5710 | 2025.01.17 14:39:18.726986 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.01.17 14:39:18.727118 [ 114 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5712 | 2025.01.17 14:39:18.727162 [ 114 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2025.01.17 14:39:18.727188 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002228 sec., 26929.982046678637 rows/sec., 1.81 MiB/sec. | ||
| 5714 | 2025.01.17 14:39:18.727192 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5715 | 2025.01.17 14:39:18.727328 [ 257 ] {cd192734-0ee9-421d-a565-20245ff0b9fa} <Debug> TCPHandler: Processed in 0.002748146 sec. | ||
| 5716 | 2025.01.17 14:39:18.727563 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 5717 | 2025.01.17 14:39:18.727726 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5718 | 2025.01.17 14:39:18.727757 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2166 rows starting from the beginning of the part | ||
| 5719 | 2025.01.17 14:39:18.727863 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5720 | 2025.01.17 14:39:18.727986 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5721 | 2025.01.17 14:39:18.728171 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5722 | 2025.01.17 14:39:18.728333 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5723 | 2025.01.17 14:39:18.728528 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5724 | 2025.01.17 14:39:18.730026 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2510 rows, containing 4 columns (4 merged, 0 gathered) in 0.002706146 sec., 927518.3231059965 rows/sec., 60.51 MiB/sec. | ||
| 5725 | 2025.01.17 14:39:18.730315 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5726 | 2025.01.17 14:39:18.730681 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2025.01.17 14:39:18.730764 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_41_8} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5728 | 2025.01.17 14:39:18.730849 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5729 | 2025.01.17 14:39:18.856464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5730 | 2025.01.17 14:39:18.878063 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5731 | 2025.01.17 14:39:18.878111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5732 | 2025.01.17 14:39:18.885483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5733 | 2025.01.17 14:39:18.886272 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5734 | 2025.01.17 14:39:18.886670 [ 114 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5735 | 2025.01.17 14:39:18.886820 [ 114 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2025.01.17 14:39:18.886929 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5737 | 2025.01.17 14:39:18.887794 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5738 | 2025.01.17 14:39:18.904600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5739 | 2025.01.17 14:39:18.905766 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5740 | 2025.01.17 14:39:18.907295 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5741 | 2025.01.17 14:39:18.913341 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5742 | 2025.01.17 14:39:18.919999 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5743 | 2025.01.17 14:39:18.925864 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5744 | 2025.01.17 14:39:18.931660 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5745 | 2025.01.17 14:39:18.936265 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 5746 | 2025.01.17 14:39:18.994861 [ 194 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.107733247 sec., 1819.3083886165614 rows/sec., 9.41 MiB/sec. | ||
| 5747 | 2025.01.17 14:39:18.996777 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5748 | 2025.01.17 14:39:18.999313 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_26_5} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5749 | 2025.01.17 14:39:18.999420 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_26_5} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5750 | 2025.01.17 14:39:19.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.61 MiB, peak 203.35 MiB, free memory in arenas 0.00 B, will set to 194.56 MiB (RSS), difference: -2.05 MiB | ||
| 5751 | 2025.01.17 14:39:19.001336 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5752 | 2025.01.17 14:39:19.937033 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5753 | 2025.01.17 14:39:19.937242 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5754 | 2025.01.17 14:39:19.937323 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5755 | 2025.01.17 14:39:19.938116 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2025.01.17 14:39:19.938169 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5757 | 2025.01.17 14:39:19.938631 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5758 | 2025.01.17 14:39:19.938901 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.01.17 14:39:19.939141 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec. | ||
| 5760 | 2025.01.17 14:39:19.939208 [ 253 ] {0e32559a-12f7-49d4-a108-09b9609b5d56} <Debug> TCPHandler: Processed in 0.002313198 sec. | ||
| 5761 | 2025.01.17 14:39:19.939507 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2025.01.17 14:39:19.939739 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5763 | 2025.01.17 14:39:19.939817 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5764 | 2025.01.17 14:39:19.940579 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2025.01.17 14:39:19.940635 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5766 | 2025.01.17 14:39:19.941080 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5767 | 2025.01.17 14:39:19.941349 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2025.01.17 14:39:19.941599 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001923 sec., 8320.332813312532 rows/sec., 678.46 KiB/sec. | ||
| 5769 | 2025.01.17 14:39:19.941669 [ 257 ] {ea3d7c2d-5e34-4345-adb2-d4afb4c9b8f0} <Debug> TCPHandler: Processed in 0.002312267 sec. | ||
| 5770 | 2025.01.17 14:39:19.941836 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5771 | 2025.01.17 14:39:19.941978 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5772 | 2025.01.17 14:39:19.942040 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5773 | 2025.01.17 14:39:19.943467 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5774 | 2025.01.17 14:39:19.943510 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5775 | 2025.01.17 14:39:19.943979 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5776 | 2025.01.17 14:39:19.944246 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5777 | 2025.01.17 14:39:19.944508 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002563 sec., 537261.0222395629 rows/sec., 44.66 MiB/sec. | ||
| 5778 | 2025.01.17 14:39:19.944639 [ 253 ] {831a94a5-f733-4070-ad3a-2f51c2fc06fd} <Debug> TCPHandler: Processed in 0.002870079 sec. | ||
| 5779 | 2025.01.17 14:39:19.944869 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5780 | 2025.01.17 14:39:19.945012 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5781 | 2025.01.17 14:39:19.945066 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5782 | 2025.01.17 14:39:19.945725 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2025.01.17 14:39:19.945768 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5784 | 2025.01.17 14:39:19.946156 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5785 | 2025.01.17 14:39:19.946403 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5786 | 2025.01.17 14:39:19.946680 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001687 sec., 21339.65619442798 rows/sec., 1.48 MiB/sec. | ||
| 5787 | 2025.01.17 14:39:19.946883 [ 257 ] {19bd9c8f-4fce-4b3a-962b-37cc850dc6f2} <Debug> TCPHandler: Processed in 0.002114284 sec. | ||
| 5788 | 2025.01.17 14:39:19.947085 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5789 | 2025.01.17 14:39:19.947220 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5790 | 2025.01.17 14:39:19.947279 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5791 | 2025.01.17 14:39:19.948012 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.01.17 14:39:19.948052 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5793 | 2025.01.17 14:39:19.948457 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5794 | 2025.01.17 14:39:19.948705 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.01.17 14:39:19.948959 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001771 sec., 136645.96273291926 rows/sec., 9.26 MiB/sec. | ||
| 5796 | 2025.01.17 14:39:19.949131 [ 253 ] {9edbd95f-17d9-484a-a52e-7d5fc6addb8a} <Debug> TCPHandler: Processed in 0.002124714 sec. | ||
| 5797 | 2025.01.17 14:39:19.949338 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2025.01.17 14:39:19.949483 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5799 | 2025.01.17 14:39:19.949542 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5800 | 2025.01.17 14:39:19.950178 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5801 | 2025.01.17 14:39:19.950219 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5802 | 2025.01.17 14:39:19.950594 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5803 | 2025.01.17 14:39:19.950851 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2025.01.17 14:39:19.951114 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec. | ||
| 5805 | 2025.01.17 14:39:19.951317 [ 257 ] {5abb0c6a-df57-4be6-8b43-5db5a20ef6f0} <Debug> TCPHandler: Processed in 0.002068573 sec. | ||
| 5806 | 2025.01.17 14:39:19.951514 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5807 | 2025.01.17 14:39:19.951647 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5808 | 2025.01.17 14:39:19.951707 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5809 | 2025.01.17 14:39:19.952609 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2025.01.17 14:39:19.952648 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5811 | 2025.01.17 14:39:19.953062 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5812 | 2025.01.17 14:39:19.953314 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2025.01.17 14:39:19.953563 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.001937 sec., 447599.3804852865 rows/sec., 32.43 MiB/sec. | ||
| 5814 | 2025.01.17 14:39:19.953752 [ 253 ] {c49f9280-c508-42b7-a853-8bf7c4e3efd2} <Debug> TCPHandler: Processed in 0.002331448 sec. | ||
| 5815 | 2025.01.17 14:39:19.953976 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5816 | 2025.01.17 14:39:19.954106 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5817 | 2025.01.17 14:39:19.954158 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5818 | 2025.01.17 14:39:19.954655 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2025.01.17 14:39:19.954696 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5820 | 2025.01.17 14:39:19.955077 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5821 | 2025.01.17 14:39:19.955318 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2025.01.17 14:39:19.955640 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 5823 | 2025.01.17 14:39:19.955805 [ 257 ] {7b736c43-76c5-48f5-a697-ecc0d4c70ebf} <Debug> TCPHandler: Processed in 0.00193674 sec. | ||
| 5824 | 2025.01.17 14:39:19.955962 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2025.01.17 14:39:19.956101 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5826 | 2025.01.17 14:39:19.956164 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5827 | 2025.01.17 14:39:19.957037 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2025.01.17 14:39:19.957076 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5829 | 2025.01.17 14:39:19.957526 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5830 | 2025.01.17 14:39:19.957785 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2025.01.17 14:39:19.957995 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.001926 sec., 516614.7455867082 rows/sec., 34.38 MiB/sec. | ||
| 5832 | 2025.01.17 14:39:19.958049 [ 253 ] {6a6ebbdd-03f9-445e-8e8e-411d90c9e056} <Debug> TCPHandler: Processed in 0.002155574 sec. | ||
| 5833 | 2025.01.17 14:39:19.958200 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2025.01.17 14:39:19.958326 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5835 | 2025.01.17 14:39:19.958380 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5836 | 2025.01.17 14:39:19.958867 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.01.17 14:39:19.958907 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5838 | 2025.01.17 14:39:19.959291 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5839 | 2025.01.17 14:39:19.959544 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2025.01.17 14:39:19.959776 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 5841 | 2025.01.17 14:39:19.959832 [ 257 ] {0840a754-d62d-4e19-b6bd-6aeb7fc70a8e} <Debug> TCPHandler: Processed in 0.001691225 sec. | ||
| 5842 | 2025.01.17 14:39:19.959981 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2025.01.17 14:39:19.960120 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5844 | 2025.01.17 14:39:19.960216 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5845 | 2025.01.17 14:39:19.961431 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.01.17 14:39:19.961471 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5847 | 2025.01.17 14:39:19.962105 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5848 | 2025.01.17 14:39:19.962367 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.01.17 14:39:19.962550 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5850 | 2025.01.17 14:39:19.962640 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5851 | 2025.01.17 14:39:19.962658 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002558 sec., 5082.095387021111 rows/sec., 9.11 MiB/sec. | ||
| 5852 | 2025.01.17 14:39:19.962678 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5853 | 2025.01.17 14:39:19.963062 [ 253 ] {03814bed-7668-478d-b498-ef1b11c78a8d} <Debug> TCPHandler: Processed in 0.003145095 sec. | ||
| 5854 | 2025.01.17 14:39:19.963063 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 5855 | 2025.01.17 14:39:19.963278 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5856 | 2025.01.17 14:39:19.963539 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5857 | 2025.01.17 14:39:19.963671 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5858 | 2025.01.17 14:39:19.964048 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5859 | 2025.01.17 14:39:19.964329 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 449 rows starting from the beginning of the part | ||
| 5860 | 2025.01.17 14:39:19.965149 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 5861 | 2025.01.17 14:39:19.965983 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 5862 | 2025.01.17 14:39:19.965987 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.01.17 14:39:19.966073 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5864 | 2025.01.17 14:39:19.966623 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 5865 | 2025.01.17 14:39:19.967350 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5866 | 2025.01.17 14:39:19.967646 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5867 | 2025.01.17 14:39:19.967938 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 5868 | 2025.01.17 14:39:19.968543 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2025.01.17 14:39:19.969252 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005799 sec., 7932.402138299706 rows/sec., 491.23 KiB/sec. | ||
| 5870 | 2025.01.17 14:39:19.969329 [ 257 ] {91be80be-609a-4ea8-8244-dbc20e134379} <Debug> TCPHandler: Processed in 0.006170667 sec. | ||
| 5871 | 2025.01.17 14:39:19.974474 [ 201 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 19 columns (19 merged, 0 gathered) in 0.011653109 sec., 46339.56483201178 rows/sec., 83.04 MiB/sec. | ||
| 5872 | 2025.01.17 14:39:19.975509 [ 201 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5873 | 2025.01.17 14:39:19.975979 [ 201 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2025.01.17 14:39:19.976066 [ 201 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5875 | 2025.01.17 14:39:19.976222 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 5876 | 2025.01.17 14:39:20.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.66 MiB, peak 203.35 MiB, free memory in arenas 0.00 B, will set to 195.47 MiB (RSS), difference: 3.81 MiB | ||
| 5877 | 2025.01.17 14:39:23.077364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 840 | ||
| 5878 | 2025.01.17 14:39:23.081002 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5879 | 2025.01.17 14:39:23.081055 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5880 | 2025.01.17 14:39:23.082552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5881 | 2025.01.17 14:39:23.082881 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2025.01.17 14:39:23.083440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 5883 | 2025.01.17 14:39:23.687197 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5884 | 2025.01.17 14:39:23.687405 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5885 | 2025.01.17 14:39:23.687487 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5886 | 2025.01.17 14:39:23.688328 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2025.01.17 14:39:23.688377 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5888 | 2025.01.17 14:39:23.688823 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5889 | 2025.01.17 14:39:23.689084 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5890 | 2025.01.17 14:39:23.689325 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 5891 | 2025.01.17 14:39:23.689391 [ 253 ] {b5152b3e-ed00-41b5-98bd-cdeee1cf7a54} <Debug> TCPHandler: Processed in 0.002330528 sec. | ||
| 5892 | 2025.01.17 14:39:23.689662 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5893 | 2025.01.17 14:39:23.689874 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5894 | 2025.01.17 14:39:23.689945 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5895 | 2025.01.17 14:39:23.690728 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5896 | 2025.01.17 14:39:23.690770 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5897 | 2025.01.17 14:39:23.691217 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5898 | 2025.01.17 14:39:23.691478 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2025.01.17 14:39:23.691689 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001875 sec., 34133.333333333336 rows/sec., 2.66 MiB/sec. | ||
| 5900 | 2025.01.17 14:39:23.691756 [ 257 ] {c2ea6030-dcb6-4e86-bea6-d26e450f75a9} <Debug> TCPHandler: Processed in 0.002235146 sec. | ||
| 5901 | 2025.01.17 14:39:23.691944 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5902 | 2025.01.17 14:39:23.692092 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5903 | 2025.01.17 14:39:23.692160 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5904 | 2025.01.17 14:39:23.692838 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2025.01.17 14:39:23.692886 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5906 | 2025.01.17 14:39:23.693300 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5907 | 2025.01.17 14:39:23.693564 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2025.01.17 14:39:23.693785 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001729 sec., 55523.42394447658 rows/sec., 3.87 MiB/sec. | ||
| 5909 | 2025.01.17 14:39:23.693849 [ 253 ] {8e6cb2fc-a94f-4cfd-a1cc-5cb8f8dd15d9} <Debug> TCPHandler: Processed in 0.001979061 sec. | ||
| 5910 | 2025.01.17 14:39:23.694074 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5911 | 2025.01.17 14:39:23.694317 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5912 | 2025.01.17 14:39:23.694421 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5913 | 2025.01.17 14:39:23.695137 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2025.01.17 14:39:23.695176 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5915 | 2025.01.17 14:39:23.695585 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5916 | 2025.01.17 14:39:23.695848 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.01.17 14:39:23.696033 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001776 sec., 20270.27027027027 rows/sec., 1.37 MiB/sec. | ||
| 5918 | 2025.01.17 14:39:23.696086 [ 257 ] {2f03aabf-e589-4c29-9e8e-522441e43b89} <Debug> TCPHandler: Processed in 0.002125393 sec. | ||
| 5919 | 2025.01.17 14:39:25.511220 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12444 | ||
| 5920 | 2025.01.17 14:39:25.511954 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2025.01.17 14:39:25.512001 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5922 | 2025.01.17 14:39:25.512583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5923 | 2025.01.17 14:39:25.512836 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2025.01.17 14:39:25.513066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5925 | 2025.01.17 14:39:26.404669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5926 | 2025.01.17 14:39:26.423580 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2025.01.17 14:39:26.423645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5928 | 2025.01.17 14:39:26.430762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5929 | 2025.01.17 14:39:26.431517 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2025.01.17 14:39:26.434738 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5931 | 2025.01.17 14:39:28.691973 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5932 | 2025.01.17 14:39:28.692223 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5933 | 2025.01.17 14:39:28.692300 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5934 | 2025.01.17 14:39:28.693167 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5935 | 2025.01.17 14:39:28.693217 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5936 | 2025.01.17 14:39:28.693660 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5937 | 2025.01.17 14:39:28.693912 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5938 | 2025.01.17 14:39:28.694208 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00203 sec., 53201.97044334975 rows/sec., 4.45 MiB/sec. | ||
| 5939 | 2025.01.17 14:39:28.694413 [ 253 ] {95b149c1-6060-41f3-87d5-360a0834b904} <Debug> TCPHandler: Processed in 0.002609124 sec. | ||
| 5940 | 2025.01.17 14:39:28.694744 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5941 | 2025.01.17 14:39:28.694963 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5942 | 2025.01.17 14:39:28.695046 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5943 | 2025.01.17 14:39:28.695820 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2025.01.17 14:39:28.695874 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5945 | 2025.01.17 14:39:28.696325 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5946 | 2025.01.17 14:39:28.696610 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2025.01.17 14:39:28.696873 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00197 sec., 13197.969543147208 rows/sec., 992.43 KiB/sec. | ||
| 5948 | 2025.01.17 14:39:28.696942 [ 257 ] {28ab58fa-c0d1-4690-880d-eaa2a40bc4ed} <Debug> TCPHandler: Processed in 0.002372239 sec. | ||
| 5949 | 2025.01.17 14:39:28.697097 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5950 | 2025.01.17 14:39:28.697246 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5951 | 2025.01.17 14:39:28.697308 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5952 | 2025.01.17 14:39:28.698100 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5953 | 2025.01.17 14:39:28.698142 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5954 | 2025.01.17 14:39:28.698521 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5955 | 2025.01.17 14:39:28.698768 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5956 | 2025.01.17 14:39:28.698992 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001782 sec., 50505.05050505051 rows/sec., 3.94 MiB/sec. | ||
| 5957 | 2025.01.17 14:39:28.699049 [ 253 ] {2c7562d0-5e0d-4922-bfed-05a63e1b2dfd} <Debug> TCPHandler: Processed in 0.002020781 sec. | ||
| 5958 | 2025.01.17 14:39:28.699225 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5959 | 2025.01.17 14:39:28.699372 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5960 | 2025.01.17 14:39:28.699440 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5961 | 2025.01.17 14:39:28.700110 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5962 | 2025.01.17 14:39:28.700151 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5963 | 2025.01.17 14:39:28.700562 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5964 | 2025.01.17 14:39:28.700812 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.01.17 14:39:28.701023 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 5966 | 2025.01.17 14:39:28.701081 [ 257 ] {d30f781a-2c39-44c6-8fd7-e7a36cd1bdd4} <Debug> TCPHandler: Processed in 0.001925629 sec. | ||
| 5967 | 2025.01.17 14:39:28.701242 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5968 | 2025.01.17 14:39:28.701384 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5969 | 2025.01.17 14:39:28.701480 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5970 | 2025.01.17 14:39:28.702725 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5971 | 2025.01.17 14:39:28.702766 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5972 | 2025.01.17 14:39:28.703415 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5973 | 2025.01.17 14:39:28.703675 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5974 | 2025.01.17 14:39:28.703918 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002567 sec., 10128.554733151539 rows/sec., 18.15 MiB/sec. | ||
| 5975 | 2025.01.17 14:39:28.704025 [ 253 ] {c6733be8-be79-4a8a-839f-aae9f07f35b1} <Debug> TCPHandler: Processed in 0.002851049 sec. | ||
| 5976 | 2025.01.17 14:39:28.704264 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5977 | 2025.01.17 14:39:28.704492 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5978 | 2025.01.17 14:39:28.704589 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5979 | 2025.01.17 14:39:28.705362 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5980 | 2025.01.17 14:39:28.705414 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5981 | 2025.01.17 14:39:28.705905 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5982 | 2025.01.17 14:39:28.706169 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5983 | 2025.01.17 14:39:28.706392 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001957 sec., 30659.172202350535 rows/sec., 2.07 MiB/sec. | ||
| 5984 | 2025.01.17 14:39:28.706448 [ 257 ] {ad89d2b2-b3c2-4176-933b-df280317a0a0} <Debug> TCPHandler: Processed in 0.002292427 sec. | ||
| 5985 | 2025.01.17 14:39:31.428790 [ 140 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5986 | 2025.01.17 14:39:31.428895 [ 140 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2025.01.17 14:39:31.428940 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 5988 | 2025.01.17 14:39:31.429242 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5989 | 2025.01.17 14:39:31.429532 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5990 | 2025.01.17 14:39:31.429594 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part | ||
| 5991 | 2025.01.17 14:39:31.429743 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5992 | 2025.01.17 14:39:31.430008 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5993 | 2025.01.17 14:39:31.430218 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5994 | 2025.01.17 14:39:31.430342 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5995 | 2025.01.17 14:39:31.431546 [ 189 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002490981 sec., 7627.517030439011 rows/sec., 512.40 KiB/sec. | ||
| 5996 | 2025.01.17 14:39:31.431756 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5997 | 2025.01.17 14:39:31.432149 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2025.01.17 14:39:31.432239 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_18_4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5999 | 2025.01.17 14:39:31.432339 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6000 | 2025.01.17 14:39:31.981749 [ 13 ] {} <Debug> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 6001 | 2025.01.17 14:39:31.981825 [ 13 ] {} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6002 | 2025.01.17 14:39:31.981859 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6003 | 2025.01.17 14:39:31.982188 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::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 | ||
| 6004 | 2025.01.17 14:39:31.982492 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6005 | 2025.01.17 14:39:31.982564 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 6006 | 2025.01.17 14:39:31.982752 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 6007 | 2025.01.17 14:39:31.983016 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 6008 | 2025.01.17 14:39:31.983323 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 6009 | 2025.01.17 14:39:31.983496 [ 199 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 6010 | 2025.01.17 14:39:31.984585 [ 188 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002626893 sec., 18272.537176047903 rows/sec., 1.52 MiB/sec. | ||
| 6011 | 2025.01.17 14:39:31.984803 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 6012 | 2025.01.17 14:39:31.985162 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2025.01.17 14:39:31.985246 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_5_1} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 6014 | 2025.01.17 14:39:31.985342 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6015 | 2025.01.17 14:39:32.898092 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6016 | 2025.01.17 14:39:32.898211 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6017 | 2025.01.17 14:39:33.013167 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12932 | ||
| 6018 | 2025.01.17 14:39:33.013927 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2025.01.17 14:39:33.013977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6020 | 2025.01.17 14:39:33.014580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6021 | 2025.01.17 14:39:33.014842 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.01.17 14:39:33.015093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12932 | ||
| 6023 | 2025.01.17 14:39:33.083720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 860 | ||
| 6024 | 2025.01.17 14:39:33.086643 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6025 | 2025.01.17 14:39:33.086704 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6026 | 2025.01.17 14:39:33.088178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6027 | 2025.01.17 14:39:33.088523 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2025.01.17 14:39:33.089742 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860 | ||
| 6029 | 2025.01.17 14:39:33.696451 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6030 | 2025.01.17 14:39:33.696660 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6031 | 2025.01.17 14:39:33.696740 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6032 | 2025.01.17 14:39:33.697553 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2025.01.17 14:39:33.697599 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6034 | 2025.01.17 14:39:33.698042 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6035 | 2025.01.17 14:39:33.698301 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2025.01.17 14:39:33.698540 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 6037 | 2025.01.17 14:39:33.698615 [ 253 ] {d8183926-1786-486a-8657-b5f80c02f69b} <Debug> TCPHandler: Processed in 0.002303307 sec. | ||
| 6038 | 2025.01.17 14:39:33.698898 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2025.01.17 14:39:33.699184 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6040 | 2025.01.17 14:39:33.699265 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6041 | 2025.01.17 14:39:33.700071 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.01.17 14:39:33.700118 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6043 | 2025.01.17 14:39:33.700556 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6044 | 2025.01.17 14:39:33.700810 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.01.17 14:39:33.701069 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001964 sec., 116598.77800407332 rows/sec., 10.20 MiB/sec. | ||
| 6046 | 2025.01.17 14:39:33.701127 [ 257 ] {ae4eb186-2cc8-4d2a-a0e5-546837719d0e} <Debug> TCPHandler: Processed in 0.002375989 sec. | ||
| 6047 | 2025.01.17 14:39:33.701280 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6048 | 2025.01.17 14:39:33.701426 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6049 | 2025.01.17 14:39:33.701486 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6050 | 2025.01.17 14:39:33.702196 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2025.01.17 14:39:33.702236 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6052 | 2025.01.17 14:39:33.702609 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6053 | 2025.01.17 14:39:33.702845 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2025.01.17 14:39:33.703041 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00165 sec., 12121.212121212122 rows/sec., 868.84 KiB/sec. | ||
| 6055 | 2025.01.17 14:39:33.703159 [ 253 ] {c72edc2b-b523-429e-810f-e84be7cca5b3} <Debug> TCPHandler: Processed in 0.00194949 sec. | ||
| 6056 | 2025.01.17 14:39:33.703334 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6057 | 2025.01.17 14:39:33.703477 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6058 | 2025.01.17 14:39:33.703538 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6059 | 2025.01.17 14:39:33.704248 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6060 | 2025.01.17 14:39:33.704288 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6061 | 2025.01.17 14:39:33.704652 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6062 | 2025.01.17 14:39:33.704904 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6063 | 2025.01.17 14:39:33.705179 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001735 sec., 8069.164265129683 rows/sec., 565.11 KiB/sec. | ||
| 6064 | 2025.01.17 14:39:33.705381 [ 257 ] {77579878-ecde-4477-ac30-667c2b1ce563} <Debug> TCPHandler: Processed in 0.002115124 sec. | ||
| 6065 | 2025.01.17 14:39:33.705559 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6066 | 2025.01.17 14:39:33.705680 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6067 | 2025.01.17 14:39:33.705730 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6068 | 2025.01.17 14:39:33.706297 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2025.01.17 14:39:33.706335 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6070 | 2025.01.17 14:39:33.706695 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6071 | 2025.01.17 14:39:33.706935 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2025.01.17 14:39:33.707142 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001481 sec., 8777.852802160704 rows/sec., 547.30 KiB/sec. | ||
| 6073 | 2025.01.17 14:39:33.707232 [ 253 ] {a4f7e254-40ae-4436-91d7-f4d449c2f211} <Debug> TCPHandler: Processed in 0.001730886 sec. | ||
| 6074 | 2025.01.17 14:39:33.707390 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6075 | 2025.01.17 14:39:33.707530 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6076 | 2025.01.17 14:39:33.707589 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6077 | 2025.01.17 14:39:33.708404 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6078 | 2025.01.17 14:39:33.708444 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6079 | 2025.01.17 14:39:33.708848 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6080 | 2025.01.17 14:39:33.709092 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6081 | 2025.01.17 14:39:33.709344 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001844 sec., 214208.24295010846 rows/sec., 15.21 MiB/sec. | ||
| 6082 | 2025.01.17 14:39:33.709539 [ 257 ] {f12a1251-3625-4034-9682-70bd2babb9a7} <Debug> TCPHandler: Processed in 0.002209905 sec. | ||
| 6083 | 2025.01.17 14:39:33.709743 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6084 | 2025.01.17 14:39:33.709882 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6085 | 2025.01.17 14:39:33.709940 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6086 | 2025.01.17 14:39:33.710442 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6087 | 2025.01.17 14:39:33.710478 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6088 | 2025.01.17 14:39:33.710854 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6089 | 2025.01.17 14:39:33.711090 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6090 | 2025.01.17 14:39:33.711267 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 6091 | 2025.01.17 14:39:33.711316 [ 253 ] {34a458e0-a7e6-4f0a-9279-f6a355a0f53c} <Debug> TCPHandler: Processed in 0.001680515 sec. | ||
| 6092 | 2025.01.17 14:39:33.711474 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6093 | 2025.01.17 14:39:33.711622 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6094 | 2025.01.17 14:39:33.711686 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6095 | 2025.01.17 14:39:33.712323 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.01.17 14:39:33.712363 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6097 | 2025.01.17 14:39:33.712767 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6098 | 2025.01.17 14:39:33.713016 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.01.17 14:39:33.713237 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 6100 | 2025.01.17 14:39:33.713292 [ 257 ] {a73585a4-09d7-47d2-ab5c-b525655315dc} <Debug> TCPHandler: Processed in 0.001882769 sec. | ||
| 6101 | 2025.01.17 14:39:33.713447 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6102 | 2025.01.17 14:39:33.713593 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6103 | 2025.01.17 14:39:33.713653 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6104 | 2025.01.17 14:39:33.714203 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.01.17 14:39:33.714239 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6106 | 2025.01.17 14:39:33.714611 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6107 | 2025.01.17 14:39:33.714853 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.01.17 14:39:33.715065 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 6109 | 2025.01.17 14:39:33.715150 [ 253 ] {1792c806-7db3-4f6d-b907-389d5a710451} <Debug> TCPHandler: Processed in 0.001769037 sec. | ||
| 6110 | 2025.01.17 14:39:33.715292 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6111 | 2025.01.17 14:39:33.715432 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6112 | 2025.01.17 14:39:33.715526 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6113 | 2025.01.17 14:39:33.716728 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6114 | 2025.01.17 14:39:33.716768 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6115 | 2025.01.17 14:39:33.717386 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6116 | 2025.01.17 14:39:33.717652 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2025.01.17 14:39:33.717890 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00249 sec., 5220.883534136546 rows/sec., 9.36 MiB/sec. | ||
| 6118 | 2025.01.17 14:39:33.717990 [ 257 ] {d3078a32-29bd-4c85-b101-0165191b0990} <Debug> TCPHandler: Processed in 0.002762916 sec. | ||
| 6119 | 2025.01.17 14:39:33.718149 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2025.01.17 14:39:33.718288 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6121 | 2025.01.17 14:39:33.718349 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6122 | 2025.01.17 14:39:33.718945 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6123 | 2025.01.17 14:39:33.718991 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6124 | 2025.01.17 14:39:33.719410 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6125 | 2025.01.17 14:39:33.719653 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6126 | 2025.01.17 14:39:33.719839 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec. | ||
| 6127 | 2025.01.17 14:39:33.719892 [ 253 ] {ec96c591-5fc8-4d0d-980c-0eeb9025acba} <Debug> TCPHandler: Processed in 0.001809477 sec. | ||
| 6128 | 2025.01.17 14:39:33.934790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 6129 | 2025.01.17 14:39:33.957442 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.01.17 14:39:33.957505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6131 | 2025.01.17 14:39:33.965044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6132 | 2025.01.17 14:39:33.965809 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.01.17 14:39:33.969059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 6134 | 2025.01.17 14:39:38.691779 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6135 | 2025.01.17 14:39:38.692001 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6136 | 2025.01.17 14:39:38.692076 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6137 | 2025.01.17 14:39:38.692890 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6138 | 2025.01.17 14:39:38.692935 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6139 | 2025.01.17 14:39:38.693384 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6140 | 2025.01.17 14:39:38.693646 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2025.01.17 14:39:38.693851 [ 144 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6142 | 2025.01.17 14:39:38.693917 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001969 sec., 54850.177755205696 rows/sec., 4.59 MiB/sec. | ||
| 6143 | 2025.01.17 14:39:38.693942 [ 144 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.01.17 14:39:38.694017 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6145 | 2025.01.17 14:39:38.694046 [ 253 ] {1c37e7fe-1408-4af5-b022-16c7838b509a} <Debug> TCPHandler: Processed in 0.002400939 sec. | ||
| 6146 | 2025.01.17 14:39:38.694315 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 6147 | 2025.01.17 14:39:38.694387 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6148 | 2025.01.17 14:39:38.694534 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6149 | 2025.01.17 14:39:38.694590 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 6150 | 2025.01.17 14:39:38.694605 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.01.17 14:39:38.694706 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1377 rows starting from the beginning of the part | ||
| 6152 | 2025.01.17 14:39:38.694722 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6153 | 2025.01.17 14:39:38.695119 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6154 | 2025.01.17 14:39:38.695441 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 108 rows starting from the beginning of the part | ||
| 6155 | 2025.01.17 14:39:38.695614 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 229 rows starting from the beginning of the part | ||
| 6156 | 2025.01.17 14:39:38.696044 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 108 rows starting from the beginning of the part | ||
| 6157 | 2025.01.17 14:39:38.697066 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2025.01.17 14:39:38.697118 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6159 | 2025.01.17 14:39:38.697778 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6160 | 2025.01.17 14:39:38.698065 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2025.01.17 14:39:38.698546 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003986 sec., 6522.829904666332 rows/sec., 490.49 KiB/sec. | ||
| 6162 | 2025.01.17 14:39:38.698992 [ 257 ] {4d7be33b-42ec-491d-8f4b-93a08d66e892} <Debug> TCPHandler: Processed in 0.004794218 sec. | ||
| 6163 | 2025.01.17 14:39:38.699311 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6164 | 2025.01.17 14:39:38.699321 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005148446 sec., 642718.2105046844 rows/sec., 56.10 MiB/sec. | ||
| 6165 | 2025.01.17 14:39:38.699471 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6166 | 2025.01.17 14:39:38.699530 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6167 | 2025.01.17 14:39:38.699586 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6168 | 2025.01.17 14:39:38.699996 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2025.01.17 14:39:38.700090 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_46_9} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6170 | 2025.01.17 14:39:38.700209 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 6171 | 2025.01.17 14:39:38.700348 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.01.17 14:39:38.700388 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6173 | 2025.01.17 14:39:38.700755 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6174 | 2025.01.17 14:39:38.701003 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.01.17 14:39:38.701203 [ 144 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6176 | 2025.01.17 14:39:38.701277 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001839 sec., 48939.641109298536 rows/sec., 3.82 MiB/sec. | ||
| 6177 | 2025.01.17 14:39:38.701295 [ 144 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6178 | 2025.01.17 14:39:38.701384 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6179 | 2025.01.17 14:39:38.701424 [ 253 ] {69ab3cf6-75d6-4319-9fd5-fbbc7e454cdb} <Debug> TCPHandler: Processed in 0.002291677 sec. | ||
| 6180 | 2025.01.17 14:39:38.701647 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6181 | 2025.01.17 14:39:38.701658 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 6182 | 2025.01.17 14:39:38.701808 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6183 | 2025.01.17 14:39:38.701828 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6184 | 2025.01.17 14:39:38.701843 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6185 | 2025.01.17 14:39:38.701948 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6186 | 2025.01.17 14:39:38.702098 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 867 rows starting from the beginning of the part | ||
| 6187 | 2025.01.17 14:39:38.702418 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6188 | 2025.01.17 14:39:38.702682 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part | ||
| 6189 | 2025.01.17 14:39:38.702906 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 395 rows starting from the beginning of the part | ||
| 6190 | 2025.01.17 14:39:38.703095 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part | ||
| 6191 | 2025.01.17 14:39:38.703665 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.01.17 14:39:38.703716 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6193 | 2025.01.17 14:39:38.704348 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6194 | 2025.01.17 14:39:38.704617 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2025.01.17 14:39:38.704858 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6196 | 2025.01.17 14:39:38.705059 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2025.01.17 14:39:38.705172 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6198 | 2025.01.17 14:39:38.705199 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003404 sec., 47003.52526439483 rows/sec., 3.27 MiB/sec. | ||
| 6199 | 2025.01.17 14:39:38.705207 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.003715976 sec., 650972.9879848524 rows/sec., 49.93 MiB/sec. | ||
| 6200 | 2025.01.17 14:39:38.705457 [ 257 ] {08d4f9f2-40f6-499f-84bf-0dd967e12a4a} <Debug> TCPHandler: Processed in 0.003934231 sec. | ||
| 6201 | 2025.01.17 14:39:38.705494 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 6202 | 2025.01.17 14:39:38.705540 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6203 | 2025.01.17 14:39:38.705728 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6204 | 2025.01.17 14:39:38.705764 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6205 | 2025.01.17 14:39:38.705820 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12625 rows starting from the beginning of the part | ||
| 6206 | 2025.01.17 14:39:38.706213 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6207 | 2025.01.17 14:39:38.706306 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 995 rows starting from the beginning of the part | ||
| 6208 | 2025.01.17 14:39:38.706653 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6209 | 2025.01.17 14:39:38.706726 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6210 | 2025.01.17 14:39:38.706959 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 96 rows starting from the beginning of the part | ||
| 6211 | 2025.01.17 14:39:38.707215 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_46_9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6212 | 2025.01.17 14:39:38.707604 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6213 | 2025.01.17 14:39:38.707675 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6214 | 2025.01.17 14:39:38.708015 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6215 | 2025.01.17 14:39:38.708458 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 6216 | 2025.01.17 14:39:38.711809 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6217 | 2025.01.17 14:39:38.711907 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6218 | 2025.01.17 14:39:38.713463 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6219 | 2025.01.17 14:39:38.714033 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6220 | 2025.01.17 14:39:38.714386 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008406 sec., 3093.0287889602664 rows/sec., 5.54 MiB/sec. | ||
| 6221 | 2025.01.17 14:39:38.714529 [ 253 ] {fe88762f-1da7-4c86-a633-5387b5d27517} <Debug> TCPHandler: Processed in 0.008957134 sec. | ||
| 6222 | 2025.01.17 14:39:38.714726 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2025.01.17 14:39:38.714874 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6224 | 2025.01.17 14:39:38.714937 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6225 | 2025.01.17 14:39:38.715801 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6226 | 2025.01.17 14:39:38.715876 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6227 | 2025.01.17 14:39:38.715993 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14273 rows, containing 5 columns (5 merged, 0 gathered) in 0.010670079 sec., 1337665.822343021 rows/sec., 90.31 MiB/sec. | ||
| 6228 | 2025.01.17 14:39:38.716396 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6229 | 2025.01.17 14:39:38.716572 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6230 | 2025.01.17 14:39:38.716806 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2025.01.17 14:39:38.717056 [ 144 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6232 | 2025.01.17 14:39:38.717171 [ 144 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2025.01.17 14:39:38.717259 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6234 | 2025.01.17 14:39:38.717309 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2025.01.17 14:39:38.717350 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002478 sec., 24213.075060532687 rows/sec., 1.63 MiB/sec. | ||
| 6236 | 2025.01.17 14:39:38.717810 [ 257 ] {74e21685-c1e5-4cf9-9ffc-99c8cbf2ff69} <Debug> TCPHandler: Processed in 0.003159065 sec. | ||
| 6237 | 2025.01.17 14:39:38.717938 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 6238 | 2025.01.17 14:39:38.718153 [ 200 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6239 | 2025.01.17 14:39:38.718556 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6240 | 2025.01.17 14:39:38.718684 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2510 rows starting from the beginning of the part | ||
| 6241 | 2025.01.17 14:39:38.718707 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 6242 | 2025.01.17 14:39:38.718873 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 6243 | 2025.01.17 14:39:38.719058 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 6244 | 2025.01.17 14:39:38.719167 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6245 | 2025.01.17 14:39:38.719302 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6246 | 2025.01.17 14:39:38.719535 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6247 | 2025.01.17 14:39:38.721222 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2794 rows, containing 4 columns (4 merged, 0 gathered) in 0.003814169 sec., 732531.7782195808 rows/sec., 47.78 MiB/sec. | ||
| 6248 | 2025.01.17 14:39:38.721512 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6249 | 2025.01.17 14:39:38.721830 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.01.17 14:39:38.721916 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_46_9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6251 | 2025.01.17 14:39:38.722006 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6252 | 2025.01.17 14:39:40.515203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13359 | ||
| 6253 | 2025.01.17 14:39:40.515858 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6254 | 2025.01.17 14:39:40.515911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6255 | 2025.01.17 14:39:40.516450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6256 | 2025.01.17 14:39:40.516720 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2025.01.17 14:39:40.516982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6258 | 2025.01.17 14:39:41.469112 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6259 | 2025.01.17 14:39:41.489760 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6260 | 2025.01.17 14:39:41.489814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6261 | 2025.01.17 14:39:41.497114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6262 | 2025.01.17 14:39:41.497904 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2025.01.17 14:39:41.500505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6264 | 2025.01.17 14:39:43.089878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 894 | ||
| 6265 | 2025.01.17 14:39:43.093131 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6266 | 2025.01.17 14:39:43.093187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6267 | 2025.01.17 14:39:43.094715 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6268 | 2025.01.17 14:39:43.095048 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6269 | 2025.01.17 14:39:43.095280 [ 139 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6270 | 2025.01.17 14:39:43.095398 [ 139 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.01.17 14:39:43.095463 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6272 | 2025.01.17 14:39:43.095927 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 6273 | 2025.01.17 14:39:43.096616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 894 | ||
| 6274 | 2025.01.17 14:39:43.097090 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6275 | 2025.01.17 14:39:43.097283 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 726 rows starting from the beginning of the part | ||
| 6276 | 2025.01.17 14:39:43.097922 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 6277 | 2025.01.17 14:39:43.098519 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6278 | 2025.01.17 14:39:43.099082 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part | ||
| 6279 | 2025.01.17 14:39:43.099673 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 6280 | 2025.01.17 14:39:43.100319 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 6281 | 2025.01.17 14:39:43.108934 [ 193 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 72 columns (72 merged, 0 gathered) in 0.013312564 sec., 67154.60673090472 rows/sec., 55.24 MiB/sec. | ||
| 6282 | 2025.01.17 14:39:43.110338 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6283 | 2025.01.17 14:39:43.111134 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6284 | 2025.01.17 14:39:43.111218 [ 186 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_21_4} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6285 | 2025.01.17 14:39:43.111536 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6286 | 2025.01.17 14:39:43.694989 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6287 | 2025.01.17 14:39:43.695173 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6288 | 2025.01.17 14:39:43.695247 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6289 | 2025.01.17 14:39:43.695960 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2025.01.17 14:39:43.696014 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6291 | 2025.01.17 14:39:43.696444 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6292 | 2025.01.17 14:39:43.696705 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2025.01.17 14:39:43.696952 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001826 sec., 7667.031763417306 rows/sec., 551.92 KiB/sec. | ||
| 6294 | 2025.01.17 14:39:43.697074 [ 253 ] {59f83a1a-8874-4139-ad61-4b5b0f7508d6} <Debug> TCPHandler: Processed in 0.002212015 sec. | ||
| 6295 | 2025.01.17 14:39:43.697337 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6296 | 2025.01.17 14:39:43.697559 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6297 | 2025.01.17 14:39:43.697643 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6298 | 2025.01.17 14:39:43.698574 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6299 | 2025.01.17 14:39:43.698633 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6300 | 2025.01.17 14:39:43.699107 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6301 | 2025.01.17 14:39:43.699394 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6302 | 2025.01.17 14:39:43.699628 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002131 sec., 107461.28578132331 rows/sec., 9.40 MiB/sec. | ||
| 6303 | 2025.01.17 14:39:43.699694 [ 257 ] {185cc951-b31a-479f-8717-512862c0592e} <Debug> TCPHandler: Processed in 0.002502941 sec. | ||
| 6304 | 2025.01.17 14:39:43.699836 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6305 | 2025.01.17 14:39:43.699958 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6306 | 2025.01.17 14:39:43.700012 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6307 | 2025.01.17 14:39:43.700609 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6308 | 2025.01.17 14:39:43.700650 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6309 | 2025.01.17 14:39:43.701021 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6310 | 2025.01.17 14:39:43.701264 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6311 | 2025.01.17 14:39:43.701432 [ 139 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 6312 | 2025.01.17 14:39:43.701497 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001564 sec., 12787.72378516624 rows/sec., 916.62 KiB/sec. | ||
| 6313 | 2025.01.17 14:39:43.701505 [ 139 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.01.17 14:39:43.701579 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6315 | 2025.01.17 14:39:43.701624 [ 253 ] {25c6fbd3-6240-4dd1-a4e6-2acb478b0b6c} <Debug> TCPHandler: Processed in 0.001843278 sec. | ||
| 6316 | 2025.01.17 14:39:43.701882 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6317 | 2025.01.17 14:39:43.701967 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 6318 | 2025.01.17 14:39:43.702259 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6319 | 2025.01.17 14:39:43.702431 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6320 | 2025.01.17 14:39:43.702539 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6321 | 2025.01.17 14:39:43.702658 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 64 rows starting from the beginning of the part | ||
| 6322 | 2025.01.17 14:39:43.703024 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 6323 | 2025.01.17 14:39:43.703362 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 6324 | 2025.01.17 14:39:43.703611 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part | ||
| 6325 | 2025.01.17 14:39:43.703839 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 6326 | 2025.01.17 14:39:43.704018 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 6327 | 2025.01.17 14:39:43.704712 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6328 | 2025.01.17 14:39:43.704759 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6329 | 2025.01.17 14:39:43.705314 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6330 | 2025.01.17 14:39:43.705662 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.003965362 sec., 48419.28681416728 rows/sec., 3.63 MiB/sec. | ||
| 6331 | 2025.01.17 14:39:43.705687 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6332 | 2025.01.17 14:39:43.705791 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 6333 | 2025.01.17 14:39:43.705928 [ 139 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6334 | 2025.01.17 14:39:43.706043 [ 139 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6335 | 2025.01.17 14:39:43.706106 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6336 | 2025.01.17 14:39:43.706118 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003974 sec., 3522.8988424760946 rows/sec., 246.72 KiB/sec. | ||
| 6337 | 2025.01.17 14:39:43.706603 [ 257 ] {dc1ad263-0106-49e5-8477-8706eea3853e} <Debug> TCPHandler: Processed in 0.00487603 sec. | ||
| 6338 | 2025.01.17 14:39:43.706902 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6339 | 2025.01.17 14:39:43.706960 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2025.01.17 14:39:43.707023 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6341 | 2025.01.17 14:39:43.707339 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6342 | 2025.01.17 14:39:43.707392 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_35_7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 6343 | 2025.01.17 14:39:43.707473 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6344 | 2025.01.17 14:39:43.707684 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6345 | 2025.01.17 14:39:43.707888 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6346 | 2025.01.17 14:39:43.707969 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
| 6347 | 2025.01.17 14:39:43.708310 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6348 | 2025.01.17 14:39:43.708682 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6349 | 2025.01.17 14:39:43.709069 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 6350 | 2025.01.17 14:39:43.709400 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 6351 | 2025.01.17 14:39:43.709595 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6352 | 2025.01.17 14:39:43.710488 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6353 | 2025.01.17 14:39:43.710557 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6354 | 2025.01.17 14:39:43.711580 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6355 | 2025.01.17 14:39:43.712202 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2025.01.17 14:39:43.712424 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006132406 sec., 88219.86019842782 rows/sec., 6.32 MiB/sec. | ||
| 6357 | 2025.01.17 14:39:43.712616 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005422 sec., 2397.639247510144 rows/sec., 149.49 KiB/sec. | ||
| 6358 | 2025.01.17 14:39:43.712655 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6359 | 2025.01.17 14:39:43.712710 [ 253 ] {82050eee-2225-4aeb-8ea9-0d9f6cc05311} <Debug> TCPHandler: Processed in 0.005985663 sec. | ||
| 6360 | 2025.01.17 14:39:43.712912 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6361 | 2025.01.17 14:39:43.713048 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6362 | 2025.01.17 14:39:43.713153 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6363 | 2025.01.17 14:39:43.713206 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_20_4} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6364 | 2025.01.17 14:39:43.713233 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6365 | 2025.01.17 14:39:43.713399 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6366 | 2025.01.17 14:39:43.714200 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2025.01.17 14:39:43.714245 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6368 | 2025.01.17 14:39:43.714652 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6369 | 2025.01.17 14:39:43.714902 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2025.01.17 14:39:43.715150 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.002079 sec., 189995.18999518998 rows/sec., 13.49 MiB/sec. | ||
| 6371 | 2025.01.17 14:39:43.715335 [ 257 ] {f49198dc-f100-45e9-9331-88335ff5decb} <Debug> TCPHandler: Processed in 0.002511122 sec. | ||
| 6372 | 2025.01.17 14:39:43.715572 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6373 | 2025.01.17 14:39:43.715808 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6374 | 2025.01.17 14:39:43.715870 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6375 | 2025.01.17 14:39:43.716444 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6376 | 2025.01.17 14:39:43.716484 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6377 | 2025.01.17 14:39:43.716849 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6378 | 2025.01.17 14:39:43.717099 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6379 | 2025.01.17 14:39:43.717255 [ 139 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6380 | 2025.01.17 14:39:43.717312 [ 139 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6381 | 2025.01.17 14:39:43.717340 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec. | ||
| 6382 | 2025.01.17 14:39:43.717433 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6383 | 2025.01.17 14:39:43.717550 [ 253 ] {f4cb05d6-2a8b-4efc-9cce-3e65df63ebb3} <Debug> TCPHandler: Processed in 0.002092303 sec. | ||
| 6384 | 2025.01.17 14:39:43.717665 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6385 | 2025.01.17 14:39:43.717734 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6386 | 2025.01.17 14:39:43.717870 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6387 | 2025.01.17 14:39:43.717971 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6388 | 2025.01.17 14:39:43.717983 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6389 | 2025.01.17 14:39:43.718188 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6390 | 2025.01.17 14:39:43.718212 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6391 | 2025.01.17 14:39:43.718626 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6392 | 2025.01.17 14:39:43.718914 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6393 | 2025.01.17 14:39:43.719280 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6394 | 2025.01.17 14:39:43.719697 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6395 | 2025.01.17 14:39:43.720871 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2025.01.17 14:39:43.720929 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6397 | 2025.01.17 14:39:43.722071 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6398 | 2025.01.17 14:39:43.722390 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004842079 sec., 24782.743115095807 rows/sec., 1.26 MiB/sec. | ||
| 6399 | 2025.01.17 14:39:43.722609 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6400 | 2025.01.17 14:39:43.722619 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6401 | 2025.01.17 14:39:43.723236 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005295 sec., 44759.20679886686 rows/sec., 3.00 MiB/sec. | ||
| 6402 | 2025.01.17 14:39:43.723576 [ 257 ] {4d85d0f2-7a5f-4218-a14b-b490158f40bf} <Debug> TCPHandler: Processed in 0.005917882 sec. | ||
| 6403 | 2025.01.17 14:39:43.723851 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6404 | 2025.01.17 14:39:43.723879 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2025.01.17 14:39:43.724068 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_20_4} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6406 | 2025.01.17 14:39:43.724094 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6407 | 2025.01.17 14:39:43.724224 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6408 | 2025.01.17 14:39:43.724232 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6409 | 2025.01.17 14:39:43.724776 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6410 | 2025.01.17 14:39:43.724820 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6411 | 2025.01.17 14:39:43.725198 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6412 | 2025.01.17 14:39:43.725453 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2025.01.17 14:39:43.725731 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001691 sec., 591.3660555884093 rows/sec., 39.85 KiB/sec. | ||
| 6414 | 2025.01.17 14:39:43.725934 [ 253 ] {732ce2dc-17cb-413c-b507-96ee8b67e7a5} <Debug> TCPHandler: Processed in 0.002219105 sec. | ||
| 6415 | 2025.01.17 14:39:43.726101 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6416 | 2025.01.17 14:39:43.726242 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6417 | 2025.01.17 14:39:43.726337 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6418 | 2025.01.17 14:39:43.727469 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6419 | 2025.01.17 14:39:43.727509 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6420 | 2025.01.17 14:39:43.728182 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6421 | 2025.01.17 14:39:43.728453 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2025.01.17 14:39:43.728709 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.0025 sec., 5200 rows/sec., 9.32 MiB/sec. | ||
| 6423 | 2025.01.17 14:39:43.728815 [ 257 ] {a97cfa8a-c22f-42d9-9956-74f2fea93797} <Debug> TCPHandler: Processed in 0.002782777 sec. | ||
| 6424 | 2025.01.17 14:39:43.728974 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6425 | 2025.01.17 14:39:43.729113 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6426 | 2025.01.17 14:39:43.729174 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6427 | 2025.01.17 14:39:43.729713 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2025.01.17 14:39:43.729751 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6429 | 2025.01.17 14:39:43.730147 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6430 | 2025.01.17 14:39:43.730428 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2025.01.17 14:39:43.730636 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec. | ||
| 6432 | 2025.01.17 14:39:43.730688 [ 253 ] {b1d2c4e0-be4f-448e-a10b-87ae628f638c} <Debug> TCPHandler: Processed in 0.001787597 sec. | ||
| 6433 | 2025.01.17 14:39:47.898279 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6434 | 2025.01.17 14:39:47.898359 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6435 | 2025.01.17 14:39:48.017078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13847 | ||
| 6436 | 2025.01.17 14:39:48.017799 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6437 | 2025.01.17 14:39:48.017840 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6438 | 2025.01.17 14:39:48.018361 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6439 | 2025.01.17 14:39:48.018608 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6440 | 2025.01.17 14:39:48.018792 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13847 | ||
| 6441 | 2025.01.17 14:39:48.691731 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6442 | 2025.01.17 14:39:48.692009 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6443 | 2025.01.17 14:39:48.692116 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6444 | 2025.01.17 14:39:48.693114 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6445 | 2025.01.17 14:39:48.693169 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6446 | 2025.01.17 14:39:48.693608 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6447 | 2025.01.17 14:39:48.693867 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2025.01.17 14:39:48.694109 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002176 sec., 49632.35294117647 rows/sec., 4.15 MiB/sec. | ||
| 6449 | 2025.01.17 14:39:48.694176 [ 253 ] {f3816747-262c-4a27-b8df-65881b4d6d17} <Debug> TCPHandler: Processed in 0.002608553 sec. | ||
| 6450 | 2025.01.17 14:39:48.694505 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6451 | 2025.01.17 14:39:48.694765 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6452 | 2025.01.17 14:39:48.694843 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6453 | 2025.01.17 14:39:48.695613 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6454 | 2025.01.17 14:39:48.695663 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6455 | 2025.01.17 14:39:48.696116 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6456 | 2025.01.17 14:39:48.696377 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6457 | 2025.01.17 14:39:48.696624 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001913 sec., 13591.217982226868 rows/sec., 1022.00 KiB/sec. | ||
| 6458 | 2025.01.17 14:39:48.696693 [ 257 ] {b762f745-8fe2-492d-a705-5d4005dc892c} <Debug> TCPHandler: Processed in 0.002381129 sec. | ||
| 6459 | 2025.01.17 14:39:48.696841 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6460 | 2025.01.17 14:39:48.696984 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6461 | 2025.01.17 14:39:48.697046 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6462 | 2025.01.17 14:39:48.697766 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2025.01.17 14:39:48.697808 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6464 | 2025.01.17 14:39:48.698185 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6465 | 2025.01.17 14:39:48.698429 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2025.01.17 14:39:48.698650 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001699 sec., 52972.3366686286 rows/sec., 4.14 MiB/sec. | ||
| 6467 | 2025.01.17 14:39:48.698705 [ 253 ] {c90a9b5e-9ba7-40fd-8f51-2b1386810015} <Debug> TCPHandler: Processed in 0.0019318 sec. | ||
| 6468 | 2025.01.17 14:39:48.698873 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6469 | 2025.01.17 14:39:48.699029 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6470 | 2025.01.17 14:39:48.699095 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6471 | 2025.01.17 14:39:48.699747 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2025.01.17 14:39:48.699788 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6473 | 2025.01.17 14:39:48.700221 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6474 | 2025.01.17 14:39:48.700475 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6475 | 2025.01.17 14:39:48.700699 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 6476 | 2025.01.17 14:39:48.700758 [ 257 ] {6e68bfac-6181-4643-a7e7-5430b14ed77a} <Debug> TCPHandler: Processed in 0.00195649 sec. | ||
| 6477 | 2025.01.17 14:39:48.700904 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6478 | 2025.01.17 14:39:48.701043 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6479 | 2025.01.17 14:39:48.701138 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6480 | 2025.01.17 14:39:48.702367 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2025.01.17 14:39:48.702407 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6482 | 2025.01.17 14:39:48.703055 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6483 | 2025.01.17 14:39:48.703329 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6484 | 2025.01.17 14:39:48.703526 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6485 | 2025.01.17 14:39:48.703610 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002594 sec., 10023.130300693909 rows/sec., 17.96 MiB/sec. | ||
| 6486 | 2025.01.17 14:39:48.703617 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2025.01.17 14:39:48.703714 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6488 | 2025.01.17 14:39:48.703962 [ 253 ] {a8860fb8-f6a3-4b7a-a972-97b32aa310a4} <Debug> TCPHandler: Processed in 0.003120624 sec. | ||
| 6489 | 2025.01.17 14:39:48.704058 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 6490 | 2025.01.17 14:39:48.704196 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2025.01.17 14:39:48.704485 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6492 | 2025.01.17 14:39:48.704629 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6493 | 2025.01.17 14:39:48.704794 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6494 | 2025.01.17 14:39:48.705061 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 540 rows starting from the beginning of the part | ||
| 6495 | 2025.01.17 14:39:48.705895 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 6496 | 2025.01.17 14:39:48.706684 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 6497 | 2025.01.17 14:39:48.706817 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6498 | 2025.01.17 14:39:48.706947 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6499 | 2025.01.17 14:39:48.707347 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 6500 | 2025.01.17 14:39:48.707980 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 6501 | 2025.01.17 14:39:48.708702 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 6502 | 2025.01.17 14:39:48.708849 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6503 | 2025.01.17 14:39:48.709794 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.01.17 14:39:48.710334 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005933 sec., 10112.927692566998 rows/sec., 697.90 KiB/sec. | ||
| 6505 | 2025.01.17 14:39:48.710614 [ 257 ] {7eae2041-8477-46ac-8241-18fdbb08c4c1} <Debug> TCPHandler: Processed in 0.006528994 sec. | ||
| 6506 | 2025.01.17 14:39:48.714920 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 644 rows, containing 19 columns (19 merged, 0 gathered) in 0.011018016 sec., 58449.724523907025 rows/sec., 104.74 MiB/sec. | ||
| 6507 | 2025.01.17 14:39:48.716016 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6508 | 2025.01.17 14:39:48.716458 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2025.01.17 14:39:48.716540 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6510 | 2025.01.17 14:39:48.716708 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 6511 | 2025.01.17 14:39:49.000568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6512 | 2025.01.17 14:39:49.022824 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2025.01.17 14:39:49.022878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6514 | 2025.01.17 14:39:49.030387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6515 | 2025.01.17 14:39:49.031179 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2025.01.17 14:39:49.033843 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6517 | 2025.01.17 14:39:49.936989 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2025.01.17 14:39:49.937173 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6519 | 2025.01.17 14:39:49.937246 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6520 | 2025.01.17 14:39:49.937976 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2025.01.17 14:39:49.938032 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6522 | 2025.01.17 14:39:49.938468 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6523 | 2025.01.17 14:39:49.938727 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6524 | 2025.01.17 14:39:49.938927 [ 130 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6525 | 2025.01.17 14:39:49.939007 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 6526 | 2025.01.17 14:39:49.939014 [ 130 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.01.17 14:39:49.939096 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6528 | 2025.01.17 14:39:49.939151 [ 253 ] {36d91188-69c8-4fb7-8e51-45a8b386c2cb} <Debug> TCPHandler: Processed in 0.002285507 sec. | ||
| 6529 | 2025.01.17 14:39:49.939291 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 6530 | 2025.01.17 14:39:49.939425 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6531 | 2025.01.17 14:39:49.939470 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6532 | 2025.01.17 14:39:49.939491 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 6533 | 2025.01.17 14:39:49.939734 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 6534 | 2025.01.17 14:39:49.939893 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6535 | 2025.01.17 14:39:49.939996 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 6536 | 2025.01.17 14:39:49.940062 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6537 | 2025.01.17 14:39:49.940422 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 6538 | 2025.01.17 14:39:49.940686 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 6539 | 2025.01.17 14:39:49.942633 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00343013 sec., 20407.389807383395 rows/sec., 1.51 MiB/sec. | ||
| 6540 | 2025.01.17 14:39:49.942837 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6541 | 2025.01.17 14:39:49.943178 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_21_5} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6542 | 2025.01.17 14:39:49.943293 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_21_5} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6543 | 2025.01.17 14:39:49.943329 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2025.01.17 14:39:49.943424 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6545 | 2025.01.17 14:39:49.943434 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6546 | 2025.01.17 14:39:49.944019 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6547 | 2025.01.17 14:39:49.944306 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6548 | 2025.01.17 14:39:49.944524 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.004815 sec., 284319.83385254414 rows/sec., 23.65 MiB/sec. | ||
| 6549 | 2025.01.17 14:39:49.944603 [ 257 ] {c773da73-3510-41b5-a2d8-14bde9db6e3b} <Debug> TCPHandler: Processed in 0.005286659 sec. | ||
| 6550 | 2025.01.17 14:39:49.944779 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6551 | 2025.01.17 14:39:49.944926 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6552 | 2025.01.17 14:39:49.944988 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6553 | 2025.01.17 14:39:49.945687 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2025.01.17 14:39:49.945730 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6555 | 2025.01.17 14:39:49.946109 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6556 | 2025.01.17 14:39:49.946357 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2025.01.17 14:39:49.946582 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001692 sec., 11820.33096926714 rows/sec., 847.28 KiB/sec. | ||
| 6558 | 2025.01.17 14:39:49.946641 [ 253 ] {96cd6d8e-67b6-457e-9eb2-527579b3e9a2} <Debug> TCPHandler: Processed in 0.00193099 sec. | ||
| 6559 | 2025.01.17 14:39:49.946791 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6560 | 2025.01.17 14:39:49.946940 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6561 | 2025.01.17 14:39:49.947002 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6562 | 2025.01.17 14:39:49.947786 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2025.01.17 14:39:49.947826 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6564 | 2025.01.17 14:39:49.948220 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6565 | 2025.01.17 14:39:49.948481 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6566 | 2025.01.17 14:39:49.948716 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001806 sec., 133997.78516057585 rows/sec., 9.08 MiB/sec. | ||
| 6567 | 2025.01.17 14:39:49.948940 [ 257 ] {2826d025-a70b-4cab-82ee-88ba32396948} <Debug> TCPHandler: Processed in 0.002214605 sec. | ||
| 6568 | 2025.01.17 14:39:49.949129 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2025.01.17 14:39:49.949267 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6570 | 2025.01.17 14:39:49.949328 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6571 | 2025.01.17 14:39:49.949963 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2025.01.17 14:39:49.950004 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6573 | 2025.01.17 14:39:49.950365 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6574 | 2025.01.17 14:39:49.950612 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2025.01.17 14:39:49.950811 [ 130 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6576 | 2025.01.17 14:39:49.950879 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 6577 | 2025.01.17 14:39:49.950906 [ 130 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2025.01.17 14:39:49.951004 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6579 | 2025.01.17 14:39:49.951009 [ 253 ] {0517b1ef-1613-4bfa-a7fd-f74fb9c92fe9} <Debug> TCPHandler: Processed in 0.00194492 sec. | ||
| 6580 | 2025.01.17 14:39:49.951316 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6581 | 2025.01.17 14:39:49.951346 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 6582 | 2025.01.17 14:39:49.951702 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6583 | 2025.01.17 14:39:49.951744 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6584 | 2025.01.17 14:39:49.951805 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6585 | 2025.01.17 14:39:49.951827 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 6586 | 2025.01.17 14:39:49.952226 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 6587 | 2025.01.17 14:39:49.952530 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 6588 | 2025.01.17 14:39:49.952911 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 6589 | 2025.01.17 14:39:49.953260 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 6590 | 2025.01.17 14:39:49.954819 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.01.17 14:39:49.954895 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6592 | 2025.01.17 14:39:49.955750 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004435591 sec., 14654.19151585437 rows/sec., 970.93 KiB/sec. | ||
| 6593 | 2025.01.17 14:39:49.955995 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6594 | 2025.01.17 14:39:49.956098 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6595 | 2025.01.17 14:39:49.956452 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_21_5} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2025.01.17 14:39:49.956602 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2025.01.17 14:39:49.956652 [ 196 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_21_5} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6598 | 2025.01.17 14:39:49.956838 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6599 | 2025.01.17 14:39:49.956987 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.005457 sec., 155946.49074583105 rows/sec., 11.28 MiB/sec. | ||
| 6600 | 2025.01.17 14:39:49.957057 [ 257 ] {6fa11cbc-b048-41b2-b1e4-05b6fc413170} <Debug> TCPHandler: Processed in 0.005929873 sec. | ||
| 6601 | 2025.01.17 14:39:49.957217 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6602 | 2025.01.17 14:39:49.957357 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6603 | 2025.01.17 14:39:49.957418 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6604 | 2025.01.17 14:39:49.957931 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2025.01.17 14:39:49.957971 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6606 | 2025.01.17 14:39:49.958355 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6607 | 2025.01.17 14:39:49.958602 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2025.01.17 14:39:49.958883 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec. | ||
| 6609 | 2025.01.17 14:39:49.959114 [ 253 ] {42debf83-b7d3-4b28-ba52-6955d26c0a90} <Debug> TCPHandler: Processed in 0.001957821 sec. | ||
| 6610 | 2025.01.17 14:39:49.959384 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6611 | 2025.01.17 14:39:49.959608 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6612 | 2025.01.17 14:39:49.959706 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6613 | 2025.01.17 14:39:49.960488 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2025.01.17 14:39:49.960526 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6615 | 2025.01.17 14:39:49.960984 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6616 | 2025.01.17 14:39:49.961253 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2025.01.17 14:39:49.961440 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.001887 sec., 523052.46422893484 rows/sec., 34.80 MiB/sec. | ||
| 6618 | 2025.01.17 14:39:49.961492 [ 257 ] {e61a29ba-f2ea-4028-873a-1f27b9dabbbf} <Debug> TCPHandler: Processed in 0.002276997 sec. | ||
| 6619 | 2025.01.17 14:39:49.961637 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2025.01.17 14:39:49.961773 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6621 | 2025.01.17 14:39:49.961834 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6622 | 2025.01.17 14:39:49.962406 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.01.17 14:39:49.962453 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6624 | 2025.01.17 14:39:49.962856 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6625 | 2025.01.17 14:39:49.963094 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2025.01.17 14:39:49.963309 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001565 sec., 638.9776357827476 rows/sec., 43.06 KiB/sec. | ||
| 6627 | 2025.01.17 14:39:49.963359 [ 253 ] {2ca5ee58-f6a6-4969-8644-08d7600c734e} <Debug> TCPHandler: Processed in 0.001777806 sec. | ||
| 6628 | 2025.01.17 14:39:49.963503 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2025.01.17 14:39:49.963622 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6630 | 2025.01.17 14:39:49.963715 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6631 | 2025.01.17 14:39:49.965000 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.01.17 14:39:49.965037 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6633 | 2025.01.17 14:39:49.965664 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6634 | 2025.01.17 14:39:49.965934 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2025.01.17 14:39:49.966178 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00258 sec., 5038.759689922481 rows/sec., 9.03 MiB/sec. | ||
| 6636 | 2025.01.17 14:39:49.966283 [ 257 ] {01d97efb-73e9-4d96-b779-679daf7e054d} <Debug> TCPHandler: Processed in 0.002838968 sec. | ||
| 6637 | 2025.01.17 14:39:49.966438 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2025.01.17 14:39:49.966574 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6639 | 2025.01.17 14:39:49.966635 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6640 | 2025.01.17 14:39:49.967135 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.01.17 14:39:49.967174 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6642 | 2025.01.17 14:39:49.967553 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6643 | 2025.01.17 14:39:49.967800 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.01.17 14:39:49.968050 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001498 sec., 30707.610146862484 rows/sec., 1.86 MiB/sec. | ||
| 6645 | 2025.01.17 14:39:49.968135 [ 253 ] {6433da23-c33d-4c92-90ae-e7f3ca16c9ff} <Debug> TCPHandler: Processed in 0.001762927 sec. | ||
| 6646 | 2025.01.17 14:39:50.000216 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.54 MiB, peak 205.98 MiB, free memory in arenas 0.00 B, will set to 199.54 MiB (RSS), difference: -1.00 MiB | ||
| 6647 | 2025.01.17 14:39:53.096863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 950 | ||
| 6648 | 2025.01.17 14:39:53.100864 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2025.01.17 14:39:53.100926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6650 | 2025.01.17 14:39:53.102465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6651 | 2025.01.17 14:39:53.102804 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2025.01.17 14:39:53.104263 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 950 | ||
| 6653 | 2025.01.17 14:39:53.687130 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6654 | 2025.01.17 14:39:53.687324 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6655 | 2025.01.17 14:39:53.687399 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6656 | 2025.01.17 14:39:53.688180 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2025.01.17 14:39:53.688233 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6658 | 2025.01.17 14:39:53.688715 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6659 | 2025.01.17 14:39:53.688988 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2025.01.17 14:39:53.689262 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 6661 | 2025.01.17 14:39:53.689384 [ 253 ] {0df515f9-099c-4a8b-b872-c7d77758635f} <Debug> TCPHandler: Processed in 0.002379229 sec. | ||
| 6662 | 2025.01.17 14:39:53.689680 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6663 | 2025.01.17 14:39:53.689879 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6664 | 2025.01.17 14:39:53.689959 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6665 | 2025.01.17 14:39:53.690790 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6666 | 2025.01.17 14:39:53.690837 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6667 | 2025.01.17 14:39:53.691283 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6668 | 2025.01.17 14:39:53.691562 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.01.17 14:39:53.691798 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001973 sec., 32437.91180942727 rows/sec., 2.53 MiB/sec. | ||
| 6670 | 2025.01.17 14:39:53.691857 [ 257 ] {ecf98177-62d1-4dd6-a719-303fc70a637a} <Debug> TCPHandler: Processed in 0.002329828 sec. | ||
| 6671 | 2025.01.17 14:39:53.692023 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2025.01.17 14:39:53.692167 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6673 | 2025.01.17 14:39:53.692235 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6674 | 2025.01.17 14:39:53.692884 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.01.17 14:39:53.692925 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6676 | 2025.01.17 14:39:53.693340 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6677 | 2025.01.17 14:39:53.693600 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.01.17 14:39:53.693789 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001658 sec., 57901.08564535585 rows/sec., 4.03 MiB/sec. | ||
| 6679 | 2025.01.17 14:39:53.693845 [ 253 ] {dbb9f431-e3e0-4329-95ad-c57679779df0} <Debug> TCPHandler: Processed in 0.001889929 sec. | ||
| 6680 | 2025.01.17 14:39:53.694025 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2025.01.17 14:39:53.694171 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6682 | 2025.01.17 14:39:53.694235 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6683 | 2025.01.17 14:39:53.694817 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.01.17 14:39:53.694857 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6685 | 2025.01.17 14:39:53.695258 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6686 | 2025.01.17 14:39:53.695513 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.01.17 14:39:53.695741 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001606 sec., 22415.940224159403 rows/sec., 1.51 MiB/sec. | ||
| 6688 | 2025.01.17 14:39:53.695795 [ 257 ] {2bc68bee-f14f-4675-84f2-0fa6c15fc706} <Debug> TCPHandler: Processed in 0.001840218 sec. | ||
| 6689 | 2025.01.17 14:39:55.518903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14274 | ||
| 6690 | 2025.01.17 14:39:55.519635 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2025.01.17 14:39:55.519686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6692 | 2025.01.17 14:39:55.520222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6693 | 2025.01.17 14:39:55.520478 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6694 | 2025.01.17 14:39:55.520685 [ 122 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6695 | 2025.01.17 14:39:55.520753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6696 | 2025.01.17 14:39:55.520779 [ 122 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2025.01.17 14:39:55.520813 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6698 | 2025.01.17 14:39:55.520980 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 6699 | 2025.01.17 14:39:55.521148 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6700 | 2025.01.17 14:39:55.521188 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12017 rows starting from the beginning of the part | ||
| 6701 | 2025.01.17 14:39:55.521262 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 6702 | 2025.01.17 14:39:55.521480 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 6703 | 2025.01.17 14:39:55.521695 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 6704 | 2025.01.17 14:39:55.521847 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 6705 | 2025.01.17 14:39:55.521936 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 6706 | 2025.01.17 14:39:55.524223 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003333248 sec., 4282309.627126454 rows/sec., 61.26 MiB/sec. | ||
| 6707 | 2025.01.17 14:39:55.524565 [ 200 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6708 | 2025.01.17 14:39:55.524890 [ 200 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_31_6} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2025.01.17 14:39:55.524969 [ 200 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_31_6} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6710 | 2025.01.17 14:39:55.525054 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6711 | 2025.01.17 14:39:56.533886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6712 | 2025.01.17 14:39:56.554821 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2025.01.17 14:39:56.554883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6714 | 2025.01.17 14:39:56.562028 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6715 | 2025.01.17 14:39:56.562801 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6716 | 2025.01.17 14:39:56.563120 [ 119 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6717 | 2025.01.17 14:39:56.563198 [ 119 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2025.01.17 14:39:56.563247 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 6719 | 2025.01.17 14:39:56.563650 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 6720 | 2025.01.17 14:39:56.580405 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6721 | 2025.01.17 14:39:56.582052 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6722 | 2025.01.17 14:39:56.583721 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 6723 | 2025.01.17 14:39:56.589576 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 6724 | 2025.01.17 14:39:56.595441 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6725 | 2025.01.17 14:39:56.601160 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6726 | 2025.01.17 14:39:56.607016 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 6727 | 2025.01.17 14:39:56.611743 [ 192 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 6728 | 2025.01.17 14:39:56.671076 [ 191 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.107689467 sec., 2172.914459684344 rows/sec., 11.24 MiB/sec. | ||
| 6729 | 2025.01.17 14:39:56.674228 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6730 | 2025.01.17 14:39:56.677384 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2025.01.17 14:39:56.677530 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_31_6} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6732 | 2025.01.17 14:39:56.680188 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6733 | 2025.01.17 14:39:57.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.66 MiB, peak 211.21 MiB, free memory in arenas 0.00 B, will set to 202.27 MiB (RSS), difference: 1.62 MiB | ||
| 6734 | 2025.01.17 14:39:58.691363 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6735 | 2025.01.17 14:39:58.691562 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6736 | 2025.01.17 14:39:58.691636 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6737 | 2025.01.17 14:39:58.692461 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2025.01.17 14:39:58.692504 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6739 | 2025.01.17 14:39:58.692953 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6740 | 2025.01.17 14:39:58.693209 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2025.01.17 14:39:58.693370 [ 117 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6742 | 2025.01.17 14:39:58.693420 [ 117 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.01.17 14:39:58.693427 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001912 sec., 56485.355648535566 rows/sec., 4.72 MiB/sec. | ||
| 6744 | 2025.01.17 14:39:58.693447 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6745 | 2025.01.17 14:39:58.693540 [ 253 ] {00e9b176-8f58-40e9-ad59-d362374f5048} <Debug> TCPHandler: Processed in 0.002305427 sec. | ||
| 6746 | 2025.01.17 14:39:58.693745 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 6747 | 2025.01.17 14:39:58.693868 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6748 | 2025.01.17 14:39:58.693957 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6749 | 2025.01.17 14:39:58.694023 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 6750 | 2025.01.17 14:39:58.694192 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6751 | 2025.01.17 14:39:58.694285 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 229 rows starting from the beginning of the part | ||
| 6752 | 2025.01.17 14:39:58.694354 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6753 | 2025.01.17 14:39:58.694690 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 108 rows starting from the beginning of the part | ||
| 6754 | 2025.01.17 14:39:58.695006 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1369 rows starting from the beginning of the part | ||
| 6755 | 2025.01.17 14:39:58.695397 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6756 | 2025.01.17 14:39:58.695744 [ 191 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part | ||
| 6757 | 2025.01.17 14:39:58.697316 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2025.01.17 14:39:58.697398 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6759 | 2025.01.17 14:39:58.698584 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6760 | 2025.01.17 14:39:58.698932 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6761 | 2025.01.17 14:39:58.699311 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005228 sec., 4973.221117061974 rows/sec., 373.96 KiB/sec. | ||
| 6762 | 2025.01.17 14:39:58.699739 [ 257 ] {7fc0dc5e-04f8-4119-bfda-e0d01c316165} <Debug> TCPHandler: Processed in 0.006051655 sec. | ||
| 6763 | 2025.01.17 14:39:58.700135 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6764 | 2025.01.17 14:39:58.700416 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006850801 sec., 481841.46642122575 rows/sec., 42.07 MiB/sec. | ||
| 6765 | 2025.01.17 14:39:58.700507 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6766 | 2025.01.17 14:39:58.700572 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6767 | 2025.01.17 14:39:58.700785 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6768 | 2025.01.17 14:39:58.701397 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6769 | 2025.01.17 14:39:58.701622 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_51_10} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6770 | 2025.01.17 14:39:58.701810 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6771 | 2025.01.17 14:39:58.701914 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2025.01.17 14:39:58.701961 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6773 | 2025.01.17 14:39:58.702359 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6774 | 2025.01.17 14:39:58.702607 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2025.01.17 14:39:58.702743 [ 117 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6776 | 2025.01.17 14:39:58.702785 [ 117 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.01.17 14:39:58.702813 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002412 sec., 37313.432835820895 rows/sec., 2.91 MiB/sec. | ||
| 6778 | 2025.01.17 14:39:58.702815 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6779 | 2025.01.17 14:39:58.702967 [ 253 ] {6c8ef7d5-01a3-4d30-b86c-55066894bd6c} <Debug> TCPHandler: Processed in 0.003080593 sec. | ||
| 6780 | 2025.01.17 14:39:58.703062 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 6781 | 2025.01.17 14:39:58.703182 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6782 | 2025.01.17 14:39:58.703213 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6783 | 2025.01.17 14:39:58.703247 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6784 | 2025.01.17 14:39:58.703452 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6785 | 2025.01.17 14:39:58.703458 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 395 rows starting from the beginning of the part | ||
| 6786 | 2025.01.17 14:39:58.703641 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6787 | 2025.01.17 14:39:58.703756 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part | ||
| 6788 | 2025.01.17 14:39:58.704167 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 851 rows starting from the beginning of the part | ||
| 6789 | 2025.01.17 14:39:58.704539 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6790 | 2025.01.17 14:39:58.704890 [ 186 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part | ||
| 6791 | 2025.01.17 14:39:58.705887 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2025.01.17 14:39:58.705938 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6793 | 2025.01.17 14:39:58.706589 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6794 | 2025.01.17 14:39:58.706881 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.01.17 14:39:58.707140 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6796 | 2025.01.17 14:39:58.707201 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.004261217 sec., 563923.4049803143 rows/sec., 43.23 MiB/sec. | ||
| 6797 | 2025.01.17 14:39:58.707236 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.01.17 14:39:58.707312 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6799 | 2025.01.17 14:39:58.707460 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004075 sec., 39263.8036809816 rows/sec., 2.73 MiB/sec. | ||
| 6800 | 2025.01.17 14:39:58.707590 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6801 | 2025.01.17 14:39:58.707800 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 6802 | 2025.01.17 14:39:58.708041 [ 257 ] {2d367ab4-6ce8-427c-98be-7e6c16d15225} <Debug> TCPHandler: Processed in 0.004944442 sec. | ||
| 6803 | 2025.01.17 14:39:58.708384 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2025.01.17 14:39:58.708383 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6805 | 2025.01.17 14:39:58.708553 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14273 rows starting from the beginning of the part | ||
| 6806 | 2025.01.17 14:39:58.708721 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2025.01.17 14:39:58.708926 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6808 | 2025.01.17 14:39:58.709056 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6809 | 2025.01.17 14:39:58.709199 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_51_10} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6810 | 2025.01.17 14:39:58.709459 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6811 | 2025.01.17 14:39:58.709557 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6812 | 2025.01.17 14:39:58.709579 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6813 | 2025.01.17 14:39:58.710106 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 987 rows starting from the beginning of the part | ||
| 6814 | 2025.01.17 14:39:58.710545 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 96 rows starting from the beginning of the part | ||
| 6815 | 2025.01.17 14:39:58.710962 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6816 | 2025.01.17 14:39:58.715436 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2025.01.17 14:39:58.715479 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6818 | 2025.01.17 14:39:58.716772 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6819 | 2025.01.17 14:39:58.717088 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6820 | 2025.01.17 14:39:58.717336 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008622 sec., 3015.541637671074 rows/sec., 5.40 MiB/sec. | ||
| 6821 | 2025.01.17 14:39:58.717502 [ 253 ] {cecf40e8-21b6-4952-8b95-e8bbe462b554} <Debug> TCPHandler: Processed in 0.009312882 sec. | ||
| 6822 | 2025.01.17 14:39:58.717722 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6823 | 2025.01.17 14:39:58.717972 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6824 | 2025.01.17 14:39:58.718036 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6825 | 2025.01.17 14:39:58.718783 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15913 rows, containing 5 columns (5 merged, 0 gathered) in 0.011341313 sec., 1403100.3288596303 rows/sec., 94.71 MiB/sec. | ||
| 6826 | 2025.01.17 14:39:58.719162 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2025.01.17 14:39:58.719208 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6828 | 2025.01.17 14:39:58.719408 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6829 | 2025.01.17 14:39:58.719684 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6830 | 2025.01.17 14:39:58.719800 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2025.01.17 14:39:58.719914 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6832 | 2025.01.17 14:39:58.720028 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 6833 | 2025.01.17 14:39:58.720027 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2025.01.17 14:39:58.720218 [ 117 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6835 | 2025.01.17 14:39:58.720278 [ 117 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2025.01.17 14:39:58.720319 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002405 sec., 24948.024948024948 rows/sec., 1.68 MiB/sec. | ||
| 6837 | 2025.01.17 14:39:58.720327 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6838 | 2025.01.17 14:39:58.720515 [ 257 ] {4a0a8379-4224-4d28-a05f-e67199416048} <Debug> TCPHandler: Processed in 0.00290309 sec. | ||
| 6839 | 2025.01.17 14:39:58.720594 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 6840 | 2025.01.17 14:39:58.720720 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6841 | 2025.01.17 14:39:58.720750 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2794 rows starting from the beginning of the part | ||
| 6842 | 2025.01.17 14:39:58.720822 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6843 | 2025.01.17 14:39:58.721066 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6844 | 2025.01.17 14:39:58.721252 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part | ||
| 6845 | 2025.01.17 14:39:58.721405 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
| 6846 | 2025.01.17 14:39:58.721598 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6847 | 2025.01.17 14:39:58.723264 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3078 rows, containing 4 columns (4 merged, 0 gathered) in 0.002809018 sec., 1095756.5953653555 rows/sec., 71.47 MiB/sec. | ||
| 6848 | 2025.01.17 14:39:58.723556 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6849 | 2025.01.17 14:39:58.723835 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6850 | 2025.01.17 14:39:58.723919 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_51_10} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6851 | 2025.01.17 14:39:58.723991 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6852 | 2025.01.17 14:40:02.898612 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6853 | 2025.01.17 14:40:02.898676 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6854 | 2025.01.17 14:40:03.001911 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001353058 sec. | ||
| 6855 | 2025.01.17 14:40:03.020851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14762 | ||
| 6856 | 2025.01.17 14:40:03.021471 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6857 | 2025.01.17 14:40:03.021508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6858 | 2025.01.17 14:40:03.022038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6859 | 2025.01.17 14:40:03.022311 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2025.01.17 14:40:03.022517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14762 | ||
| 6861 | 2025.01.17 14:40:03.104539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 970 | ||
| 6862 | 2025.01.17 14:40:03.107498 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6863 | 2025.01.17 14:40:03.107555 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6864 | 2025.01.17 14:40:03.109030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6865 | 2025.01.17 14:40:03.109359 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2025.01.17 14:40:03.110019 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 970 | ||
| 6867 | 2025.01.17 14:40:03.695697 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6868 | 2025.01.17 14:40:03.695986 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6869 | 2025.01.17 14:40:03.696096 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6870 | 2025.01.17 14:40:03.696849 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6871 | 2025.01.17 14:40:03.696906 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6872 | 2025.01.17 14:40:03.697358 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6873 | 2025.01.17 14:40:03.697620 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6874 | 2025.01.17 14:40:03.697897 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec. | ||
| 6875 | 2025.01.17 14:40:03.698057 [ 253 ] {3593650d-9723-4ef1-9b6d-723bf36676db} <Debug> TCPHandler: Processed in 0.002526122 sec. | ||
| 6876 | 2025.01.17 14:40:03.698338 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2025.01.17 14:40:03.698551 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6878 | 2025.01.17 14:40:03.698634 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6879 | 2025.01.17 14:40:03.699722 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2025.01.17 14:40:03.699773 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6881 | 2025.01.17 14:40:03.700285 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6882 | 2025.01.17 14:40:03.700547 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2025.01.17 14:40:03.700777 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002284 sec., 100262.69702276707 rows/sec., 8.77 MiB/sec. | ||
| 6884 | 2025.01.17 14:40:03.700855 [ 257 ] {4d72b803-c27c-4f83-9363-51121c55ac1d} <Debug> TCPHandler: Processed in 0.002673285 sec. | ||
| 6885 | 2025.01.17 14:40:03.701066 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6886 | 2025.01.17 14:40:03.701207 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6887 | 2025.01.17 14:40:03.701262 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6888 | 2025.01.17 14:40:03.701872 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2025.01.17 14:40:03.701915 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6890 | 2025.01.17 14:40:03.702313 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6891 | 2025.01.17 14:40:03.702556 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.01.17 14:40:03.702782 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001603 sec., 12476.606363069244 rows/sec., 894.32 KiB/sec. | ||
| 6893 | 2025.01.17 14:40:03.702840 [ 253 ] {252c7555-b18d-44d3-94c9-dd67207481dd} <Debug> TCPHandler: Processed in 0.001874588 sec. | ||
| 6894 | 2025.01.17 14:40:03.702997 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2025.01.17 14:40:03.703139 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6896 | 2025.01.17 14:40:03.703202 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6897 | 2025.01.17 14:40:03.703900 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2025.01.17 14:40:03.703948 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6899 | 2025.01.17 14:40:03.704331 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6900 | 2025.01.17 14:40:03.704590 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2025.01.17 14:40:03.704800 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 577.09 KiB/sec. | ||
| 6902 | 2025.01.17 14:40:03.704853 [ 257 ] {6d03bad4-8c3b-418a-8ebd-cbb7ef3851b1} <Debug> TCPHandler: Processed in 0.00191899 sec. | ||
| 6903 | 2025.01.17 14:40:03.704998 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2025.01.17 14:40:03.705134 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6905 | 2025.01.17 14:40:03.705192 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6906 | 2025.01.17 14:40:03.705886 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2025.01.17 14:40:03.705934 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6908 | 2025.01.17 14:40:03.706320 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6909 | 2025.01.17 14:40:03.706563 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6910 | 2025.01.17 14:40:03.706804 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0017 sec., 7647.058823529413 rows/sec., 476.79 KiB/sec. | ||
| 6911 | 2025.01.17 14:40:03.707023 [ 253 ] {aa3870c4-4eff-4f7a-9e76-0a33d58a305a} <Debug> TCPHandler: Processed in 0.002079592 sec. | ||
| 6912 | 2025.01.17 14:40:03.707190 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6913 | 2025.01.17 14:40:03.707329 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6914 | 2025.01.17 14:40:03.707388 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6915 | 2025.01.17 14:40:03.708189 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6916 | 2025.01.17 14:40:03.708228 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6917 | 2025.01.17 14:40:03.708608 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6918 | 2025.01.17 14:40:03.708848 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6919 | 2025.01.17 14:40:03.709055 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001755 sec., 225071.22507122505 rows/sec., 15.98 MiB/sec. | ||
| 6920 | 2025.01.17 14:40:03.709107 [ 257 ] {6e574551-1fe4-4021-a3db-60a0368c6de6} <Debug> TCPHandler: Processed in 0.001991421 sec. | ||
| 6921 | 2025.01.17 14:40:03.709259 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6922 | 2025.01.17 14:40:03.709400 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6923 | 2025.01.17 14:40:03.709461 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6924 | 2025.01.17 14:40:03.710041 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6925 | 2025.01.17 14:40:03.710082 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6926 | 2025.01.17 14:40:03.710452 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6927 | 2025.01.17 14:40:03.710696 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2025.01.17 14:40:03.710907 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 6929 | 2025.01.17 14:40:03.710959 [ 253 ] {902a234e-0484-4da8-b532-bd3df029c6e2} <Debug> TCPHandler: Processed in 0.001768766 sec. | ||
| 6930 | 2025.01.17 14:40:03.711105 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6931 | 2025.01.17 14:40:03.711245 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6932 | 2025.01.17 14:40:03.711307 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6933 | 2025.01.17 14:40:03.711992 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6934 | 2025.01.17 14:40:03.712040 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6935 | 2025.01.17 14:40:03.712446 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6936 | 2025.01.17 14:40:03.712687 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2025.01.17 14:40:03.712902 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec. | ||
| 6938 | 2025.01.17 14:40:03.712957 [ 257 ] {a2bb446c-17fe-497a-ba8c-73d1282a5b4a} <Debug> TCPHandler: Processed in 0.00191624 sec. | ||
| 6939 | 2025.01.17 14:40:03.713159 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6940 | 2025.01.17 14:40:03.713283 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6941 | 2025.01.17 14:40:03.713336 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6942 | 2025.01.17 14:40:03.713821 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2025.01.17 14:40:03.713860 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6944 | 2025.01.17 14:40:03.714234 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6945 | 2025.01.17 14:40:03.714496 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2025.01.17 14:40:03.714776 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
| 6947 | 2025.01.17 14:40:03.714987 [ 253 ] {fdd367b2-599a-4103-afc8-eb291a0ffcfd} <Debug> TCPHandler: Processed in 0.001917139 sec. | ||
| 6948 | 2025.01.17 14:40:03.715141 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6949 | 2025.01.17 14:40:03.715278 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6950 | 2025.01.17 14:40:03.715370 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6951 | 2025.01.17 14:40:03.716598 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2025.01.17 14:40:03.716638 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6953 | 2025.01.17 14:40:03.717258 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6954 | 2025.01.17 14:40:03.717524 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2025.01.17 14:40:03.717769 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002521 sec., 5156.683855612852 rows/sec., 9.24 MiB/sec. | ||
| 6956 | 2025.01.17 14:40:03.717874 [ 257 ] {f5535a70-6518-4084-bdcf-219b52b27176} <Debug> TCPHandler: Processed in 0.002799678 sec. | ||
| 6957 | 2025.01.17 14:40:03.718031 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6958 | 2025.01.17 14:40:03.718169 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6959 | 2025.01.17 14:40:03.718230 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6960 | 2025.01.17 14:40:03.718816 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6961 | 2025.01.17 14:40:03.718863 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6962 | 2025.01.17 14:40:03.719281 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6963 | 2025.01.17 14:40:03.719532 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2025.01.17 14:40:03.719734 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001595 sec., 51410.658307210026 rows/sec., 3.27 MiB/sec. | ||
| 6965 | 2025.01.17 14:40:03.719786 [ 253 ] {69458994-d8eb-4a0a-b37d-ca4eda3fbb84} <Debug> TCPHandler: Processed in 0.001822997 sec. | ||
| 6966 | 2025.01.17 14:40:04.080473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6967 | 2025.01.17 14:40:04.100203 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6968 | 2025.01.17 14:40:04.100257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6969 | 2025.01.17 14:40:04.107441 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6970 | 2025.01.17 14:40:04.108233 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6971 | 2025.01.17 14:40:04.111014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6972 | 2025.01.17 14:40:08.692154 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6973 | 2025.01.17 14:40:08.692376 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6974 | 2025.01.17 14:40:08.692458 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6975 | 2025.01.17 14:40:08.693277 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.01.17 14:40:08.693331 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6977 | 2025.01.17 14:40:08.693766 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6978 | 2025.01.17 14:40:08.694029 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6979 | 2025.01.17 14:40:08.694275 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001951 sec., 1025.1153254741157 rows/sec., 83.59 KiB/sec. | ||
| 6980 | 2025.01.17 14:40:08.694484 [ 253 ] {d0232dfc-d5cf-45bd-8983-355db3139bf7} <Debug> TCPHandler: Processed in 0.002464631 sec. | ||
| 6981 | 2025.01.17 14:40:08.694744 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6982 | 2025.01.17 14:40:08.694957 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6983 | 2025.01.17 14:40:08.695040 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6984 | 2025.01.17 14:40:08.695838 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2025.01.17 14:40:08.695882 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6986 | 2025.01.17 14:40:08.696333 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6987 | 2025.01.17 14:40:08.696590 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6988 | 2025.01.17 14:40:08.696816 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001914 sec., 56948.79832810868 rows/sec., 4.76 MiB/sec. | ||
| 6989 | 2025.01.17 14:40:08.696903 [ 257 ] {abccf370-bc68-41bf-925e-b224a6cd6b72} <Debug> TCPHandler: Processed in 0.002300808 sec. | ||
| 6990 | 2025.01.17 14:40:08.697115 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6991 | 2025.01.17 14:40:08.697271 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6992 | 2025.01.17 14:40:08.697324 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6993 | 2025.01.17 14:40:08.697934 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6994 | 2025.01.17 14:40:08.697975 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 6995 | 2025.01.17 14:40:08.698359 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6996 | 2025.01.17 14:40:08.698623 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6997 | 2025.01.17 14:40:08.698809 [ 106 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6998 | 2025.01.17 14:40:08.698882 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001633 sec., 17146.356399265158 rows/sec., 1.25 MiB/sec. | ||
| 6999 | 2025.01.17 14:40:08.698884 [ 106 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7000 | 2025.01.17 14:40:08.698972 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7001 | 2025.01.17 14:40:08.699019 [ 253 ] {d8f7f4f9-e754-4031-8b38-94e055f7b3bc} <Debug> TCPHandler: Processed in 0.002031132 sec. | ||
| 7002 | 2025.01.17 14:40:08.699338 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7003 | 2025.01.17 14:40:08.699401 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 7004 | 2025.01.17 14:40:08.699585 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7005 | 2025.01.17 14:40:08.699623 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7006 | 2025.01.17 14:40:08.699662 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7007 | 2025.01.17 14:40:08.699673 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 64 rows starting from the beginning of the part | ||
| 7008 | 2025.01.17 14:40:08.699896 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 7009 | 2025.01.17 14:40:08.700146 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part | ||
| 7010 | 2025.01.17 14:40:08.700526 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 7011 | 2025.01.17 14:40:08.700789 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 7012 | 2025.01.17 14:40:08.701005 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part | ||
| 7013 | 2025.01.17 14:40:08.701701 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2025.01.17 14:40:08.701744 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7015 | 2025.01.17 14:40:08.702343 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7016 | 2025.01.17 14:40:08.702523 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.003452162 sec., 53299.932042586646 rows/sec., 4.03 MiB/sec. | ||
| 7017 | 2025.01.17 14:40:08.702644 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 7018 | 2025.01.17 14:40:08.702676 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2025.01.17 14:40:08.702920 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.003398 sec., 27074.74985285462 rows/sec., 2.12 MiB/sec. | ||
| 7020 | 2025.01.17 14:40:08.703008 [ 257 ] {4f3ce738-dee2-4edb-ae68-b128c23a5247} <Debug> TCPHandler: Processed in 0.00386727 sec. | ||
| 7021 | 2025.01.17 14:40:08.703020 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.01.17 14:40:08.703129 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_40_8} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 7023 | 2025.01.17 14:40:08.703220 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7024 | 2025.01.17 14:40:08.703242 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7025 | 2025.01.17 14:40:08.703360 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7026 | 2025.01.17 14:40:08.703418 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7027 | 2025.01.17 14:40:08.704016 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2025.01.17 14:40:08.704057 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7029 | 2025.01.17 14:40:08.704468 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7030 | 2025.01.17 14:40:08.704719 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7031 | 2025.01.17 14:40:08.704937 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001603 sec., 100436.68122270743 rows/sec., 6.99 MiB/sec. | ||
| 7032 | 2025.01.17 14:40:08.704994 [ 253 ] {2dce23ad-8b75-4198-86e7-665b340fd368} <Debug> TCPHandler: Processed in 0.001885798 sec. | ||
| 7033 | 2025.01.17 14:40:08.705138 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2025.01.17 14:40:08.705276 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7035 | 2025.01.17 14:40:08.705371 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7036 | 2025.01.17 14:40:08.706653 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2025.01.17 14:40:08.706692 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7038 | 2025.01.17 14:40:08.707327 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7039 | 2025.01.17 14:40:08.707590 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2025.01.17 14:40:08.707838 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00259 sec., 10038.610038610039 rows/sec., 17.99 MiB/sec. | ||
| 7041 | 2025.01.17 14:40:08.708324 [ 257 ] {9b2978fc-96ea-4b7f-8471-f1fe56aa9394} <Debug> TCPHandler: Processed in 0.003236487 sec. | ||
| 7042 | 2025.01.17 14:40:08.708557 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7043 | 2025.01.17 14:40:08.708697 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7044 | 2025.01.17 14:40:08.708757 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7045 | 2025.01.17 14:40:08.709312 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.01.17 14:40:08.709351 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7047 | 2025.01.17 14:40:08.709742 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7048 | 2025.01.17 14:40:08.710017 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.01.17 14:40:08.710232 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 7050 | 2025.01.17 14:40:08.710286 [ 253 ] {4e2db22c-6992-42d7-b5dc-36528eef463b} <Debug> TCPHandler: Processed in 0.001829197 sec. | ||
| 7051 | 2025.01.17 14:40:10.522663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15189 | ||
| 7052 | 2025.01.17 14:40:10.523390 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7053 | 2025.01.17 14:40:10.523437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7054 | 2025.01.17 14:40:10.523957 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7055 | 2025.01.17 14:40:10.524214 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2025.01.17 14:40:10.524475 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7057 | 2025.01.17 14:40:11.611055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7058 | 2025.01.17 14:40:11.631279 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7059 | 2025.01.17 14:40:11.631333 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7060 | 2025.01.17 14:40:11.639558 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7061 | 2025.01.17 14:40:11.640344 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7062 | 2025.01.17 14:40:11.644117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7063 | 2025.01.17 14:40:13.110178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1006 | ||
| 7064 | 2025.01.17 14:40:13.113582 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7065 | 2025.01.17 14:40:13.113633 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7066 | 2025.01.17 14:40:13.115143 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7067 | 2025.01.17 14:40:13.115491 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7068 | 2025.01.17 14:40:13.117241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7069 | 2025.01.17 14:40:13.695119 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7070 | 2025.01.17 14:40:13.695325 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7071 | 2025.01.17 14:40:13.695401 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7072 | 2025.01.17 14:40:13.696270 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7073 | 2025.01.17 14:40:13.696322 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7074 | 2025.01.17 14:40:13.696760 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7075 | 2025.01.17 14:40:13.697036 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7076 | 2025.01.17 14:40:13.697284 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 7077 | 2025.01.17 14:40:13.697529 [ 253 ] {4c56e1b7-9c1b-4454-8644-923def82e60b} <Debug> TCPHandler: Processed in 0.002538322 sec. | ||
| 7078 | 2025.01.17 14:40:13.697873 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7079 | 2025.01.17 14:40:13.698174 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7080 | 2025.01.17 14:40:13.698295 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7081 | 2025.01.17 14:40:13.699150 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7082 | 2025.01.17 14:40:13.699202 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7083 | 2025.01.17 14:40:13.699660 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7084 | 2025.01.17 14:40:13.699922 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7085 | 2025.01.17 14:40:13.700218 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002115 sec., 108274.23167848699 rows/sec., 9.47 MiB/sec. | ||
| 7086 | 2025.01.17 14:40:13.700377 [ 257 ] {4b3c57de-a633-41e9-8894-367c72074e5d} <Debug> TCPHandler: Processed in 0.002683285 sec. | ||
| 7087 | 2025.01.17 14:40:13.700621 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7088 | 2025.01.17 14:40:13.700767 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7089 | 2025.01.17 14:40:13.700828 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7090 | 2025.01.17 14:40:13.701482 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7091 | 2025.01.17 14:40:13.701525 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7092 | 2025.01.17 14:40:13.701907 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7093 | 2025.01.17 14:40:13.702156 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7094 | 2025.01.17 14:40:13.702337 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001604 sec., 12468.827930174564 rows/sec., 893.76 KiB/sec. | ||
| 7095 | 2025.01.17 14:40:13.702392 [ 253 ] {bfcbef39-6729-4208-b516-3292484d3296} <Debug> TCPHandler: Processed in 0.001857598 sec. | ||
| 7096 | 2025.01.17 14:40:13.702602 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7097 | 2025.01.17 14:40:13.702831 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7098 | 2025.01.17 14:40:13.702926 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7099 | 2025.01.17 14:40:13.703742 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7100 | 2025.01.17 14:40:13.703785 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7101 | 2025.01.17 14:40:13.704147 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7102 | 2025.01.17 14:40:13.704392 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7103 | 2025.01.17 14:40:13.704609 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001837 sec., 7621.121393576483 rows/sec., 533.73 KiB/sec. | ||
| 7104 | 2025.01.17 14:40:13.704663 [ 257 ] {f4ad1b17-48b7-4bf5-8189-e2de8137d685} <Debug> TCPHandler: Processed in 0.002172375 sec. | ||
| 7105 | 2025.01.17 14:40:13.704809 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7106 | 2025.01.17 14:40:13.704949 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7107 | 2025.01.17 14:40:13.705009 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7108 | 2025.01.17 14:40:13.705640 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2025.01.17 14:40:13.705678 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7110 | 2025.01.17 14:40:13.706042 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7111 | 2025.01.17 14:40:13.706290 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7112 | 2025.01.17 14:40:13.706477 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec. | ||
| 7113 | 2025.01.17 14:40:13.706533 [ 253 ] {12cf100a-176d-4c04-a98c-5a43b0ab9053} <Debug> TCPHandler: Processed in 0.001792087 sec. | ||
| 7114 | 2025.01.17 14:40:13.706691 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7115 | 2025.01.17 14:40:13.706832 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7116 | 2025.01.17 14:40:13.706891 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7117 | 2025.01.17 14:40:13.707713 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7118 | 2025.01.17 14:40:13.707755 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7119 | 2025.01.17 14:40:13.708151 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7120 | 2025.01.17 14:40:13.708401 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7121 | 2025.01.17 14:40:13.708619 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001818 sec., 217271.72717271728 rows/sec., 15.43 MiB/sec. | ||
| 7122 | 2025.01.17 14:40:13.708674 [ 257 ] {7661f9b7-9692-4643-b345-9b9fa0f11d5e} <Debug> TCPHandler: Processed in 0.002049172 sec. | ||
| 7123 | 2025.01.17 14:40:13.708820 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7124 | 2025.01.17 14:40:13.708959 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7125 | 2025.01.17 14:40:13.709021 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7126 | 2025.01.17 14:40:13.709559 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7127 | 2025.01.17 14:40:13.709596 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7128 | 2025.01.17 14:40:13.709964 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7129 | 2025.01.17 14:40:13.710211 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7130 | 2025.01.17 14:40:13.710438 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 7131 | 2025.01.17 14:40:13.710510 [ 253 ] {c80e3fd6-11cd-4221-b800-d38c46b50481} <Debug> TCPHandler: Processed in 0.001754886 sec. | ||
| 7132 | 2025.01.17 14:40:13.710704 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7133 | 2025.01.17 14:40:13.710843 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7134 | 2025.01.17 14:40:13.710906 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7135 | 2025.01.17 14:40:13.711561 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7136 | 2025.01.17 14:40:13.711601 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7137 | 2025.01.17 14:40:13.712018 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7138 | 2025.01.17 14:40:13.712261 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7139 | 2025.01.17 14:40:13.712476 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001665 sec., 142342.34234234234 rows/sec., 9.54 MiB/sec. | ||
| 7140 | 2025.01.17 14:40:13.712531 [ 257 ] {71452558-a85e-4430-94ee-6921a18cbbc0} <Debug> TCPHandler: Processed in 0.00191191 sec. | ||
| 7141 | 2025.01.17 14:40:13.712692 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7142 | 2025.01.17 14:40:13.712830 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7143 | 2025.01.17 14:40:13.712892 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7144 | 2025.01.17 14:40:13.713423 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7145 | 2025.01.17 14:40:13.713472 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7146 | 2025.01.17 14:40:13.714222 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7147 | 2025.01.17 14:40:13.714466 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.01.17 14:40:13.714630 [ 100 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 7149 | 2025.01.17 14:40:13.714706 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001902 sec., 525.7623554153522 rows/sec., 35.43 KiB/sec. | ||
| 7150 | 2025.01.17 14:40:13.714713 [ 100 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2025.01.17 14:40:13.714789 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7152 | 2025.01.17 14:40:13.714836 [ 253 ] {d408c0b2-9654-480d-9f2a-dbc3e18691e1} <Debug> TCPHandler: Processed in 0.002207835 sec. | ||
| 7153 | 2025.01.17 14:40:13.714992 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 7154 | 2025.01.17 14:40:13.715050 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7155 | 2025.01.17 14:40:13.715147 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7156 | 2025.01.17 14:40:13.715224 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 19 rows starting from the beginning of the part | ||
| 7157 | 2025.01.17 14:40:13.715297 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7158 | 2025.01.17 14:40:13.715412 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7159 | 2025.01.17 14:40:13.715672 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7160 | 2025.01.17 14:40:13.715787 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 7161 | 2025.01.17 14:40:13.716198 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 7162 | 2025.01.17 14:40:13.716548 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 7163 | 2025.01.17 14:40:13.716961 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 7164 | 2025.01.17 14:40:13.720965 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.006060165 sec., 3960.2882099744807 rows/sec., 266.21 KiB/sec. | ||
| 7165 | 2025.01.17 14:40:13.721202 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 7166 | 2025.01.17 14:40:13.721567 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7167 | 2025.01.17 14:40:13.721632 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7168 | 2025.01.17 14:40:13.721855 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2025.01.17 14:40:13.722109 [ 193 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_23_5} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 7170 | 2025.01.17 14:40:13.722228 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7171 | 2025.01.17 14:40:13.722720 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7172 | 2025.01.17 14:40:13.722997 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2025.01.17 14:40:13.723215 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7174 | 2025.01.17 14:40:13.723295 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008081 sec., 1608.7117930949141 rows/sec., 2.88 MiB/sec. | ||
| 7175 | 2025.01.17 14:40:13.723306 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2025.01.17 14:40:13.723414 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7177 | 2025.01.17 14:40:13.723762 [ 257 ] {144d8ef2-aedf-4f17-b2a1-f21c3c15c219} <Debug> TCPHandler: Processed in 0.008816742 sec. | ||
| 7178 | 2025.01.17 14:40:13.723868 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 7179 | 2025.01.17 14:40:13.723999 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.01.17 14:40:13.724278 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.01.17 14:40:13.724430 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7182 | 2025.01.17 14:40:13.725031 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7183 | 2025.01.17 14:40:13.725264 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 644 rows starting from the beginning of the part | ||
| 7184 | 2025.01.17 14:40:13.725931 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 7185 | 2025.01.17 14:40:13.726693 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 7186 | 2025.01.17 14:40:13.726887 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7187 | 2025.01.17 14:40:13.726992 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7188 | 2025.01.17 14:40:13.727590 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 7189 | 2025.01.17 14:40:13.728313 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
| 7190 | 2025.01.17 14:40:13.728599 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7191 | 2025.01.17 14:40:13.728943 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 7192 | 2025.01.17 14:40:13.729418 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7193 | 2025.01.17 14:40:13.730256 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006064 sec., 13522.427440633246 rows/sec., 879.45 KiB/sec. | ||
| 7194 | 2025.01.17 14:40:13.730361 [ 253 ] {396b706a-be4f-41a6-b850-80c4d626a116} <Debug> TCPHandler: Processed in 0.006478574 sec. | ||
| 7195 | 2025.01.17 14:40:13.735414 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 19 columns (19 merged, 0 gathered) in 0.011803383 sec., 62270.283019707145 rows/sec., 111.59 MiB/sec. | ||
| 7196 | 2025.01.17 14:40:13.736246 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7197 | 2025.01.17 14:40:13.736669 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.01.17 14:40:13.736753 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7199 | 2025.01.17 14:40:13.736879 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
| 7200 | 2025.01.17 14:40:14.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.23 MiB, peak 212.79 MiB, free memory in arenas 0.00 B, will set to 206.51 MiB (RSS), difference: 1.28 MiB | ||
| 7201 | 2025.01.17 14:40:17.898928 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7202 | 2025.01.17 14:40:17.898986 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7203 | 2025.01.17 14:40:18.024599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15677 | ||
| 7204 | 2025.01.17 14:40:18.025262 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7205 | 2025.01.17 14:40:18.025306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7206 | 2025.01.17 14:40:18.025876 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7207 | 2025.01.17 14:40:18.026134 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7208 | 2025.01.17 14:40:18.026409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15677 | ||
| 7209 | 2025.01.17 14:40:18.691152 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2025.01.17 14:40:18.691351 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7211 | 2025.01.17 14:40:18.691433 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7212 | 2025.01.17 14:40:18.692252 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.01.17 14:40:18.692300 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7214 | 2025.01.17 14:40:18.692733 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7215 | 2025.01.17 14:40:18.693006 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.01.17 14:40:18.693255 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001959 sec., 55130.1684532925 rows/sec., 4.61 MiB/sec. | ||
| 7217 | 2025.01.17 14:40:18.693322 [ 253 ] {058b52c8-7e1d-46d3-a5fd-cb4de1247156} <Debug> TCPHandler: Processed in 0.002301137 sec. | ||
| 7218 | 2025.01.17 14:40:18.693592 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2025.01.17 14:40:18.693788 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7220 | 2025.01.17 14:40:18.693864 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7221 | 2025.01.17 14:40:18.694649 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2025.01.17 14:40:18.694694 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7223 | 2025.01.17 14:40:18.695160 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7224 | 2025.01.17 14:40:18.695428 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2025.01.17 14:40:18.695635 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 1.00 MiB/sec. | ||
| 7226 | 2025.01.17 14:40:18.695702 [ 257 ] {8250973c-e93b-4bba-bd53-e779d5b95257} <Debug> TCPHandler: Processed in 0.002249087 sec. | ||
| 7227 | 2025.01.17 14:40:18.695877 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2025.01.17 14:40:18.696021 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7229 | 2025.01.17 14:40:18.696082 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7230 | 2025.01.17 14:40:18.696781 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.01.17 14:40:18.696823 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7232 | 2025.01.17 14:40:18.697211 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7233 | 2025.01.17 14:40:18.697464 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2025.01.17 14:40:18.697684 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001697 sec., 53034.767236299354 rows/sec., 4.14 MiB/sec. | ||
| 7235 | 2025.01.17 14:40:18.697741 [ 253 ] {d720f0ca-5e8d-4563-8e64-89f563840f62} <Debug> TCPHandler: Processed in 0.001930209 sec. | ||
| 7236 | 2025.01.17 14:40:18.697907 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2025.01.17 14:40:18.698054 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7238 | 2025.01.17 14:40:18.698121 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7239 | 2025.01.17 14:40:18.698766 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7240 | 2025.01.17 14:40:18.698805 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7241 | 2025.01.17 14:40:18.699229 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7242 | 2025.01.17 14:40:18.699493 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2025.01.17 14:40:18.699681 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 7244 | 2025.01.17 14:40:18.699736 [ 257 ] {4d2118fb-052d-43ad-bbb5-ab61ff7ee3dd} <Debug> TCPHandler: Processed in 0.001901329 sec. | ||
| 7245 | 2025.01.17 14:40:18.699903 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7246 | 2025.01.17 14:40:18.700044 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7247 | 2025.01.17 14:40:18.700139 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7248 | 2025.01.17 14:40:18.701345 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7249 | 2025.01.17 14:40:18.701386 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7250 | 2025.01.17 14:40:18.702043 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7251 | 2025.01.17 14:40:18.702319 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7252 | 2025.01.17 14:40:18.702606 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002588 sec., 10046.367851622876 rows/sec., 18.00 MiB/sec. | ||
| 7253 | 2025.01.17 14:40:18.702980 [ 253 ] {c9f0a648-005e-4ea2-8972-924d3e315bac} <Debug> TCPHandler: Processed in 0.003142154 sec. | ||
| 7254 | 2025.01.17 14:40:18.703263 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7255 | 2025.01.17 14:40:18.703411 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7256 | 2025.01.17 14:40:18.703474 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7257 | 2025.01.17 14:40:18.703977 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7258 | 2025.01.17 14:40:18.704018 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7259 | 2025.01.17 14:40:18.704415 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7260 | 2025.01.17 14:40:18.704679 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7261 | 2025.01.17 14:40:18.704904 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 7262 | 2025.01.17 14:40:18.704962 [ 257 ] {722df09e-8de4-4ae4-94b9-36403b363dc0} <Debug> TCPHandler: Processed in 0.001857408 sec. | ||
| 7263 | 2025.01.17 14:40:19.144162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7264 | 2025.01.17 14:40:19.164811 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2025.01.17 14:40:19.164869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7266 | 2025.01.17 14:40:19.172248 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7267 | 2025.01.17 14:40:19.173021 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7268 | 2025.01.17 14:40:19.175802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7269 | 2025.01.17 14:40:19.937834 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7270 | 2025.01.17 14:40:19.938039 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7271 | 2025.01.17 14:40:19.938115 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7272 | 2025.01.17 14:40:19.938942 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2025.01.17 14:40:19.938989 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7274 | 2025.01.17 14:40:19.939431 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7275 | 2025.01.17 14:40:19.939693 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2025.01.17 14:40:19.939969 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec. | ||
| 7277 | 2025.01.17 14:40:19.940113 [ 253 ] {d47e8e47-bf04-4e34-bfe0-5a7db1377841} <Debug> TCPHandler: Processed in 0.002409339 sec. | ||
| 7278 | 2025.01.17 14:40:19.940495 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7279 | 2025.01.17 14:40:19.940723 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7280 | 2025.01.17 14:40:19.940797 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7281 | 2025.01.17 14:40:19.941557 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7282 | 2025.01.17 14:40:19.941603 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7283 | 2025.01.17 14:40:19.942043 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7284 | 2025.01.17 14:40:19.942314 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7285 | 2025.01.17 14:40:19.942542 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001866 sec., 8574.49088960343 rows/sec., 699.19 KiB/sec. | ||
| 7286 | 2025.01.17 14:40:19.942622 [ 257 ] {3d987249-ca1e-4adf-a0cf-3f4dbc5db577} <Debug> TCPHandler: Processed in 0.002317238 sec. | ||
| 7287 | 2025.01.17 14:40:19.942784 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.01.17 14:40:19.942929 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7289 | 2025.01.17 14:40:19.942992 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7290 | 2025.01.17 14:40:19.944361 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7291 | 2025.01.17 14:40:19.944403 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7292 | 2025.01.17 14:40:19.944889 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7293 | 2025.01.17 14:40:19.945150 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2025.01.17 14:40:19.945297 [ 93 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7295 | 2025.01.17 14:40:19.945338 [ 93 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7296 | 2025.01.17 14:40:19.945344 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002449 sec., 562270.3144140466 rows/sec., 46.74 MiB/sec. | ||
| 7297 | 2025.01.17 14:40:19.945361 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7298 | 2025.01.17 14:40:19.945447 [ 253 ] {d9671a63-5ff2-40da-be2e-48b7e21db712} <Debug> TCPHandler: Processed in 0.002727676 sec. | ||
| 7299 | 2025.01.17 14:40:19.945691 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7300 | 2025.01.17 14:40:19.945702 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 7301 | 2025.01.17 14:40:19.945921 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7302 | 2025.01.17 14:40:19.946048 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7303 | 2025.01.17 14:40:19.946195 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7304 | 2025.01.17 14:40:19.946334 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part | ||
| 7305 | 2025.01.17 14:40:19.946740 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 229 rows starting from the beginning of the part | ||
| 7306 | 2025.01.17 14:40:19.947136 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 109 rows starting from the beginning of the part | ||
| 7307 | 2025.01.17 14:40:19.947505 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 229 rows starting from the beginning of the part | ||
| 7308 | 2025.01.17 14:40:19.947805 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 108 rows starting from the beginning of the part | ||
| 7309 | 2025.01.17 14:40:19.948166 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1377 rows starting from the beginning of the part | ||
| 7310 | 2025.01.17 14:40:19.948993 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2025.01.17 14:40:19.949064 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7312 | 2025.01.17 14:40:19.949916 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7313 | 2025.01.17 14:40:19.950505 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2025.01.17 14:40:19.950998 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.00516 sec., 6976.744186046512 rows/sec., 494.34 KiB/sec. | ||
| 7315 | 2025.01.17 14:40:19.951094 [ 257 ] {adbcd230-779e-4f28-b04f-f08d294b9131} <Debug> TCPHandler: Processed in 0.005537265 sec. | ||
| 7316 | 2025.01.17 14:40:19.951287 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2025.01.17 14:40:19.951450 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7318 | 2025.01.17 14:40:19.951570 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7319 | 2025.01.17 14:40:19.952110 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3483 rows, containing 5 columns (5 merged, 0 gathered) in 0.006642886 sec., 524320.3029526625 rows/sec., 45.96 MiB/sec. | ||
| 7320 | 2025.01.17 14:40:19.952469 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7321 | 2025.01.17 14:40:19.952979 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7322 | 2025.01.17 14:40:19.953188 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_56_11} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7323 | 2025.01.17 14:40:19.953244 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2025.01.17 14:40:19.953329 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7325 | 2025.01.17 14:40:19.953337 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 7326 | 2025.01.17 14:40:19.953760 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7327 | 2025.01.17 14:40:19.954024 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2025.01.17 14:40:19.954212 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002809 sec., 86151.65539337843 rows/sec., 5.84 MiB/sec. | ||
| 7329 | 2025.01.17 14:40:19.954272 [ 253 ] {d837ebea-d0e0-4c6f-90a0-f49cd737a009} <Debug> TCPHandler: Processed in 0.003060773 sec. | ||
| 7330 | 2025.01.17 14:40:19.954422 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7331 | 2025.01.17 14:40:19.954569 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7332 | 2025.01.17 14:40:19.954629 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7333 | 2025.01.17 14:40:19.955359 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2025.01.17 14:40:19.955408 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7335 | 2025.01.17 14:40:19.955823 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7336 | 2025.01.17 14:40:19.956080 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7337 | 2025.01.17 14:40:19.956299 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001762 sec., 7377.979568671964 rows/sec., 460.02 KiB/sec. | ||
| 7338 | 2025.01.17 14:40:19.956354 [ 257 ] {3419508f-e20e-4ce0-a0be-474ac368caab} <Debug> TCPHandler: Processed in 0.002001711 sec. | ||
| 7339 | 2025.01.17 14:40:19.956503 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7340 | 2025.01.17 14:40:19.956618 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7341 | 2025.01.17 14:40:19.956669 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7342 | 2025.01.17 14:40:19.957620 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2025.01.17 14:40:19.957657 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7344 | 2025.01.17 14:40:19.958072 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7345 | 2025.01.17 14:40:19.958329 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7346 | 2025.01.17 14:40:19.958455 [ 93 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7347 | 2025.01.17 14:40:19.958494 [ 93 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2025.01.17 14:40:19.958521 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7349 | 2025.01.17 14:40:19.958523 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.001927 sec., 449922.15879605606 rows/sec., 32.59 MiB/sec. | ||
| 7350 | 2025.01.17 14:40:19.958716 [ 253 ] {33d4662c-c4ec-42e2-b0b4-857be125e4a9} <Debug> TCPHandler: Processed in 0.002264526 sec. | ||
| 7351 | 2025.01.17 14:40:19.958804 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 7352 | 2025.01.17 14:40:19.958903 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7353 | 2025.01.17 14:40:19.958965 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7354 | 2025.01.17 14:40:19.959017 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7355 | 2025.01.17 14:40:19.959061 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7356 | 2025.01.17 14:40:19.959243 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7357 | 2025.01.17 14:40:19.959243 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 395 rows starting from the beginning of the part | ||
| 7358 | 2025.01.17 14:40:19.959616 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 92 rows starting from the beginning of the part | ||
| 7359 | 2025.01.17 14:40:19.959857 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 395 rows starting from the beginning of the part | ||
| 7360 | 2025.01.17 14:40:19.960128 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part | ||
| 7361 | 2025.01.17 14:40:19.960363 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 867 rows starting from the beginning of the part | ||
| 7362 | 2025.01.17 14:40:19.961004 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2025.01.17 14:40:19.961052 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7364 | 2025.01.17 14:40:19.961607 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7365 | 2025.01.17 14:40:19.961927 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2025.01.17 14:40:19.962183 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00316 sec., 1898.73417721519 rows/sec., 99.20 KiB/sec. | ||
| 7367 | 2025.01.17 14:40:19.962241 [ 257 ] {22b4ecca-4d86-45d2-8fea-b1f8202e391b} <Debug> TCPHandler: Processed in 0.00340653 sec. | ||
| 7368 | 2025.01.17 14:40:19.962471 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2025.01.17 14:40:19.962644 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.004003692 sec., 687365.5615866556 rows/sec., 52.46 MiB/sec. | ||
| 7370 | 2025.01.17 14:40:19.962714 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7371 | 2025.01.17 14:40:19.962805 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7372 | 2025.01.17 14:40:19.963133 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7373 | 2025.01.17 14:40:19.963749 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7374 | 2025.01.17 14:40:19.963992 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_56_11} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7375 | 2025.01.17 14:40:19.964162 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7376 | 2025.01.17 14:40:19.964384 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2025.01.17 14:40:19.964429 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7378 | 2025.01.17 14:40:19.964921 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7379 | 2025.01.17 14:40:19.965189 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.01.17 14:40:19.965320 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7381 | 2025.01.17 14:40:19.965357 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2025.01.17 14:40:19.965382 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.00271 sec., 367158.67158671585 rows/sec., 24.44 MiB/sec. | ||
| 7383 | 2025.01.17 14:40:19.965385 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7384 | 2025.01.17 14:40:19.965566 [ 253 ] {3d9cca7f-76f3-45ea-ab39-0d03779b244b} <Debug> TCPHandler: Processed in 0.003242636 sec. | ||
| 7385 | 2025.01.17 14:40:19.965816 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 7386 | 2025.01.17 14:40:19.965925 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7387 | 2025.01.17 14:40:19.966339 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7388 | 2025.01.17 14:40:19.966356 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7389 | 2025.01.17 14:40:19.966464 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15913 rows starting from the beginning of the part | ||
| 7390 | 2025.01.17 14:40:19.966558 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7391 | 2025.01.17 14:40:19.966897 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 7392 | 2025.01.17 14:40:19.967406 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part | ||
| 7393 | 2025.01.17 14:40:19.967728 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7394 | 2025.01.17 14:40:19.967968 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7395 | 2025.01.17 14:40:19.968266 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 995 rows starting from the beginning of the part | ||
| 7396 | 2025.01.17 14:40:19.968916 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2025.01.17 14:40:19.968962 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7398 | 2025.01.17 14:40:19.969457 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7399 | 2025.01.17 14:40:19.969743 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2025.01.17 14:40:19.970035 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003828 sec., 261.23301985370955 rows/sec., 17.60 KiB/sec. | ||
| 7401 | 2025.01.17 14:40:19.970151 [ 257 ] {5b111628-d2e3-4a9a-8535-edb79e9078c4} <Debug> TCPHandler: Processed in 0.004421841 sec. | ||
| 7402 | 2025.01.17 14:40:19.970333 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.01.17 14:40:19.970597 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7404 | 2025.01.17 14:40:19.970793 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7405 | 2025.01.17 14:40:19.972508 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2025.01.17 14:40:19.972549 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7407 | 2025.01.17 14:40:19.973569 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7408 | 2025.01.17 14:40:19.973979 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.01.17 14:40:19.974231 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003732 sec., 3483.3869239013934 rows/sec., 6.24 MiB/sec. | ||
| 7410 | 2025.01.17 14:40:19.974375 [ 253 ] {33060a1f-9e31-486f-a2c5-38dc0096628d} <Debug> TCPHandler: Processed in 0.004128715 sec. | ||
| 7411 | 2025.01.17 14:40:19.974572 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7412 | 2025.01.17 14:40:19.974837 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7413 | 2025.01.17 14:40:19.974865 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17703 rows, containing 5 columns (5 merged, 0 gathered) in 0.009358993 sec., 1891549.6571052037 rows/sec., 127.63 MiB/sec. | ||
| 7414 | 2025.01.17 14:40:19.974945 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7415 | 2025.01.17 14:40:19.975213 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7416 | 2025.01.17 14:40:19.975859 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2025.01.17 14:40:19.976070 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7418 | 2025.01.17 14:40:19.976084 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7419 | 2025.01.17 14:40:19.976130 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7420 | 2025.01.17 14:40:19.976276 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7421 | 2025.01.17 14:40:19.976678 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7422 | 2025.01.17 14:40:19.976938 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.01.17 14:40:19.977123 [ 93 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7424 | 2025.01.17 14:40:19.977175 [ 93 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7425 | 2025.01.17 14:40:19.977197 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.002433 sec., 18906.699547883272 rows/sec., 1.14 MiB/sec. | ||
| 7426 | 2025.01.17 14:40:19.977216 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7427 | 2025.01.17 14:40:19.977358 [ 257 ] {5f14ef9b-cd4f-44d8-ad26-493ed729d54b} <Debug> TCPHandler: Processed in 0.002886919 sec. | ||
| 7428 | 2025.01.17 14:40:19.977508 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 7429 | 2025.01.17 14:40:19.977672 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7430 | 2025.01.17 14:40:19.977712 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3078 rows starting from the beginning of the part | ||
| 7431 | 2025.01.17 14:40:19.977797 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7432 | 2025.01.17 14:40:19.978008 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7433 | 2025.01.17 14:40:19.978226 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7434 | 2025.01.17 14:40:19.978405 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7435 | 2025.01.17 14:40:19.978558 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
| 7436 | 2025.01.17 14:40:19.980369 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.003019502 sec., 1128662.9384580636 rows/sec., 73.53 MiB/sec. | ||
| 7437 | 2025.01.17 14:40:19.980717 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7438 | 2025.01.17 14:40:19.981058 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7439 | 2025.01.17 14:40:19.981148 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_56_11} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7440 | 2025.01.17 14:40:19.981243 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7441 | 2025.01.17 14:40:23.118443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1064 | ||
| 7442 | 2025.01.17 14:40:23.122167 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7443 | 2025.01.17 14:40:23.122230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7444 | 2025.01.17 14:40:23.123774 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7445 | 2025.01.17 14:40:23.124117 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2025.01.17 14:40:23.124788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064 | ||
| 7447 | 2025.01.17 14:40:23.687555 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7448 | 2025.01.17 14:40:23.687754 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7449 | 2025.01.17 14:40:23.687831 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7450 | 2025.01.17 14:40:23.688715 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2025.01.17 14:40:23.688762 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7452 | 2025.01.17 14:40:23.689205 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7453 | 2025.01.17 14:40:23.689486 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7454 | 2025.01.17 14:40:23.689721 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.11 MiB/sec. | ||
| 7455 | 2025.01.17 14:40:23.689786 [ 253 ] {e4611e68-9556-4d54-aeaa-2a7008bba4f7} <Debug> TCPHandler: Processed in 0.002352729 sec. | ||
| 7456 | 2025.01.17 14:40:23.690043 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7457 | 2025.01.17 14:40:23.690235 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7458 | 2025.01.17 14:40:23.690311 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7459 | 2025.01.17 14:40:23.691075 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2025.01.17 14:40:23.691129 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7461 | 2025.01.17 14:40:23.691592 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7462 | 2025.01.17 14:40:23.691868 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7463 | 2025.01.17 14:40:23.692119 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 7464 | 2025.01.17 14:40:23.692202 [ 257 ] {a20e6421-a4fb-4dd8-92de-856f785cd2d1} <Debug> TCPHandler: Processed in 0.002284947 sec. | ||
| 7465 | 2025.01.17 14:40:23.692415 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7466 | 2025.01.17 14:40:23.692570 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7467 | 2025.01.17 14:40:23.692637 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7468 | 2025.01.17 14:40:23.693195 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7469 | 2025.01.17 14:40:23.693237 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7470 | 2025.01.17 14:40:23.693654 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7471 | 2025.01.17 14:40:23.693919 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7472 | 2025.01.17 14:40:23.694173 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001634 sec., 58751.5299877601 rows/sec., 4.09 MiB/sec. | ||
| 7473 | 2025.01.17 14:40:23.694341 [ 253 ] {b81aac62-d04f-4987-b692-83f9e6cc6a78} <Debug> TCPHandler: Processed in 0.002038081 sec. | ||
| 7474 | 2025.01.17 14:40:23.694565 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7475 | 2025.01.17 14:40:23.694750 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7476 | 2025.01.17 14:40:23.694813 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7477 | 2025.01.17 14:40:23.695413 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2025.01.17 14:40:23.695462 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7479 | 2025.01.17 14:40:23.695892 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7480 | 2025.01.17 14:40:23.696150 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2025.01.17 14:40:23.696355 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001643 sec., 21911.138161898965 rows/sec., 1.48 MiB/sec. | ||
| 7482 | 2025.01.17 14:40:23.696409 [ 257 ] {8615c0ae-9000-4a9c-af02-3fbd34ea282b} <Debug> TCPHandler: Processed in 0.001975941 sec. | ||
| 7483 | 2025.01.17 14:40:25.526531 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16104 | ||
| 7484 | 2025.01.17 14:40:25.527194 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7485 | 2025.01.17 14:40:25.527252 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7486 | 2025.01.17 14:40:25.527799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7487 | 2025.01.17 14:40:25.528070 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7488 | 2025.01.17 14:40:25.528264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7489 | 2025.01.17 14:40:26.675841 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7490 | 2025.01.17 14:40:26.698622 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.01.17 14:40:26.698679 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 7492 | 2025.01.17 14:40:26.705945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7493 | 2025.01.17 14:40:26.706751 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.01.17 14:40:26.709675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7495 | 2025.01.17 14:40:28.691654 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2025.01.17 14:40:28.691882 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7497 | 2025.01.17 14:40:28.691962 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7498 | 2025.01.17 14:40:28.692893 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2025.01.17 14:40:28.692944 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7500 | 2025.01.17 14:40:28.693401 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7501 | 2025.01.17 14:40:28.693668 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2025.01.17 14:40:28.693908 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002084 sec., 51823.416506717855 rows/sec., 4.33 MiB/sec. | ||
| 7503 | 2025.01.17 14:40:28.693975 [ 253 ] {05e63270-6ef4-4116-bc51-3476327c6ed2} <Debug> TCPHandler: Processed in 0.00245469 sec. | ||
| 7504 | 2025.01.17 14:40:28.694295 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7505 | 2025.01.17 14:40:28.694603 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7506 | 2025.01.17 14:40:28.694721 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7507 | 2025.01.17 14:40:28.695531 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2025.01.17 14:40:28.695577 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7509 | 2025.01.17 14:40:28.696040 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7510 | 2025.01.17 14:40:28.696319 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2025.01.17 14:40:28.696526 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002009 sec., 12941.762070681933 rows/sec., 973.16 KiB/sec. | ||
| 7512 | 2025.01.17 14:40:28.696593 [ 257 ] {4212cf1b-b551-4267-b54b-cf26c9417db0} <Debug> TCPHandler: Processed in 0.002484261 sec. | ||
| 7513 | 2025.01.17 14:40:28.696753 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7514 | 2025.01.17 14:40:28.696900 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7515 | 2025.01.17 14:40:28.696961 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7516 | 2025.01.17 14:40:28.697706 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2025.01.17 14:40:28.697755 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7518 | 2025.01.17 14:40:28.698142 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7519 | 2025.01.17 14:40:28.698392 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2025.01.17 14:40:28.698629 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001763 sec., 51049.347702779356 rows/sec., 3.99 MiB/sec. | ||
| 7521 | 2025.01.17 14:40:28.698686 [ 253 ] {221c980d-9aac-40e1-a471-d3731293f798} <Debug> TCPHandler: Processed in 0.001999671 sec. | ||
| 7522 | 2025.01.17 14:40:28.698878 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7523 | 2025.01.17 14:40:28.699110 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7524 | 2025.01.17 14:40:28.699212 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7525 | 2025.01.17 14:40:28.700051 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7526 | 2025.01.17 14:40:28.700089 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7527 | 2025.01.17 14:40:28.700516 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7528 | 2025.01.17 14:40:28.700781 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7529 | 2025.01.17 14:40:28.700970 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00192 sec., 83333.33333333333 rows/sec., 5.80 MiB/sec. | ||
| 7530 | 2025.01.17 14:40:28.701027 [ 257 ] {71b92c0c-603d-4613-abc2-bdd73e4e5797} <Debug> TCPHandler: Processed in 0.002252926 sec. | ||
| 7531 | 2025.01.17 14:40:28.701173 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7532 | 2025.01.17 14:40:28.701314 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7533 | 2025.01.17 14:40:28.701410 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7534 | 2025.01.17 14:40:28.702660 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2025.01.17 14:40:28.702701 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7536 | 2025.01.17 14:40:28.703382 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7537 | 2025.01.17 14:40:28.703683 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2025.01.17 14:40:28.703958 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002677 sec., 9712.364587224505 rows/sec., 17.40 MiB/sec. | ||
| 7539 | 2025.01.17 14:40:28.704071 [ 253 ] {0b859b2f-1b7b-4c63-b972-68c015cfd136} <Debug> TCPHandler: Processed in 0.002964101 sec. | ||
| 7540 | 2025.01.17 14:40:28.704281 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2025.01.17 14:40:28.704507 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7542 | 2025.01.17 14:40:28.704602 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7543 | 2025.01.17 14:40:28.705221 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2025.01.17 14:40:28.705259 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7545 | 2025.01.17 14:40:28.705653 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7546 | 2025.01.17 14:40:28.705910 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2025.01.17 14:40:28.706137 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001686 sec., 35587.18861209964 rows/sec., 2.40 MiB/sec. | ||
| 7548 | 2025.01.17 14:40:28.706193 [ 257 ] {a0c47bbc-3b83-4dd3-a5ef-847cb13b7835} <Debug> TCPHandler: Processed in 0.002020992 sec. | ||
| 7549 | 2025.01.17 14:40:31.087257 [ 79 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7550 | 2025.01.17 14:40:31.087325 [ 79 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.01.17 14:40:31.087352 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7552 | 2025.01.17 14:40:31.087525 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7553 | 2025.01.17 14:40:31.087804 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7554 | 2025.01.17 14:40:31.087848 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7555 | 2025.01.17 14:40:31.087935 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 7556 | 2025.01.17 14:40:31.088121 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 7557 | 2025.01.17 14:40:31.088316 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 7558 | 2025.01.17 14:40:31.088560 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 7559 | 2025.01.17 14:40:31.089674 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254066 sec., 63884.553513517356 rows/sec., 3.26 MiB/sec. | ||
| 7560 | 2025.01.17 14:40:31.089887 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7561 | 2025.01.17 14:40:31.090276 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7562 | 2025.01.17 14:40:31.090380 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_24_5} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7563 | 2025.01.17 14:40:31.090489 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7564 | 2025.01.17 14:40:31.298877 [ 79 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7565 | 2025.01.17 14:40:31.298984 [ 79 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2025.01.17 14:40:31.299036 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7567 | 2025.01.17 14:40:31.299325 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7568 | 2025.01.17 14:40:31.299746 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7569 | 2025.01.17 14:40:31.299814 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
| 7570 | 2025.01.17 14:40:31.300028 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7571 | 2025.01.17 14:40:31.300345 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 7572 | 2025.01.17 14:40:31.300532 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7573 | 2025.01.17 14:40:31.300736 [ 191 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 7574 | 2025.01.17 14:40:31.301884 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002749717 sec., 274573.7106764078 rows/sec., 19.66 MiB/sec. | ||
| 7575 | 2025.01.17 14:40:31.302077 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7576 | 2025.01.17 14:40:31.302409 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7577 | 2025.01.17 14:40:31.302500 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_24_5} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7578 | 2025.01.17 14:40:31.302600 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7579 | 2025.01.17 14:40:32.899029 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7580 | 2025.01.17 14:40:32.899098 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7581 | 2025.01.17 14:40:33.028391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16592 | ||
| 7582 | 2025.01.17 14:40:33.029336 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7583 | 2025.01.17 14:40:33.029379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7584 | 2025.01.17 14:40:33.029930 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7585 | 2025.01.17 14:40:33.030200 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2025.01.17 14:40:33.030391 [ 77 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7587 | 2025.01.17 14:40:33.030449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16592 | ||
| 7588 | 2025.01.17 14:40:33.030475 [ 77 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7589 | 2025.01.17 14:40:33.030508 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7590 | 2025.01.17 14:40:33.030738 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 7591 | 2025.01.17 14:40:33.030970 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7592 | 2025.01.17 14:40:33.031014 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7593 | 2025.01.17 14:40:33.031095 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 7594 | 2025.01.17 14:40:33.031311 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 7595 | 2025.01.17 14:40:33.031450 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 7596 | 2025.01.17 14:40:33.031592 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 7597 | 2025.01.17 14:40:33.031678 [ 194 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 7598 | 2025.01.17 14:40:33.034206 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16592 rows, containing 4 columns (4 merged, 0 gathered) in 0.003618514 sec., 4585307.670496784 rows/sec., 65.59 MiB/sec. | ||
| 7599 | 2025.01.17 14:40:33.034351 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7600 | 2025.01.17 14:40:33.034696 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_36_7} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.01.17 14:40:33.034781 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_36_7} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7602 | 2025.01.17 14:40:33.034910 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
| 7603 | 2025.01.17 14:40:33.126087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1084 | ||
| 7604 | 2025.01.17 14:40:33.128815 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7605 | 2025.01.17 14:40:33.128864 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7606 | 2025.01.17 14:40:33.130286 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7607 | 2025.01.17 14:40:33.130608 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7608 | 2025.01.17 14:40:33.130844 [ 77 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7609 | 2025.01.17 14:40:33.130948 [ 77 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7610 | 2025.01.17 14:40:33.131015 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7611 | 2025.01.17 14:40:33.131450 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 7612 | 2025.01.17 14:40:33.132205 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1084 | ||
| 7613 | 2025.01.17 14:40:33.132667 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7614 | 2025.01.17 14:40:33.132841 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 894 rows starting from the beginning of the part | ||
| 7615 | 2025.01.17 14:40:33.133553 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 7616 | 2025.01.17 14:40:33.134203 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 7617 | 2025.01.17 14:40:33.134824 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7618 | 2025.01.17 14:40:33.135311 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7619 | 2025.01.17 14:40:33.135802 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 7620 | 2025.01.17 14:40:33.144241 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 72 columns (72 merged, 0 gathered) in 0.013106839 sec., 82704.91458695724 rows/sec., 66.36 MiB/sec. | ||
| 7621 | 2025.01.17 14:40:33.145950 [ 194 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7622 | 2025.01.17 14:40:33.146734 [ 194 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.01.17 14:40:33.146816 [ 194 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_26_5} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7624 | 2025.01.17 14:40:33.147138 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 7625 | 2025.01.17 14:40:33.694459 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7626 | 2025.01.17 14:40:33.694661 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7627 | 2025.01.17 14:40:33.694741 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7628 | 2025.01.17 14:40:33.695508 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2025.01.17 14:40:33.695556 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7630 | 2025.01.17 14:40:33.695992 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7631 | 2025.01.17 14:40:33.696276 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2025.01.17 14:40:33.696458 [ 76 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7633 | 2025.01.17 14:40:33.696548 [ 76 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7634 | 2025.01.17 14:40:33.696553 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 7635 | 2025.01.17 14:40:33.696586 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7636 | 2025.01.17 14:40:33.696741 [ 253 ] {34b5d749-87ac-45cc-98e3-9c1941510c90} <Debug> TCPHandler: Processed in 0.002408989 sec. | ||
| 7637 | 2025.01.17 14:40:33.696977 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 7638 | 2025.01.17 14:40:33.697141 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7639 | 2025.01.17 14:40:33.697364 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7640 | 2025.01.17 14:40:33.697437 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 7641 | 2025.01.17 14:40:33.697512 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7642 | 2025.01.17 14:40:33.697631 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 7643 | 2025.01.17 14:40:33.697742 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7644 | 2025.01.17 14:40:33.697980 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 7645 | 2025.01.17 14:40:33.698321 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 7646 | 2025.01.17 14:40:33.698726 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 7647 | 2025.01.17 14:40:33.700982 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7648 | 2025.01.17 14:40:33.701088 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7649 | 2025.01.17 14:40:33.701296 [ 193 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004569724 sec., 15318.211778216802 rows/sec., 1.14 MiB/sec. | ||
| 7650 | 2025.01.17 14:40:33.701561 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7651 | 2025.01.17 14:40:33.701951 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7652 | 2025.01.17 14:40:33.702159 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_25_6} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7653 | 2025.01.17 14:40:33.702300 [ 200 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_25_6} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7654 | 2025.01.17 14:40:33.702481 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2025.01.17 14:40:33.702507 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7656 | 2025.01.17 14:40:33.702838 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005412 sec., 42313.37767923134 rows/sec., 3.70 MiB/sec. | ||
| 7657 | 2025.01.17 14:40:33.702989 [ 257 ] {7e8e3d51-a48c-4dc9-8463-84325d44b26e} <Debug> TCPHandler: Processed in 0.006087806 sec. | ||
| 7658 | 2025.01.17 14:40:33.703266 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2025.01.17 14:40:33.703417 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7660 | 2025.01.17 14:40:33.703479 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7661 | 2025.01.17 14:40:33.704168 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.01.17 14:40:33.704208 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7663 | 2025.01.17 14:40:33.704591 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7664 | 2025.01.17 14:40:33.704842 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.01.17 14:40:33.705028 [ 76 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7666 | 2025.01.17 14:40:33.705087 [ 76 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2025.01.17 14:40:33.705118 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001725 sec., 11594.202898550724 rows/sec., 831.07 KiB/sec. | ||
| 7668 | 2025.01.17 14:40:33.705125 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7669 | 2025.01.17 14:40:33.705313 [ 253 ] {e4e8f57c-97b6-4196-8ab2-43d499d4794c} <Debug> TCPHandler: Processed in 0.002188505 sec. | ||
| 7670 | 2025.01.17 14:40:33.705416 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 7671 | 2025.01.17 14:40:33.705554 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7672 | 2025.01.17 14:40:33.705577 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7673 | 2025.01.17 14:40:33.705618 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 64 rows starting from the beginning of the part | ||
| 7674 | 2025.01.17 14:40:33.705757 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7675 | 2025.01.17 14:40:33.705783 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 7676 | 2025.01.17 14:40:33.705872 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7677 | 2025.01.17 14:40:33.706026 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 7678 | 2025.01.17 14:40:33.706220 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 7679 | 2025.01.17 14:40:33.706420 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 7680 | 2025.01.17 14:40:33.706674 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part | ||
| 7681 | 2025.01.17 14:40:33.707515 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7682 | 2025.01.17 14:40:33.707565 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7683 | 2025.01.17 14:40:33.708137 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7684 | 2025.01.17 14:40:33.708266 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.002994052 sec., 64127.14274835574 rows/sec., 4.80 MiB/sec. | ||
| 7685 | 2025.01.17 14:40:33.708485 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7686 | 2025.01.17 14:40:33.708654 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7687 | 2025.01.17 14:40:33.709028 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003343 sec., 4187.855219862399 rows/sec., 293.29 KiB/sec. | ||
| 7688 | 2025.01.17 14:40:33.709220 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.01.17 14:40:33.709227 [ 257 ] {ab4b47c2-9ab5-4311-9f67-47add78a47b3} <Debug> TCPHandler: Processed in 0.003764277 sec. | ||
| 7690 | 2025.01.17 14:40:33.709381 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_45_9} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7691 | 2025.01.17 14:40:33.709449 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7692 | 2025.01.17 14:40:33.709487 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7693 | 2025.01.17 14:40:33.709593 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7694 | 2025.01.17 14:40:33.709651 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7695 | 2025.01.17 14:40:33.710264 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7696 | 2025.01.17 14:40:33.710302 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7697 | 2025.01.17 14:40:33.710663 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7698 | 2025.01.17 14:40:33.710939 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7699 | 2025.01.17 14:40:33.711110 [ 76 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7700 | 2025.01.17 14:40:33.711174 [ 76 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2025.01.17 14:40:33.711212 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 7702 | 2025.01.17 14:40:33.711219 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7703 | 2025.01.17 14:40:33.711402 [ 253 ] {644fd700-3872-4852-862f-0479153dc960} <Debug> TCPHandler: Processed in 0.002031792 sec. | ||
| 7704 | 2025.01.17 14:40:33.711643 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 7705 | 2025.01.17 14:40:33.711663 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7706 | 2025.01.17 14:40:33.712099 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7707 | 2025.01.17 14:40:33.712186 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7708 | 2025.01.17 14:40:33.712244 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7709 | 2025.01.17 14:40:33.712306 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 7710 | 2025.01.17 14:40:33.712664 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 7711 | 2025.01.17 14:40:33.713069 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 7712 | 2025.01.17 14:40:33.713501 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 7713 | 2025.01.17 14:40:33.713816 [ 187 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 7714 | 2025.01.17 14:40:33.715443 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.01.17 14:40:33.715515 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7716 | 2025.01.17 14:40:33.716505 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005148266 sec., 12625.610254015623 rows/sec., 836.52 KiB/sec. | ||
| 7717 | 2025.01.17 14:40:33.716573 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7718 | 2025.01.17 14:40:33.716693 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7719 | 2025.01.17 14:40:33.717086 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2025.01.17 14:40:33.717262 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_25_6} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7721 | 2025.01.17 14:40:33.717540 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_25_6} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7722 | 2025.01.17 14:40:33.717725 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.005759 sec., 68588.29657926723 rows/sec., 4.87 MiB/sec. | ||
| 7723 | 2025.01.17 14:40:33.717794 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7724 | 2025.01.17 14:40:33.718027 [ 257 ] {c586993e-aea5-4610-9e94-d1e5dd84c186} <Debug> TCPHandler: Processed in 0.006495983 sec. | ||
| 7725 | 2025.01.17 14:40:33.718249 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7726 | 2025.01.17 14:40:33.718387 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7727 | 2025.01.17 14:40:33.718448 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7728 | 2025.01.17 14:40:33.719096 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.01.17 14:40:33.719135 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7730 | 2025.01.17 14:40:33.719510 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7731 | 2025.01.17 14:40:33.719763 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7732 | 2025.01.17 14:40:33.719975 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 7733 | 2025.01.17 14:40:33.720029 [ 253 ] {e7ef118b-3a74-4b44-8246-589b91b3ace9} <Debug> TCPHandler: Processed in 0.001876539 sec. | ||
| 7734 | 2025.01.17 14:40:33.720190 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7735 | 2025.01.17 14:40:33.720331 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7736 | 2025.01.17 14:40:33.720500 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7737 | 2025.01.17 14:40:33.721164 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7738 | 2025.01.17 14:40:33.721205 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7739 | 2025.01.17 14:40:33.721624 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7740 | 2025.01.17 14:40:33.721877 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7741 | 2025.01.17 14:40:33.722107 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001803 sec., 131447.58735440933 rows/sec., 8.81 MiB/sec. | ||
| 7742 | 2025.01.17 14:40:33.722177 [ 257 ] {e9a288f0-c906-467f-bf0c-579e050fa1bd} <Debug> TCPHandler: Processed in 0.002055292 sec. | ||
| 7743 | 2025.01.17 14:40:33.722409 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7744 | 2025.01.17 14:40:33.722573 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7745 | 2025.01.17 14:40:33.722634 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7746 | 2025.01.17 14:40:33.723146 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7747 | 2025.01.17 14:40:33.723186 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7748 | 2025.01.17 14:40:33.723555 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7749 | 2025.01.17 14:40:33.723818 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7750 | 2025.01.17 14:40:33.724078 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec. | ||
| 7751 | 2025.01.17 14:40:33.724281 [ 253 ] {f0c5e41d-88f3-498f-8542-7ed78f6b3555} <Debug> TCPHandler: Processed in 0.001996211 sec. | ||
| 7752 | 2025.01.17 14:40:33.724481 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7753 | 2025.01.17 14:40:33.724624 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7754 | 2025.01.17 14:40:33.724719 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7755 | 2025.01.17 14:40:33.725877 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7756 | 2025.01.17 14:40:33.725918 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7757 | 2025.01.17 14:40:33.726558 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7758 | 2025.01.17 14:40:33.726847 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7759 | 2025.01.17 14:40:33.727168 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002573 sec., 5052.467936261173 rows/sec., 9.05 MiB/sec. | ||
| 7760 | 2025.01.17 14:40:33.727691 [ 257 ] {3b0dec3e-df0a-40bd-b49c-06c35b3a7c7b} <Debug> TCPHandler: Processed in 0.003299707 sec. | ||
| 7761 | 2025.01.17 14:40:33.727910 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7762 | 2025.01.17 14:40:33.728050 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7763 | 2025.01.17 14:40:33.728111 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7764 | 2025.01.17 14:40:33.728691 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7765 | 2025.01.17 14:40:33.728738 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7766 | 2025.01.17 14:40:33.729159 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7767 | 2025.01.17 14:40:33.729414 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7768 | 2025.01.17 14:40:33.729626 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001608 sec., 50995.024875621886 rows/sec., 3.24 MiB/sec. | ||
| 7769 | 2025.01.17 14:40:33.729679 [ 253 ] {d253f7b5-53ca-4f1e-9a29-6b8ad075f0a9} <Debug> TCPHandler: Processed in 0.001871848 sec. | ||
| 7770 | 2025.01.17 14:40:34.209715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7771 | 2025.01.17 14:40:34.231160 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.01.17 14:40:34.231208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7773 | 2025.01.17 14:40:34.238643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7774 | 2025.01.17 14:40:34.239465 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7775 | 2025.01.17 14:40:34.239761 [ 75 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7776 | 2025.01.17 14:40:34.239822 [ 75 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.01.17 14:40:34.239858 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7778 | 2025.01.17 14:40:34.240097 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7779 | 2025.01.17 14:40:34.248050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7780 | 2025.01.17 14:40:34.249783 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7781 | 2025.01.17 14:40:34.250708 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7782 | 2025.01.17 14:40:34.255335 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7783 | 2025.01.17 14:40:34.260013 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7784 | 2025.01.17 14:40:34.265086 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7785 | 2025.01.17 14:40:34.270544 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7786 | 2025.01.17 14:40:34.275128 [ 199 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 7787 | 2025.01.17 14:40:34.336297 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.096355263 sec., 2822.886799655147 rows/sec., 14.60 MiB/sec. | ||
| 7788 | 2025.01.17 14:40:34.339373 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7789 | 2025.01.17 14:40:34.342433 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_36_7} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7790 | 2025.01.17 14:40:34.342579 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_36_7} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7791 | 2025.01.17 14:40:34.345072 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7792 | 2025.01.17 14:40:38.691766 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2025.01.17 14:40:38.691964 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7794 | 2025.01.17 14:40:38.692033 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7795 | 2025.01.17 14:40:38.692839 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7796 | 2025.01.17 14:40:38.692882 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7797 | 2025.01.17 14:40:38.693341 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7798 | 2025.01.17 14:40:38.693603 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.01.17 14:40:38.693802 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001888 sec., 57203.38983050848 rows/sec., 4.78 MiB/sec. | ||
| 7800 | 2025.01.17 14:40:38.693865 [ 253 ] {e601a679-5007-4174-814c-a3d965b5c7be} <Debug> TCPHandler: Processed in 0.002222096 sec. | ||
| 7801 | 2025.01.17 14:40:38.694135 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7802 | 2025.01.17 14:40:38.694353 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7803 | 2025.01.17 14:40:38.694437 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7804 | 2025.01.17 14:40:38.695254 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7805 | 2025.01.17 14:40:38.695303 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7806 | 2025.01.17 14:40:38.695751 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7807 | 2025.01.17 14:40:38.696007 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2025.01.17 14:40:38.696242 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001949 sec., 13340.174448435095 rows/sec., 1003.12 KiB/sec. | ||
| 7809 | 2025.01.17 14:40:38.696299 [ 257 ] {2915c15e-363e-44a1-9430-e36b3f9ac777} <Debug> TCPHandler: Processed in 0.002303497 sec. | ||
| 7810 | 2025.01.17 14:40:38.696454 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7811 | 2025.01.17 14:40:38.696580 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7812 | 2025.01.17 14:40:38.696632 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7813 | 2025.01.17 14:40:38.697271 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2025.01.17 14:40:38.697309 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7815 | 2025.01.17 14:40:38.697692 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7816 | 2025.01.17 14:40:38.697938 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7817 | 2025.01.17 14:40:38.698122 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001572 sec., 57251.908396946565 rows/sec., 4.47 MiB/sec. | ||
| 7818 | 2025.01.17 14:40:38.698178 [ 253 ] {e12e76b8-b62a-4edd-8ab1-c8dbdc001a91} <Debug> TCPHandler: Processed in 0.001782127 sec. | ||
| 7819 | 2025.01.17 14:40:38.698394 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7820 | 2025.01.17 14:40:38.698618 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7821 | 2025.01.17 14:40:38.698718 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7822 | 2025.01.17 14:40:38.699484 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7823 | 2025.01.17 14:40:38.699525 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7824 | 2025.01.17 14:40:38.699935 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7825 | 2025.01.17 14:40:38.700189 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2025.01.17 14:40:38.700471 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001899 sec., 84254.8709847288 rows/sec., 5.87 MiB/sec. | ||
| 7827 | 2025.01.17 14:40:38.700608 [ 257 ] {f2dd3b67-4130-4789-a442-5ed4268bed68} <Debug> TCPHandler: Processed in 0.002315158 sec. | ||
| 7828 | 2025.01.17 14:40:38.700812 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2025.01.17 14:40:38.700954 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7830 | 2025.01.17 14:40:38.701050 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7831 | 2025.01.17 14:40:38.702214 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7832 | 2025.01.17 14:40:38.702254 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7833 | 2025.01.17 14:40:38.702914 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7834 | 2025.01.17 14:40:38.703180 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7835 | 2025.01.17 14:40:38.703377 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7836 | 2025.01.17 14:40:38.703466 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00254 sec., 10236.220472440944 rows/sec., 18.34 MiB/sec. | ||
| 7837 | 2025.01.17 14:40:38.703474 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2025.01.17 14:40:38.703564 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7839 | 2025.01.17 14:40:38.703889 [ 253 ] {9a62e1ab-39ed-4116-a5e6-d30346b66aa7} <Debug> TCPHandler: Processed in 0.003169496 sec. | ||
| 7840 | 2025.01.17 14:40:38.703906 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 7841 | 2025.01.17 14:40:38.704174 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7842 | 2025.01.17 14:40:38.704464 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7843 | 2025.01.17 14:40:38.704491 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7844 | 2025.01.17 14:40:38.704601 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7845 | 2025.01.17 14:40:38.704649 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 735 rows starting from the beginning of the part | ||
| 7846 | 2025.01.17 14:40:38.705626 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 7847 | 2025.01.17 14:40:38.706335 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 7848 | 2025.01.17 14:40:38.707057 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 7849 | 2025.01.17 14:40:38.707174 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2025.01.17 14:40:38.707279 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7851 | 2025.01.17 14:40:38.707729 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 7852 | 2025.01.17 14:40:38.708425 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 7853 | 2025.01.17 14:40:38.708865 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7854 | 2025.01.17 14:40:38.709614 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2025.01.17 14:40:38.710094 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005726 sec., 10478.51903597625 rows/sec., 723.13 KiB/sec. | ||
| 7856 | 2025.01.17 14:40:38.710558 [ 257 ] {61e898b4-a6c1-4491-bc43-905eb07b67a3} <Debug> TCPHandler: Processed in 0.006521235 sec. | ||
| 7857 | 2025.01.17 14:40:38.719063 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 19 columns (19 merged, 0 gathered) in 0.015352996 sec., 54647.314439474874 rows/sec., 97.93 MiB/sec. | ||
| 7858 | 2025.01.17 14:40:38.720189 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7859 | 2025.01.17 14:40:38.720677 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7860 | 2025.01.17 14:40:38.720775 [ 191 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7861 | 2025.01.17 14:40:38.720952 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
| 7862 | 2025.01.17 14:40:39.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.35 MiB, peak 220.73 MiB, free memory in arenas 0.00 B, will set to 212.05 MiB (RSS), difference: 1.71 MiB | ||
| 7863 | 2025.01.17 14:40:40.530572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17019 | ||
| 7864 | 2025.01.17 14:40:40.531277 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7865 | 2025.01.17 14:40:40.531321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7866 | 2025.01.17 14:40:40.531853 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7867 | 2025.01.17 14:40:40.532118 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.01.17 14:40:40.532416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7869 | 2025.01.17 14:40:41.748112 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7870 | 2025.01.17 14:40:41.768241 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7871 | 2025.01.17 14:40:41.768293 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7872 | 2025.01.17 14:40:41.775178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7873 | 2025.01.17 14:40:41.775974 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2025.01.17 14:40:41.778501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7875 | 2025.01.17 14:40:43.132402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1118 | ||
| 7876 | 2025.01.17 14:40:43.136119 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7877 | 2025.01.17 14:40:43.136175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7878 | 2025.01.17 14:40:43.137724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7879 | 2025.01.17 14:40:43.138060 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7880 | 2025.01.17 14:40:43.138723 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118 | ||
| 7881 | 2025.01.17 14:40:43.695540 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7882 | 2025.01.17 14:40:43.695720 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7883 | 2025.01.17 14:40:43.695790 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7884 | 2025.01.17 14:40:43.696543 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7885 | 2025.01.17 14:40:43.696590 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7886 | 2025.01.17 14:40:43.697056 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7887 | 2025.01.17 14:40:43.697324 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2025.01.17 14:40:43.697565 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 7889 | 2025.01.17 14:40:43.697797 [ 253 ] {a731e13d-8b6d-423c-953f-3073f475c45f} <Debug> TCPHandler: Processed in 0.002376439 sec. | ||
| 7890 | 2025.01.17 14:40:43.698095 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7891 | 2025.01.17 14:40:43.698294 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7892 | 2025.01.17 14:40:43.698380 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7893 | 2025.01.17 14:40:43.699388 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2025.01.17 14:40:43.699445 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7895 | 2025.01.17 14:40:43.699935 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7896 | 2025.01.17 14:40:43.700220 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2025.01.17 14:40:43.700408 [ 65 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7898 | 2025.01.17 14:40:43.700473 [ 65 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2025.01.17 14:40:43.700497 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002245 sec., 102004.4543429844 rows/sec., 8.92 MiB/sec. | ||
| 7900 | 2025.01.17 14:40:43.700511 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7901 | 2025.01.17 14:40:43.700658 [ 257 ] {b380b6a7-8d1f-4f34-9727-1cf796a0adc9} <Debug> TCPHandler: Processed in 0.002696065 sec. | ||
| 7902 | 2025.01.17 14:40:43.700800 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 7903 | 2025.01.17 14:40:43.700858 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7904 | 2025.01.17 14:40:43.701098 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7905 | 2025.01.17 14:40:43.701108 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7906 | 2025.01.17 14:40:43.701159 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1431 rows starting from the beginning of the part | ||
| 7907 | 2025.01.17 14:40:43.701227 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7908 | 2025.01.17 14:40:43.701502 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7909 | 2025.01.17 14:40:43.701850 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 108 rows starting from the beginning of the part | ||
| 7910 | 2025.01.17 14:40:43.702231 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 229 rows starting from the beginning of the part | ||
| 7911 | 2025.01.17 14:40:43.702583 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 108 rows starting from the beginning of the part | ||
| 7912 | 2025.01.17 14:40:43.702907 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 229 rows starting from the beginning of the part | ||
| 7913 | 2025.01.17 14:40:43.703909 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7914 | 2025.01.17 14:40:43.703976 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7915 | 2025.01.17 14:40:43.704900 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7916 | 2025.01.17 14:40:43.705352 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7917 | 2025.01.17 14:40:43.705659 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004613 sec., 4335.5733795794495 rows/sec., 310.77 KiB/sec. | ||
| 7918 | 2025.01.17 14:40:43.705919 [ 253 ] {0c3670a1-defb-404b-9b8b-03aa03193270} <Debug> TCPHandler: Processed in 0.005132876 sec. | ||
| 7919 | 2025.01.17 14:40:43.706213 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7920 | 2025.01.17 14:40:43.706234 [ 195 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.005578255 sec., 387397.13404998515 rows/sec., 34.07 MiB/sec. | ||
| 7921 | 2025.01.17 14:40:43.706362 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7922 | 2025.01.17 14:40:43.706434 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7923 | 2025.01.17 14:40:43.706536 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7924 | 2025.01.17 14:40:43.707206 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7925 | 2025.01.17 14:40:43.707351 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_61_12} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7926 | 2025.01.17 14:40:43.707528 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 7927 | 2025.01.17 14:40:43.707691 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2025.01.17 14:40:43.707741 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7929 | 2025.01.17 14:40:43.708137 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7930 | 2025.01.17 14:40:43.708420 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2025.01.17 14:40:43.708690 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002351 sec., 5954.912803062527 rows/sec., 417.04 KiB/sec. | ||
| 7932 | 2025.01.17 14:40:43.708915 [ 257 ] {f27d382b-aa43-427d-9352-d282d25a0fef} <Debug> TCPHandler: Processed in 0.002841749 sec. | ||
| 7933 | 2025.01.17 14:40:43.709105 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7934 | 2025.01.17 14:40:43.709226 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7935 | 2025.01.17 14:40:43.709280 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7936 | 2025.01.17 14:40:43.709882 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2025.01.17 14:40:43.709922 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7938 | 2025.01.17 14:40:43.710300 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7939 | 2025.01.17 14:40:43.710562 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2025.01.17 14:40:43.710752 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec. | ||
| 7941 | 2025.01.17 14:40:43.710807 [ 253 ] {11294c4b-5d59-4288-88e3-40eecf8b76d7} <Debug> TCPHandler: Processed in 0.001769636 sec. | ||
| 7942 | 2025.01.17 14:40:43.710975 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2025.01.17 14:40:43.711126 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7944 | 2025.01.17 14:40:43.711189 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7945 | 2025.01.17 14:40:43.712019 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2025.01.17 14:40:43.712061 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7947 | 2025.01.17 14:40:43.712503 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7948 | 2025.01.17 14:40:43.712771 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.01.17 14:40:43.712966 [ 65 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7950 | 2025.01.17 14:40:43.713029 [ 65 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.01.17 14:40:43.713070 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001954 sec., 202149.4370522006 rows/sec., 14.35 MiB/sec. | ||
| 7952 | 2025.01.17 14:40:43.713084 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7953 | 2025.01.17 14:40:43.713271 [ 257 ] {268fcd93-935d-4c67-959b-73d1b9f783c5} <Debug> TCPHandler: Processed in 0.002364559 sec. | ||
| 7954 | 2025.01.17 14:40:43.713342 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 7955 | 2025.01.17 14:40:43.713458 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7956 | 2025.01.17 14:40:43.713500 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7957 | 2025.01.17 14:40:43.713535 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7958 | 2025.01.17 14:40:43.713586 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7959 | 2025.01.17 14:40:43.713644 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7960 | 2025.01.17 14:40:43.713679 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7961 | 2025.01.17 14:40:43.713942 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 90 rows starting from the beginning of the part | ||
| 7962 | 2025.01.17 14:40:43.714273 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 395 rows starting from the beginning of the part | ||
| 7963 | 2025.01.17 14:40:43.714477 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part | ||
| 7964 | 2025.01.17 14:40:43.714622 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 395 rows starting from the beginning of the part | ||
| 7965 | 2025.01.17 14:40:43.715128 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2025.01.17 14:40:43.715174 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7967 | 2025.01.17 14:40:43.715718 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7968 | 2025.01.17 14:40:43.716055 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2025.01.17 14:40:43.716342 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002772 sec., 2164.5021645021643 rows/sec., 113.09 KiB/sec. | ||
| 7970 | 2025.01.17 14:40:43.716418 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.003210826 sec., 606386.0202950892 rows/sec., 46.40 MiB/sec. | ||
| 7971 | 2025.01.17 14:40:43.716428 [ 253 ] {db1f3249-b34a-4e29-957a-03634fd07189} <Debug> TCPHandler: Processed in 0.003053893 sec. | ||
| 7972 | 2025.01.17 14:40:43.716594 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7973 | 2025.01.17 14:40:43.716659 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7974 | 2025.01.17 14:40:43.716889 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7975 | 2025.01.17 14:40:43.716993 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7976 | 2025.01.17 14:40:43.717037 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2025.01.17 14:40:43.717254 [ 193 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_61_12} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7978 | 2025.01.17 14:40:43.717465 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7979 | 2025.01.17 14:40:43.717995 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2025.01.17 14:40:43.718041 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7981 | 2025.01.17 14:40:43.718459 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7982 | 2025.01.17 14:40:43.718713 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2025.01.17 14:40:43.718898 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7984 | 2025.01.17 14:40:43.718921 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002106 sec., 112535.61253561254 rows/sec., 7.54 MiB/sec. | ||
| 7985 | 2025.01.17 14:40:43.718958 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7986 | 2025.01.17 14:40:43.719047 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 7987 | 2025.01.17 14:40:43.719057 [ 257 ] {d5969a76-ae2f-4338-b2f7-e1979d60ccca} <Debug> TCPHandler: Processed in 0.002507832 sec. | ||
| 7988 | 2025.01.17 14:40:43.719295 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7989 | 2025.01.17 14:40:43.719338 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 7990 | 2025.01.17 14:40:43.719508 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7991 | 2025.01.17 14:40:43.719622 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7992 | 2025.01.17 14:40:43.719645 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7993 | 2025.01.17 14:40:43.719746 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17703 rows starting from the beginning of the part | ||
| 7994 | 2025.01.17 14:40:43.720150 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 96 rows starting from the beginning of the part | ||
| 7995 | 2025.01.17 14:40:43.720480 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 7996 | 2025.01.17 14:40:43.720733 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7997 | 2025.01.17 14:40:43.720993 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7998 | 2025.01.17 14:40:43.721282 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7999 | 2025.01.17 14:40:43.722326 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8000 | 2025.01.17 14:40:43.722402 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 8001 | 2025.01.17 14:40:43.723056 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8002 | 2025.01.17 14:40:43.723356 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8003 | 2025.01.17 14:40:43.723801 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004323 sec., 231.32084200786494 rows/sec., 15.59 KiB/sec. | ||
| 8004 | 2025.01.17 14:40:43.724206 [ 253 ] {591e58ff-2c33-4c8b-911e-8919850a6e5b} <Debug> TCPHandler: Processed in 0.005039594 sec. | ||
| 8005 | 2025.01.17 14:40:43.724530 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8006 | 2025.01.17 14:40:43.724793 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8007 | 2025.01.17 14:40:43.725015 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8008 | 2025.01.17 14:40:43.727482 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2025.01.17 14:40:43.727525 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 8010 | 2025.01.17 14:40:43.728429 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8011 | 2025.01.17 14:40:43.728827 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2025.01.17 14:40:43.729324 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004624 sec., 2811.4186851211075 rows/sec., 5.04 MiB/sec. | ||
| 8013 | 2025.01.17 14:40:43.729447 [ 257 ] {6015ce29-8fe7-4656-9242-9bb8eea40975} <Debug> TCPHandler: Processed in 0.005105135 sec. | ||
| 8014 | 2025.01.17 14:40:43.729606 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8015 | 2025.01.17 14:40:43.729754 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8016 | 2025.01.17 14:40:43.729830 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8017 | 2025.01.17 14:40:43.730566 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18593 rows, containing 5 columns (5 merged, 0 gathered) in 0.011436366 sec., 1625778.6782969346 rows/sec., 109.76 MiB/sec. | ||
| 8018 | 2025.01.17 14:40:43.730815 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8019 | 2025.01.17 14:40:43.730868 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 8020 | 2025.01.17 14:40:43.730910 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8021 | 2025.01.17 14:40:43.731564 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8022 | 2025.01.17 14:40:43.731683 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8023 | 2025.01.17 14:40:43.731696 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8024 | 2025.01.17 14:40:43.731847 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB. | ||
| 8025 | 2025.01.17 14:40:43.732028 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8026 | 2025.01.17 14:40:43.732205 [ 63 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8027 | 2025.01.17 14:40:43.732269 [ 63 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2025.01.17 14:40:43.732281 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002554 sec., 32106.499608457325 rows/sec., 2.04 MiB/sec. | ||
| 8029 | 2025.01.17 14:40:43.732311 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 8030 | 2025.01.17 14:40:43.732453 [ 253 ] {666890d9-8505-4110-a431-9f3388bf8b67} <Debug> TCPHandler: Processed in 0.002911189 sec. | ||
| 8031 | 2025.01.17 14:40:43.732706 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 8032 | 2025.01.17 14:40:43.733141 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8033 | 2025.01.17 14:40:43.733235 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 8034 | 2025.01.17 14:40:43.733460 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 8035 | 2025.01.17 14:40:43.733578 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8036 | 2025.01.17 14:40:43.733717 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8037 | 2025.01.17 14:40:43.733855 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8038 | 2025.01.17 14:40:43.733949 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8039 | 2025.01.17 14:40:43.735599 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3728 rows, containing 4 columns (4 merged, 0 gathered) in 0.003133754 sec., 1189627.5202201577 rows/sec., 77.53 MiB/sec. | ||
| 8040 | 2025.01.17 14:40:43.735961 [ 197 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8041 | 2025.01.17 14:40:43.736266 [ 197 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8042 | 2025.01.17 14:40:43.736345 [ 197 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_61_12} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8043 | 2025.01.17 14:40:43.736429 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8044 | 2025.01.17 14:40:47.899168 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8045 | 2025.01.17 14:40:47.899247 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8046 | 2025.01.17 14:40:48.032523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507 | ||
| 8047 | 2025.01.17 14:40:48.033289 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2025.01.17 14:40:48.033337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8049 | 2025.01.17 14:40:48.033878 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8050 | 2025.01.17 14:40:48.034151 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8051 | 2025.01.17 14:40:48.034398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507 | ||
| 8052 | 2025.01.17 14:40:48.692142 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8053 | 2025.01.17 14:40:48.692350 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8054 | 2025.01.17 14:40:48.692425 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8055 | 2025.01.17 14:40:48.693238 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8056 | 2025.01.17 14:40:48.693283 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8057 | 2025.01.17 14:40:48.693720 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8058 | 2025.01.17 14:40:48.693985 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8059 | 2025.01.17 14:40:48.694229 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001935 sec., 55813.95348837209 rows/sec., 4.67 MiB/sec. | ||
| 8060 | 2025.01.17 14:40:48.694296 [ 253 ] {1ce01307-85f8-472d-b72c-bad7902e6bfb} <Debug> TCPHandler: Processed in 0.002283277 sec. | ||
| 8061 | 2025.01.17 14:40:48.694590 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8062 | 2025.01.17 14:40:48.694816 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8063 | 2025.01.17 14:40:48.694906 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8064 | 2025.01.17 14:40:48.695761 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2025.01.17 14:40:48.695819 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8066 | 2025.01.17 14:40:48.696273 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8067 | 2025.01.17 14:40:48.696537 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2025.01.17 14:40:48.696789 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002033 sec., 12788.98180029513 rows/sec., 961.67 KiB/sec. | ||
| 8069 | 2025.01.17 14:40:48.696878 [ 257 ] {12352fa1-13e4-4a45-8fa8-8b1e479739c7} <Debug> TCPHandler: Processed in 0.00244158 sec. | ||
| 8070 | 2025.01.17 14:40:48.697080 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8071 | 2025.01.17 14:40:48.697204 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8072 | 2025.01.17 14:40:48.697257 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8073 | 2025.01.17 14:40:48.697895 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8074 | 2025.01.17 14:40:48.697936 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8075 | 2025.01.17 14:40:48.698323 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8076 | 2025.01.17 14:40:48.698584 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2025.01.17 14:40:48.698812 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001634 sec., 55079.55936352509 rows/sec., 4.30 MiB/sec. | ||
| 8078 | 2025.01.17 14:40:48.698904 [ 253 ] {387f1dec-399e-4254-8aa7-8ee3ce515bb1} <Debug> TCPHandler: Processed in 0.001900979 sec. | ||
| 8079 | 2025.01.17 14:40:48.699114 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8080 | 2025.01.17 14:40:48.699264 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8081 | 2025.01.17 14:40:48.699333 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8082 | 2025.01.17 14:40:48.699959 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8083 | 2025.01.17 14:40:48.700001 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8084 | 2025.01.17 14:40:48.700414 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8085 | 2025.01.17 14:40:48.700658 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2025.01.17 14:40:48.700877 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 8087 | 2025.01.17 14:40:48.700935 [ 257 ] {ea1aeaa6-5672-4c4d-b482-0274e021eb26} <Debug> TCPHandler: Processed in 0.00192966 sec. | ||
| 8088 | 2025.01.17 14:40:48.701110 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8089 | 2025.01.17 14:40:48.701253 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8090 | 2025.01.17 14:40:48.701351 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8091 | 2025.01.17 14:40:48.702526 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8092 | 2025.01.17 14:40:48.702567 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8093 | 2025.01.17 14:40:48.703221 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8094 | 2025.01.17 14:40:48.703489 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8095 | 2025.01.17 14:40:48.703741 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00252 sec., 10317.460317460316 rows/sec., 18.49 MiB/sec. | ||
| 8096 | 2025.01.17 14:40:48.703851 [ 253 ] {5b3ca7c5-ccf3-4994-b849-737137206e11} <Debug> TCPHandler: Processed in 0.002810118 sec. | ||
| 8097 | 2025.01.17 14:40:48.704008 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8098 | 2025.01.17 14:40:48.704151 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8099 | 2025.01.17 14:40:48.704213 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8100 | 2025.01.17 14:40:48.704746 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8101 | 2025.01.17 14:40:48.704787 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8102 | 2025.01.17 14:40:48.705172 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8103 | 2025.01.17 14:40:48.705431 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8104 | 2025.01.17 14:40:48.705662 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 8105 | 2025.01.17 14:40:48.705739 [ 257 ] {90fc453d-2933-4cc0-b10c-37a03de6f09b} <Debug> TCPHandler: Processed in 0.001796307 sec. | ||
| 8106 | 2025.01.17 14:40:49.278557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8107 | 2025.01.17 14:40:49.299990 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2025.01.17 14:40:49.300049 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8109 | 2025.01.17 14:40:49.307358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8110 | 2025.01.17 14:40:49.308122 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2025.01.17 14:40:49.311078 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8112 | 2025.01.17 14:40:49.937155 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8113 | 2025.01.17 14:40:49.937339 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8114 | 2025.01.17 14:40:49.937410 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8115 | 2025.01.17 14:40:49.938135 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2025.01.17 14:40:49.938184 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8117 | 2025.01.17 14:40:49.938618 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8118 | 2025.01.17 14:40:49.938873 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8119 | 2025.01.17 14:40:49.939152 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 8120 | 2025.01.17 14:40:49.939277 [ 253 ] {0a091adc-be95-4cf2-a5a9-f52e45beab4e} <Debug> TCPHandler: Processed in 0.002246006 sec. | ||
| 8121 | 2025.01.17 14:40:49.939578 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8122 | 2025.01.17 14:40:49.939800 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8123 | 2025.01.17 14:40:49.939889 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8124 | 2025.01.17 14:40:49.941594 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2025.01.17 14:40:49.941649 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8126 | 2025.01.17 14:40:49.942181 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8127 | 2025.01.17 14:40:49.942440 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8128 | 2025.01.17 14:40:49.942711 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.002972 sec., 460632.5706594886 rows/sec., 38.32 MiB/sec. | ||
| 8129 | 2025.01.17 14:40:49.942779 [ 257 ] {66a8b8cd-f11a-48f6-951b-0197d0089657} <Debug> TCPHandler: Processed in 0.003352779 sec. | ||
| 8130 | 2025.01.17 14:40:49.942946 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8131 | 2025.01.17 14:40:49.943093 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8132 | 2025.01.17 14:40:49.943155 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8133 | 2025.01.17 14:40:49.943821 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8134 | 2025.01.17 14:40:49.943862 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8135 | 2025.01.17 14:40:49.944243 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8136 | 2025.01.17 14:40:49.944506 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8137 | 2025.01.17 14:40:49.944736 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001678 sec., 11918.951132300357 rows/sec., 854.35 KiB/sec. | ||
| 8138 | 2025.01.17 14:40:49.944824 [ 253 ] {ed88afe5-eb9e-40de-835c-3b7d98b77122} <Debug> TCPHandler: Processed in 0.00194425 sec. | ||
| 8139 | 2025.01.17 14:40:49.945027 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8140 | 2025.01.17 14:40:49.945175 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8141 | 2025.01.17 14:40:49.945237 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8142 | 2025.01.17 14:40:49.945953 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8143 | 2025.01.17 14:40:49.945995 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8144 | 2025.01.17 14:40:49.946373 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8145 | 2025.01.17 14:40:49.946621 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8146 | 2025.01.17 14:40:49.946833 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001695 sec., 142772.86135693218 rows/sec., 9.67 MiB/sec. | ||
| 8147 | 2025.01.17 14:40:49.946892 [ 257 ] {296f236d-ffcd-4893-b3da-61610871e4aa} <Debug> TCPHandler: Processed in 0.001973221 sec. | ||
| 8148 | 2025.01.17 14:40:49.947038 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8149 | 2025.01.17 14:40:49.947158 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8150 | 2025.01.17 14:40:49.947208 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8151 | 2025.01.17 14:40:49.947794 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8152 | 2025.01.17 14:40:49.947834 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8153 | 2025.01.17 14:40:49.948206 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8154 | 2025.01.17 14:40:49.948450 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8155 | 2025.01.17 14:40:49.948699 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec. | ||
| 8156 | 2025.01.17 14:40:49.948757 [ 253 ] {2ea05a15-c50c-4e78-b420-3727bc97197e} <Debug> TCPHandler: Processed in 0.001778567 sec. | ||
| 8157 | 2025.01.17 14:40:49.948904 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8158 | 2025.01.17 14:40:49.949048 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8159 | 2025.01.17 14:40:49.949108 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8160 | 2025.01.17 14:40:49.950056 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8161 | 2025.01.17 14:40:49.950097 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8162 | 2025.01.17 14:40:49.950506 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8163 | 2025.01.17 14:40:49.950752 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8164 | 2025.01.17 14:40:49.950970 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.001956 sec., 435071.5746421268 rows/sec., 31.46 MiB/sec. | ||
| 8165 | 2025.01.17 14:40:49.951026 [ 257 ] {396b8c89-3880-497e-a221-d82586ebe84d} <Debug> TCPHandler: Processed in 0.002192845 sec. | ||
| 8166 | 2025.01.17 14:40:49.951171 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8167 | 2025.01.17 14:40:49.951310 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8168 | 2025.01.17 14:40:49.951370 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8169 | 2025.01.17 14:40:49.951945 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8170 | 2025.01.17 14:40:49.951992 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8171 | 2025.01.17 14:40:49.952438 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8172 | 2025.01.17 14:40:49.952685 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8173 | 2025.01.17 14:40:49.952869 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 197.03 KiB/sec. | ||
| 8174 | 2025.01.17 14:40:49.952922 [ 253 ] {76b6f90d-293c-4416-93fe-68f92b05601a} <Debug> TCPHandler: Processed in 0.001815138 sec. | ||
| 8175 | 2025.01.17 14:40:49.953052 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8176 | 2025.01.17 14:40:49.953174 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8177 | 2025.01.17 14:40:49.953228 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8178 | 2025.01.17 14:40:49.954020 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8179 | 2025.01.17 14:40:49.954060 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8180 | 2025.01.17 14:40:49.954528 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8181 | 2025.01.17 14:40:49.954778 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8182 | 2025.01.17 14:40:49.954997 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.00185 sec., 533513.5135135135 rows/sec., 35.50 MiB/sec. | ||
| 8183 | 2025.01.17 14:40:49.955055 [ 257 ] {4b6d317d-6c6c-4190-a704-4f1d252ff1fd} <Debug> TCPHandler: Processed in 0.002058773 sec. | ||
| 8184 | 2025.01.17 14:40:49.955202 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8185 | 2025.01.17 14:40:49.955340 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8186 | 2025.01.17 14:40:49.955401 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8187 | 2025.01.17 14:40:49.955958 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8188 | 2025.01.17 14:40:49.956003 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8189 | 2025.01.17 14:40:49.956438 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8190 | 2025.01.17 14:40:49.956695 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8191 | 2025.01.17 14:40:49.956890 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001582 sec., 632.1112515802781 rows/sec., 42.59 KiB/sec. | ||
| 8192 | 2025.01.17 14:40:49.957015 [ 253 ] {455a70da-4e93-498c-89f5-d4e95662cab7} <Debug> TCPHandler: Processed in 0.001880059 sec. | ||
| 8193 | 2025.01.17 14:40:49.957152 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8194 | 2025.01.17 14:40:49.957269 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8195 | 2025.01.17 14:40:49.957354 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8196 | 2025.01.17 14:40:49.958647 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8197 | 2025.01.17 14:40:49.958688 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8198 | 2025.01.17 14:40:49.959305 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8199 | 2025.01.17 14:40:49.959568 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8200 | 2025.01.17 14:40:49.959812 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002567 sec., 5064.2773665757695 rows/sec., 9.07 MiB/sec. | ||
| 8201 | 2025.01.17 14:40:49.959920 [ 257 ] {3c09693a-00da-4565-878e-4769cf8a8c05} <Debug> TCPHandler: Processed in 0.002825598 sec. | ||
| 8202 | 2025.01.17 14:40:49.960069 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8203 | 2025.01.17 14:40:49.960209 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8204 | 2025.01.17 14:40:49.960270 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8205 | 2025.01.17 14:40:49.960784 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8206 | 2025.01.17 14:40:49.960822 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8207 | 2025.01.17 14:40:49.961206 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8208 | 2025.01.17 14:40:49.961452 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8209 | 2025.01.17 14:40:49.961647 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001469 sec., 31313.818924438394 rows/sec., 1.89 MiB/sec. | ||
| 8210 | 2025.01.17 14:40:49.961740 [ 253 ] {d5f89369-eea2-451b-a13e-8b146f1db6e6} <Debug> TCPHandler: Processed in 0.001738095 sec. | ||
| 8211 | 2025.01.17 14:40:50.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.68 MiB, peak 220.73 MiB, free memory in arenas 0.00 B, will set to 213.38 MiB (RSS), difference: -1.30 MiB | ||
| 8212 | 2025.01.17 14:40:53.138954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1174 | ||
| 8213 | 2025.01.17 14:40:53.142930 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8214 | 2025.01.17 14:40:53.142981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8215 | 2025.01.17 14:40:53.144497 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8216 | 2025.01.17 14:40:53.144823 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2025.01.17 14:40:53.145426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1174 | ||
| 8218 | 2025.01.17 14:40:53.686917 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8219 | 2025.01.17 14:40:53.687128 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8220 | 2025.01.17 14:40:53.687211 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8221 | 2025.01.17 14:40:53.688036 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2025.01.17 14:40:53.688086 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8223 | 2025.01.17 14:40:53.688549 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8224 | 2025.01.17 14:40:53.688823 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2025.01.17 14:40:53.689047 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 8226 | 2025.01.17 14:40:53.689155 [ 253 ] {a5460449-1588-4276-b24f-b9fef51fe018} <Debug> TCPHandler: Processed in 0.002376509 sec. | ||
| 8227 | 2025.01.17 14:40:53.689439 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2025.01.17 14:40:53.689637 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8229 | 2025.01.17 14:40:53.689710 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8230 | 2025.01.17 14:40:53.690459 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2025.01.17 14:40:53.690510 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8232 | 2025.01.17 14:40:53.690970 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8233 | 2025.01.17 14:40:53.691231 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.01.17 14:40:53.691465 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec. | ||
| 8235 | 2025.01.17 14:40:53.691532 [ 257 ] {8c096f79-49ac-4cba-ba5f-e1d1d039c6d5} <Debug> TCPHandler: Processed in 0.002260376 sec. | ||
| 8236 | 2025.01.17 14:40:53.691708 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8237 | 2025.01.17 14:40:53.691856 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8238 | 2025.01.17 14:40:53.691923 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8239 | 2025.01.17 14:40:53.692651 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2025.01.17 14:40:53.692704 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8241 | 2025.01.17 14:40:53.693128 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8242 | 2025.01.17 14:40:53.693382 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2025.01.17 14:40:53.693566 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001748 sec., 54919.90846681922 rows/sec., 3.83 MiB/sec. | ||
| 8244 | 2025.01.17 14:40:53.693622 [ 253 ] {40c68878-36aa-446b-b351-a67ccd76d3df} <Debug> TCPHandler: Processed in 0.001982101 sec. | ||
| 8245 | 2025.01.17 14:40:53.693773 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2025.01.17 14:40:53.693921 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8247 | 2025.01.17 14:40:53.693986 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8248 | 2025.01.17 14:40:53.694568 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.01.17 14:40:53.694610 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8250 | 2025.01.17 14:40:53.695032 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8251 | 2025.01.17 14:40:53.695298 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2025.01.17 14:40:53.695527 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001644 sec., 21897.810218978102 rows/sec., 1.48 MiB/sec. | ||
| 8253 | 2025.01.17 14:40:53.695588 [ 257 ] {65575aa4-e2ab-4776-b7ec-16cd7ad7f7f9} <Debug> TCPHandler: Processed in 0.001886119 sec. | ||
| 8254 | 2025.01.17 14:40:55.534514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934 | ||
| 8255 | 2025.01.17 14:40:55.535253 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2025.01.17 14:40:55.535308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8257 | 2025.01.17 14:40:55.535889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8258 | 2025.01.17 14:40:55.536158 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8259 | 2025.01.17 14:40:55.536391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8260 | 2025.01.17 14:40:56.811122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8261 | 2025.01.17 14:40:56.831553 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8262 | 2025.01.17 14:40:56.831617 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8263 | 2025.01.17 14:40:56.839169 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8264 | 2025.01.17 14:40:56.839952 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8265 | 2025.01.17 14:40:56.842853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8266 | 2025.01.17 14:40:58.691864 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8267 | 2025.01.17 14:40:58.692092 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8268 | 2025.01.17 14:40:58.692175 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8269 | 2025.01.17 14:40:58.693082 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2025.01.17 14:40:58.693135 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8271 | 2025.01.17 14:40:58.693601 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8272 | 2025.01.17 14:40:58.693863 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.01.17 14:40:58.694127 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002092 sec., 51625.23900573613 rows/sec., 4.32 MiB/sec. | ||
| 8274 | 2025.01.17 14:40:58.694201 [ 253 ] {e8a792af-9e82-451a-a8e9-a954e5e9937a} <Debug> TCPHandler: Processed in 0.002474821 sec. | ||
| 8275 | 2025.01.17 14:40:58.694465 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.01.17 14:40:58.694684 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.01.17 14:40:58.694761 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8278 | 2025.01.17 14:40:58.695536 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.01.17 14:40:58.695587 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8280 | 2025.01.17 14:40:58.696054 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8281 | 2025.01.17 14:40:58.696335 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.01.17 14:40:58.696527 [ 44 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 8283 | 2025.01.17 14:40:58.696601 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001974 sec., 13171.225937183384 rows/sec., 990.41 KiB/sec. | ||
| 8284 | 2025.01.17 14:40:58.696608 [ 44 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8285 | 2025.01.17 14:40:58.696684 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8286 | 2025.01.17 14:40:58.696746 [ 257 ] {20646b51-1f44-4298-a896-52619d432c17} <Debug> TCPHandler: Processed in 0.00241483 sec. | ||
| 8287 | 2025.01.17 14:40:58.696955 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 8288 | 2025.01.17 14:40:58.696976 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8289 | 2025.01.17 14:40:58.697243 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8290 | 2025.01.17 14:40:58.697245 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8291 | 2025.01.17 14:40:58.697347 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 64 rows starting from the beginning of the part | ||
| 8292 | 2025.01.17 14:40:58.697354 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8293 | 2025.01.17 14:40:58.697765 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 8294 | 2025.01.17 14:40:58.698093 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 8295 | 2025.01.17 14:40:58.698627 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 8296 | 2025.01.17 14:40:58.699014 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part | ||
| 8297 | 2025.01.17 14:40:58.699351 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 8298 | 2025.01.17 14:40:58.700229 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2025.01.17 14:40:58.700296 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8300 | 2025.01.17 14:40:58.701369 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8301 | 2025.01.17 14:40:58.701945 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005149886 sec., 35340.58812175648 rows/sec., 2.67 MiB/sec. | ||
| 8302 | 2025.01.17 14:40:58.701963 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8303 | 2025.01.17 14:40:58.702220 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 8304 | 2025.01.17 14:40:58.702438 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005288 sec., 17019.6671709531 rows/sec., 1.33 MiB/sec. | ||
| 8305 | 2025.01.17 14:40:58.702587 [ 253 ] {8a412b31-a411-479e-88db-006e6329f9f1} <Debug> TCPHandler: Processed in 0.005705738 sec. | ||
| 8306 | 2025.01.17 14:40:58.702769 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8307 | 2025.01.17 14:40:58.702852 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2025.01.17 14:40:58.702916 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8309 | 2025.01.17 14:40:58.702951 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_50_10} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 8310 | 2025.01.17 14:40:58.702981 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8311 | 2025.01.17 14:40:58.703072 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8312 | 2025.01.17 14:40:58.703615 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8313 | 2025.01.17 14:40:58.703656 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8314 | 2025.01.17 14:40:58.704094 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8315 | 2025.01.17 14:40:58.704377 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8316 | 2025.01.17 14:40:58.704621 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 8317 | 2025.01.17 14:40:58.704698 [ 257 ] {46117448-ec79-4ba4-ac54-5aff682e90a7} <Debug> TCPHandler: Processed in 0.002013291 sec. | ||
| 8318 | 2025.01.17 14:40:58.704923 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8319 | 2025.01.17 14:40:58.705067 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8320 | 2025.01.17 14:40:58.705167 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8321 | 2025.01.17 14:40:58.706434 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.01.17 14:40:58.706474 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8323 | 2025.01.17 14:40:58.707157 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8324 | 2025.01.17 14:40:58.707427 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8325 | 2025.01.17 14:40:58.707685 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002653 sec., 9800.226159065209 rows/sec., 17.56 MiB/sec. | ||
| 8326 | 2025.01.17 14:40:58.707794 [ 253 ] {b38d0174-82ce-424f-9ed6-079f6b24759c} <Debug> TCPHandler: Processed in 0.003000392 sec. | ||
| 8327 | 2025.01.17 14:40:58.707951 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8328 | 2025.01.17 14:40:58.708073 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8329 | 2025.01.17 14:40:58.708129 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8330 | 2025.01.17 14:40:58.708639 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8331 | 2025.01.17 14:40:58.708681 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8332 | 2025.01.17 14:40:58.709102 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8333 | 2025.01.17 14:40:58.709380 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8334 | 2025.01.17 14:40:58.709615 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 8335 | 2025.01.17 14:40:58.709674 [ 257 ] {df97faef-29c7-4659-9b8c-ae8b82f6f9f1} <Debug> TCPHandler: Processed in 0.001779917 sec. | ||
| 8336 | 2025.01.17 14:41:01.661972 [ 42 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 8337 | 2025.01.17 14:41:01.662073 [ 42 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2025.01.17 14:41:01.662117 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8339 | 2025.01.17 14:41:01.662438 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 8340 | 2025.01.17 14:41:01.662908 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8341 | 2025.01.17 14:41:01.662988 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 24 rows starting from the beginning of the part | ||
| 8342 | 2025.01.17 14:41:01.663139 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8343 | 2025.01.17 14:41:01.663318 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8344 | 2025.01.17 14:41:01.663572 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8345 | 2025.01.17 14:41:01.663818 [ 199 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8346 | 2025.01.17 14:41:01.665034 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002799998 sec., 10000.007142862245 rows/sec., 672.43 KiB/sec. | ||
| 8347 | 2025.01.17 14:41:01.665249 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 8348 | 2025.01.17 14:41:01.665669 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2025.01.17 14:41:01.665776 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_27_6} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 8350 | 2025.01.17 14:41:01.665882 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8351 | 2025.01.17 14:41:02.899293 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8352 | 2025.01.17 14:41:02.899360 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8353 | 2025.01.17 14:41:03.037495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422 | ||
| 8354 | 2025.01.17 14:41:03.038133 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2025.01.17 14:41:03.038175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8356 | 2025.01.17 14:41:03.038703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8357 | 2025.01.17 14:41:03.038969 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2025.01.17 14:41:03.039179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422 | ||
| 8359 | 2025.01.17 14:41:03.145776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1194 | ||
| 8360 | 2025.01.17 14:41:03.148760 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2025.01.17 14:41:03.148813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8362 | 2025.01.17 14:41:03.150287 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8363 | 2025.01.17 14:41:03.150605 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2025.01.17 14:41:03.151163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
| 8365 | 2025.01.17 14:41:03.695394 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8366 | 2025.01.17 14:41:03.695600 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8367 | 2025.01.17 14:41:03.695677 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8368 | 2025.01.17 14:41:03.696414 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2025.01.17 14:41:03.696466 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8370 | 2025.01.17 14:41:03.696917 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8371 | 2025.01.17 14:41:03.697180 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2025.01.17 14:41:03.697422 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec. | ||
| 8373 | 2025.01.17 14:41:03.697543 [ 253 ] {0ad681fb-8a92-4189-a9bf-a7e06ff88c21} <Debug> TCPHandler: Processed in 0.002279536 sec. | ||
| 8374 | 2025.01.17 14:41:03.697782 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2025.01.17 14:41:03.697999 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8376 | 2025.01.17 14:41:03.698084 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8377 | 2025.01.17 14:41:03.699141 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2025.01.17 14:41:03.699197 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8379 | 2025.01.17 14:41:03.699697 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8380 | 2025.01.17 14:41:03.699977 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2025.01.17 14:41:03.700182 [ 39 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8382 | 2025.01.17 14:41:03.700254 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.00231 sec., 99134.19913419914 rows/sec., 8.67 MiB/sec. | ||
| 8383 | 2025.01.17 14:41:03.700265 [ 39 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2025.01.17 14:41:03.700340 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8385 | 2025.01.17 14:41:03.700399 [ 257 ] {0b89841a-6042-4a91-af8b-ecbd2fb0d712} <Debug> TCPHandler: Processed in 0.002746736 sec. | ||
| 8386 | 2025.01.17 14:41:03.700638 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 8387 | 2025.01.17 14:41:03.700647 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8388 | 2025.01.17 14:41:03.700941 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8389 | 2025.01.17 14:41:03.700956 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8390 | 2025.01.17 14:41:03.701039 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1431 rows starting from the beginning of the part | ||
| 8391 | 2025.01.17 14:41:03.701051 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8392 | 2025.01.17 14:41:03.701404 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 108 rows starting from the beginning of the part | ||
| 8393 | 2025.01.17 14:41:03.701743 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1369 rows starting from the beginning of the part | ||
| 8394 | 2025.01.17 14:41:03.702079 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8395 | 2025.01.17 14:41:03.702438 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 108 rows starting from the beginning of the part | ||
| 8396 | 2025.01.17 14:41:03.702791 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 229 rows starting from the beginning of the part | ||
| 8397 | 2025.01.17 14:41:03.704074 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2025.01.17 14:41:03.704142 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8399 | 2025.01.17 14:41:03.705213 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8400 | 2025.01.17 14:41:03.705615 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2025.01.17 14:41:03.705894 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00505 sec., 3960.3960396039606 rows/sec., 283.88 KiB/sec. | ||
| 8402 | 2025.01.17 14:41:03.706086 [ 253 ] {e9eaee1e-22ef-413f-a03d-5b860844d60b} <Debug> TCPHandler: Processed in 0.005525934 sec. | ||
| 8403 | 2025.01.17 14:41:03.706391 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8404 | 2025.01.17 14:41:03.706449 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005976023 sec., 552374.0454144839 rows/sec., 48.23 MiB/sec. | ||
| 8405 | 2025.01.17 14:41:03.706576 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8406 | 2025.01.17 14:41:03.706659 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8407 | 2025.01.17 14:41:03.706727 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8408 | 2025.01.17 14:41:03.707357 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2025.01.17 14:41:03.707477 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_66_13} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8410 | 2025.01.17 14:41:03.707636 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8411 | 2025.01.17 14:41:03.707823 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8412 | 2025.01.17 14:41:03.707872 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8413 | 2025.01.17 14:41:03.708264 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8414 | 2025.01.17 14:41:03.708537 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8415 | 2025.01.17 14:41:03.708802 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002263 sec., 6186.478126380911 rows/sec., 433.26 KiB/sec. | ||
| 8416 | 2025.01.17 14:41:03.709024 [ 257 ] {aa5da8a6-f200-462f-88c1-c974610081bc} <Debug> TCPHandler: Processed in 0.002809198 sec. | ||
| 8417 | 2025.01.17 14:41:03.709203 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8418 | 2025.01.17 14:41:03.709346 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8419 | 2025.01.17 14:41:03.709406 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8420 | 2025.01.17 14:41:03.710049 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8421 | 2025.01.17 14:41:03.710088 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8422 | 2025.01.17 14:41:03.710459 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8423 | 2025.01.17 14:41:03.710701 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2025.01.17 14:41:03.710937 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 8425 | 2025.01.17 14:41:03.711070 [ 253 ] {fae4940a-fc21-4327-a19c-1d3b4e31e336} <Debug> TCPHandler: Processed in 0.00193373 sec. | ||
| 8426 | 2025.01.17 14:41:03.711235 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8427 | 2025.01.17 14:41:03.711377 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8428 | 2025.01.17 14:41:03.711439 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8429 | 2025.01.17 14:41:03.712243 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8430 | 2025.01.17 14:41:03.712284 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8431 | 2025.01.17 14:41:03.712693 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8432 | 2025.01.17 14:41:03.712950 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8433 | 2025.01.17 14:41:03.713124 [ 39 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8434 | 2025.01.17 14:41:03.713186 [ 39 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2025.01.17 14:41:03.713199 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001844 sec., 214208.24295010846 rows/sec., 15.21 MiB/sec. | ||
| 8436 | 2025.01.17 14:41:03.713227 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8437 | 2025.01.17 14:41:03.713352 [ 257 ] {d56679bf-37a5-4cdc-b516-a0e9bc8f63a5} <Debug> TCPHandler: Processed in 0.002192525 sec. | ||
| 8438 | 2025.01.17 14:41:03.713485 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 8439 | 2025.01.17 14:41:03.713567 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8440 | 2025.01.17 14:41:03.713736 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8441 | 2025.01.17 14:41:03.713807 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8442 | 2025.01.17 14:41:03.713814 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8443 | 2025.01.17 14:41:03.713890 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8444 | 2025.01.17 14:41:03.714148 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part | ||
| 8445 | 2025.01.17 14:41:03.714528 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 851 rows starting from the beginning of the part | ||
| 8446 | 2025.01.17 14:41:03.714836 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8447 | 2025.01.17 14:41:03.715129 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 90 rows starting from the beginning of the part | ||
| 8448 | 2025.01.17 14:41:03.715436 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 395 rows starting from the beginning of the part | ||
| 8449 | 2025.01.17 14:41:03.716662 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2025.01.17 14:41:03.716719 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8451 | 2025.01.17 14:41:03.717599 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8452 | 2025.01.17 14:41:03.718141 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2025.01.17 14:41:03.718457 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004706 sec., 1274.968125796855 rows/sec., 66.61 KiB/sec. | ||
| 8454 | 2025.01.17 14:41:03.718784 [ 253 ] {91276d54-ffab-4d64-bf3c-75660e631278} <Debug> TCPHandler: Processed in 0.005317129 sec. | ||
| 8455 | 2025.01.17 14:41:03.719178 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8456 | 2025.01.17 14:41:03.719323 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005965502 sec., 402816.0580618362 rows/sec., 30.88 MiB/sec. | ||
| 8457 | 2025.01.17 14:41:03.719396 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8458 | 2025.01.17 14:41:03.719478 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8459 | 2025.01.17 14:41:03.719765 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8460 | 2025.01.17 14:41:03.720413 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.01.17 14:41:03.720642 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_66_13} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8462 | 2025.01.17 14:41:03.720801 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8463 | 2025.01.17 14:41:03.720811 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8464 | 2025.01.17 14:41:03.720869 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8465 | 2025.01.17 14:41:03.721303 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8466 | 2025.01.17 14:41:03.721566 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8467 | 2025.01.17 14:41:03.721740 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8468 | 2025.01.17 14:41:03.721796 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.01.17 14:41:03.721827 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002469 sec., 95990.27946537061 rows/sec., 6.43 MiB/sec. | ||
| 8470 | 2025.01.17 14:41:03.721849 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8471 | 2025.01.17 14:41:03.721980 [ 257 ] {fab19d33-d3c5-4af6-bddc-adda3bc9f7dd} <Debug> TCPHandler: Processed in 0.003057492 sec. | ||
| 8472 | 2025.01.17 14:41:03.722171 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 8473 | 2025.01.17 14:41:03.722223 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8474 | 2025.01.17 14:41:03.722317 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8475 | 2025.01.17 14:41:03.722402 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18593 rows starting from the beginning of the part | ||
| 8476 | 2025.01.17 14:41:03.722463 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8477 | 2025.01.17 14:41:03.722647 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8478 | 2025.01.17 14:41:03.722701 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8479 | 2025.01.17 14:41:03.723186 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 987 rows starting from the beginning of the part | ||
| 8480 | 2025.01.17 14:41:03.723564 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 96 rows starting from the beginning of the part | ||
| 8481 | 2025.01.17 14:41:03.723874 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8482 | 2025.01.17 14:41:03.724294 [ 192 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8483 | 2025.01.17 14:41:03.724958 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2025.01.17 14:41:03.725029 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8485 | 2025.01.17 14:41:03.725727 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8486 | 2025.01.17 14:41:03.726160 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.01.17 14:41:03.726704 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004294 sec., 232.88309268747088 rows/sec., 15.69 KiB/sec. | ||
| 8488 | 2025.01.17 14:41:03.727125 [ 253 ] {ad1f6491-183e-43ec-a228-ea8bd8ce3874} <Debug> TCPHandler: Processed in 0.004998073 sec. | ||
| 8489 | 2025.01.17 14:41:03.727423 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8490 | 2025.01.17 14:41:03.727722 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8491 | 2025.01.17 14:41:03.727973 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8492 | 2025.01.17 14:41:03.729889 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8493 | 2025.01.17 14:41:03.729934 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8494 | 2025.01.17 14:41:03.730769 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8495 | 2025.01.17 14:41:03.731128 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8496 | 2025.01.17 14:41:03.731622 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8497 | 2025.01.17 14:41:03.731704 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8498 | 2025.01.17 14:41:03.731742 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004109 sec., 3163.7868094426867 rows/sec., 5.67 MiB/sec. | ||
| 8499 | 2025.01.17 14:41:03.731778 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8500 | 2025.01.17 14:41:03.732373 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 8501 | 2025.01.17 14:41:03.732640 [ 257 ] {6a666941-1ee3-4f22-8bdb-0acde84669ee} <Debug> TCPHandler: Processed in 0.005378091 sec. | ||
| 8502 | 2025.01.17 14:41:03.732958 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8503 | 2025.01.17 14:41:03.733655 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8504 | 2025.01.17 14:41:03.733978 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8505 | 2025.01.17 14:41:03.735168 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20233 rows, containing 5 columns (5 merged, 0 gathered) in 0.013157461 sec., 1537758.6906774794 rows/sec., 103.80 MiB/sec. | ||
| 8506 | 2025.01.17 14:41:03.735372 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8507 | 2025.01.17 14:41:03.735517 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 839 rows starting from the beginning of the part | ||
| 8508 | 2025.01.17 14:41:03.735886 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8509 | 2025.01.17 14:41:03.736926 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8510 | 2025.01.17 14:41:03.736999 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 8511 | 2025.01.17 14:41:03.737023 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8512 | 2025.01.17 14:41:03.737006 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8513 | 2025.01.17 14:41:03.737474 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8514 | 2025.01.17 14:41:03.737858 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8515 | 2025.01.17 14:41:03.738205 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 8516 | 2025.01.17 14:41:03.738791 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8517 | 2025.01.17 14:41:03.738885 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 8518 | 2025.01.17 14:41:03.739561 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 8519 | 2025.01.17 14:41:03.739571 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.01.17 14:41:03.740319 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006907 sec., 11872.013898943102 rows/sec., 772.12 KiB/sec. | ||
| 8521 | 2025.01.17 14:41:03.740334 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 8522 | 2025.01.17 14:41:03.740534 [ 39 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8523 | 2025.01.17 14:41:03.740572 [ 253 ] {5b42dbaa-9ba6-4de1-aa27-78a05a823422} <Debug> TCPHandler: Processed in 0.00779342 sec. | ||
| 8524 | 2025.01.17 14:41:03.740689 [ 39 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8525 | 2025.01.17 14:41:03.740857 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8526 | 2025.01.17 14:41:03.741421 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 8527 | 2025.01.17 14:41:03.741866 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8528 | 2025.01.17 14:41:03.741931 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3728 rows starting from the beginning of the part | ||
| 8529 | 2025.01.17 14:41:03.742099 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8530 | 2025.01.17 14:41:03.742369 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part | ||
| 8531 | 2025.01.17 14:41:03.742597 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part | ||
| 8532 | 2025.01.17 14:41:03.742907 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8533 | 2025.01.17 14:41:03.743256 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8534 | 2025.01.17 14:41:03.745926 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4012 rows, containing 4 columns (4 merged, 0 gathered) in 0.00489549 sec., 819529.8121332084 rows/sec., 53.41 MiB/sec. | ||
| 8535 | 2025.01.17 14:41:03.746528 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8536 | 2025.01.17 14:41:03.747265 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8537 | 2025.01.17 14:41:03.747459 [ 193 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_66_13} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8538 | 2025.01.17 14:41:03.747567 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8539 | 2025.01.17 14:41:03.750272 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 19 columns (19 merged, 0 gathered) in 0.018321797 sec., 50759.21319289805 rows/sec., 90.96 MiB/sec. | ||
| 8540 | 2025.01.17 14:41:03.751501 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8541 | 2025.01.17 14:41:03.751925 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2025.01.17 14:41:03.752013 [ 189 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8543 | 2025.01.17 14:41:03.752177 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB. | ||
| 8544 | 2025.01.17 14:41:04.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.61 MiB, peak 222.68 MiB, free memory in arenas 0.00 B, will set to 216.43 MiB (RSS), difference: 1.82 MiB | ||
| 8545 | 2025.01.17 14:41:04.343902 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8546 | 2025.01.17 14:41:04.369952 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8547 | 2025.01.17 14:41:04.370022 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8548 | 2025.01.17 14:41:04.377332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8549 | 2025.01.17 14:41:04.378118 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.01.17 14:41:04.380928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8551 | 2025.01.17 14:41:08.691370 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8552 | 2025.01.17 14:41:08.691590 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8553 | 2025.01.17 14:41:08.691670 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8554 | 2025.01.17 14:41:08.692447 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8555 | 2025.01.17 14:41:08.692497 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8556 | 2025.01.17 14:41:08.692919 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 8557 | 2025.01.17 14:41:08.693182 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8558 | 2025.01.17 14:41:08.693457 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001918 sec., 1042.752867570386 rows/sec., 85.03 KiB/sec. | ||
| 8559 | 2025.01.17 14:41:08.693640 [ 253 ] {695ac017-03d3-4414-8146-62a2b38237e9} <Debug> TCPHandler: Processed in 0.002402069 sec. | ||
| 8560 | 2025.01.17 14:41:08.693919 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8561 | 2025.01.17 14:41:08.694120 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8562 | 2025.01.17 14:41:08.694196 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8563 | 2025.01.17 14:41:08.695014 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8564 | 2025.01.17 14:41:08.695060 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8565 | 2025.01.17 14:41:08.695521 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8566 | 2025.01.17 14:41:08.695784 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8567 | 2025.01.17 14:41:08.695987 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001923 sec., 56682.26729069163 rows/sec., 4.73 MiB/sec. | ||
| 8568 | 2025.01.17 14:41:08.696052 [ 257 ] {d0b2a8da-5ecc-496b-8af8-7f7c6d3b5db5} <Debug> TCPHandler: Processed in 0.002278327 sec. | ||
| 8569 | 2025.01.17 14:41:08.696227 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8570 | 2025.01.17 14:41:08.696370 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8571 | 2025.01.17 14:41:08.696429 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8572 | 2025.01.17 14:41:08.697120 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2025.01.17 14:41:08.697161 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8574 | 2025.01.17 14:41:08.697533 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8575 | 2025.01.17 14:41:08.697773 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2025.01.17 14:41:08.697995 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001657 sec., 16898.008449004225 rows/sec., 1.23 MiB/sec. | ||
| 8577 | 2025.01.17 14:41:08.698052 [ 253 ] {d2323acf-081c-496b-8369-1aff03c5baef} <Debug> TCPHandler: Processed in 0.001893429 sec. | ||
| 8578 | 2025.01.17 14:41:08.698209 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8579 | 2025.01.17 14:41:08.698357 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8580 | 2025.01.17 14:41:08.698419 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8581 | 2025.01.17 14:41:08.699128 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8582 | 2025.01.17 14:41:08.699168 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8583 | 2025.01.17 14:41:08.699549 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8584 | 2025.01.17 14:41:08.699800 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8585 | 2025.01.17 14:41:08.699999 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001677 sec., 54859.868813357185 rows/sec., 4.29 MiB/sec. | ||
| 8586 | 2025.01.17 14:41:08.700082 [ 257 ] {dda57d21-d6f2-4794-b563-02aad3aace4b} <Debug> TCPHandler: Processed in 0.00194287 sec. | ||
| 8587 | 2025.01.17 14:41:08.700300 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8588 | 2025.01.17 14:41:08.700453 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8589 | 2025.01.17 14:41:08.700515 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8590 | 2025.01.17 14:41:08.701157 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8591 | 2025.01.17 14:41:08.701196 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8592 | 2025.01.17 14:41:08.701593 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8593 | 2025.01.17 14:41:08.701831 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8594 | 2025.01.17 14:41:08.702042 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001621 sec., 99321.40653917335 rows/sec., 6.92 MiB/sec. | ||
| 8595 | 2025.01.17 14:41:08.702096 [ 253 ] {2613fd14-66b1-4739-9b79-a54b35c5bbad} <Debug> TCPHandler: Processed in 0.001916329 sec. | ||
| 8596 | 2025.01.17 14:41:08.702239 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2025.01.17 14:41:08.702360 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8598 | 2025.01.17 14:41:08.702445 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8599 | 2025.01.17 14:41:08.703629 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8600 | 2025.01.17 14:41:08.703670 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8601 | 2025.01.17 14:41:08.704337 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8602 | 2025.01.17 14:41:08.704610 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8603 | 2025.01.17 14:41:08.704872 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002536 sec., 10252.36593059937 rows/sec., 18.37 MiB/sec. | ||
| 8604 | 2025.01.17 14:41:08.705404 [ 257 ] {8653b24b-a2b8-4649-b98a-fe30683799ac} <Debug> TCPHandler: Processed in 0.003215426 sec. | ||
| 8605 | 2025.01.17 14:41:08.705643 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8606 | 2025.01.17 14:41:08.705782 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8607 | 2025.01.17 14:41:08.705843 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8608 | 2025.01.17 14:41:08.706363 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8609 | 2025.01.17 14:41:08.706402 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8610 | 2025.01.17 14:41:08.706818 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8611 | 2025.01.17 14:41:08.707056 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8612 | 2025.01.17 14:41:08.707272 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 8613 | 2025.01.17 14:41:08.707325 [ 253 ] {14fec54f-b0db-46ab-9f67-6986a3f3b085} <Debug> TCPHandler: Processed in 0.001749776 sec. | ||
| 8614 | 2025.01.17 14:41:10.539300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849 | ||
| 8615 | 2025.01.17 14:41:10.540126 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8616 | 2025.01.17 14:41:10.540172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8617 | 2025.01.17 14:41:10.540719 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8618 | 2025.01.17 14:41:10.540986 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8619 | 2025.01.17 14:41:10.541208 [ 31 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8620 | 2025.01.17 14:41:10.541238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8621 | 2025.01.17 14:41:10.541288 [ 31 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2025.01.17 14:41:10.541317 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8623 | 2025.01.17 14:41:10.541504 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 8624 | 2025.01.17 14:41:10.541691 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8625 | 2025.01.17 14:41:10.541739 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16592 rows starting from the beginning of the part | ||
| 8626 | 2025.01.17 14:41:10.541827 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 8627 | 2025.01.17 14:41:10.542067 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 8628 | 2025.01.17 14:41:10.542288 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 8629 | 2025.01.17 14:41:10.542511 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 8630 | 2025.01.17 14:41:10.542708 [ 201 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 8631 | 2025.01.17 14:41:10.545176 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003770767 sec., 4998717.767499291 rows/sec., 71.51 MiB/sec. | ||
| 8632 | 2025.01.17 14:41:10.545583 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8633 | 2025.01.17 14:41:10.545961 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_41_8} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8634 | 2025.01.17 14:41:10.546063 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_41_8} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8635 | 2025.01.17 14:41:10.546183 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8636 | 2025.01.17 14:41:11.881979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8637 | 2025.01.17 14:41:11.903742 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8638 | 2025.01.17 14:41:11.903798 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8639 | 2025.01.17 14:41:11.911223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8640 | 2025.01.17 14:41:11.912005 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8641 | 2025.01.17 14:41:11.912439 [ 30 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8642 | 2025.01.17 14:41:11.912628 [ 30 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8643 | 2025.01.17 14:41:11.912740 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8644 | 2025.01.17 14:41:11.913240 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8645 | 2025.01.17 14:41:11.919889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8646 | 2025.01.17 14:41:11.921234 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8647 | 2025.01.17 14:41:11.922147 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8648 | 2025.01.17 14:41:11.926765 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8649 | 2025.01.17 14:41:11.931501 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8650 | 2025.01.17 14:41:11.936718 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8651 | 2025.01.17 14:41:11.942086 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8652 | 2025.01.17 14:41:11.946664 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 8653 | 2025.01.17 14:41:12.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.08 MiB, peak 231.01 MiB, free memory in arenas 0.00 B, will set to 219.15 MiB (RSS), difference: -9.93 MiB | ||
| 8654 | 2025.01.17 14:41:12.006672 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.09375411 sec., 3295.855509694455 rows/sec., 17.04 MiB/sec. | ||
| 8655 | 2025.01.17 14:41:12.010146 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8656 | 2025.01.17 14:41:12.013374 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_41_8} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2025.01.17 14:41:12.013526 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_41_8} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8658 | 2025.01.17 14:41:12.016380 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8659 | 2025.01.17 14:41:13.000249 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.68 MiB, peak 231.01 MiB, free memory in arenas 0.00 B, will set to 219.15 MiB (RSS), difference: 11.47 MiB | ||
| 8660 | 2025.01.17 14:41:13.151336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1230 | ||
| 8661 | 2025.01.17 14:41:13.154903 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2025.01.17 14:41:13.154967 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8663 | 2025.01.17 14:41:13.156552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8664 | 2025.01.17 14:41:13.156896 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2025.01.17 14:41:13.158431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 8666 | 2025.01.17 14:41:13.694846 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2025.01.17 14:41:13.695038 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8668 | 2025.01.17 14:41:13.695111 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8669 | 2025.01.17 14:41:13.695893 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8670 | 2025.01.17 14:41:13.695944 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8671 | 2025.01.17 14:41:13.696393 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8672 | 2025.01.17 14:41:13.696656 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8673 | 2025.01.17 14:41:13.696872 [ 26 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8674 | 2025.01.17 14:41:13.696935 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec. | ||
| 8675 | 2025.01.17 14:41:13.696965 [ 26 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8676 | 2025.01.17 14:41:13.697034 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8677 | 2025.01.17 14:41:13.697071 [ 253 ] {aea43353-0af2-4e7c-bb7d-d749b97f82af} <Debug> TCPHandler: Processed in 0.002348739 sec. | ||
| 8678 | 2025.01.17 14:41:13.697382 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 8679 | 2025.01.17 14:41:13.697543 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8680 | 2025.01.17 14:41:13.697756 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8681 | 2025.01.17 14:41:13.697823 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 8682 | 2025.01.17 14:41:13.697911 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8683 | 2025.01.17 14:41:13.698044 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 8684 | 2025.01.17 14:41:13.698082 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8685 | 2025.01.17 14:41:13.698408 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 8686 | 2025.01.17 14:41:13.698806 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 8687 | 2025.01.17 14:41:13.699086 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 8688 | 2025.01.17 14:41:13.701183 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8689 | 2025.01.17 14:41:13.701264 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8690 | 2025.01.17 14:41:13.701680 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004526093 sec., 15465.877523948358 rows/sec., 1.15 MiB/sec. | ||
| 8691 | 2025.01.17 14:41:13.701871 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8692 | 2025.01.17 14:41:13.702229 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8693 | 2025.01.17 14:41:13.702393 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_29_7} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8694 | 2025.01.17 14:41:13.702557 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_29_7} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8695 | 2025.01.17 14:41:13.702701 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8696 | 2025.01.17 14:41:13.702794 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8697 | 2025.01.17 14:41:13.703020 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005218 sec., 43886.54656956688 rows/sec., 3.84 MiB/sec. | ||
| 8698 | 2025.01.17 14:41:13.703110 [ 257 ] {8078aaf4-a377-4e30-8903-75fe161cc88f} <Debug> TCPHandler: Processed in 0.005902461 sec. | ||
| 8699 | 2025.01.17 14:41:13.703292 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8700 | 2025.01.17 14:41:13.703428 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8701 | 2025.01.17 14:41:13.703483 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8702 | 2025.01.17 14:41:13.704110 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8703 | 2025.01.17 14:41:13.704153 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8704 | 2025.01.17 14:41:13.704533 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8705 | 2025.01.17 14:41:13.704781 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8706 | 2025.01.17 14:41:13.705019 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001622 sec., 12330.456226880395 rows/sec., 883.84 KiB/sec. | ||
| 8707 | 2025.01.17 14:41:13.705087 [ 253 ] {1d6ccdd8-5305-4e19-a8fe-bc9b62770b74} <Debug> TCPHandler: Processed in 0.001858839 sec. | ||
| 8708 | 2025.01.17 14:41:13.705308 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8709 | 2025.01.17 14:41:13.705458 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8710 | 2025.01.17 14:41:13.705522 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8711 | 2025.01.17 14:41:13.706211 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2025.01.17 14:41:13.706252 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8713 | 2025.01.17 14:41:13.706662 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8714 | 2025.01.17 14:41:13.706927 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8715 | 2025.01.17 14:41:13.707070 [ 26 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8716 | 2025.01.17 14:41:13.707112 [ 26 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8717 | 2025.01.17 14:41:13.707123 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001702 sec., 8225.616921269095 rows/sec., 576.07 KiB/sec. | ||
| 8718 | 2025.01.17 14:41:13.707137 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8719 | 2025.01.17 14:41:13.707252 [ 257 ] {2c6e117a-31cd-40dd-9eda-ef3b96501794} <Debug> TCPHandler: Processed in 0.002073932 sec. | ||
| 8720 | 2025.01.17 14:41:13.707498 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 8721 | 2025.01.17 14:41:13.707596 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2025.01.17 14:41:13.707958 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8723 | 2025.01.17 14:41:13.707973 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8724 | 2025.01.17 14:41:13.708054 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
| 8725 | 2025.01.17 14:41:13.708063 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8726 | 2025.01.17 14:41:13.708361 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8727 | 2025.01.17 14:41:13.708692 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8728 | 2025.01.17 14:41:13.709011 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 8729 | 2025.01.17 14:41:13.709399 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 8730 | 2025.01.17 14:41:13.709756 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8731 | 2025.01.17 14:41:13.711206 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8732 | 2025.01.17 14:41:13.711302 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8733 | 2025.01.17 14:41:13.712362 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8734 | 2025.01.17 14:41:13.712764 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005559995 sec., 97302.24577540088 rows/sec., 6.97 MiB/sec. | ||
| 8735 | 2025.01.17 14:41:13.712929 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8736 | 2025.01.17 14:41:13.712977 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8737 | 2025.01.17 14:41:13.713227 [ 26 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8738 | 2025.01.17 14:41:13.713326 [ 26 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.01.17 14:41:13.713407 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8740 | 2025.01.17 14:41:13.713487 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005604 sec., 2319.7715917202 rows/sec., 144.64 KiB/sec. | ||
| 8741 | 2025.01.17 14:41:13.713782 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.01.17 14:41:13.713812 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 8743 | 2025.01.17 14:41:13.713826 [ 253 ] {09b18518-dd56-4cb3-a224-7536fb6d1736} <Debug> TCPHandler: Processed in 0.006372621 sec. | ||
| 8744 | 2025.01.17 14:41:13.714106 [ 186 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_29_6} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8745 | 2025.01.17 14:41:13.714160 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8746 | 2025.01.17 14:41:13.714273 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8747 | 2025.01.17 14:41:13.714335 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8748 | 2025.01.17 14:41:13.714408 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 8749 | 2025.01.17 14:41:13.714481 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8750 | 2025.01.17 14:41:13.714647 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8751 | 2025.01.17 14:41:13.714684 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 8752 | 2025.01.17 14:41:13.715154 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 8753 | 2025.01.17 14:41:13.715506 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 8754 | 2025.01.17 14:41:13.715890 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 8755 | 2025.01.17 14:41:13.717536 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8756 | 2025.01.17 14:41:13.717618 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8757 | 2025.01.17 14:41:13.718418 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0048841 sec., 13308.490817141337 rows/sec., 881.77 KiB/sec. | ||
| 8758 | 2025.01.17 14:41:13.718627 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8759 | 2025.01.17 14:41:13.718628 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8760 | 2025.01.17 14:41:13.719117 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_29_7} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8761 | 2025.01.17 14:41:13.719130 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8762 | 2025.01.17 14:41:13.719281 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_29_7} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8763 | 2025.01.17 14:41:13.719509 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8764 | 2025.01.17 14:41:13.719586 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.005205 sec., 75888.56868395772 rows/sec., 5.39 MiB/sec. | ||
| 8765 | 2025.01.17 14:41:13.719663 [ 257 ] {2aa5d736-6e1d-4a08-b26b-6dfdcc1d5070} <Debug> TCPHandler: Processed in 0.005677487 sec. | ||
| 8766 | 2025.01.17 14:41:13.719838 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8767 | 2025.01.17 14:41:13.719965 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8768 | 2025.01.17 14:41:13.720020 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8769 | 2025.01.17 14:41:13.720538 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2025.01.17 14:41:13.720578 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8771 | 2025.01.17 14:41:13.720952 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8772 | 2025.01.17 14:41:13.721200 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2025.01.17 14:41:13.721383 [ 26 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8774 | 2025.01.17 14:41:13.721446 [ 26 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8775 | 2025.01.17 14:41:13.721454 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 8776 | 2025.01.17 14:41:13.721491 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8777 | 2025.01.17 14:41:13.721603 [ 253 ] {d66ebb31-2f25-41bd-8f7a-f5c961c8685c} <Debug> TCPHandler: Processed in 0.001825028 sec. | ||
| 8778 | 2025.01.17 14:41:13.721809 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 8779 | 2025.01.17 14:41:13.721839 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8780 | 2025.01.17 14:41:13.722084 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8781 | 2025.01.17 14:41:13.722115 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8782 | 2025.01.17 14:41:13.722186 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8783 | 2025.01.17 14:41:13.722191 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8784 | 2025.01.17 14:41:13.722594 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8785 | 2025.01.17 14:41:13.722891 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8786 | 2025.01.17 14:41:13.723307 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8787 | 2025.01.17 14:41:13.723588 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8788 | 2025.01.17 14:41:13.723926 [ 191 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8789 | 2025.01.17 14:41:13.725026 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8790 | 2025.01.17 14:41:13.725113 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8791 | 2025.01.17 14:41:13.726198 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8792 | 2025.01.17 14:41:13.726684 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005046864 sec., 34476.855330359605 rows/sec., 1.76 MiB/sec. | ||
| 8793 | 2025.01.17 14:41:13.726726 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2025.01.17 14:41:13.726985 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8795 | 2025.01.17 14:41:13.727114 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00509 sec., 46561.88605108055 rows/sec., 3.12 MiB/sec. | ||
| 8796 | 2025.01.17 14:41:13.727213 [ 257 ] {52bcf3cd-d69d-4d41-be14-ca411d7b0779} <Debug> TCPHandler: Processed in 0.005471362 sec. | ||
| 8797 | 2025.01.17 14:41:13.727420 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8798 | 2025.01.17 14:41:13.727573 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8799 | 2025.01.17 14:41:13.727613 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8800 | 2025.01.17 14:41:13.727726 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8801 | 2025.01.17 14:41:13.727770 [ 196 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_29_6} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8802 | 2025.01.17 14:41:13.727980 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8803 | 2025.01.17 14:41:13.728400 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8804 | 2025.01.17 14:41:13.728444 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8805 | 2025.01.17 14:41:13.728810 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8806 | 2025.01.17 14:41:13.729048 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8807 | 2025.01.17 14:41:13.729268 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001712 sec., 584.1121495327103 rows/sec., 39.36 KiB/sec. | ||
| 8808 | 2025.01.17 14:41:13.729321 [ 253 ] {8466926b-8dad-4038-875c-110073e487c3} <Debug> TCPHandler: Processed in 0.001993241 sec. | ||
| 8809 | 2025.01.17 14:41:13.729478 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8810 | 2025.01.17 14:41:13.729618 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8811 | 2025.01.17 14:41:13.729712 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8812 | 2025.01.17 14:41:13.730885 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8813 | 2025.01.17 14:41:13.730924 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8814 | 2025.01.17 14:41:13.731571 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8815 | 2025.01.17 14:41:13.731832 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8816 | 2025.01.17 14:41:13.732036 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002452 sec., 5301.79445350734 rows/sec., 9.50 MiB/sec. | ||
| 8817 | 2025.01.17 14:41:13.732138 [ 257 ] {a958456d-70ef-4369-acaf-8f21dea8bd1b} <Debug> TCPHandler: Processed in 0.002725076 sec. | ||
| 8818 | 2025.01.17 14:41:13.732277 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8819 | 2025.01.17 14:41:13.732394 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8820 | 2025.01.17 14:41:13.732447 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8821 | 2025.01.17 14:41:13.732959 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2025.01.17 14:41:13.732998 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 8823 | 2025.01.17 14:41:13.733381 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8824 | 2025.01.17 14:41:13.733620 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8825 | 2025.01.17 14:41:13.733827 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
| 8826 | 2025.01.17 14:41:13.733878 [ 253 ] {cc93079d-4373-4675-9a8d-e93488c71489} <Debug> TCPHandler: Processed in 0.001655403 sec. | ||
| 8827 | 2025.01.17 14:41:17.899618 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8828 | 2025.01.17 14:41:17.899713 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8829 | 2025.01.17 14:41:18.042348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337 | ||
| 8830 | 2025.01.17 14:41:18.043001 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2025.01.17 14:41:18.043041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8832 | 2025.01.17 14:41:18.043575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8833 | 2025.01.17 14:41:18.043832 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8834 | 2025.01.17 14:41:18.044081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337 | ||
| 8835 | 2025.01.17 14:41:18.691189 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8836 | 2025.01.17 14:41:18.691406 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8837 | 2025.01.17 14:41:18.691476 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8838 | 2025.01.17 14:41:18.692288 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8839 | 2025.01.17 14:41:18.692334 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8840 | 2025.01.17 14:41:18.692762 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8841 | 2025.01.17 14:41:18.693011 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8842 | 2025.01.17 14:41:18.693243 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001884 sec., 57324.84076433121 rows/sec., 4.79 MiB/sec. | ||
| 8843 | 2025.01.17 14:41:18.693345 [ 253 ] {57302fb9-ce48-4ce3-890c-a7c90014954c} <Debug> TCPHandler: Processed in 0.002306968 sec. | ||
| 8844 | 2025.01.17 14:41:18.693708 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8845 | 2025.01.17 14:41:18.694011 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8846 | 2025.01.17 14:41:18.694128 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8847 | 2025.01.17 14:41:18.694957 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8848 | 2025.01.17 14:41:18.695004 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8849 | 2025.01.17 14:41:18.695454 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8850 | 2025.01.17 14:41:18.695716 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2025.01.17 14:41:18.695921 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001997 sec., 13019.52929394091 rows/sec., 979.01 KiB/sec. | ||
| 8852 | 2025.01.17 14:41:18.695984 [ 257 ] {109c6301-fbab-47a9-be58-61cbb63f805b} <Debug> TCPHandler: Processed in 0.002503081 sec. | ||
| 8853 | 2025.01.17 14:41:18.696120 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2025.01.17 14:41:18.696238 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8855 | 2025.01.17 14:41:18.696288 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8856 | 2025.01.17 14:41:18.696925 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2025.01.17 14:41:18.696964 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8858 | 2025.01.17 14:41:18.697337 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8859 | 2025.01.17 14:41:18.697581 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2025.01.17 14:41:18.697793 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001579 sec., 56998.10006333122 rows/sec., 4.45 MiB/sec. | ||
| 8861 | 2025.01.17 14:41:18.697848 [ 253 ] {8de85ceb-0582-4fb8-8a01-9a95606637d2} <Debug> TCPHandler: Processed in 0.001782737 sec. | ||
| 8862 | 2025.01.17 14:41:18.697997 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8863 | 2025.01.17 14:41:18.698121 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8864 | 2025.01.17 14:41:18.698177 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8865 | 2025.01.17 14:41:18.698864 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2025.01.17 14:41:18.698910 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8867 | 2025.01.17 14:41:18.699371 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8868 | 2025.01.17 14:41:18.699631 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2025.01.17 14:41:18.699818 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec. | ||
| 8870 | 2025.01.17 14:41:18.699874 [ 257 ] {3260cbd7-330a-4b40-af09-2d4591a92efb} <Debug> TCPHandler: Processed in 0.00193368 sec. | ||
| 8871 | 2025.01.17 14:41:18.700029 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8872 | 2025.01.17 14:41:18.700146 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8873 | 2025.01.17 14:41:18.700229 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8874 | 2025.01.17 14:41:18.701432 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8875 | 2025.01.17 14:41:18.701473 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8876 | 2025.01.17 14:41:18.702121 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8877 | 2025.01.17 14:41:18.702382 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8878 | 2025.01.17 14:41:18.702649 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002525 sec., 10297.029702970298 rows/sec., 18.45 MiB/sec. | ||
| 8879 | 2025.01.17 14:41:18.702941 [ 253 ] {b8468b85-1fa5-42cc-a6fd-eed263306eee} <Debug> TCPHandler: Processed in 0.002967381 sec. | ||
| 8880 | 2025.01.17 14:41:18.703119 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8881 | 2025.01.17 14:41:18.703259 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8882 | 2025.01.17 14:41:18.703320 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8883 | 2025.01.17 14:41:18.703911 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8884 | 2025.01.17 14:41:18.703957 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8885 | 2025.01.17 14:41:18.704382 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8886 | 2025.01.17 14:41:18.704629 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8887 | 2025.01.17 14:41:18.704804 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 8888 | 2025.01.17 14:41:18.704855 [ 257 ] {bb49e1c9-e38b-4022-8efc-3616b6c63482} <Debug> TCPHandler: Processed in 0.001803447 sec. | ||
| 8889 | 2025.01.17 14:41:19.419960 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8890 | 2025.01.17 14:41:19.438592 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8891 | 2025.01.17 14:41:19.438664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8892 | 2025.01.17 14:41:19.446048 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8893 | 2025.01.17 14:41:19.446830 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2025.01.17 14:41:19.449512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8895 | 2025.01.17 14:41:19.939088 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8896 | 2025.01.17 14:41:19.939280 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8897 | 2025.01.17 14:41:19.939352 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8898 | 2025.01.17 14:41:19.940102 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8899 | 2025.01.17 14:41:19.940153 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8900 | 2025.01.17 14:41:19.940628 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8901 | 2025.01.17 14:41:19.940885 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8902 | 2025.01.17 14:41:19.941140 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 8903 | 2025.01.17 14:41:19.941211 [ 253 ] {200ba272-f672-4cbd-aa8c-c35e55d36ac0} <Debug> TCPHandler: Processed in 0.002248686 sec. | ||
| 8904 | 2025.01.17 14:41:19.941504 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8905 | 2025.01.17 14:41:19.941725 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8906 | 2025.01.17 14:41:19.941808 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8907 | 2025.01.17 14:41:19.942623 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2025.01.17 14:41:19.942675 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8909 | 2025.01.17 14:41:19.943112 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8910 | 2025.01.17 14:41:19.943373 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8911 | 2025.01.17 14:41:19.943709 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002021 sec., 7916.872835230085 rows/sec., 645.57 KiB/sec. | ||
| 8912 | 2025.01.17 14:41:19.943844 [ 257 ] {157e99f4-1bba-46cf-a6dd-54dfb77d46d6} <Debug> TCPHandler: Processed in 0.002486881 sec. | ||
| 8913 | 2025.01.17 14:41:19.944011 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2025.01.17 14:41:19.944143 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8915 | 2025.01.17 14:41:19.944200 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8916 | 2025.01.17 14:41:19.945379 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8917 | 2025.01.17 14:41:19.945423 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8918 | 2025.01.17 14:41:19.945952 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8919 | 2025.01.17 14:41:19.946203 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.01.17 14:41:19.946440 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002325 sec., 592258.0645161291 rows/sec., 49.23 MiB/sec. | ||
| 8921 | 2025.01.17 14:41:19.946502 [ 253 ] {cc861957-918d-4a1f-ab74-d39f22a73623} <Debug> TCPHandler: Processed in 0.002554102 sec. | ||
| 8922 | 2025.01.17 14:41:19.946658 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8923 | 2025.01.17 14:41:19.946786 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8924 | 2025.01.17 14:41:19.946836 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8925 | 2025.01.17 14:41:19.947472 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2025.01.17 14:41:19.947515 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8927 | 2025.01.17 14:41:19.947905 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8928 | 2025.01.17 14:41:19.948179 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.01.17 14:41:19.948346 [ 32 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8930 | 2025.01.17 14:41:19.948414 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001646 sec., 21871.20291616039 rows/sec., 1.51 MiB/sec. | ||
| 8931 | 2025.01.17 14:41:19.948428 [ 32 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8932 | 2025.01.17 14:41:19.948508 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8933 | 2025.01.17 14:41:19.948553 [ 257 ] {c211479f-d73d-452b-828f-e3618e535583} <Debug> TCPHandler: Processed in 0.00195142 sec. | ||
| 8934 | 2025.01.17 14:41:19.948772 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8935 | 2025.01.17 14:41:19.948780 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 8936 | 2025.01.17 14:41:19.948988 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8937 | 2025.01.17 14:41:19.949050 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8938 | 2025.01.17 14:41:19.949084 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8939 | 2025.01.17 14:41:19.949114 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 64 rows starting from the beginning of the part | ||
| 8940 | 2025.01.17 14:41:19.949460 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part | ||
| 8941 | 2025.01.17 14:41:19.949751 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part | ||
| 8942 | 2025.01.17 14:41:19.950254 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 8943 | 2025.01.17 14:41:19.950587 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part | ||
| 8944 | 2025.01.17 14:41:19.950910 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 8945 | 2025.01.17 14:41:19.952322 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2025.01.17 14:41:19.952412 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8947 | 2025.01.17 14:41:19.953671 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8948 | 2025.01.17 14:41:19.953749 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005141036 sec., 37735.58481208846 rows/sec., 2.82 MiB/sec. | ||
| 8949 | 2025.01.17 14:41:19.953969 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 8950 | 2025.01.17 14:41:19.954163 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8951 | 2025.01.17 14:41:19.954547 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005644 sec., 42877.391920623675 rows/sec., 2.90 MiB/sec. | ||
| 8952 | 2025.01.17 14:41:19.954615 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8953 | 2025.01.17 14:41:19.954712 [ 253 ] {02291553-12d9-4b72-9eef-9b784d53a92a} <Debug> TCPHandler: Processed in 0.006033794 sec. | ||
| 8954 | 2025.01.17 14:41:19.954809 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_55_11} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 8955 | 2025.01.17 14:41:19.954970 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8956 | 2025.01.17 14:41:19.955038 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8957 | 2025.01.17 14:41:19.955268 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8958 | 2025.01.17 14:41:19.955357 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8959 | 2025.01.17 14:41:19.955968 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.01.17 14:41:19.956009 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8961 | 2025.01.17 14:41:19.956388 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8962 | 2025.01.17 14:41:19.956653 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8963 | 2025.01.17 14:41:19.956875 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 8964 | 2025.01.17 14:41:19.956934 [ 257 ] {432faeaf-e540-4e64-9d7d-2055a9ceb544} <Debug> TCPHandler: Processed in 0.002067193 sec. | ||
| 8965 | 2025.01.17 14:41:19.957071 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8966 | 2025.01.17 14:41:19.957192 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8967 | 2025.01.17 14:41:19.957245 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8968 | 2025.01.17 14:41:19.958223 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8969 | 2025.01.17 14:41:19.958273 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8970 | 2025.01.17 14:41:19.958799 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8971 | 2025.01.17 14:41:19.959094 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8972 | 2025.01.17 14:41:19.959334 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.00217 sec., 399539.17050691246 rows/sec., 28.94 MiB/sec. | ||
| 8973 | 2025.01.17 14:41:19.959398 [ 253 ] {6b703c0b-2c04-490f-931e-0a8bc355ef62} <Debug> TCPHandler: Processed in 0.002385789 sec. | ||
| 8974 | 2025.01.17 14:41:19.959557 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2025.01.17 14:41:19.959678 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8976 | 2025.01.17 14:41:19.959732 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8977 | 2025.01.17 14:41:19.960231 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2025.01.17 14:41:19.960273 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8979 | 2025.01.17 14:41:19.960667 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8980 | 2025.01.17 14:41:19.960916 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8981 | 2025.01.17 14:41:19.961125 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 213.25 KiB/sec. | ||
| 8982 | 2025.01.17 14:41:19.961177 [ 257 ] {a1c98e39-9c4b-4af2-b9c6-95ed5e471e7e} <Debug> TCPHandler: Processed in 0.001678424 sec. | ||
| 8983 | 2025.01.17 14:41:19.961325 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8984 | 2025.01.17 14:41:19.961450 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8985 | 2025.01.17 14:41:19.961506 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8986 | 2025.01.17 14:41:19.962297 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2025.01.17 14:41:19.962336 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8988 | 2025.01.17 14:41:19.962789 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8989 | 2025.01.17 14:41:19.963030 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.01.17 14:41:19.963249 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.001829 sec., 544013.121924549 rows/sec., 36.21 MiB/sec. | ||
| 8991 | 2025.01.17 14:41:19.963305 [ 253 ] {c767598d-7fa0-49f5-987c-a2e39afd99ea} <Debug> TCPHandler: Processed in 0.002035732 sec. | ||
| 8992 | 2025.01.17 14:41:19.963462 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8993 | 2025.01.17 14:41:19.963600 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8994 | 2025.01.17 14:41:19.963662 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8995 | 2025.01.17 14:41:19.964228 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2025.01.17 14:41:19.964277 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 8997 | 2025.01.17 14:41:19.964654 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8998 | 2025.01.17 14:41:19.964906 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2025.01.17 14:41:19.965125 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001555 sec., 643.0868167202573 rows/sec., 43.33 KiB/sec. | ||
| 9000 | 2025.01.17 14:41:19.965179 [ 257 ] {6c42e9a6-076e-4a65-a898-22be07ab2f32} <Debug> TCPHandler: Processed in 0.001783637 sec. | ||
| 9001 | 2025.01.17 14:41:19.965319 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9002 | 2025.01.17 14:41:19.965439 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9003 | 2025.01.17 14:41:19.965524 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9004 | 2025.01.17 14:41:19.966661 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2025.01.17 14:41:19.966700 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9006 | 2025.01.17 14:41:19.967307 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9007 | 2025.01.17 14:41:19.967585 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9008 | 2025.01.17 14:41:19.967873 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002458 sec., 5288.852725793327 rows/sec., 9.48 MiB/sec. | ||
| 9009 | 2025.01.17 14:41:19.968319 [ 253 ] {8b8353a3-c905-4754-88f7-d34dec768c23} <Debug> TCPHandler: Processed in 0.003050923 sec. | ||
| 9010 | 2025.01.17 14:41:19.968590 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9011 | 2025.01.17 14:41:19.968724 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9012 | 2025.01.17 14:41:19.968776 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9013 | 2025.01.17 14:41:19.969270 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9014 | 2025.01.17 14:41:19.969310 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9015 | 2025.01.17 14:41:19.969694 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9016 | 2025.01.17 14:41:19.969951 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9017 | 2025.01.17 14:41:19.970178 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001478 sec., 31123.139377537213 rows/sec., 1.88 MiB/sec. | ||
| 9018 | 2025.01.17 14:41:19.970230 [ 257 ] {3cb91335-bc8c-48e1-af6e-170452ca8813} <Debug> TCPHandler: Processed in 0.001805308 sec. | ||
| 9019 | 2025.01.17 14:41:20.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.61 MiB, peak 231.01 MiB, free memory in arenas 0.00 B, will set to 219.33 MiB (RSS), difference: -1.28 MiB | ||
| 9020 | 2025.01.17 14:41:23.159630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1288 | ||
| 9021 | 2025.01.17 14:41:23.163250 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2025.01.17 14:41:23.163314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9023 | 2025.01.17 14:41:23.164846 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9024 | 2025.01.17 14:41:23.165183 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9025 | 2025.01.17 14:41:23.165430 [ 29 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9026 | 2025.01.17 14:41:23.165566 [ 29 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2025.01.17 14:41:23.165637 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9028 | 2025.01.17 14:41:23.166144 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 9029 | 2025.01.17 14:41:23.167623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1288 | ||
| 9030 | 2025.01.17 14:41:23.167958 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9031 | 2025.01.17 14:41:23.168131 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1084 rows starting from the beginning of the part | ||
| 9032 | 2025.01.17 14:41:23.168751 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 9033 | 2025.01.17 14:41:23.169356 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 9034 | 2025.01.17 14:41:23.169942 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 9035 | 2025.01.17 14:41:23.170544 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 9036 | 2025.01.17 14:41:23.171213 [ 201 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 9037 | 2025.01.17 14:41:23.179689 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 72 columns (72 merged, 0 gathered) in 0.013906966 sec., 92615.45616779389 rows/sec., 72.92 MiB/sec. | ||
| 9038 | 2025.01.17 14:41:23.181350 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9039 | 2025.01.17 14:41:23.182206 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9040 | 2025.01.17 14:41:23.182316 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_31_6} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9041 | 2025.01.17 14:41:23.182679 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 9042 | 2025.01.17 14:41:23.688058 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9043 | 2025.01.17 14:41:23.688265 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9044 | 2025.01.17 14:41:23.688339 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9045 | 2025.01.17 14:41:23.689092 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2025.01.17 14:41:23.689140 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9047 | 2025.01.17 14:41:23.689574 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9048 | 2025.01.17 14:41:23.689831 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9049 | 2025.01.17 14:41:23.690036 [ 54 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9050 | 2025.01.17 14:41:23.690097 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.28 MiB/sec. | ||
| 9051 | 2025.01.17 14:41:23.690106 [ 54 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2025.01.17 14:41:23.690180 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9053 | 2025.01.17 14:41:23.690234 [ 253 ] {3026e590-7919-491b-8e32-d0762a983478} <Debug> TCPHandler: Processed in 0.002301817 sec. | ||
| 9054 | 2025.01.17 14:41:23.690411 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 9055 | 2025.01.17 14:41:23.690513 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9056 | 2025.01.17 14:41:23.690569 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9057 | 2025.01.17 14:41:23.690612 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part | ||
| 9058 | 2025.01.17 14:41:23.690774 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9059 | 2025.01.17 14:41:23.690774 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 109 rows starting from the beginning of the part | ||
| 9060 | 2025.01.17 14:41:23.690956 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9061 | 2025.01.17 14:41:23.691152 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 229 rows starting from the beginning of the part | ||
| 9062 | 2025.01.17 14:41:23.691450 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 108 rows starting from the beginning of the part | ||
| 9063 | 2025.01.17 14:41:23.691686 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1377 rows starting from the beginning of the part | ||
| 9064 | 2025.01.17 14:41:23.691891 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 9065 | 2025.01.17 14:41:23.692822 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9066 | 2025.01.17 14:41:23.692870 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9067 | 2025.01.17 14:41:23.693470 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9068 | 2025.01.17 14:41:23.693768 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9069 | 2025.01.17 14:41:23.693946 [ 54 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9070 | 2025.01.17 14:41:23.694019 [ 54 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9071 | 2025.01.17 14:41:23.694079 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9072 | 2025.01.17 14:41:23.694265 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003561 sec., 17972.479640550406 rows/sec., 1.40 MiB/sec. | ||
| 9073 | 2025.01.17 14:41:23.694541 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.004252757 sec., 778318.6295384382 rows/sec., 67.94 MiB/sec. | ||
| 9074 | 2025.01.17 14:41:23.694647 [ 257 ] {abf0487d-c7cd-445f-9304-68a179a8db07} <Debug> TCPHandler: Processed in 0.004273408 sec. | ||
| 9075 | 2025.01.17 14:41:23.694715 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 9076 | 2025.01.17 14:41:23.694899 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9077 | 2025.01.17 14:41:23.694916 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9078 | 2025.01.17 14:41:23.695193 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9079 | 2025.01.17 14:41:23.695245 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9080 | 2025.01.17 14:41:23.695274 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 9081 | 2025.01.17 14:41:23.695477 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9082 | 2025.01.17 14:41:23.695691 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 92 rows starting from the beginning of the part | ||
| 9083 | 2025.01.17 14:41:23.696270 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 395 rows starting from the beginning of the part | ||
| 9084 | 2025.01.17 14:41:23.696365 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2025.01.17 14:41:23.696703 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 90 rows starting from the beginning of the part | ||
| 9086 | 2025.01.17 14:41:23.697180 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 867 rows starting from the beginning of the part | ||
| 9087 | 2025.01.17 14:41:23.697262 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_71_14} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9088 | 2025.01.17 14:41:23.697572 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 9089 | 2025.01.17 14:41:23.697743 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 9090 | 2025.01.17 14:41:23.698838 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2025.01.17 14:41:23.698904 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9092 | 2025.01.17 14:41:23.699808 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9093 | 2025.01.17 14:41:23.700220 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9094 | 2025.01.17 14:41:23.700494 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9095 | 2025.01.17 14:41:23.700670 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2025.01.17 14:41:23.700696 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005533 sec., 17350.4427977589 rows/sec., 1.21 MiB/sec. | ||
| 9097 | 2025.01.17 14:41:23.701118 [ 253 ] {ccdd2e3b-1fb8-4380-8a82-157450ea7e36} <Debug> TCPHandler: Processed in 0.00634056 sec. | ||
| 9098 | 2025.01.17 14:41:23.701185 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9099 | 2025.01.17 14:41:23.701255 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.007009304 sec., 345398.0594934961 rows/sec., 26.50 MiB/sec. | ||
| 9100 | 2025.01.17 14:41:23.701478 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 9101 | 2025.01.17 14:41:23.701491 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2025.01.17 14:41:23.701715 [ 194 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9103 | 2025.01.17 14:41:23.701822 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9104 | 2025.01.17 14:41:23.701998 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9105 | 2025.01.17 14:41:23.702021 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9106 | 2025.01.17 14:41:23.702104 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20233 rows starting from the beginning of the part | ||
| 9107 | 2025.01.17 14:41:23.702641 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
| 9108 | 2025.01.17 14:41:23.703148 [ 194 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2025.01.17 14:41:23.703160 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9110 | 2025.01.17 14:41:23.703649 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 9111 | 2025.01.17 14:41:23.703742 [ 194 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_71_14} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9112 | 2025.01.17 14:41:23.704133 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 995 rows starting from the beginning of the part | ||
| 9113 | 2025.01.17 14:41:23.704223 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9114 | 2025.01.17 14:41:23.704642 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 96 rows starting from the beginning of the part | ||
| 9115 | 2025.01.17 14:41:23.705517 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2025.01.17 14:41:23.705579 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9117 | 2025.01.17 14:41:23.706222 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9118 | 2025.01.17 14:41:23.706540 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9119 | 2025.01.17 14:41:23.706753 [ 54 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9120 | 2025.01.17 14:41:23.706831 [ 54 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2025.01.17 14:41:23.706895 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9122 | 2025.01.17 14:41:23.706971 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005245 sec., 6863.679694947569 rows/sec., 473.67 KiB/sec. | ||
| 9123 | 2025.01.17 14:41:23.707347 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 9124 | 2025.01.17 14:41:23.707428 [ 257 ] {914fc419-66dd-4eb6-b9bb-22ec43f1e6b0} <Debug> TCPHandler: Processed in 0.006126556 sec. | ||
| 9125 | 2025.01.17 14:41:23.707807 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9126 | 2025.01.17 14:41:23.707887 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4012 rows starting from the beginning of the part | ||
| 9127 | 2025.01.17 14:41:23.708166 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9128 | 2025.01.17 14:41:23.708494 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9129 | 2025.01.17 14:41:23.708843 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 9130 | 2025.01.17 14:41:23.709155 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 46 rows starting from the beginning of the part | ||
| 9131 | 2025.01.17 14:41:23.709368 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 9132 | 2025.01.17 14:41:23.712040 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4296 rows, containing 4 columns (4 merged, 0 gathered) in 0.004995193 sec., 860026.829794164 rows/sec., 56.05 MiB/sec. | ||
| 9133 | 2025.01.17 14:41:23.712583 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9134 | 2025.01.17 14:41:23.712934 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9135 | 2025.01.17 14:41:23.713042 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_71_14} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9136 | 2025.01.17 14:41:23.713147 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 9137 | 2025.01.17 14:41:23.713600 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21882 rows, containing 5 columns (5 merged, 0 gathered) in 0.012199771 sec., 1793640.2248861885 rows/sec., 121.06 MiB/sec. | ||
| 9138 | 2025.01.17 14:41:23.714119 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9139 | 2025.01.17 14:41:23.714478 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9140 | 2025.01.17 14:41:23.714568 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9141 | 2025.01.17 14:41:23.714663 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 9142 | 2025.01.17 14:41:24.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.82 MiB, peak 231.01 MiB, free memory in arenas 0.00 B, will set to 221.12 MiB (RSS), difference: 1.30 MiB | ||
| 9143 | 2025.01.17 14:41:25.545186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764 | ||
| 9144 | 2025.01.17 14:41:25.545829 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.01.17 14:41:25.545877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9146 | 2025.01.17 14:41:25.546416 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9147 | 2025.01.17 14:41:25.546680 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2025.01.17 14:41:25.546988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 9149 | 2025.01.17 14:41:26.949570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9150 | 2025.01.17 14:41:26.969885 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9151 | 2025.01.17 14:41:26.969947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9152 | 2025.01.17 14:41:26.977363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9153 | 2025.01.17 14:41:26.978117 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9154 | 2025.01.17 14:41:26.981566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9155 | 2025.01.17 14:41:28.692511 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2025.01.17 14:41:28.692714 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9157 | 2025.01.17 14:41:28.692785 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9158 | 2025.01.17 14:41:28.693579 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2025.01.17 14:41:28.693625 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9160 | 2025.01.17 14:41:28.694078 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9161 | 2025.01.17 14:41:28.694341 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2025.01.17 14:41:28.694554 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001891 sec., 57112.63881544156 rows/sec., 4.78 MiB/sec. | ||
| 9163 | 2025.01.17 14:41:28.694617 [ 253 ] {703d25a0-8b79-4ccb-b91b-264b5114e1d2} <Debug> TCPHandler: Processed in 0.002244706 sec. | ||
| 9164 | 2025.01.17 14:41:28.694922 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9165 | 2025.01.17 14:41:28.695215 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9166 | 2025.01.17 14:41:28.695327 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9167 | 2025.01.17 14:41:28.696184 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9168 | 2025.01.17 14:41:28.696233 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9169 | 2025.01.17 14:41:28.696678 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9170 | 2025.01.17 14:41:28.696941 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9171 | 2025.01.17 14:41:28.697184 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002053 sec., 12664.393570384802 rows/sec., 952.30 KiB/sec. | ||
| 9172 | 2025.01.17 14:41:28.697250 [ 257 ] {18ef31ab-354a-483c-9dd2-1e89d4c9dfc4} <Debug> TCPHandler: Processed in 0.002507822 sec. | ||
| 9173 | 2025.01.17 14:41:28.697396 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2025.01.17 14:41:28.697544 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9175 | 2025.01.17 14:41:28.697605 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9176 | 2025.01.17 14:41:28.698339 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9177 | 2025.01.17 14:41:28.698388 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9178 | 2025.01.17 14:41:28.698798 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9179 | 2025.01.17 14:41:28.699057 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9180 | 2025.01.17 14:41:28.699241 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001734 sec., 51903.114186851206 rows/sec., 4.05 MiB/sec. | ||
| 9181 | 2025.01.17 14:41:28.699296 [ 253 ] {7fb2c37d-1322-431e-ba3d-6bc67882c66b} <Debug> TCPHandler: Processed in 0.00196763 sec. | ||
| 9182 | 2025.01.17 14:41:28.699448 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9183 | 2025.01.17 14:41:28.699581 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9184 | 2025.01.17 14:41:28.699648 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9185 | 2025.01.17 14:41:28.700347 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2025.01.17 14:41:28.700397 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9187 | 2025.01.17 14:41:28.700841 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9188 | 2025.01.17 14:41:28.701087 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2025.01.17 14:41:28.701304 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001758 sec., 91012.51422070534 rows/sec., 6.34 MiB/sec. | ||
| 9190 | 2025.01.17 14:41:28.701361 [ 257 ] {e05e1302-0860-41ba-b9e1-9a6b1db6ed78} <Debug> TCPHandler: Processed in 0.001971821 sec. | ||
| 9191 | 2025.01.17 14:41:28.701527 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9192 | 2025.01.17 14:41:28.701668 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9193 | 2025.01.17 14:41:28.701762 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9194 | 2025.01.17 14:41:28.703070 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9195 | 2025.01.17 14:41:28.703109 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9196 | 2025.01.17 14:41:28.703769 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9197 | 2025.01.17 14:41:28.704036 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9198 | 2025.01.17 14:41:28.704183 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9199 | 2025.01.17 14:41:28.704237 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2025.01.17 14:41:28.704259 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00262 sec., 9923.664122137405 rows/sec., 17.78 MiB/sec. | ||
| 9201 | 2025.01.17 14:41:28.704267 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9202 | 2025.01.17 14:41:28.704679 [ 253 ] {305a189b-42f9-4b11-b12a-7d235181594f} <Debug> TCPHandler: Processed in 0.003211526 sec. | ||
| 9203 | 2025.01.17 14:41:28.704678 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 9204 | 2025.01.17 14:41:28.705074 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9205 | 2025.01.17 14:41:28.705565 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9206 | 2025.01.17 14:41:28.706000 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9207 | 2025.01.17 14:41:28.706511 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9208 | 2025.01.17 14:41:28.706765 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 930 rows starting from the beginning of the part | ||
| 9209 | 2025.01.17 14:41:28.707548 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part | ||
| 9210 | 2025.01.17 14:41:28.708288 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9211 | 2025.01.17 14:41:28.708308 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 9212 | 2025.01.17 14:41:28.708355 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9213 | 2025.01.17 14:41:28.708879 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part | ||
| 9214 | 2025.01.17 14:41:28.709521 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 9215 | 2025.01.17 14:41:28.709889 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9216 | 2025.01.17 14:41:28.710146 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part | ||
| 9217 | 2025.01.17 14:41:28.710810 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2025.01.17 14:41:28.711419 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006051 sec., 9915.71641051066 rows/sec., 684.29 KiB/sec. | ||
| 9219 | 2025.01.17 14:41:28.711545 [ 257 ] {a907a808-d6db-4550-aa78-b7b3237da5d0} <Debug> TCPHandler: Processed in 0.006742989 sec. | ||
| 9220 | 2025.01.17 14:41:28.717443 [ 193 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 19 columns (19 merged, 0 gathered) in 0.01308114 sec., 79045.09851587859 rows/sec., 141.65 MiB/sec. | ||
| 9221 | 2025.01.17 14:41:28.718896 [ 187 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9222 | 2025.01.17 14:41:28.719386 [ 187 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9223 | 2025.01.17 14:41:28.719476 [ 187 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9224 | 2025.01.17 14:41:28.719649 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB. | ||
| 9225 | 2025.01.17 14:41:29.000234 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.83 MiB, peak 231.01 MiB, free memory in arenas 0.00 B, will set to 224.23 MiB (RSS), difference: 2.39 MiB | ||
| 9226 | 2025.01.17 14:41:31.917492 [ 13 ] {} <Debug> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 9227 | 2025.01.17 14:41:31.917559 [ 13 ] {} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9228 | 2025.01.17 14:41:31.917582 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9229 | 2025.01.17 14:41:31.917791 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::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 | ||
| 9230 | 2025.01.17 14:41:31.918012 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9231 | 2025.01.17 14:41:31.918056 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 9232 | 2025.01.17 14:41:31.918151 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 9233 | 2025.01.17 14:41:31.918403 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 9234 | 2025.01.17 14:41:31.918648 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 9235 | 2025.01.17 14:41:31.918808 [ 197 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 9236 | 2025.01.17 14:41:31.919941 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002285877 sec., 23623.31831502745 rows/sec., 1.97 MiB/sec. | ||
| 9237 | 2025.01.17 14:41:31.920219 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 9238 | 2025.01.17 14:41:31.920764 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2025.01.17 14:41:31.920855 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_9_2} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 9240 | 2025.01.17 14:41:31.920961 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9241 | 2025.01.17 14:41:32.899964 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9242 | 2025.01.17 14:41:32.900027 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9243 | 2025.01.17 14:41:33.047094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252 | ||
| 9244 | 2025.01.17 14:41:33.047793 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2025.01.17 14:41:33.047849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9246 | 2025.01.17 14:41:33.048408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9247 | 2025.01.17 14:41:33.048687 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2025.01.17 14:41:33.048950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252 | ||
| 9249 | 2025.01.17 14:41:33.168023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1308 | ||
| 9250 | 2025.01.17 14:41:33.171181 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9251 | 2025.01.17 14:41:33.171250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9252 | 2025.01.17 14:41:33.172782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9253 | 2025.01.17 14:41:33.173131 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9254 | 2025.01.17 14:41:33.174635 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1308 | ||
| 9255 | 2025.01.17 14:41:33.695367 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2025.01.17 14:41:33.695581 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9257 | 2025.01.17 14:41:33.695659 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9258 | 2025.01.17 14:41:33.696397 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2025.01.17 14:41:33.696447 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9260 | 2025.01.17 14:41:33.696901 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9261 | 2025.01.17 14:41:33.697164 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2025.01.17 14:41:33.697414 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 9263 | 2025.01.17 14:41:33.697481 [ 253 ] {d72fe223-cc00-43b6-a71e-2886747bd06b} <Debug> TCPHandler: Processed in 0.002247486 sec. | ||
| 9264 | 2025.01.17 14:41:33.697792 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2025.01.17 14:41:33.698015 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9266 | 2025.01.17 14:41:33.698102 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9267 | 2025.01.17 14:41:33.699048 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.01.17 14:41:33.699104 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9269 | 2025.01.17 14:41:33.699594 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9270 | 2025.01.17 14:41:33.699866 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.01.17 14:41:33.700113 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002163 sec., 105871.47480351364 rows/sec., 9.26 MiB/sec. | ||
| 9272 | 2025.01.17 14:41:33.700182 [ 257 ] {097a25ba-7653-4e2e-ae0b-b559ec7cc281} <Debug> TCPHandler: Processed in 0.002567712 sec. | ||
| 9273 | 2025.01.17 14:41:33.700337 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2025.01.17 14:41:33.700482 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9275 | 2025.01.17 14:41:33.700542 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9276 | 2025.01.17 14:41:33.701168 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2025.01.17 14:41:33.701210 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9278 | 2025.01.17 14:41:33.701583 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9279 | 2025.01.17 14:41:33.701840 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2025.01.17 14:41:33.702106 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001653 sec., 12099.213551119177 rows/sec., 867.27 KiB/sec. | ||
| 9281 | 2025.01.17 14:41:33.702232 [ 253 ] {43b3aa98-f591-4ed2-8b24-ee10e4d2d5f7} <Debug> TCPHandler: Processed in 0.001959971 sec. | ||
| 9282 | 2025.01.17 14:41:33.702508 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.01.17 14:41:33.702671 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9284 | 2025.01.17 14:41:33.702730 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9285 | 2025.01.17 14:41:33.703349 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2025.01.17 14:41:33.703390 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9287 | 2025.01.17 14:41:33.703778 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9288 | 2025.01.17 14:41:33.704030 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2025.01.17 14:41:33.704250 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 606.73 KiB/sec. | ||
| 9290 | 2025.01.17 14:41:33.704306 [ 257 ] {72078a9b-a48a-4615-9d65-ceb10c55a56a} <Debug> TCPHandler: Processed in 0.001981101 sec. | ||
| 9291 | 2025.01.17 14:41:33.704476 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2025.01.17 14:41:33.704597 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9293 | 2025.01.17 14:41:33.704647 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9294 | 2025.01.17 14:41:33.705332 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2025.01.17 14:41:33.705380 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9296 | 2025.01.17 14:41:33.705806 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9297 | 2025.01.17 14:41:33.706050 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2025.01.17 14:41:33.706240 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 486.52 KiB/sec. | ||
| 9299 | 2025.01.17 14:41:33.706351 [ 253 ] {a3833030-9e4c-4d93-858d-f0c7cd3b073c} <Debug> TCPHandler: Processed in 0.001933719 sec. | ||
| 9300 | 2025.01.17 14:41:33.706508 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.01.17 14:41:33.706631 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9302 | 2025.01.17 14:41:33.706683 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9303 | 2025.01.17 14:41:33.707413 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2025.01.17 14:41:33.707455 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9305 | 2025.01.17 14:41:33.707858 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9306 | 2025.01.17 14:41:33.708106 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2025.01.17 14:41:33.708329 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001724 sec., 229118.3294663573 rows/sec., 16.27 MiB/sec. | ||
| 9308 | 2025.01.17 14:41:33.708387 [ 257 ] {61d1adb2-758c-4536-81d8-972a2a76570f} <Debug> TCPHandler: Processed in 0.00193803 sec. | ||
| 9309 | 2025.01.17 14:41:33.708531 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9310 | 2025.01.17 14:41:33.708648 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9311 | 2025.01.17 14:41:33.708702 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9312 | 2025.01.17 14:41:33.709276 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2025.01.17 14:41:33.709322 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9314 | 2025.01.17 14:41:33.709764 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9315 | 2025.01.17 14:41:33.710006 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2025.01.17 14:41:33.710189 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 9317 | 2025.01.17 14:41:33.710240 [ 253 ] {963c0a4b-e862-4a62-b7c9-4f5767776539} <Debug> TCPHandler: Processed in 0.001763266 sec. | ||
| 9318 | 2025.01.17 14:41:33.710368 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9319 | 2025.01.17 14:41:33.710488 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9320 | 2025.01.17 14:41:33.710544 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9321 | 2025.01.17 14:41:33.711150 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9322 | 2025.01.17 14:41:33.711191 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9323 | 2025.01.17 14:41:33.711622 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9324 | 2025.01.17 14:41:33.711871 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9325 | 2025.01.17 14:41:33.712097 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
| 9326 | 2025.01.17 14:41:33.712160 [ 257 ] {469750bc-b7fc-4720-99e7-edcae830df01} <Debug> TCPHandler: Processed in 0.001847208 sec. | ||
| 9327 | 2025.01.17 14:41:33.712381 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9328 | 2025.01.17 14:41:33.712590 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9329 | 2025.01.17 14:41:33.712652 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9330 | 2025.01.17 14:41:33.713134 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.01.17 14:41:33.713172 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9332 | 2025.01.17 14:41:33.713551 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9333 | 2025.01.17 14:41:33.713795 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.01.17 14:41:33.714003 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec. | ||
| 9335 | 2025.01.17 14:41:33.714113 [ 253 ] {9de6750f-2db6-4756-828c-cb077944d10e} <Debug> TCPHandler: Processed in 0.001865368 sec. | ||
| 9336 | 2025.01.17 14:41:33.714269 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9337 | 2025.01.17 14:41:33.714407 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9338 | 2025.01.17 14:41:33.714506 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9339 | 2025.01.17 14:41:33.715684 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9340 | 2025.01.17 14:41:33.715726 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9341 | 2025.01.17 14:41:33.716364 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9342 | 2025.01.17 14:41:33.716634 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.01.17 14:41:33.716927 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00254 sec., 5118.110236220472 rows/sec., 9.17 MiB/sec. | ||
| 9344 | 2025.01.17 14:41:33.717398 [ 257 ] {067f46ff-25f3-43fe-827d-f506284fc614} <Debug> TCPHandler: Processed in 0.003193186 sec. | ||
| 9345 | 2025.01.17 14:41:33.717665 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9346 | 2025.01.17 14:41:33.717835 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9347 | 2025.01.17 14:41:33.717895 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9348 | 2025.01.17 14:41:33.718469 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.01.17 14:41:33.718515 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9350 | 2025.01.17 14:41:33.718935 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9351 | 2025.01.17 14:41:33.719181 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.01.17 14:41:33.719361 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001557 sec., 52665.38214515093 rows/sec., 3.34 MiB/sec. | ||
| 9353 | 2025.01.17 14:41:33.719413 [ 253 ] {f405940d-02fa-400a-bd20-4e85c0f98759} <Debug> TCPHandler: Processed in 0.001904629 sec. | ||
| 9354 | 2025.01.17 14:41:34.482615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9355 | 2025.01.17 14:41:34.503186 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9356 | 2025.01.17 14:41:34.503242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9357 | 2025.01.17 14:41:34.510516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9358 | 2025.01.17 14:41:34.511289 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9359 | 2025.01.17 14:41:34.513911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9360 | 2025.01.17 14:41:38.691495 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9361 | 2025.01.17 14:41:38.691717 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9362 | 2025.01.17 14:41:38.691797 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9363 | 2025.01.17 14:41:38.692598 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9364 | 2025.01.17 14:41:38.692646 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9365 | 2025.01.17 14:41:38.693095 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9366 | 2025.01.17 14:41:38.693354 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9367 | 2025.01.17 14:41:38.693613 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001945 sec., 55526.99228791774 rows/sec., 4.64 MiB/sec. | ||
| 9368 | 2025.01.17 14:41:38.693732 [ 253 ] {50fe79af-916a-4920-98af-0d0934abaefd} <Debug> TCPHandler: Processed in 0.002369159 sec. | ||
| 9369 | 2025.01.17 14:41:38.694014 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9370 | 2025.01.17 14:41:38.694206 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9371 | 2025.01.17 14:41:38.694280 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9372 | 2025.01.17 14:41:38.695042 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9373 | 2025.01.17 14:41:38.695091 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9374 | 2025.01.17 14:41:38.695546 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9375 | 2025.01.17 14:41:38.695819 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9376 | 2025.01.17 14:41:38.696102 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001944 sec., 13374.485596707818 rows/sec., 1005.70 KiB/sec. | ||
| 9377 | 2025.01.17 14:41:38.696200 [ 257 ] {6b62a54c-3343-4dbf-a805-193dc79dbb21} <Debug> TCPHandler: Processed in 0.002335628 sec. | ||
| 9378 | 2025.01.17 14:41:38.696408 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9379 | 2025.01.17 14:41:38.696573 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9380 | 2025.01.17 14:41:38.696633 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9381 | 2025.01.17 14:41:38.697288 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9382 | 2025.01.17 14:41:38.697328 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9383 | 2025.01.17 14:41:38.697722 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9384 | 2025.01.17 14:41:38.697973 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9385 | 2025.01.17 14:41:38.698219 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00168 sec., 53571.42857142857 rows/sec., 4.18 MiB/sec. | ||
| 9386 | 2025.01.17 14:41:38.698295 [ 253 ] {1404e811-875c-4cbf-8ac6-fdbcc3fe9f46} <Debug> TCPHandler: Processed in 0.002006372 sec. | ||
| 9387 | 2025.01.17 14:41:38.698499 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9388 | 2025.01.17 14:41:38.698664 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9389 | 2025.01.17 14:41:38.698729 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9390 | 2025.01.17 14:41:38.699342 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9391 | 2025.01.17 14:41:38.699382 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9392 | 2025.01.17 14:41:38.699812 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9393 | 2025.01.17 14:41:38.700079 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9394 | 2025.01.17 14:41:38.700292 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 9395 | 2025.01.17 14:41:38.700350 [ 257 ] {21e0e97c-0869-44e5-ab1b-e6ea0d73bc4f} <Debug> TCPHandler: Processed in 0.001966161 sec. | ||
| 9396 | 2025.01.17 14:41:38.700530 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9397 | 2025.01.17 14:41:38.700673 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9398 | 2025.01.17 14:41:38.700769 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9399 | 2025.01.17 14:41:38.701960 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9400 | 2025.01.17 14:41:38.702001 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9401 | 2025.01.17 14:41:38.702673 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9402 | 2025.01.17 14:41:38.702947 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9403 | 2025.01.17 14:41:38.703215 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002574 sec., 10101.0101010101 rows/sec., 18.10 MiB/sec. | ||
| 9404 | 2025.01.17 14:41:38.703538 [ 253 ] {21dc74bb-0180-4a38-9223-f57b94573e9f} <Debug> TCPHandler: Processed in 0.003075474 sec. | ||
| 9405 | 2025.01.17 14:41:38.703725 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9406 | 2025.01.17 14:41:38.703850 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9407 | 2025.01.17 14:41:38.703911 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9408 | 2025.01.17 14:41:38.704509 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9409 | 2025.01.17 14:41:38.704557 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9410 | 2025.01.17 14:41:38.704994 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9411 | 2025.01.17 14:41:38.705250 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9412 | 2025.01.17 14:41:38.705475 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec. | ||
| 9413 | 2025.01.17 14:41:38.705532 [ 257 ] {5d08e294-5b85-4dea-bfba-03a25bcc64b6} <Debug> TCPHandler: Processed in 0.001888029 sec. | ||
| 9414 | 2025.01.17 14:41:40.549086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679 | ||
| 9415 | 2025.01.17 14:41:40.550218 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2025.01.17 14:41:40.550304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9417 | 2025.01.17 14:41:40.550844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9418 | 2025.01.17 14:41:40.551131 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2025.01.17 14:41:40.551433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9420 | 2025.01.17 14:41:42.013968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9421 | 2025.01.17 14:41:42.036085 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2025.01.17 14:41:42.036148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 9423 | 2025.01.17 14:41:42.043474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9424 | 2025.01.17 14:41:42.044247 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9425 | 2025.01.17 14:41:42.047604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9426 | 2025.01.17 14:41:43.175760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1342 | ||
| 9427 | 2025.01.17 14:41:43.178905 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9428 | 2025.01.17 14:41:43.178951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9429 | 2025.01.17 14:41:43.180453 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9430 | 2025.01.17 14:41:43.180792 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9431 | 2025.01.17 14:41:43.182076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1342 | ||
| 9432 | 2025.01.17 14:41:43.695123 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2025.01.17 14:41:43.695334 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9434 | 2025.01.17 14:41:43.695418 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9435 | 2025.01.17 14:41:43.696237 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.01.17 14:41:43.696287 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9437 | 2025.01.17 14:41:43.696725 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9438 | 2025.01.17 14:41:43.696988 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.01.17 14:41:43.697244 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec. | ||
| 9440 | 2025.01.17 14:41:43.697315 [ 253 ] {bbd2f921-7dfb-418d-8d1f-f38601b650ed} <Debug> TCPHandler: Processed in 0.002329658 sec. | ||
| 9441 | 2025.01.17 14:41:43.697556 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.01.17 14:41:43.697748 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9443 | 2025.01.17 14:41:43.697817 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9444 | 2025.01.17 14:41:43.698662 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.01.17 14:41:43.698701 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9446 | 2025.01.17 14:41:43.699147 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9447 | 2025.01.17 14:41:43.699401 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.01.17 14:41:43.699599 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001908 sec., 120020.96436058701 rows/sec., 10.50 MiB/sec. | ||
| 9449 | 2025.01.17 14:41:43.699652 [ 257 ] {b2ef8ce9-ccab-4214-9898-57d6b2568c30} <Debug> TCPHandler: Processed in 0.002218756 sec. | ||
| 9450 | 2025.01.17 14:41:43.699820 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2025.01.17 14:41:43.699968 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9452 | 2025.01.17 14:41:43.700031 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9453 | 2025.01.17 14:41:43.700740 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9454 | 2025.01.17 14:41:43.700790 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9455 | 2025.01.17 14:41:43.701201 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9456 | 2025.01.17 14:41:43.701449 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.01.17 14:41:43.701679 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001749 sec., 11435.105774728418 rows/sec., 819.66 KiB/sec. | ||
| 9458 | 2025.01.17 14:41:43.701736 [ 253 ] {ced66509-6045-456e-8ee1-df280b3c9cf8} <Debug> TCPHandler: Processed in 0.001988651 sec. | ||
| 9459 | 2025.01.17 14:41:43.701883 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2025.01.17 14:41:43.702002 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9461 | 2025.01.17 14:41:43.702050 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9462 | 2025.01.17 14:41:43.702643 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9463 | 2025.01.17 14:41:43.702683 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9464 | 2025.01.17 14:41:43.703034 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9465 | 2025.01.17 14:41:43.703273 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.01.17 14:41:43.703469 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec. | ||
| 9467 | 2025.01.17 14:41:43.703546 [ 257 ] {760af602-78be-4fd0-89a5-b157e12138cb} <Debug> TCPHandler: Processed in 0.001720335 sec. | ||
| 9468 | 2025.01.17 14:41:43.703766 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.01.17 14:41:43.703899 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9470 | 2025.01.17 14:41:43.703951 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9471 | 2025.01.17 14:41:43.704533 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2025.01.17 14:41:43.704573 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9473 | 2025.01.17 14:41:43.704938 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9474 | 2025.01.17 14:41:43.705188 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.01.17 14:41:43.705449 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001567 sec., 8296.107211231652 rows/sec., 517.26 KiB/sec. | ||
| 9476 | 2025.01.17 14:41:43.705629 [ 253 ] {339c7b6a-17a4-4675-9e16-073942216aad} <Debug> TCPHandler: Processed in 0.001972001 sec. | ||
| 9477 | 2025.01.17 14:41:43.705823 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9478 | 2025.01.17 14:41:43.705939 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9479 | 2025.01.17 14:41:43.705987 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9480 | 2025.01.17 14:41:43.706738 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9481 | 2025.01.17 14:41:43.706779 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9482 | 2025.01.17 14:41:43.707168 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9483 | 2025.01.17 14:41:43.707416 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9484 | 2025.01.17 14:41:43.707603 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001689 sec., 233866.19301361754 rows/sec., 16.61 MiB/sec. | ||
| 9485 | 2025.01.17 14:41:43.707658 [ 257 ] {7dd56916-3314-4ef7-9957-417060c09da1} <Debug> TCPHandler: Processed in 0.00191615 sec. | ||
| 9486 | 2025.01.17 14:41:43.707799 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9487 | 2025.01.17 14:41:43.707916 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9488 | 2025.01.17 14:41:43.707968 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9489 | 2025.01.17 14:41:43.708548 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2025.01.17 14:41:43.708596 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9491 | 2025.01.17 14:41:43.709033 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9492 | 2025.01.17 14:41:43.709284 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9493 | 2025.01.17 14:41:43.709499 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00161 sec., 3726.7080745341614 rows/sec., 194.71 KiB/sec. | ||
| 9494 | 2025.01.17 14:41:43.709553 [ 253 ] {4e380017-2161-4a6e-befa-c5039321ec40} <Debug> TCPHandler: Processed in 0.001809208 sec. | ||
| 9495 | 2025.01.17 14:41:43.709693 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9496 | 2025.01.17 14:41:43.709811 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9497 | 2025.01.17 14:41:43.709865 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9498 | 2025.01.17 14:41:43.710460 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9499 | 2025.01.17 14:41:43.710495 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9500 | 2025.01.17 14:41:43.710895 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9501 | 2025.01.17 14:41:43.711134 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9502 | 2025.01.17 14:41:43.711317 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001531 sec., 154800.78380143698 rows/sec., 10.38 MiB/sec. | ||
| 9503 | 2025.01.17 14:41:43.711369 [ 257 ] {68ea4b72-d150-4103-a224-6b53ee32ceab} <Debug> TCPHandler: Processed in 0.001729925 sec. | ||
| 9504 | 2025.01.17 14:41:43.711507 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2025.01.17 14:41:43.711625 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9506 | 2025.01.17 14:41:43.711679 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9507 | 2025.01.17 14:41:43.712143 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9508 | 2025.01.17 14:41:43.712183 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9509 | 2025.01.17 14:41:43.712553 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9510 | 2025.01.17 14:41:43.712794 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9511 | 2025.01.17 14:41:43.712970 [ 139 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 9512 | 2025.01.17 14:41:43.713007 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 9513 | 2025.01.17 14:41:43.713041 [ 139 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9514 | 2025.01.17 14:41:43.713116 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9515 | 2025.01.17 14:41:43.713123 [ 253 ] {520dc35c-0d4c-4667-b194-f9f61b2500cd} <Debug> TCPHandler: Processed in 0.001666544 sec. | ||
| 9516 | 2025.01.17 14:41:43.713347 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9517 | 2025.01.17 14:41:43.713355 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 9518 | 2025.01.17 14:41:43.713556 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9519 | 2025.01.17 14:41:43.713655 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9520 | 2025.01.17 14:41:43.713730 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9521 | 2025.01.17 14:41:43.713745 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 28 rows starting from the beginning of the part | ||
| 9522 | 2025.01.17 14:41:43.714158 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9523 | 2025.01.17 14:41:43.714486 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 9524 | 2025.01.17 14:41:43.714852 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 9525 | 2025.01.17 14:41:43.715218 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 9526 | 2025.01.17 14:41:43.715566 [ 187 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 9527 | 2025.01.17 14:41:43.719446 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9528 | 2025.01.17 14:41:43.719537 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9529 | 2025.01.17 14:41:43.719591 [ 197 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006375261 sec., 5176.2586661157875 rows/sec., 348.18 KiB/sec. | ||
| 9530 | 2025.01.17 14:41:43.719863 [ 197 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 9531 | 2025.01.17 14:41:43.720486 [ 197 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9532 | 2025.01.17 14:41:43.720737 [ 197 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_32_7} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 9533 | 2025.01.17 14:41:43.720913 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9534 | 2025.01.17 14:41:43.720995 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9535 | 2025.01.17 14:41:43.721286 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2025.01.17 14:41:43.721625 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008137 sec., 1597.640408012781 rows/sec., 2.86 MiB/sec. | ||
| 9537 | 2025.01.17 14:41:43.722076 [ 257 ] {830e8f33-aa36-490e-8efa-6b61170702cf} <Debug> TCPHandler: Processed in 0.008854033 sec. | ||
| 9538 | 2025.01.17 14:41:43.722319 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9539 | 2025.01.17 14:41:43.722481 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9540 | 2025.01.17 14:41:43.722533 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9541 | 2025.01.17 14:41:43.723037 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9542 | 2025.01.17 14:41:43.723078 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9543 | 2025.01.17 14:41:43.723471 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9544 | 2025.01.17 14:41:43.723739 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9545 | 2025.01.17 14:41:43.723962 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 9546 | 2025.01.17 14:41:43.724016 [ 253 ] {d0555770-d85b-45d7-bb89-f0cf1a0c93a4} <Debug> TCPHandler: Processed in 0.001827638 sec. | ||
| 9547 | 2025.01.17 14:41:47.900083 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9548 | 2025.01.17 14:41:47.900157 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9549 | 2025.01.17 14:41:48.051553 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167 | ||
| 9550 | 2025.01.17 14:41:48.052606 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9551 | 2025.01.17 14:41:48.052649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9552 | 2025.01.17 14:41:48.053229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9553 | 2025.01.17 14:41:48.053508 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9554 | 2025.01.17 14:41:48.053783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167 | ||
| 9555 | 2025.01.17 14:41:48.053800 [ 134 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9556 | 2025.01.17 14:41:48.053904 [ 134 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9557 | 2025.01.17 14:41:48.053949 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9558 | 2025.01.17 14:41:48.054171 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 9559 | 2025.01.17 14:41:48.054429 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9560 | 2025.01.17 14:41:48.054502 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9561 | 2025.01.17 14:41:48.054673 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 9562 | 2025.01.17 14:41:48.054947 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 9563 | 2025.01.17 14:41:48.055204 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 9564 | 2025.01.17 14:41:48.055363 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 9565 | 2025.01.17 14:41:48.055476 [ 199 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 9566 | 2025.01.17 14:41:48.058011 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003952962 sec., 5354718.8159157615 rows/sec., 76.60 MiB/sec. | ||
| 9567 | 2025.01.17 14:41:48.058526 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9568 | 2025.01.17 14:41:48.059056 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_46_9} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9569 | 2025.01.17 14:41:48.059198 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_46_9} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9570 | 2025.01.17 14:41:48.059308 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9571 | 2025.01.17 14:41:48.691097 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9572 | 2025.01.17 14:41:48.691299 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9573 | 2025.01.17 14:41:48.691380 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9574 | 2025.01.17 14:41:48.692266 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9575 | 2025.01.17 14:41:48.692314 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9576 | 2025.01.17 14:41:48.692747 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9577 | 2025.01.17 14:41:48.692999 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9578 | 2025.01.17 14:41:48.693203 [ 134 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9579 | 2025.01.17 14:41:48.693274 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002025 sec., 53333.333333333336 rows/sec., 4.46 MiB/sec. | ||
| 9580 | 2025.01.17 14:41:48.693284 [ 134 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.01.17 14:41:48.693358 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9582 | 2025.01.17 14:41:48.693422 [ 253 ] {0b8bf059-d05d-4875-bad5-f3df30af6e6b} <Debug> TCPHandler: Processed in 0.002455341 sec. | ||
| 9583 | 2025.01.17 14:41:48.693740 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 9584 | 2025.01.17 14:41:48.693863 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9585 | 2025.01.17 14:41:48.694238 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9586 | 2025.01.17 14:41:48.694366 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1431 rows starting from the beginning of the part | ||
| 9587 | 2025.01.17 14:41:48.694688 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 108 rows starting from the beginning of the part | ||
| 9588 | 2025.01.17 14:41:48.694729 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9589 | 2025.01.17 14:41:48.694986 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 229 rows starting from the beginning of the part | ||
| 9590 | 2025.01.17 14:41:48.695260 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 108 rows starting from the beginning of the part | ||
| 9591 | 2025.01.17 14:41:48.695292 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9592 | 2025.01.17 14:41:48.695529 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 229 rows starting from the beginning of the part | ||
| 9593 | 2025.01.17 14:41:48.695856 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 108 rows starting from the beginning of the part | ||
| 9594 | 2025.01.17 14:41:48.697691 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9595 | 2025.01.17 14:41:48.697766 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9596 | 2025.01.17 14:41:48.698601 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9597 | 2025.01.17 14:41:48.699162 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005676917 sec., 389824.2655300403 rows/sec., 34.35 MiB/sec. | ||
| 9598 | 2025.01.17 14:41:48.699191 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9599 | 2025.01.17 14:41:48.699436 [ 134 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 9600 | 2025.01.17 14:41:48.699512 [ 134 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9601 | 2025.01.17 14:41:48.699549 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9602 | 2025.01.17 14:41:48.699600 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005185 sec., 5014.464802314368 rows/sec., 377.06 KiB/sec. | ||
| 9603 | 2025.01.17 14:41:48.699623 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9604 | 2025.01.17 14:41:48.700029 [ 257 ] {e6c8eb6d-2ca7-4cc4-8505-f7b7c3ae1065} <Debug> TCPHandler: Processed in 0.006449582 sec. | ||
| 9605 | 2025.01.17 14:41:48.700049 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 9606 | 2025.01.17 14:41:48.700339 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9607 | 2025.01.17 14:41:48.700447 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9608 | 2025.01.17 14:41:48.700536 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 64 rows starting from the beginning of the part | ||
| 9609 | 2025.01.17 14:41:48.700623 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2025.01.17 14:41:48.700827 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9611 | 2025.01.17 14:41:48.701009 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part | ||
| 9612 | 2025.01.17 14:41:48.701060 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_76_15} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9613 | 2025.01.17 14:41:48.701148 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9614 | 2025.01.17 14:41:48.701492 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9615 | 2025.01.17 14:41:48.701635 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
| 9616 | 2025.01.17 14:41:48.701955 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part | ||
| 9617 | 2025.01.17 14:41:48.702256 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part | ||
| 9618 | 2025.01.17 14:41:48.702646 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part | ||
| 9619 | 2025.01.17 14:41:48.704278 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9620 | 2025.01.17 14:41:48.704370 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9621 | 2025.01.17 14:41:48.705479 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9622 | 2025.01.17 14:41:48.705561 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005894911 sec., 30874.087836101342 rows/sec., 2.33 MiB/sec. | ||
| 9623 | 2025.01.17 14:41:48.705895 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2025.01.17 14:41:48.705923 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 9625 | 2025.01.17 14:41:48.706245 [ 134 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9626 | 2025.01.17 14:41:48.706328 [ 134 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9627 | 2025.01.17 14:41:48.706392 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005762 sec., 15619.576535925027 rows/sec., 1.22 MiB/sec. | ||
| 9628 | 2025.01.17 14:41:48.706405 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9629 | 2025.01.17 14:41:48.706654 [ 253 ] {2b22991c-3c28-47d0-bf2b-07c867fc4b78} <Debug> TCPHandler: Processed in 0.006479374 sec. | ||
| 9630 | 2025.01.17 14:41:48.706810 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2025.01.17 14:41:48.706977 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9632 | 2025.01.17 14:41:48.707080 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 9633 | 2025.01.17 14:41:48.707145 [ 187 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_60_12} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 9634 | 2025.01.17 14:41:48.707317 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9635 | 2025.01.17 14:41:48.707450 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9636 | 2025.01.17 14:41:48.707550 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9637 | 2025.01.17 14:41:48.707573 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9638 | 2025.01.17 14:41:48.707673 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 9639 | 2025.01.17 14:41:48.708002 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 90 rows starting from the beginning of the part | ||
| 9640 | 2025.01.17 14:41:48.708407 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 395 rows starting from the beginning of the part | ||
| 9641 | 2025.01.17 14:41:48.708772 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part | ||
| 9642 | 2025.01.17 14:41:48.709035 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 395 rows starting from the beginning of the part | ||
| 9643 | 2025.01.17 14:41:48.709201 [ 192 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 90 rows starting from the beginning of the part | ||
| 9644 | 2025.01.17 14:41:48.710291 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2025.01.17 14:41:48.710368 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9646 | 2025.01.17 14:41:48.711558 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9647 | 2025.01.17 14:41:48.711922 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9648 | 2025.01.17 14:41:48.712285 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9649 | 2025.01.17 14:41:48.712437 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2025.01.17 14:41:48.712511 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9651 | 2025.01.17 14:41:48.712512 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005315 sec., 30103.480714957666 rows/sec., 2.10 MiB/sec. | ||
| 9652 | 2025.01.17 14:41:48.712593 [ 187 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1973 rows, containing 5 columns (5 merged, 0 gathered) in 0.005885822 sec., 335212.3118911853 rows/sec., 25.68 MiB/sec. | ||
| 9653 | 2025.01.17 14:41:48.712917 [ 257 ] {8b86d209-eb7d-4316-8367-20f0acbaa206} <Debug> TCPHandler: Processed in 0.006118376 sec. | ||
| 9654 | 2025.01.17 14:41:48.713178 [ 194 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9655 | 2025.01.17 14:41:48.713264 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9656 | 2025.01.17 14:41:48.713290 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 9657 | 2025.01.17 14:41:48.713614 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9658 | 2025.01.17 14:41:48.713734 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9659 | 2025.01.17 14:41:48.713865 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21882 rows starting from the beginning of the part | ||
| 9660 | 2025.01.17 14:41:48.713973 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9661 | 2025.01.17 14:41:48.714227 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9662 | 2025.01.17 14:41:48.714447 [ 194 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2025.01.17 14:41:48.714746 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9664 | 2025.01.17 14:41:48.715163 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 9665 | 2025.01.17 14:41:48.715661 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9666 | 2025.01.17 14:41:48.716145 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 9667 | 2025.01.17 14:41:48.716351 [ 194 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_76_15} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9668 | 2025.01.17 14:41:48.717101 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9669 | 2025.01.17 14:41:48.719367 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2025.01.17 14:41:48.719443 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9671 | 2025.01.17 14:41:48.720806 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9672 | 2025.01.17 14:41:48.721156 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2025.01.17 14:41:48.721438 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007974 sec., 3260.5969400551794 rows/sec., 5.84 MiB/sec. | ||
| 9674 | 2025.01.17 14:41:48.721567 [ 253 ] {73c92edf-8696-474d-9e22-d85b5a8348a3} <Debug> TCPHandler: Processed in 0.008520085 sec. | ||
| 9675 | 2025.01.17 14:41:48.721798 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9676 | 2025.01.17 14:41:48.722028 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9677 | 2025.01.17 14:41:48.722122 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9678 | 2025.01.17 14:41:48.722687 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2025.01.17 14:41:48.722727 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9680 | 2025.01.17 14:41:48.723114 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9681 | 2025.01.17 14:41:48.723362 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2025.01.17 14:41:48.723533 [ 132 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9683 | 2025.01.17 14:41:48.723584 [ 132 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9684 | 2025.01.17 14:41:48.723608 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001624 sec., 36945.812807881775 rows/sec., 2.49 MiB/sec. | ||
| 9685 | 2025.01.17 14:41:48.723624 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9686 | 2025.01.17 14:41:48.723780 [ 257 ] {4552bfc6-c7c9-44b8-a917-8feb123af404} <Debug> TCPHandler: Processed in 0.002109044 sec. | ||
| 9687 | 2025.01.17 14:41:48.723861 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 9688 | 2025.01.17 14:41:48.723990 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9689 | 2025.01.17 14:41:48.724024 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4296 rows starting from the beginning of the part | ||
| 9690 | 2025.01.17 14:41:48.724106 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9691 | 2025.01.17 14:41:48.724343 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9692 | 2025.01.17 14:41:48.724543 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9693 | 2025.01.17 14:41:48.724721 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9694 | 2025.01.17 14:41:48.724910 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9695 | 2025.01.17 14:41:48.728051 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4640 rows, containing 4 columns (4 merged, 0 gathered) in 0.004304018 sec., 1078062.4058728379 rows/sec., 70.29 MiB/sec. | ||
| 9696 | 2025.01.17 14:41:48.728459 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9697 | 2025.01.17 14:41:48.728853 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9698 | 2025.01.17 14:41:48.728946 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_76_15} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9699 | 2025.01.17 14:41:48.729057 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9700 | 2025.01.17 14:41:48.730189 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22836 rows, containing 5 columns (5 merged, 0 gathered) in 0.01746077 sec., 1307846.103006912 rows/sec., 88.32 MiB/sec. | ||
| 9701 | 2025.01.17 14:41:48.730727 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9702 | 2025.01.17 14:41:48.731056 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9703 | 2025.01.17 14:41:48.731137 [ 190 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9704 | 2025.01.17 14:41:48.731230 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9705 | 2025.01.17 14:41:49.547649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9706 | 2025.01.17 14:41:49.569506 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2025.01.17 14:41:49.569565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9708 | 2025.01.17 14:41:49.577077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9709 | 2025.01.17 14:41:49.577867 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2025.01.17 14:41:49.578179 [ 131 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9711 | 2025.01.17 14:41:49.578252 [ 131 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2025.01.17 14:41:49.578298 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9713 | 2025.01.17 14:41:49.578705 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 9714 | 2025.01.17 14:41:49.593252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9715 | 2025.01.17 14:41:49.594781 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9716 | 2025.01.17 14:41:49.596382 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 9717 | 2025.01.17 14:41:49.602001 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 9718 | 2025.01.17 14:41:49.607727 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9719 | 2025.01.17 14:41:49.613420 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9720 | 2025.01.17 14:41:49.618922 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 9721 | 2025.01.17 14:41:49.623303 [ 189 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 9722 | 2025.01.17 14:41:49.684002 [ 190 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105576714 sec., 3286.7096053017904 rows/sec., 16.99 MiB/sec. | ||
| 9723 | 2025.01.17 14:41:49.687283 [ 190 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9724 | 2025.01.17 14:41:49.690332 [ 190 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9725 | 2025.01.17 14:41:49.690471 [ 190 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_46_9} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9726 | 2025.01.17 14:41:49.692924 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9727 | 2025.01.17 14:41:49.934166 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9728 | 2025.01.17 14:41:49.934376 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9729 | 2025.01.17 14:41:49.934456 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9730 | 2025.01.17 14:41:49.935307 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9731 | 2025.01.17 14:41:49.935355 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9732 | 2025.01.17 14:41:49.935792 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9733 | 2025.01.17 14:41:49.936062 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9734 | 2025.01.17 14:41:49.936260 [ 131 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9735 | 2025.01.17 14:41:49.936321 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec. | ||
| 9736 | 2025.01.17 14:41:49.936332 [ 131 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9737 | 2025.01.17 14:41:49.936400 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9738 | 2025.01.17 14:41:49.936452 [ 253 ] {32238944-d352-4349-9199-49e3908398f7} <Debug> TCPHandler: Processed in 0.00241477 sec. | ||
| 9739 | 2025.01.17 14:41:49.936589 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 9740 | 2025.01.17 14:41:49.936743 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9741 | 2025.01.17 14:41:49.936753 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9742 | 2025.01.17 14:41:49.936789 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 9743 | 2025.01.17 14:41:49.937028 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 9744 | 2025.01.17 14:41:49.937198 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9745 | 2025.01.17 14:41:49.937292 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 9746 | 2025.01.17 14:41:49.937366 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9747 | 2025.01.17 14:41:49.937702 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 9748 | 2025.01.17 14:41:49.938041 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 9749 | 2025.01.17 14:41:49.940005 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003506802 sec., 19961.20682034515 rows/sec., 1.48 MiB/sec. | ||
| 9750 | 2025.01.17 14:41:49.940224 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9751 | 2025.01.17 14:41:49.940620 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_33_8} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9752 | 2025.01.17 14:41:49.940729 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9753 | 2025.01.17 14:41:49.940783 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9754 | 2025.01.17 14:41:49.940787 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_33_8} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9755 | 2025.01.17 14:41:49.940922 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9756 | 2025.01.17 14:41:49.941348 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9757 | 2025.01.17 14:41:49.941611 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9758 | 2025.01.17 14:41:49.941887 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.00486 sec., 281687.24279835395 rows/sec., 23.44 MiB/sec. | ||
| 9759 | 2025.01.17 14:41:49.942106 [ 257 ] {ce6256ed-86ff-446a-81bf-b68bdfdeea76} <Debug> TCPHandler: Processed in 0.005515263 sec. | ||
| 9760 | 2025.01.17 14:41:49.942366 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9761 | 2025.01.17 14:41:49.942540 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9762 | 2025.01.17 14:41:49.942602 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9763 | 2025.01.17 14:41:49.943296 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9764 | 2025.01.17 14:41:49.943338 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9765 | 2025.01.17 14:41:49.943712 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9766 | 2025.01.17 14:41:49.943951 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9767 | 2025.01.17 14:41:49.944188 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001684 sec., 11876.484560570072 rows/sec., 851.30 KiB/sec. | ||
| 9768 | 2025.01.17 14:41:49.944244 [ 253 ] {5d352dfd-e175-4a75-9b0e-71044c8903da} <Debug> TCPHandler: Processed in 0.002012572 sec. | ||
| 9769 | 2025.01.17 14:41:49.944408 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9770 | 2025.01.17 14:41:49.944536 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9771 | 2025.01.17 14:41:49.944591 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9772 | 2025.01.17 14:41:49.945281 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9773 | 2025.01.17 14:41:49.945322 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9774 | 2025.01.17 14:41:49.945718 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9775 | 2025.01.17 14:41:49.945983 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9776 | 2025.01.17 14:41:49.946206 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.0017 sec., 142352.9411764706 rows/sec., 9.64 MiB/sec. | ||
| 9777 | 2025.01.17 14:41:49.946262 [ 257 ] {984697e5-e40d-4b5f-8971-4866d75c539a} <Debug> TCPHandler: Processed in 0.001918949 sec. | ||
| 9778 | 2025.01.17 14:41:49.946414 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9779 | 2025.01.17 14:41:49.946535 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9780 | 2025.01.17 14:41:49.946585 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9781 | 2025.01.17 14:41:49.947178 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9782 | 2025.01.17 14:41:49.947217 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9783 | 2025.01.17 14:41:49.947595 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9784 | 2025.01.17 14:41:49.947836 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9785 | 2025.01.17 14:41:49.947997 [ 131 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9786 | 2025.01.17 14:41:49.948054 [ 131 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2025.01.17 14:41:49.948087 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 9788 | 2025.01.17 14:41:49.948094 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9789 | 2025.01.17 14:41:49.948223 [ 253 ] {c649943d-5bb3-415b-9cdb-eb410c35e3e6} <Debug> TCPHandler: Processed in 0.001866549 sec. | ||
| 9790 | 2025.01.17 14:41:49.948280 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 9791 | 2025.01.17 14:41:49.948418 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9792 | 2025.01.17 14:41:49.948439 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9793 | 2025.01.17 14:41:49.948490 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 9794 | 2025.01.17 14:41:49.948744 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9795 | 2025.01.17 14:41:49.948774 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 9796 | 2025.01.17 14:41:49.948913 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9797 | 2025.01.17 14:41:49.949158 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 9798 | 2025.01.17 14:41:49.949470 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 9799 | 2025.01.17 14:41:49.949810 [ 197 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 9800 | 2025.01.17 14:41:49.952165 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9801 | 2025.01.17 14:41:49.952180 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003945501 sec., 16474.46040439478 rows/sec., 1.07 MiB/sec. | ||
| 9802 | 2025.01.17 14:41:49.952218 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9803 | 2025.01.17 14:41:49.952464 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9804 | 2025.01.17 14:41:49.952967 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9805 | 2025.01.17 14:41:49.953083 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_33_8} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9806 | 2025.01.17 14:41:49.953275 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_33_8} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9807 | 2025.01.17 14:41:49.953474 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9808 | 2025.01.17 14:41:49.953484 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2025.01.17 14:41:49.953770 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.0052 sec., 163653.84615384616 rows/sec., 11.83 MiB/sec. | ||
| 9810 | 2025.01.17 14:41:49.953839 [ 257 ] {67f21dda-09c4-42d6-9b5f-4c9aa7838523} <Debug> TCPHandler: Processed in 0.005521943 sec. | ||
| 9811 | 2025.01.17 14:41:49.954015 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9812 | 2025.01.17 14:41:49.954160 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9813 | 2025.01.17 14:41:49.954223 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9814 | 2025.01.17 14:41:49.954810 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9815 | 2025.01.17 14:41:49.954858 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9816 | 2025.01.17 14:41:49.955291 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9817 | 2025.01.17 14:41:49.955528 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9818 | 2025.01.17 14:41:49.955753 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 192.67 KiB/sec. | ||
| 9819 | 2025.01.17 14:41:49.955813 [ 253 ] {1146f225-bf8b-4a7b-8ad1-d538954bb974} <Debug> TCPHandler: Processed in 0.001868499 sec. | ||
| 9820 | 2025.01.17 14:41:49.955952 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9821 | 2025.01.17 14:41:49.956071 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9822 | 2025.01.17 14:41:49.956125 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9823 | 2025.01.17 14:41:49.956912 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9824 | 2025.01.17 14:41:49.956949 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9825 | 2025.01.17 14:41:49.957408 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9826 | 2025.01.17 14:41:49.957657 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9827 | 2025.01.17 14:41:49.957842 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.001797 sec., 549248.7479131887 rows/sec., 36.55 MiB/sec. | ||
| 9828 | 2025.01.17 14:41:49.957898 [ 257 ] {d818866b-e4af-4bc5-a152-587c8d1d59fe} <Debug> TCPHandler: Processed in 0.002001922 sec. | ||
| 9829 | 2025.01.17 14:41:49.958029 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9830 | 2025.01.17 14:41:49.958147 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9831 | 2025.01.17 14:41:49.958208 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9832 | 2025.01.17 14:41:49.958776 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2025.01.17 14:41:49.958823 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9834 | 2025.01.17 14:41:49.959241 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9835 | 2025.01.17 14:41:49.959497 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9836 | 2025.01.17 14:41:49.959715 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 42.27 KiB/sec. | ||
| 9837 | 2025.01.17 14:41:49.959768 [ 253 ] {9a8d7399-155b-416b-9bda-793435a109ce} <Debug> TCPHandler: Processed in 0.001793407 sec. | ||
| 9838 | 2025.01.17 14:41:49.959896 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9839 | 2025.01.17 14:41:49.960012 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9840 | 2025.01.17 14:41:49.960092 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9841 | 2025.01.17 14:41:49.961372 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9842 | 2025.01.17 14:41:49.961411 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9843 | 2025.01.17 14:41:49.962047 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9844 | 2025.01.17 14:41:49.962322 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9845 | 2025.01.17 14:41:49.962466 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9846 | 2025.01.17 14:41:49.962520 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9847 | 2025.01.17 14:41:49.962538 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00255 sec., 5098.0392156862745 rows/sec., 9.14 MiB/sec. | ||
| 9848 | 2025.01.17 14:41:49.962550 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9849 | 2025.01.17 14:41:49.962969 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 9850 | 2025.01.17 14:41:49.963218 [ 257 ] {e6802357-29d1-44d0-8efa-7062148ef693} <Debug> TCPHandler: Processed in 0.003366189 sec. | ||
| 9851 | 2025.01.17 14:41:49.963775 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9852 | 2025.01.17 14:41:49.964254 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9853 | 2025.01.17 14:41:49.964279 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9854 | 2025.01.17 14:41:49.964369 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9855 | 2025.01.17 14:41:49.964432 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1034 rows starting from the beginning of the part | ||
| 9856 | 2025.01.17 14:41:49.965366 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 9857 | 2025.01.17 14:41:49.965987 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part | ||
| 9858 | 2025.01.17 14:41:49.966745 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 9859 | 2025.01.17 14:41:49.966965 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9860 | 2025.01.17 14:41:49.967144 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9861 | 2025.01.17 14:41:49.967473 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part | ||
| 9862 | 2025.01.17 14:41:49.968149 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 9863 | 2025.01.17 14:41:49.968682 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9864 | 2025.01.17 14:41:49.969434 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9865 | 2025.01.17 14:41:49.969947 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005797 sec., 7935.138864930136 rows/sec., 491.40 KiB/sec. | ||
| 9866 | 2025.01.17 14:41:49.970122 [ 253 ] {5ebb3e1e-fee0-485b-ae2a-af8f1ca3d6c7} <Debug> TCPHandler: Processed in 0.006736588 sec. | ||
| 9867 | 2025.01.17 14:41:49.976244 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1125 rows, containing 19 columns (19 merged, 0 gathered) in 0.013555389 sec., 82992.82300198099 rows/sec., 148.72 MiB/sec. | ||
| 9868 | 2025.01.17 14:41:49.977308 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9869 | 2025.01.17 14:41:49.977704 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9870 | 2025.01.17 14:41:49.977783 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9871 | 2025.01.17 14:41:49.977899 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.63 MiB. | ||
| 9872 | 2025.01.17 14:41:50.000225 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.12 MiB, peak 239.65 MiB, free memory in arenas 0.00 B, will set to 230.13 MiB (RSS), difference: 3.01 MiB | ||
| 9873 | 2025.01.17 14:41:53.182316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1398 | ||
| 9874 | 2025.01.17 14:41:53.186111 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2025.01.17 14:41:53.186168 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9876 | 2025.01.17 14:41:53.187684 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9877 | 2025.01.17 14:41:53.188016 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2025.01.17 14:41:53.189041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1398 | ||
| 9879 | 2025.01.17 14:41:53.687247 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9880 | 2025.01.17 14:41:53.687462 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9881 | 2025.01.17 14:41:53.687544 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9882 | 2025.01.17 14:41:53.688411 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2025.01.17 14:41:53.688468 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9884 | 2025.01.17 14:41:53.688909 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9885 | 2025.01.17 14:41:53.689176 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9886 | 2025.01.17 14:41:53.689437 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.10 MiB/sec. | ||
| 9887 | 2025.01.17 14:41:53.689505 [ 253 ] {502d316e-f9d8-4aee-9e6b-2d466eebc911} <Debug> TCPHandler: Processed in 0.002396069 sec. | ||
| 9888 | 2025.01.17 14:41:53.689729 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9889 | 2025.01.17 14:41:53.689911 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9890 | 2025.01.17 14:41:53.689982 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9891 | 2025.01.17 14:41:53.690720 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9892 | 2025.01.17 14:41:53.690765 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9893 | 2025.01.17 14:41:53.691205 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9894 | 2025.01.17 14:41:53.691467 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9895 | 2025.01.17 14:41:53.691700 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001842 sec., 34744.84256243214 rows/sec., 2.71 MiB/sec. | ||
| 9896 | 2025.01.17 14:41:53.691758 [ 257 ] {d09981cb-774d-43f0-83cf-5908f7f9d18d} <Debug> TCPHandler: Processed in 0.002150725 sec. | ||
| 9897 | 2025.01.17 14:41:53.691916 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9898 | 2025.01.17 14:41:53.692060 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9899 | 2025.01.17 14:41:53.692125 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9900 | 2025.01.17 14:41:53.692710 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9901 | 2025.01.17 14:41:53.692753 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9902 | 2025.01.17 14:41:53.693152 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9903 | 2025.01.17 14:41:53.693391 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9904 | 2025.01.17 14:41:53.693615 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001585 sec., 60567.82334384858 rows/sec., 4.22 MiB/sec. | ||
| 9905 | 2025.01.17 14:41:53.693703 [ 253 ] {68f8d77d-85cb-41c6-b33b-05f8dd91f6d9} <Debug> TCPHandler: Processed in 0.001851189 sec. | ||
| 9906 | 2025.01.17 14:41:53.693856 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9907 | 2025.01.17 14:41:53.694017 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9908 | 2025.01.17 14:41:53.694077 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9909 | 2025.01.17 14:41:53.694618 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9910 | 2025.01.17 14:41:53.694656 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9911 | 2025.01.17 14:41:53.695049 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9912 | 2025.01.17 14:41:53.695301 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2025.01.17 14:41:53.695535 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00155 sec., 23225.806451612905 rows/sec., 1.57 MiB/sec. | ||
| 9914 | 2025.01.17 14:41:53.695602 [ 257 ] {2e414362-4b03-4520-a42d-4a2a9256c6bd} <Debug> TCPHandler: Processed in 0.001816688 sec. | ||
| 9915 | 2025.01.17 14:41:55.553930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594 | ||
| 9916 | 2025.01.17 14:41:55.554778 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2025.01.17 14:41:55.554829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9918 | 2025.01.17 14:41:55.555370 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9919 | 2025.01.17 14:41:55.555645 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9920 | 2025.01.17 14:41:55.555973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9921 | 2025.01.17 14:41:57.093323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9922 | 2025.01.17 14:41:57.112394 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9923 | 2025.01.17 14:41:57.112461 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9924 | 2025.01.17 14:41:57.119396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9925 | 2025.01.17 14:41:57.120152 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9926 | 2025.01.17 14:41:57.122787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9927 | 2025.01.17 14:41:58.691581 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9928 | 2025.01.17 14:41:58.691882 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9929 | 2025.01.17 14:41:58.691986 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9930 | 2025.01.17 14:41:58.692932 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9931 | 2025.01.17 14:41:58.692981 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9932 | 2025.01.17 14:41:58.693409 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9933 | 2025.01.17 14:41:58.693651 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9934 | 2025.01.17 14:41:58.693889 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002083 sec., 51848.29572731636 rows/sec., 4.34 MiB/sec. | ||
| 9935 | 2025.01.17 14:41:58.693957 [ 253 ] {a5b9e38d-9373-4215-ab72-11cf11284175} <Debug> TCPHandler: Processed in 0.002543352 sec. | ||
| 9936 | 2025.01.17 14:41:58.694209 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9937 | 2025.01.17 14:41:58.694429 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9938 | 2025.01.17 14:41:58.694505 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9939 | 2025.01.17 14:41:58.695246 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.01.17 14:41:58.695298 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9941 | 2025.01.17 14:41:58.695747 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9942 | 2025.01.17 14:41:58.696021 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.01.17 14:41:58.696261 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001893 sec., 13734.812466983625 rows/sec., 1.01 MiB/sec. | ||
| 9944 | 2025.01.17 14:41:58.696329 [ 257 ] {ec6dec0d-ef70-48a0-bd07-3ed947aafa7a} <Debug> TCPHandler: Processed in 0.002260857 sec. | ||
| 9945 | 2025.01.17 14:41:58.696484 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9946 | 2025.01.17 14:41:58.696629 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9947 | 2025.01.17 14:41:58.696688 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9948 | 2025.01.17 14:41:58.697434 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9949 | 2025.01.17 14:41:58.697480 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9950 | 2025.01.17 14:41:58.697850 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9951 | 2025.01.17 14:41:58.698086 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2025.01.17 14:41:58.698293 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001699 sec., 52972.3366686286 rows/sec., 4.14 MiB/sec. | ||
| 9953 | 2025.01.17 14:41:58.698346 [ 253 ] {e740b2d5-11a1-45be-8a9a-e355f3e2d73b} <Debug> TCPHandler: Processed in 0.001930079 sec. | ||
| 9954 | 2025.01.17 14:41:58.698555 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9955 | 2025.01.17 14:41:58.698703 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9956 | 2025.01.17 14:41:58.698769 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9957 | 2025.01.17 14:41:58.699441 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9958 | 2025.01.17 14:41:58.699485 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9959 | 2025.01.17 14:41:58.699894 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9960 | 2025.01.17 14:41:58.700147 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9961 | 2025.01.17 14:41:58.700354 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
| 9962 | 2025.01.17 14:41:58.700406 [ 257 ] {2c8eaadf-62a6-48e3-8134-2931ad41d13d} <Debug> TCPHandler: Processed in 0.0019197 sec. | ||
| 9963 | 2025.01.17 14:41:58.700544 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9964 | 2025.01.17 14:41:58.700662 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9965 | 2025.01.17 14:41:58.700745 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9966 | 2025.01.17 14:41:58.701956 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9967 | 2025.01.17 14:41:58.701997 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9968 | 2025.01.17 14:41:58.702653 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9969 | 2025.01.17 14:41:58.702913 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9970 | 2025.01.17 14:41:58.703157 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002522 sec., 10309.278350515464 rows/sec., 18.47 MiB/sec. | ||
| 9971 | 2025.01.17 14:41:58.703275 [ 253 ] {0c5260cc-1f9e-4419-8ad8-6c8bb1309c86} <Debug> TCPHandler: Processed in 0.002787297 sec. | ||
| 9972 | 2025.01.17 14:41:58.703453 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2025.01.17 14:41:58.703603 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9974 | 2025.01.17 14:41:58.703666 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9975 | 2025.01.17 14:41:58.704249 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2025.01.17 14:41:58.704296 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9977 | 2025.01.17 14:41:58.704707 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9978 | 2025.01.17 14:41:58.704988 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2025.01.17 14:41:58.705174 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 9980 | 2025.01.17 14:41:58.705228 [ 257 ] {12fc0d1e-01e9-48e8-9271-9175024fd48f} <Debug> TCPHandler: Processed in 0.001836028 sec. | ||
| 9981 | 2025.01.17 14:42:00.780854 [ 117 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9982 | 2025.01.17 14:42:00.780947 [ 117 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2025.01.17 14:42:00.780986 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9984 | 2025.01.17 14:42:00.781243 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 9985 | 2025.01.17 14:42:00.781792 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9986 | 2025.01.17 14:42:00.781865 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 243 rows starting from the beginning of the part | ||
| 9987 | 2025.01.17 14:42:00.781956 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 9988 | 2025.01.17 14:42:00.782214 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 9989 | 2025.01.17 14:42:00.782451 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9990 | 2025.01.17 14:42:00.782613 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 9991 | 2025.01.17 14:42:00.783806 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002721196 sec., 277451.5323409266 rows/sec., 19.86 MiB/sec. | ||
| 9992 | 2025.01.17 14:42:00.784024 [ 187 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9993 | 2025.01.17 14:42:00.784398 [ 187 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9994 | 2025.01.17 14:42:00.784498 [ 187 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_33_7} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9995 | 2025.01.17 14:42:00.784597 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9996 | 2025.01.17 14:42:01.443119 [ 117 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9997 | 2025.01.17 14:42:01.443212 [ 117 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9998 | 2025.01.17 14:42:01.443254 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 9999 | 2025.01.17 14:42:01.443491 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 10000 | 2025.01.17 14:42:01.443831 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10001 | 2025.01.17 14:42:01.443896 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 10002 | 2025.01.17 14:42:01.444022 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 10003 | 2025.01.17 14:42:01.444386 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 10004 | 2025.01.17 14:42:01.444611 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 10005 | 2025.01.17 14:42:01.444742 [ 195 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 10006 | 2025.01.17 14:42:01.445910 [ 187 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002558152 sec., 77399.62285274682 rows/sec., 3.95 MiB/sec. | ||
| 10007 | 2025.01.17 14:42:01.446059 [ 187 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10008 | 2025.01.17 14:42:01.446406 [ 187 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_33_7} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10009 | 2025.01.17 14:42:01.446502 [ 187 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_33_7} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 10010 | 2025.01.17 14:42:01.446576 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10011 | 2025.01.17 14:42:02.900416 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10012 | 2025.01.17 14:42:02.900477 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10013 | 2025.01.17 14:42:03.001544 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000980391 sec. | ||
| 10014 | 2025.01.17 14:42:03.057075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082 | ||
| 10015 | 2025.01.17 14:42:03.057715 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2025.01.17 14:42:03.057756 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10017 | 2025.01.17 14:42:03.058294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10018 | 2025.01.17 14:42:03.058569 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10019 | 2025.01.17 14:42:03.058843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082 | ||
| 10020 | 2025.01.17 14:42:03.190303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1418 | ||
| 10021 | 2025.01.17 14:42:03.193213 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2025.01.17 14:42:03.193271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10023 | 2025.01.17 14:42:03.194785 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10024 | 2025.01.17 14:42:03.195120 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2025.01.17 14:42:03.195781 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1418 | ||
| 10026 | 2025.01.17 14:42:03.696179 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10027 | 2025.01.17 14:42:03.696365 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10028 | 2025.01.17 14:42:03.696442 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10029 | 2025.01.17 14:42:03.697190 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2025.01.17 14:42:03.697232 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10031 | 2025.01.17 14:42:03.697660 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10032 | 2025.01.17 14:42:03.697936 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2025.01.17 14:42:03.698143 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 10034 | 2025.01.17 14:42:03.698210 [ 253 ] {daf4554d-6161-4762-b7b1-81f797bedf11} <Debug> TCPHandler: Processed in 0.002154415 sec. | ||
| 10035 | 2025.01.17 14:42:03.698450 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10036 | 2025.01.17 14:42:03.698640 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10037 | 2025.01.17 14:42:03.698715 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10038 | 2025.01.17 14:42:03.699565 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2025.01.17 14:42:03.699620 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10040 | 2025.01.17 14:42:03.700098 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10041 | 2025.01.17 14:42:03.700364 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2025.01.17 14:42:03.700616 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.00203 sec., 112807.88177339901 rows/sec., 9.87 MiB/sec. | ||
| 10043 | 2025.01.17 14:42:03.700687 [ 257 ] {254f93ec-706f-4f56-ba5b-ee49a7c70365} <Debug> TCPHandler: Processed in 0.002361588 sec. | ||
| 10044 | 2025.01.17 14:42:03.700865 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10045 | 2025.01.17 14:42:03.701011 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10046 | 2025.01.17 14:42:03.701072 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10047 | 2025.01.17 14:42:03.701746 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10048 | 2025.01.17 14:42:03.701784 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10049 | 2025.01.17 14:42:03.702153 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10050 | 2025.01.17 14:42:03.702394 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10051 | 2025.01.17 14:42:03.702578 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001602 sec., 12484.394506866418 rows/sec., 894.88 KiB/sec. | ||
| 10052 | 2025.01.17 14:42:03.702632 [ 253 ] {484132bb-7684-4e36-ac89-22cb196162f5} <Debug> TCPHandler: Processed in 0.001835778 sec. | ||
| 10053 | 2025.01.17 14:42:03.702817 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10054 | 2025.01.17 14:42:03.702965 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10055 | 2025.01.17 14:42:03.703026 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10056 | 2025.01.17 14:42:03.703702 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2025.01.17 14:42:03.703745 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10058 | 2025.01.17 14:42:03.704157 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10059 | 2025.01.17 14:42:03.704410 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2025.01.17 14:42:03.704662 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001729 sec., 8097.165991902833 rows/sec., 567.07 KiB/sec. | ||
| 10061 | 2025.01.17 14:42:03.704840 [ 257 ] {95341ef3-398e-4eeb-9308-83f1b4c5343c} <Debug> TCPHandler: Processed in 0.002088623 sec. | ||
| 10062 | 2025.01.17 14:42:03.705057 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10063 | 2025.01.17 14:42:03.705176 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10064 | 2025.01.17 14:42:03.705227 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10065 | 2025.01.17 14:42:03.705812 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10066 | 2025.01.17 14:42:03.705851 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10067 | 2025.01.17 14:42:03.706218 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10068 | 2025.01.17 14:42:03.706470 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10069 | 2025.01.17 14:42:03.706654 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001504 sec., 8643.617021276596 rows/sec., 538.93 KiB/sec. | ||
| 10070 | 2025.01.17 14:42:03.706709 [ 253 ] {b1e373f5-b053-46a2-97e1-d5a54bb79720} <Debug> TCPHandler: Processed in 0.001756716 sec. | ||
| 10071 | 2025.01.17 14:42:03.706871 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10072 | 2025.01.17 14:42:03.707012 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10073 | 2025.01.17 14:42:03.707070 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10074 | 2025.01.17 14:42:03.707922 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10075 | 2025.01.17 14:42:03.707963 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10076 | 2025.01.17 14:42:03.708374 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10077 | 2025.01.17 14:42:03.708633 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10078 | 2025.01.17 14:42:03.708881 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001903 sec., 207566.99947451393 rows/sec., 14.74 MiB/sec. | ||
| 10079 | 2025.01.17 14:42:03.708940 [ 257 ] {91761df6-4e63-48e8-b19f-ba55f01f426f} <Debug> TCPHandler: Processed in 0.002135184 sec. | ||
| 10080 | 2025.01.17 14:42:03.709093 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10081 | 2025.01.17 14:42:03.709213 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10082 | 2025.01.17 14:42:03.709268 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10083 | 2025.01.17 14:42:03.709767 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10084 | 2025.01.17 14:42:03.709803 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10085 | 2025.01.17 14:42:03.710179 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10086 | 2025.01.17 14:42:03.710453 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10087 | 2025.01.17 14:42:03.710677 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 10088 | 2025.01.17 14:42:03.710735 [ 253 ] {8a67c168-7e44-4c1c-bfb3-6f281a2e8b32} <Debug> TCPHandler: Processed in 0.001697695 sec. | ||
| 10089 | 2025.01.17 14:42:03.710896 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10090 | 2025.01.17 14:42:03.711039 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10091 | 2025.01.17 14:42:03.711103 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10092 | 2025.01.17 14:42:03.711765 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2025.01.17 14:42:03.711806 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10094 | 2025.01.17 14:42:03.712225 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10095 | 2025.01.17 14:42:03.712477 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2025.01.17 14:42:03.712735 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec. | ||
| 10097 | 2025.01.17 14:42:03.712856 [ 257 ] {4bfb91fb-7d37-4ebc-aaa4-141625495747} <Debug> TCPHandler: Processed in 0.002024512 sec. | ||
| 10098 | 2025.01.17 14:42:03.713057 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10099 | 2025.01.17 14:42:03.713233 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10100 | 2025.01.17 14:42:03.713287 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10101 | 2025.01.17 14:42:03.713787 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10102 | 2025.01.17 14:42:03.713826 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10103 | 2025.01.17 14:42:03.714199 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10104 | 2025.01.17 14:42:03.714445 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2025.01.17 14:42:03.714680 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 10106 | 2025.01.17 14:42:03.714741 [ 253 ] {da97bfb5-8a5e-4c60-a0d3-4bca879d9191} <Debug> TCPHandler: Processed in 0.001801597 sec. | ||
| 10107 | 2025.01.17 14:42:03.714887 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10108 | 2025.01.17 14:42:03.715008 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10109 | 2025.01.17 14:42:03.715090 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10110 | 2025.01.17 14:42:03.716234 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2025.01.17 14:42:03.716274 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10112 | 2025.01.17 14:42:03.716944 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10113 | 2025.01.17 14:42:03.717219 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2025.01.17 14:42:03.717489 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002507 sec., 5185.480654168328 rows/sec., 9.29 MiB/sec. | ||
| 10115 | 2025.01.17 14:42:03.717610 [ 257 ] {4d2f6f7c-5989-4d1c-943c-16ea85c37e25} <Debug> TCPHandler: Processed in 0.002776277 sec. | ||
| 10116 | 2025.01.17 14:42:03.717759 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10117 | 2025.01.17 14:42:03.717881 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10118 | 2025.01.17 14:42:03.717935 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10119 | 2025.01.17 14:42:03.718443 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10120 | 2025.01.17 14:42:03.718482 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10121 | 2025.01.17 14:42:03.718879 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10122 | 2025.01.17 14:42:03.719124 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10123 | 2025.01.17 14:42:03.719342 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001486 sec., 55181.69582772544 rows/sec., 3.50 MiB/sec. | ||
| 10124 | 2025.01.17 14:42:03.719394 [ 253 ] {d387491c-deb0-4f33-b55e-0a05da923ab0} <Debug> TCPHandler: Processed in 0.001689695 sec. | ||
| 10125 | 2025.01.17 14:42:04.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.92 MiB, peak 239.65 MiB, free memory in arenas 0.00 B, will set to 230.13 MiB (RSS), difference: 3.20 MiB | ||
| 10126 | 2025.01.17 14:42:04.623833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10127 | 2025.01.17 14:42:04.644055 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10128 | 2025.01.17 14:42:04.644123 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10129 | 2025.01.17 14:42:04.652702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10130 | 2025.01.17 14:42:04.653490 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10131 | 2025.01.17 14:42:04.657412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10132 | 2025.01.17 14:42:08.691548 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10133 | 2025.01.17 14:42:08.691772 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10134 | 2025.01.17 14:42:08.691851 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10135 | 2025.01.17 14:42:08.692675 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10136 | 2025.01.17 14:42:08.692731 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10137 | 2025.01.17 14:42:08.693147 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 10138 | 2025.01.17 14:42:08.693396 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2025.01.17 14:42:08.693686 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001966 sec., 1017.293997965412 rows/sec., 82.95 KiB/sec. | ||
| 10140 | 2025.01.17 14:42:08.693850 [ 253 ] {8d9ddfa8-6fcb-4103-9a60-fe0f202fe03e} <Debug> TCPHandler: Processed in 0.00242779 sec. | ||
| 10141 | 2025.01.17 14:42:08.694128 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10142 | 2025.01.17 14:42:08.694340 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10143 | 2025.01.17 14:42:08.694420 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10144 | 2025.01.17 14:42:08.695224 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2025.01.17 14:42:08.695269 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10146 | 2025.01.17 14:42:08.695719 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10147 | 2025.01.17 14:42:08.695978 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10148 | 2025.01.17 14:42:08.696168 [ 108 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10149 | 2025.01.17 14:42:08.696232 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001952 sec., 55840.16393442623 rows/sec., 4.66 MiB/sec. | ||
| 10150 | 2025.01.17 14:42:08.696254 [ 108 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10151 | 2025.01.17 14:42:08.696332 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10152 | 2025.01.17 14:42:08.696365 [ 257 ] {a2708fad-62a9-494e-b749-5b2e8b1ecc92} <Debug> TCPHandler: Processed in 0.002373219 sec. | ||
| 10153 | 2025.01.17 14:42:08.696640 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10154 | 2025.01.17 14:42:08.696710 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 10155 | 2025.01.17 14:42:08.696961 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10156 | 2025.01.17 14:42:08.697137 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10157 | 2025.01.17 14:42:08.697405 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10158 | 2025.01.17 14:42:08.697582 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1431 rows starting from the beginning of the part | ||
| 10159 | 2025.01.17 14:42:08.698098 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1369 rows starting from the beginning of the part | ||
| 10160 | 2025.01.17 14:42:08.698760 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 10161 | 2025.01.17 14:42:08.699329 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 108 rows starting from the beginning of the part | ||
| 10162 | 2025.01.17 14:42:08.699680 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 229 rows starting from the beginning of the part | ||
| 10163 | 2025.01.17 14:42:08.700115 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 109 rows starting from the beginning of the part | ||
| 10164 | 2025.01.17 14:42:08.701165 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10165 | 2025.01.17 14:42:08.701242 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10166 | 2025.01.17 14:42:08.702199 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10167 | 2025.01.17 14:42:08.702633 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10168 | 2025.01.17 14:42:08.702895 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.006057 sec., 4622.750536569259 rows/sec., 345.84 KiB/sec. | ||
| 10169 | 2025.01.17 14:42:08.702964 [ 253 ] {7ccb7c43-9aef-40e1-bb1e-4bee26ebcad0} <Debug> TCPHandler: Processed in 0.006476413 sec. | ||
| 10170 | 2025.01.17 14:42:08.703135 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10171 | 2025.01.17 14:42:08.703327 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10172 | 2025.01.17 14:42:08.703341 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.006905242 sec., 478187.4407877378 rows/sec., 41.75 MiB/sec. | ||
| 10173 | 2025.01.17 14:42:08.703381 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10174 | 2025.01.17 14:42:08.703731 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10175 | 2025.01.17 14:42:08.704390 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10176 | 2025.01.17 14:42:08.704552 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10177 | 2025.01.17 14:42:08.704596 [ 196 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_81_16} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10178 | 2025.01.17 14:42:08.704620 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10179 | 2025.01.17 14:42:08.704786 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 10180 | 2025.01.17 14:42:08.705138 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10181 | 2025.01.17 14:42:08.705404 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2025.01.17 14:42:08.705615 [ 107 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10183 | 2025.01.17 14:42:08.705629 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00233 sec., 39484.97854077253 rows/sec., 3.08 MiB/sec. | ||
| 10184 | 2025.01.17 14:42:08.705705 [ 107 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10185 | 2025.01.17 14:42:08.705798 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10186 | 2025.01.17 14:42:08.705802 [ 257 ] {c805a59d-47c9-45bb-a056-2867b494bd37} <Debug> TCPHandler: Processed in 0.002746546 sec. | ||
| 10187 | 2025.01.17 14:42:08.706038 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 10188 | 2025.01.17 14:42:08.706055 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10189 | 2025.01.17 14:42:08.706298 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10190 | 2025.01.17 14:42:08.706307 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10191 | 2025.01.17 14:42:08.706353 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 10192 | 2025.01.17 14:42:08.706425 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10193 | 2025.01.17 14:42:08.706662 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 851 rows starting from the beginning of the part | ||
| 10194 | 2025.01.17 14:42:08.706994 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 10195 | 2025.01.17 14:42:08.707439 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 90 rows starting from the beginning of the part | ||
| 10196 | 2025.01.17 14:42:08.707744 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 395 rows starting from the beginning of the part | ||
| 10197 | 2025.01.17 14:42:08.708017 [ 199 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 92 rows starting from the beginning of the part | ||
| 10198 | 2025.01.17 14:42:08.708974 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2025.01.17 14:42:08.709047 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10200 | 2025.01.17 14:42:08.709912 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10201 | 2025.01.17 14:42:08.710397 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2025.01.17 14:42:08.710592 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10203 | 2025.01.17 14:42:08.710706 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10204 | 2025.01.17 14:42:08.710743 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10205 | 2025.01.17 14:42:08.710766 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00454 sec., 35462.555066079294 rows/sec., 2.47 MiB/sec. | ||
| 10206 | 2025.01.17 14:42:08.711206 [ 253 ] {39489699-3357-47fb-b50d-4c3a7060738c} <Debug> TCPHandler: Processed in 0.005244538 sec. | ||
| 10207 | 2025.01.17 14:42:08.711827 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10208 | 2025.01.17 14:42:08.712306 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 10209 | 2025.01.17 14:42:08.712311 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006404642 sec., 375508.8887091581 rows/sec., 28.79 MiB/sec. | ||
| 10210 | 2025.01.17 14:42:08.712380 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10211 | 2025.01.17 14:42:08.712693 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10212 | 2025.01.17 14:42:08.712745 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10213 | 2025.01.17 14:42:08.712947 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10214 | 2025.01.17 14:42:08.713107 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22836 rows starting from the beginning of the part | ||
| 10215 | 2025.01.17 14:42:08.713862 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 987 rows starting from the beginning of the part | ||
| 10216 | 2025.01.17 14:42:08.713919 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10217 | 2025.01.17 14:42:08.714366 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 96 rows starting from the beginning of the part | ||
| 10218 | 2025.01.17 14:42:08.714403 [ 198 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_81_16} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10219 | 2025.01.17 14:42:08.714713 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10220 | 2025.01.17 14:42:08.714795 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10221 | 2025.01.17 14:42:08.715042 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 10222 | 2025.01.17 14:42:08.715322 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part | ||
| 10223 | 2025.01.17 14:42:08.716909 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10224 | 2025.01.17 14:42:08.716953 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10225 | 2025.01.17 14:42:08.717928 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10226 | 2025.01.17 14:42:08.718316 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10227 | 2025.01.17 14:42:08.719138 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006868 sec., 3785.6726849155502 rows/sec., 6.78 MiB/sec. | ||
| 10228 | 2025.01.17 14:42:08.719736 [ 257 ] {dd3b08a1-60ad-4e0e-8c12-d57d4727cc80} <Debug> TCPHandler: Processed in 0.008126697 sec. | ||
| 10229 | 2025.01.17 14:42:08.720039 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10230 | 2025.01.17 14:42:08.720201 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10231 | 2025.01.17 14:42:08.720252 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10232 | 2025.01.17 14:42:08.720952 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10233 | 2025.01.17 14:42:08.720991 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10234 | 2025.01.17 14:42:08.721641 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10235 | 2025.01.17 14:42:08.721942 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10236 | 2025.01.17 14:42:08.722140 [ 107 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10237 | 2025.01.17 14:42:08.722208 [ 107 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10238 | 2025.01.17 14:42:08.722269 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10239 | 2025.01.17 14:42:08.722329 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002136 sec., 28089.88764044944 rows/sec., 1.89 MiB/sec. | ||
| 10240 | 2025.01.17 14:42:08.722440 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 10241 | 2025.01.17 14:42:08.722587 [ 253 ] {e4e189c1-b6aa-493a-86fa-d50a07743430} <Debug> TCPHandler: Processed in 0.002694886 sec. | ||
| 10242 | 2025.01.17 14:42:08.722899 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10243 | 2025.01.17 14:42:08.723014 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4640 rows starting from the beginning of the part | ||
| 10244 | 2025.01.17 14:42:08.723163 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24477 rows, containing 5 columns (5 merged, 0 gathered) in 0.012002147 sec., 2039385.120012278 rows/sec., 137.70 MiB/sec. | ||
| 10245 | 2025.01.17 14:42:08.723316 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 46 rows starting from the beginning of the part | ||
| 10246 | 2025.01.17 14:42:08.723412 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 36 rows starting from the beginning of the part | ||
| 10247 | 2025.01.17 14:42:08.723715 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10248 | 2025.01.17 14:42:08.723801 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10249 | 2025.01.17 14:42:08.723981 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10250 | 2025.01.17 14:42:08.724203 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10251 | 2025.01.17 14:42:08.724764 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2025.01.17 14:42:08.724921 [ 186 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10253 | 2025.01.17 14:42:08.725087 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 10254 | 2025.01.17 14:42:08.726878 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4924 rows, containing 4 columns (4 merged, 0 gathered) in 0.004524173 sec., 1088375.7097706033 rows/sec., 70.96 MiB/sec. | ||
| 10255 | 2025.01.17 14:42:08.727378 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10256 | 2025.01.17 14:42:08.727733 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10257 | 2025.01.17 14:42:08.727815 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_81_16} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10258 | 2025.01.17 14:42:08.727904 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10259 | 2025.01.17 14:42:10.559977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509 | ||
| 10260 | 2025.01.17 14:42:10.560716 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2025.01.17 14:42:10.560777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10262 | 2025.01.17 14:42:10.561334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10263 | 2025.01.17 14:42:10.561606 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10264 | 2025.01.17 14:42:10.561924 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10265 | 2025.01.17 14:42:12.157459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10266 | 2025.01.17 14:42:12.178015 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10267 | 2025.01.17 14:42:12.178070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10268 | 2025.01.17 14:42:12.185678 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10269 | 2025.01.17 14:42:12.186455 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10270 | 2025.01.17 14:42:12.189205 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10271 | 2025.01.17 14:42:13.196909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1454 | ||
| 10272 | 2025.01.17 14:42:13.200148 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10273 | 2025.01.17 14:42:13.200201 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10274 | 2025.01.17 14:42:13.201710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10275 | 2025.01.17 14:42:13.202063 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2025.01.17 14:42:13.202248 [ 102 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10277 | 2025.01.17 14:42:13.202319 [ 102 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10278 | 2025.01.17 14:42:13.202364 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10279 | 2025.01.17 14:42:13.203243 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 10280 | 2025.01.17 14:42:13.204317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1454 | ||
| 10281 | 2025.01.17 14:42:13.204746 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10282 | 2025.01.17 14:42:13.204918 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1288 rows starting from the beginning of the part | ||
| 10283 | 2025.01.17 14:42:13.205554 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 10284 | 2025.01.17 14:42:13.206199 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 10285 | 2025.01.17 14:42:13.206808 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 10286 | 2025.01.17 14:42:13.207412 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 10287 | 2025.01.17 14:42:13.207997 [ 191 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10288 | 2025.01.17 14:42:13.216231 [ 196 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 72 columns (72 merged, 0 gathered) in 0.013662251 sec., 106424.62944063902 rows/sec., 82.81 MiB/sec. | ||
| 10289 | 2025.01.17 14:42:13.217910 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10290 | 2025.01.17 14:42:13.218791 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10291 | 2025.01.17 14:42:13.218897 [ 189 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_36_7} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10292 | 2025.01.17 14:42:13.219265 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 10293 | 2025.01.17 14:42:13.696078 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10294 | 2025.01.17 14:42:13.696282 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10295 | 2025.01.17 14:42:13.696366 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10296 | 2025.01.17 14:42:13.697177 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10297 | 2025.01.17 14:42:13.697231 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10298 | 2025.01.17 14:42:13.697674 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10299 | 2025.01.17 14:42:13.697946 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10300 | 2025.01.17 14:42:13.698233 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec. | ||
| 10301 | 2025.01.17 14:42:13.698348 [ 253 ] {487fe979-1fac-4221-9a60-8a057ea8051d} <Debug> TCPHandler: Processed in 0.00240833 sec. | ||
| 10302 | 2025.01.17 14:42:13.698686 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10303 | 2025.01.17 14:42:13.698963 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10304 | 2025.01.17 14:42:13.699034 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10305 | 2025.01.17 14:42:13.699888 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10306 | 2025.01.17 14:42:13.699931 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10307 | 2025.01.17 14:42:13.700389 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10308 | 2025.01.17 14:42:13.700658 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10309 | 2025.01.17 14:42:13.700861 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001963 sec., 116658.17626082528 rows/sec., 10.20 MiB/sec. | ||
| 10310 | 2025.01.17 14:42:13.700922 [ 257 ] {c95fa224-3721-4370-b99e-fef94c81062e} <Debug> TCPHandler: Processed in 0.00244473 sec. | ||
| 10311 | 2025.01.17 14:42:13.701071 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10312 | 2025.01.17 14:42:13.701220 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10313 | 2025.01.17 14:42:13.701282 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10314 | 2025.01.17 14:42:13.702005 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2025.01.17 14:42:13.702047 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10316 | 2025.01.17 14:42:13.702429 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10317 | 2025.01.17 14:42:13.702676 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10318 | 2025.01.17 14:42:13.702854 [ 102 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 10319 | 2025.01.17 14:42:13.702926 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001736 sec., 11520.737327188941 rows/sec., 825.80 KiB/sec. | ||
| 10320 | 2025.01.17 14:42:13.702946 [ 102 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10321 | 2025.01.17 14:42:13.703045 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10322 | 2025.01.17 14:42:13.703061 [ 253 ] {f2bfc9dd-f60f-4ad6-bdf0-14efe7d8c0b1} <Debug> TCPHandler: Processed in 0.002056833 sec. | ||
| 10323 | 2025.01.17 14:42:13.703351 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 10324 | 2025.01.17 14:42:13.703385 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10325 | 2025.01.17 14:42:13.703654 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10326 | 2025.01.17 14:42:13.703743 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 64 rows starting from the beginning of the part | ||
| 10327 | 2025.01.17 14:42:13.703762 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10328 | 2025.01.17 14:42:13.703960 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part | ||
| 10329 | 2025.01.17 14:42:13.703973 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10330 | 2025.01.17 14:42:13.704369 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part | ||
| 10331 | 2025.01.17 14:42:13.704683 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part | ||
| 10332 | 2025.01.17 14:42:13.705014 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part | ||
| 10333 | 2025.01.17 14:42:13.705424 [ 196 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part | ||
| 10334 | 2025.01.17 14:42:13.706897 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10335 | 2025.01.17 14:42:13.706980 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10336 | 2025.01.17 14:42:13.708044 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10337 | 2025.01.17 14:42:13.708365 [ 189 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005163426 sec., 34473.2354061044 rows/sec., 2.59 MiB/sec. | ||
| 10338 | 2025.01.17 14:42:13.708554 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10339 | 2025.01.17 14:42:13.708566 [ 189 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 10340 | 2025.01.17 14:42:13.709078 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005415 sec., 2585.410895660203 rows/sec., 181.07 KiB/sec. | ||
| 10341 | 2025.01.17 14:42:13.709358 [ 189 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10342 | 2025.01.17 14:42:13.709421 [ 257 ] {a89c4877-f7c3-4472-9439-5665c977b262} <Debug> TCPHandler: Processed in 0.006200508 sec. | ||
| 10343 | 2025.01.17 14:42:13.709747 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10344 | 2025.01.17 14:42:13.709741 [ 189 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_65_13} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 10345 | 2025.01.17 14:42:13.709963 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10346 | 2025.01.17 14:42:13.709973 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10347 | 2025.01.17 14:42:13.710033 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10348 | 2025.01.17 14:42:13.710627 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2025.01.17 14:42:13.710668 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10350 | 2025.01.17 14:42:13.711039 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10351 | 2025.01.17 14:42:13.711290 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2025.01.17 14:42:13.711514 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec. | ||
| 10353 | 2025.01.17 14:42:13.711569 [ 253 ] {399cca31-fb36-439a-ba13-838106348f28} <Debug> TCPHandler: Processed in 0.002005981 sec. | ||
| 10354 | 2025.01.17 14:42:13.711727 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10355 | 2025.01.17 14:42:13.711852 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10356 | 2025.01.17 14:42:13.711905 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10357 | 2025.01.17 14:42:13.712681 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10358 | 2025.01.17 14:42:13.712720 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10359 | 2025.01.17 14:42:13.713132 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10360 | 2025.01.17 14:42:13.713384 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10361 | 2025.01.17 14:42:13.713585 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001759 sec., 224559.40875497443 rows/sec., 15.95 MiB/sec. | ||
| 10362 | 2025.01.17 14:42:13.713698 [ 257 ] {c3a2e8e3-0a66-46d2-bb0d-50ccdab624cd} <Debug> TCPHandler: Processed in 0.002027672 sec. | ||
| 10363 | 2025.01.17 14:42:13.713901 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10364 | 2025.01.17 14:42:13.714087 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10365 | 2025.01.17 14:42:13.714150 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10366 | 2025.01.17 14:42:13.714746 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10367 | 2025.01.17 14:42:13.714794 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10368 | 2025.01.17 14:42:13.715182 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10369 | 2025.01.17 14:42:13.715443 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10370 | 2025.01.17 14:42:13.715697 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001632 sec., 3676.470588235294 rows/sec., 192.08 KiB/sec. | ||
| 10371 | 2025.01.17 14:42:13.715841 [ 253 ] {3336c16e-8d5a-49bd-bcdc-c0fb02baf314} <Debug> TCPHandler: Processed in 0.002051192 sec. | ||
| 10372 | 2025.01.17 14:42:13.716077 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10373 | 2025.01.17 14:42:13.716200 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10374 | 2025.01.17 14:42:13.716255 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10375 | 2025.01.17 14:42:13.716851 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10376 | 2025.01.17 14:42:13.716890 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10377 | 2025.01.17 14:42:13.717303 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10378 | 2025.01.17 14:42:13.717554 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10379 | 2025.01.17 14:42:13.717769 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
| 10380 | 2025.01.17 14:42:13.717825 [ 257 ] {0a313ff3-0634-4852-94b2-934a08edc91b} <Debug> TCPHandler: Processed in 0.001860788 sec. | ||
| 10381 | 2025.01.17 14:42:13.717989 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10382 | 2025.01.17 14:42:13.718128 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10383 | 2025.01.17 14:42:13.718189 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10384 | 2025.01.17 14:42:13.718756 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10385 | 2025.01.17 14:42:13.718802 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10386 | 2025.01.17 14:42:13.719193 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10387 | 2025.01.17 14:42:13.719451 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10388 | 2025.01.17 14:42:13.719661 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec. | ||
| 10389 | 2025.01.17 14:42:13.719800 [ 253 ] {821aeaeb-8cb7-4886-9401-78c50b4e080f} <Debug> TCPHandler: Processed in 0.001876578 sec. | ||
| 10390 | 2025.01.17 14:42:13.720036 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10391 | 2025.01.17 14:42:13.720152 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10392 | 2025.01.17 14:42:13.720234 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10393 | 2025.01.17 14:42:13.721365 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10394 | 2025.01.17 14:42:13.721405 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10395 | 2025.01.17 14:42:13.722048 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10396 | 2025.01.17 14:42:13.722327 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2025.01.17 14:42:13.722631 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002495 sec., 5210.420841683367 rows/sec., 9.34 MiB/sec. | ||
| 10398 | 2025.01.17 14:42:13.722991 [ 257 ] {5fec0d30-be67-4c26-bdb8-8cc7dbc52607} <Debug> TCPHandler: Processed in 0.003079443 sec. | ||
| 10399 | 2025.01.17 14:42:13.723253 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10400 | 2025.01.17 14:42:13.723414 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10401 | 2025.01.17 14:42:13.723475 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10402 | 2025.01.17 14:42:13.724033 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10403 | 2025.01.17 14:42:13.724072 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10404 | 2025.01.17 14:42:13.724461 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10405 | 2025.01.17 14:42:13.724703 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10406 | 2025.01.17 14:42:13.724883 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
| 10407 | 2025.01.17 14:42:13.724934 [ 253 ] {1242a272-a1f5-4065-9516-23fc177d088a} <Debug> TCPHandler: Processed in 0.001825207 sec. | ||
| 10408 | 2025.01.17 14:42:17.900726 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10409 | 2025.01.17 14:42:17.900799 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10410 | 2025.01.17 14:42:18.062059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997 | ||
| 10411 | 2025.01.17 14:42:18.063215 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10412 | 2025.01.17 14:42:18.063313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10413 | 2025.01.17 14:42:18.063909 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10414 | 2025.01.17 14:42:18.064174 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10415 | 2025.01.17 14:42:18.064390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997 | ||
| 10416 | 2025.01.17 14:42:18.691939 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10417 | 2025.01.17 14:42:18.692152 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10418 | 2025.01.17 14:42:18.692234 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10419 | 2025.01.17 14:42:18.693161 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10420 | 2025.01.17 14:42:18.693216 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10421 | 2025.01.17 14:42:18.693671 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10422 | 2025.01.17 14:42:18.693930 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10423 | 2025.01.17 14:42:18.694181 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002085 sec., 51798.561151079135 rows/sec., 4.33 MiB/sec. | ||
| 10424 | 2025.01.17 14:42:18.694288 [ 253 ] {6a88481d-cf81-4a09-9031-de71aaa78d22} <Debug> TCPHandler: Processed in 0.002482491 sec. | ||
| 10425 | 2025.01.17 14:42:18.694589 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10426 | 2025.01.17 14:42:18.694803 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10427 | 2025.01.17 14:42:18.694886 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10428 | 2025.01.17 14:42:18.695661 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2025.01.17 14:42:18.695712 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10430 | 2025.01.17 14:42:18.696165 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10431 | 2025.01.17 14:42:18.696459 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10432 | 2025.01.17 14:42:18.696715 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00197 sec., 13197.969543147208 rows/sec., 992.43 KiB/sec. | ||
| 10433 | 2025.01.17 14:42:18.696783 [ 257 ] {6804b970-449d-4757-8b3c-a9bf4888de77} <Debug> TCPHandler: Processed in 0.002371409 sec. | ||
| 10434 | 2025.01.17 14:42:18.696954 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10435 | 2025.01.17 14:42:18.697098 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10436 | 2025.01.17 14:42:18.697159 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10437 | 2025.01.17 14:42:18.697920 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2025.01.17 14:42:18.697970 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10439 | 2025.01.17 14:42:18.698398 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10440 | 2025.01.17 14:42:18.698642 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2025.01.17 14:42:18.698863 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.0018 sec., 50000 rows/sec., 3.90 MiB/sec. | ||
| 10442 | 2025.01.17 14:42:18.698920 [ 253 ] {b7ba8021-1631-4edc-8b01-b51518429e77} <Debug> TCPHandler: Processed in 0.002035562 sec. | ||
| 10443 | 2025.01.17 14:42:18.699127 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2025.01.17 14:42:18.699360 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10445 | 2025.01.17 14:42:18.699461 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10446 | 2025.01.17 14:42:18.700314 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10447 | 2025.01.17 14:42:18.700384 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10448 | 2025.01.17 14:42:18.700797 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10449 | 2025.01.17 14:42:18.701050 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2025.01.17 14:42:18.701293 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001993 sec., 80280.98344204716 rows/sec., 5.59 MiB/sec. | ||
| 10451 | 2025.01.17 14:42:18.701402 [ 257 ] {8871e629-e0c4-45e9-a575-fded8f63ccbd} <Debug> TCPHandler: Processed in 0.002382509 sec. | ||
| 10452 | 2025.01.17 14:42:18.701615 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10453 | 2025.01.17 14:42:18.701812 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10454 | 2025.01.17 14:42:18.701907 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10455 | 2025.01.17 14:42:18.703113 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2025.01.17 14:42:18.703154 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10457 | 2025.01.17 14:42:18.703810 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10458 | 2025.01.17 14:42:18.704072 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2025.01.17 14:42:18.704270 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10460 | 2025.01.17 14:42:18.704347 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002562 sec., 10148.32162373146 rows/sec., 18.19 MiB/sec. | ||
| 10461 | 2025.01.17 14:42:18.704357 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2025.01.17 14:42:18.704436 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10463 | 2025.01.17 14:42:18.704683 [ 253 ] {6fa1a948-5a12-4389-bfc9-cff1dc8aa88f} <Debug> TCPHandler: Processed in 0.003188185 sec. | ||
| 10464 | 2025.01.17 14:42:18.704705 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 10465 | 2025.01.17 14:42:18.704884 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10466 | 2025.01.17 14:42:18.705170 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10467 | 2025.01.17 14:42:18.705181 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10468 | 2025.01.17 14:42:18.705290 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1125 rows starting from the beginning of the part | ||
| 10469 | 2025.01.17 14:42:18.705319 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10470 | 2025.01.17 14:42:18.706183 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part | ||
| 10471 | 2025.01.17 14:42:18.706964 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 10472 | 2025.01.17 14:42:18.707766 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part | ||
| 10473 | 2025.01.17 14:42:18.707816 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2025.01.17 14:42:18.707897 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10475 | 2025.01.17 14:42:18.708409 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 10476 | 2025.01.17 14:42:18.709119 [ 197 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part | ||
| 10477 | 2025.01.17 14:42:18.709522 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10478 | 2025.01.17 14:42:18.710220 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10479 | 2025.01.17 14:42:18.710724 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005623 sec., 10670.460608216254 rows/sec., 736.37 KiB/sec. | ||
| 10480 | 2025.01.17 14:42:18.710932 [ 257 ] {0f2189f2-89ff-4c31-aa62-3b6ef82844ae} <Debug> TCPHandler: Processed in 0.006152467 sec. | ||
| 10481 | 2025.01.17 14:42:18.716414 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1229 rows, containing 19 columns (19 merged, 0 gathered) in 0.011833924 sec., 103853.97100741902 rows/sec., 186.10 MiB/sec. | ||
| 10482 | 2025.01.17 14:42:18.717756 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10483 | 2025.01.17 14:42:18.718231 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10484 | 2025.01.17 14:42:18.718326 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10485 | 2025.01.17 14:42:18.718502 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. | ||
| 10486 | 2025.01.17 14:42:19.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.35 MiB, peak 242.68 MiB, free memory in arenas 0.00 B, will set to 232.67 MiB (RSS), difference: 1.32 MiB | ||
| 10487 | 2025.01.17 14:42:19.689244 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10488 | 2025.01.17 14:42:19.712366 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2025.01.17 14:42:19.712416 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10490 | 2025.01.17 14:42:19.719762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10491 | 2025.01.17 14:42:19.720590 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2025.01.17 14:42:19.724248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10493 | 2025.01.17 14:42:19.940536 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10494 | 2025.01.17 14:42:19.940721 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10495 | 2025.01.17 14:42:19.940793 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10496 | 2025.01.17 14:42:19.941545 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10497 | 2025.01.17 14:42:19.941593 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10498 | 2025.01.17 14:42:19.942029 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10499 | 2025.01.17 14:42:19.942287 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10500 | 2025.01.17 14:42:19.942530 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 10501 | 2025.01.17 14:42:19.942597 [ 253 ] {8fec21d1-4622-4064-88c4-87fd5b7ce166} <Debug> TCPHandler: Processed in 0.002185434 sec. | ||
| 10502 | 2025.01.17 14:42:19.942909 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10503 | 2025.01.17 14:42:19.943121 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10504 | 2025.01.17 14:42:19.943196 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10505 | 2025.01.17 14:42:19.943956 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10506 | 2025.01.17 14:42:19.944000 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10507 | 2025.01.17 14:42:19.944456 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 10508 | 2025.01.17 14:42:19.944737 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10509 | 2025.01.17 14:42:19.945010 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001926 sec., 8307.372793354101 rows/sec., 677.41 KiB/sec. | ||
| 10510 | 2025.01.17 14:42:19.945334 [ 257 ] {1d1b7347-163f-4f72-b2ee-2cead0694d55} <Debug> TCPHandler: Processed in 0.002565653 sec. | ||
| 10511 | 2025.01.17 14:42:19.945534 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10512 | 2025.01.17 14:42:19.945660 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10513 | 2025.01.17 14:42:19.945713 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10514 | 2025.01.17 14:42:19.947048 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10515 | 2025.01.17 14:42:19.947091 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10516 | 2025.01.17 14:42:19.947560 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10517 | 2025.01.17 14:42:19.947829 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10518 | 2025.01.17 14:42:19.948052 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002422 sec., 568538.3980181668 rows/sec., 47.26 MiB/sec. | ||
| 10519 | 2025.01.17 14:42:19.948112 [ 253 ] {4a57afe2-a202-4820-9e18-fe03d0fde678} <Debug> TCPHandler: Processed in 0.002667385 sec. | ||
| 10520 | 2025.01.17 14:42:19.948322 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10521 | 2025.01.17 14:42:19.948554 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10522 | 2025.01.17 14:42:19.948646 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10523 | 2025.01.17 14:42:19.949475 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10524 | 2025.01.17 14:42:19.949514 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10525 | 2025.01.17 14:42:19.949893 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10526 | 2025.01.17 14:42:19.950142 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10527 | 2025.01.17 14:42:19.950322 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001827 sec., 19704.433497536946 rows/sec., 1.36 MiB/sec. | ||
| 10528 | 2025.01.17 14:42:19.950376 [ 257 ] {7af4fa98-0f2f-4102-bd93-20e2950958d2} <Debug> TCPHandler: Processed in 0.002163175 sec. | ||
| 10529 | 2025.01.17 14:42:19.950537 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10530 | 2025.01.17 14:42:19.950680 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10531 | 2025.01.17 14:42:19.950739 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10532 | 2025.01.17 14:42:19.951489 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10533 | 2025.01.17 14:42:19.951531 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10534 | 2025.01.17 14:42:19.951911 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10535 | 2025.01.17 14:42:19.952155 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10536 | 2025.01.17 14:42:19.952408 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001758 sec., 137656.42775881683 rows/sec., 9.33 MiB/sec. | ||
| 10537 | 2025.01.17 14:42:19.952487 [ 253 ] {8a675fd8-2c8f-4444-b017-10c47594b06b} <Debug> TCPHandler: Processed in 0.002011091 sec. | ||
| 10538 | 2025.01.17 14:42:19.952797 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10539 | 2025.01.17 14:42:19.953022 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10540 | 2025.01.17 14:42:19.953112 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10541 | 2025.01.17 14:42:19.953702 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10542 | 2025.01.17 14:42:19.953742 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10543 | 2025.01.17 14:42:19.954112 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10544 | 2025.01.17 14:42:19.954358 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10545 | 2025.01.17 14:42:19.954535 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec. | ||
| 10546 | 2025.01.17 14:42:19.954589 [ 257 ] {bdcf7ced-e030-4792-8be7-93e4335a2da4} <Debug> TCPHandler: Processed in 0.00196152 sec. | ||
| 10547 | 2025.01.17 14:42:19.954749 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10548 | 2025.01.17 14:42:19.954886 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10549 | 2025.01.17 14:42:19.954945 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10550 | 2025.01.17 14:42:19.955865 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10551 | 2025.01.17 14:42:19.955907 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10552 | 2025.01.17 14:42:19.956315 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10553 | 2025.01.17 14:42:19.956562 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10554 | 2025.01.17 14:42:19.956789 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.001932 sec., 448757.7639751553 rows/sec., 32.51 MiB/sec. | ||
| 10555 | 2025.01.17 14:42:19.956844 [ 253 ] {a5b4f504-5af4-49d1-b58e-15edf2723cea} <Debug> TCPHandler: Processed in 0.002164225 sec. | ||
| 10556 | 2025.01.17 14:42:19.957046 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10557 | 2025.01.17 14:42:19.957212 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10558 | 2025.01.17 14:42:19.957272 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10559 | 2025.01.17 14:42:19.957849 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10560 | 2025.01.17 14:42:19.957893 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10561 | 2025.01.17 14:42:19.958294 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10562 | 2025.01.17 14:42:19.958554 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10563 | 2025.01.17 14:42:19.958768 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001576 sec., 3807.1065989847716 rows/sec., 198.91 KiB/sec. | ||
| 10564 | 2025.01.17 14:42:19.958952 [ 257 ] {ab67a752-6c7e-4a3e-86d2-9de4d92c6356} <Debug> TCPHandler: Processed in 0.002010611 sec. | ||
| 10565 | 2025.01.17 14:42:19.959178 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10566 | 2025.01.17 14:42:19.959324 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10567 | 2025.01.17 14:42:19.959387 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10568 | 2025.01.17 14:42:19.960273 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2025.01.17 14:42:19.960313 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10570 | 2025.01.17 14:42:19.960758 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10571 | 2025.01.17 14:42:19.961028 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2025.01.17 14:42:19.961273 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.001978 sec., 503033.3670374115 rows/sec., 33.48 MiB/sec. | ||
| 10573 | 2025.01.17 14:42:19.961353 [ 253 ] {b11dfb79-d39c-4305-9768-78fe3f3118dc} <Debug> TCPHandler: Processed in 0.002299298 sec. | ||
| 10574 | 2025.01.17 14:42:19.961598 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10575 | 2025.01.17 14:42:19.961779 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10576 | 2025.01.17 14:42:19.961840 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10577 | 2025.01.17 14:42:19.962343 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2025.01.17 14:42:19.962386 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10579 | 2025.01.17 14:42:19.962757 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10580 | 2025.01.17 14:42:19.963001 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2025.01.17 14:42:19.963180 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001431 sec., 698.8120195667366 rows/sec., 47.09 KiB/sec. | ||
| 10582 | 2025.01.17 14:42:19.963232 [ 257 ] {4b7d7b97-c1f5-4570-910f-67de4ff81ac9} <Debug> TCPHandler: Processed in 0.001789367 sec. | ||
| 10583 | 2025.01.17 14:42:19.963385 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10584 | 2025.01.17 14:42:19.963523 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10585 | 2025.01.17 14:42:19.963617 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10586 | 2025.01.17 14:42:19.964826 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2025.01.17 14:42:19.964866 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10588 | 2025.01.17 14:42:19.965485 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10589 | 2025.01.17 14:42:19.965750 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2025.01.17 14:42:19.965982 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002491 sec., 5218.787635487755 rows/sec., 9.35 MiB/sec. | ||
| 10591 | 2025.01.17 14:42:19.966089 [ 253 ] {1dd6ee25-9816-4aaf-ab19-e1831d30906f} <Debug> TCPHandler: Processed in 0.002771077 sec. | ||
| 10592 | 2025.01.17 14:42:19.966297 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10593 | 2025.01.17 14:42:19.966519 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10594 | 2025.01.17 14:42:19.966612 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10595 | 2025.01.17 14:42:19.967316 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2025.01.17 14:42:19.967353 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10597 | 2025.01.17 14:42:19.967731 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10598 | 2025.01.17 14:42:19.967973 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2025.01.17 14:42:19.968152 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001686 sec., 27283.511269276394 rows/sec., 1.65 MiB/sec. | ||
| 10600 | 2025.01.17 14:42:19.968203 [ 257 ] {0edb66da-d01c-4fce-a20f-d8e9e3796ab6} <Debug> TCPHandler: Processed in 0.002013862 sec. | ||
| 10601 | 2025.01.17 14:42:20.000259 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.05 MiB, peak 242.68 MiB, free memory in arenas 0.00 B, will set to 232.67 MiB (RSS), difference: -1.37 MiB | ||
| 10602 | 2025.01.17 14:42:23.205526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1512 | ||
| 10603 | 2025.01.17 14:42:23.209197 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2025.01.17 14:42:23.209259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10605 | 2025.01.17 14:42:23.210825 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10606 | 2025.01.17 14:42:23.211163 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2025.01.17 14:42:23.212629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1512 | ||
| 10608 | 2025.01.17 14:42:23.687455 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10609 | 2025.01.17 14:42:23.687642 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10610 | 2025.01.17 14:42:23.687714 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10611 | 2025.01.17 14:42:23.688483 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10612 | 2025.01.17 14:42:23.688532 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10613 | 2025.01.17 14:42:23.688962 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10614 | 2025.01.17 14:42:23.689218 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2025.01.17 14:42:23.689436 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001845 sec., 30352.30352303523 rows/sec., 2.32 MiB/sec. | ||
| 10616 | 2025.01.17 14:42:23.689503 [ 253 ] {9400f2bc-25c2-4143-8c4b-700153274a33} <Debug> TCPHandler: Processed in 0.002170895 sec. | ||
| 10617 | 2025.01.17 14:42:23.689777 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10618 | 2025.01.17 14:42:23.689996 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10619 | 2025.01.17 14:42:23.690081 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10620 | 2025.01.17 14:42:23.690883 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2025.01.17 14:42:23.690938 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10622 | 2025.01.17 14:42:23.691406 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10623 | 2025.01.17 14:42:23.691680 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2025.01.17 14:42:23.691930 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 10625 | 2025.01.17 14:42:23.691999 [ 257 ] {be74de57-ccaa-43ee-a550-1923966d435f} <Debug> TCPHandler: Processed in 0.002367578 sec. | ||
| 10626 | 2025.01.17 14:42:23.692148 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10627 | 2025.01.17 14:42:23.692277 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10628 | 2025.01.17 14:42:23.692336 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10629 | 2025.01.17 14:42:23.692902 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10630 | 2025.01.17 14:42:23.692940 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10631 | 2025.01.17 14:42:23.693347 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10632 | 2025.01.17 14:42:23.693600 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10633 | 2025.01.17 14:42:23.693795 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001549 sec., 61975.46804389929 rows/sec., 4.32 MiB/sec. | ||
| 10634 | 2025.01.17 14:42:23.693856 [ 253 ] {cebb1c30-0ae3-48a3-b7be-4ef2e528a0d5} <Debug> TCPHandler: Processed in 0.001777247 sec. | ||
| 10635 | 2025.01.17 14:42:23.694059 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10636 | 2025.01.17 14:42:23.694259 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10637 | 2025.01.17 14:42:23.694325 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10638 | 2025.01.17 14:42:23.694936 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10639 | 2025.01.17 14:42:23.694986 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10640 | 2025.01.17 14:42:23.695427 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10641 | 2025.01.17 14:42:23.695691 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10642 | 2025.01.17 14:42:23.695928 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001706 sec., 21101.992966002344 rows/sec., 1.42 MiB/sec. | ||
| 10643 | 2025.01.17 14:42:23.695984 [ 257 ] {6446c14b-9b08-4d4b-93f4-58b31c19c144} <Debug> TCPHandler: Processed in 0.002031081 sec. | ||
| 10644 | 2025.01.17 14:42:25.565505 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424 | ||
| 10645 | 2025.01.17 14:42:25.566150 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10646 | 2025.01.17 14:42:25.566194 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10647 | 2025.01.17 14:42:25.566717 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10648 | 2025.01.17 14:42:25.566976 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10649 | 2025.01.17 14:42:25.567207 [ 87 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10650 | 2025.01.17 14:42:25.567246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10651 | 2025.01.17 14:42:25.567289 [ 87 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2025.01.17 14:42:25.567317 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10653 | 2025.01.17 14:42:25.567445 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 10654 | 2025.01.17 14:42:25.567597 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10655 | 2025.01.17 14:42:25.567643 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21167 rows starting from the beginning of the part | ||
| 10656 | 2025.01.17 14:42:25.567729 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 10657 | 2025.01.17 14:42:25.567930 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 10658 | 2025.01.17 14:42:25.568191 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 10659 | 2025.01.17 14:42:25.568328 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 10660 | 2025.01.17 14:42:25.568586 [ 187 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 10661 | 2025.01.17 14:42:25.571625 [ 193 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.004238177 sec., 5526904.610166116 rows/sec., 79.06 MiB/sec. | ||
| 10662 | 2025.01.17 14:42:25.571983 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10663 | 2025.01.17 14:42:25.572325 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_51_10} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10664 | 2025.01.17 14:42:25.572412 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_51_10} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10665 | 2025.01.17 14:42:25.572509 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10666 | 2025.01.17 14:42:27.225313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10667 | 2025.01.17 14:42:27.246738 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2025.01.17 14:42:27.246802 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10669 | 2025.01.17 14:42:27.254167 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10670 | 2025.01.17 14:42:27.254952 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2025.01.17 14:42:27.255338 [ 85 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10672 | 2025.01.17 14:42:27.255465 [ 85 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10673 | 2025.01.17 14:42:27.255533 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10674 | 2025.01.17 14:42:27.256000 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10675 | 2025.01.17 14:42:27.265818 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10676 | 2025.01.17 14:42:27.266950 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10677 | 2025.01.17 14:42:27.267889 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10678 | 2025.01.17 14:42:27.272600 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10679 | 2025.01.17 14:42:27.277442 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10680 | 2025.01.17 14:42:27.282657 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10681 | 2025.01.17 14:42:27.288363 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10682 | 2025.01.17 14:42:27.292987 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 10683 | 2025.01.17 14:42:27.355668 [ 193 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.100004189 sec., 3849.83873025559 rows/sec., 19.91 MiB/sec. | ||
| 10684 | 2025.01.17 14:42:27.358771 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10685 | 2025.01.17 14:42:27.361781 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_51_10} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10686 | 2025.01.17 14:42:27.361924 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_51_10} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10687 | 2025.01.17 14:42:27.364310 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10688 | 2025.01.17 14:42:28.691747 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10689 | 2025.01.17 14:42:28.691974 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10690 | 2025.01.17 14:42:28.692056 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10691 | 2025.01.17 14:42:28.692910 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10692 | 2025.01.17 14:42:28.692964 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10693 | 2025.01.17 14:42:28.693413 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10694 | 2025.01.17 14:42:28.693669 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10695 | 2025.01.17 14:42:28.693885 [ 84 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10696 | 2025.01.17 14:42:28.693908 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001984 sec., 54435.48387096774 rows/sec., 4.55 MiB/sec. | ||
| 10697 | 2025.01.17 14:42:28.693985 [ 84 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10698 | 2025.01.17 14:42:28.694063 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10699 | 2025.01.17 14:42:28.694082 [ 253 ] {d0149e13-c4fe-4df5-bb2b-7280ffd2e173} <Debug> TCPHandler: Processed in 0.002470891 sec. | ||
| 10700 | 2025.01.17 14:42:28.694334 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 10701 | 2025.01.17 14:42:28.694380 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10702 | 2025.01.17 14:42:28.694553 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10703 | 2025.01.17 14:42:28.694578 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10704 | 2025.01.17 14:42:28.694605 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1431 rows starting from the beginning of the part | ||
| 10705 | 2025.01.17 14:42:28.694660 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10706 | 2025.01.17 14:42:28.694799 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 229 rows starting from the beginning of the part | ||
| 10707 | 2025.01.17 14:42:28.695093 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 108 rows starting from the beginning of the part | ||
| 10708 | 2025.01.17 14:42:28.695391 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1377 rows starting from the beginning of the part | ||
| 10709 | 2025.01.17 14:42:28.695652 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10710 | 2025.01.17 14:42:28.695954 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 108 rows starting from the beginning of the part | ||
| 10711 | 2025.01.17 14:42:28.696885 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.01.17 14:42:28.696934 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10713 | 2025.01.17 14:42:28.697603 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10714 | 2025.01.17 14:42:28.697916 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2025.01.17 14:42:28.698211 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003686 sec., 7053.716766142159 rows/sec., 530.41 KiB/sec. | ||
| 10716 | 2025.01.17 14:42:28.698422 [ 257 ] {b91e79a8-8fd5-4a38-b8d5-14691c4e7800} <Debug> TCPHandler: Processed in 0.004201967 sec. | ||
| 10717 | 2025.01.17 14:42:28.698724 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10718 | 2025.01.17 14:42:28.699186 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10719 | 2025.01.17 14:42:28.699241 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005046814 sec., 655661.1755456016 rows/sec., 57.23 MiB/sec. | ||
| 10720 | 2025.01.17 14:42:28.699369 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10721 | 2025.01.17 14:42:28.699735 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10722 | 2025.01.17 14:42:28.700672 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10723 | 2025.01.17 14:42:28.700837 [ 190 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_86_17} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10724 | 2025.01.17 14:42:28.700980 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 10725 | 2025.01.17 14:42:28.701231 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10726 | 2025.01.17 14:42:28.701278 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10727 | 2025.01.17 14:42:28.701663 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10728 | 2025.01.17 14:42:28.701915 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10729 | 2025.01.17 14:42:28.702103 [ 83 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10730 | 2025.01.17 14:42:28.702164 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.003149 sec., 28580.50174658622 rows/sec., 2.23 MiB/sec. | ||
| 10731 | 2025.01.17 14:42:28.702190 [ 83 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10732 | 2025.01.17 14:42:28.702253 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10733 | 2025.01.17 14:42:28.702291 [ 253 ] {839116f3-fd7c-45bf-873e-3483ebd018b0} <Debug> TCPHandler: Processed in 0.003753607 sec. | ||
| 10734 | 2025.01.17 14:42:28.702532 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10735 | 2025.01.17 14:42:28.702590 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 10736 | 2025.01.17 14:42:28.702880 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10737 | 2025.01.17 14:42:28.703095 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10738 | 2025.01.17 14:42:28.703286 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10739 | 2025.01.17 14:42:28.703528 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 10740 | 2025.01.17 14:42:28.704132 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 395 rows starting from the beginning of the part | ||
| 10741 | 2025.01.17 14:42:28.704718 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 90 rows starting from the beginning of the part | ||
| 10742 | 2025.01.17 14:42:28.705317 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 867 rows starting from the beginning of the part | ||
| 10743 | 2025.01.17 14:42:28.705706 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10744 | 2025.01.17 14:42:28.705890 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 90 rows starting from the beginning of the part | ||
| 10745 | 2025.01.17 14:42:28.706965 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10746 | 2025.01.17 14:42:28.707046 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10747 | 2025.01.17 14:42:28.708024 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10748 | 2025.01.17 14:42:28.708443 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10749 | 2025.01.17 14:42:28.708700 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10750 | 2025.01.17 14:42:28.708806 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10751 | 2025.01.17 14:42:28.708890 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10752 | 2025.01.17 14:42:28.709098 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006331 sec., 25272.46880429632 rows/sec., 1.76 MiB/sec. | ||
| 10753 | 2025.01.17 14:42:28.709451 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 10754 | 2025.01.17 14:42:28.709505 [ 257 ] {6e4c99fc-adf0-4f30-9086-9f1dd234d92e} <Debug> TCPHandler: Processed in 0.007124377 sec. | ||
| 10755 | 2025.01.17 14:42:28.709600 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007210938 sec., 335462.59862447856 rows/sec., 25.73 MiB/sec. | ||
| 10756 | 2025.01.17 14:42:28.709767 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10757 | 2025.01.17 14:42:28.709849 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10758 | 2025.01.17 14:42:28.709946 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24477 rows starting from the beginning of the part | ||
| 10759 | 2025.01.17 14:42:28.709954 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10760 | 2025.01.17 14:42:28.710104 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10761 | 2025.01.17 14:42:28.710543 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10762 | 2025.01.17 14:42:28.710640 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10763 | 2025.01.17 14:42:28.711005 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10764 | 2025.01.17 14:42:28.711275 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2025.01.17 14:42:28.711603 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 995 rows starting from the beginning of the part | ||
| 10766 | 2025.01.17 14:42:28.711859 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_86_17} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10767 | 2025.01.17 14:42:28.712134 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 96 rows starting from the beginning of the part | ||
| 10768 | 2025.01.17 14:42:28.712265 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10769 | 2025.01.17 14:42:28.712647 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 10770 | 2025.01.17 14:42:28.715639 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.01.17 14:42:28.715734 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10772 | 2025.01.17 14:42:28.717365 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10773 | 2025.01.17 14:42:28.718157 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2025.01.17 14:42:28.718476 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008487 sec., 3063.508895958525 rows/sec., 5.49 MiB/sec. | ||
| 10775 | 2025.01.17 14:42:28.719046 [ 253 ] {21523a30-c816-4245-8d7e-988d2d0be59a} <Debug> TCPHandler: Processed in 0.009440394 sec. | ||
| 10776 | 2025.01.17 14:42:28.719372 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10777 | 2025.01.17 14:42:28.719702 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10778 | 2025.01.17 14:42:28.719782 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10779 | 2025.01.17 14:42:28.720362 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10780 | 2025.01.17 14:42:28.720403 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10781 | 2025.01.17 14:42:28.720925 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10782 | 2025.01.17 14:42:28.721201 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10783 | 2025.01.17 14:42:28.721423 [ 83 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10784 | 2025.01.17 14:42:28.721475 [ 83 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2025.01.17 14:42:28.721494 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0019 sec., 31578.947368421053 rows/sec., 2.13 MiB/sec. | ||
| 10786 | 2025.01.17 14:42:28.721510 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10787 | 2025.01.17 14:42:28.721664 [ 257 ] {e673f279-a77c-405a-8230-375586001122} <Debug> TCPHandler: Processed in 0.002474151 sec. | ||
| 10788 | 2025.01.17 14:42:28.721746 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 10789 | 2025.01.17 14:42:28.721909 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10790 | 2025.01.17 14:42:28.721946 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4924 rows starting from the beginning of the part | ||
| 10791 | 2025.01.17 14:42:28.722029 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 10792 | 2025.01.17 14:42:28.722135 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 10793 | 2025.01.17 14:42:28.722580 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 46 rows starting from the beginning of the part | ||
| 10794 | 2025.01.17 14:42:28.722843 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part | ||
| 10795 | 2025.01.17 14:42:28.723253 [ 194 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10796 | 2025.01.17 14:42:28.723342 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26125 rows, containing 5 columns (5 merged, 0 gathered) in 0.014264724 sec., 1831440.9728502284 rows/sec., 123.65 MiB/sec. | ||
| 10797 | 2025.01.17 14:42:28.723609 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10798 | 2025.01.17 14:42:28.723971 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10799 | 2025.01.17 14:42:28.724080 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10800 | 2025.01.17 14:42:28.724184 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 10801 | 2025.01.17 14:42:28.725094 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5208 rows, containing 4 columns (4 merged, 0 gathered) in 0.003460332 sec., 1505057.8961787482 rows/sec., 98.12 MiB/sec. | ||
| 10802 | 2025.01.17 14:42:28.725659 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10803 | 2025.01.17 14:42:28.726006 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10804 | 2025.01.17 14:42:28.726100 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_86_17} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10805 | 2025.01.17 14:42:28.726205 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10806 | 2025.01.17 14:42:31.366530 [ 81 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10807 | 2025.01.17 14:42:31.366593 [ 81 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10808 | 2025.01.17 14:42:31.366617 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 10809 | 2025.01.17 14:42:31.366867 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 10810 | 2025.01.17 14:42:31.367125 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10811 | 2025.01.17 14:42:31.367173 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 33 rows starting from the beginning of the part | ||
| 10812 | 2025.01.17 14:42:31.367281 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10813 | 2025.01.17 14:42:31.367498 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10814 | 2025.01.17 14:42:31.367731 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10815 | 2025.01.17 14:42:31.367849 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10816 | 2025.01.17 14:42:31.369056 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002342539 sec., 15794.827748865655 rows/sec., 1.04 MiB/sec. | ||
| 10817 | 2025.01.17 14:42:31.369290 [ 191 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10818 | 2025.01.17 14:42:31.369667 [ 191 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10819 | 2025.01.17 14:42:31.369758 [ 191 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_36_8} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10820 | 2025.01.17 14:42:31.369866 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10821 | 2025.01.17 14:42:32.900848 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10822 | 2025.01.17 14:42:32.900953 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10823 | 2025.01.17 14:42:33.067380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912 | ||
| 10824 | 2025.01.17 14:42:33.068494 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10825 | 2025.01.17 14:42:33.068545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10826 | 2025.01.17 14:42:33.069094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10827 | 2025.01.17 14:42:33.069362 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2025.01.17 14:42:33.069651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912 | ||
| 10829 | 2025.01.17 14:42:33.213895 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1532 | ||
| 10830 | 2025.01.17 14:42:33.216706 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10831 | 2025.01.17 14:42:33.216758 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10832 | 2025.01.17 14:42:33.218232 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10833 | 2025.01.17 14:42:33.218553 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10834 | 2025.01.17 14:42:33.219557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 10835 | 2025.01.17 14:42:33.694948 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10836 | 2025.01.17 14:42:33.695161 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10837 | 2025.01.17 14:42:33.695240 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10838 | 2025.01.17 14:42:33.696023 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10839 | 2025.01.17 14:42:33.696073 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10840 | 2025.01.17 14:42:33.696506 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10841 | 2025.01.17 14:42:33.696756 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2025.01.17 14:42:33.696960 [ 79 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10843 | 2025.01.17 14:42:33.697023 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 10844 | 2025.01.17 14:42:33.697036 [ 79 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10845 | 2025.01.17 14:42:33.697104 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10846 | 2025.01.17 14:42:33.697162 [ 253 ] {534d6fdd-1f6e-441a-9f3d-7a845f20a5a5} <Debug> TCPHandler: Processed in 0.002349089 sec. | ||
| 10847 | 2025.01.17 14:42:33.697397 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 10848 | 2025.01.17 14:42:33.697482 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10849 | 2025.01.17 14:42:33.697757 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10850 | 2025.01.17 14:42:33.697830 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 10851 | 2025.01.17 14:42:33.697839 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10852 | 2025.01.17 14:42:33.697980 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10853 | 2025.01.17 14:42:33.698092 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 10854 | 2025.01.17 14:42:33.698490 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 10855 | 2025.01.17 14:42:33.698891 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 10856 | 2025.01.17 14:42:33.699316 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 10857 | 2025.01.17 14:42:33.701336 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10858 | 2025.01.17 14:42:33.701420 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10859 | 2025.01.17 14:42:33.701844 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004621325 sec., 15147.170995331426 rows/sec., 1.12 MiB/sec. | ||
| 10860 | 2025.01.17 14:42:33.702010 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10861 | 2025.01.17 14:42:33.702346 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10862 | 2025.01.17 14:42:33.702521 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_37_9} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2025.01.17 14:42:33.702677 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_37_9} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10864 | 2025.01.17 14:42:33.702807 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10865 | 2025.01.17 14:42:33.702901 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2025.01.17 14:42:33.703170 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005431 sec., 42165.34708156877 rows/sec., 3.69 MiB/sec. | ||
| 10867 | 2025.01.17 14:42:33.703288 [ 257 ] {5cd0cb94-8299-4366-937d-a6333de65204} <Debug> TCPHandler: Processed in 0.006002474 sec. | ||
| 10868 | 2025.01.17 14:42:33.703528 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10869 | 2025.01.17 14:42:33.703736 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10870 | 2025.01.17 14:42:33.703797 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10871 | 2025.01.17 14:42:33.704486 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2025.01.17 14:42:33.704527 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10873 | 2025.01.17 14:42:33.704893 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10874 | 2025.01.17 14:42:33.705131 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10875 | 2025.01.17 14:42:33.705358 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001658 sec., 12062.726176115802 rows/sec., 864.65 KiB/sec. | ||
| 10876 | 2025.01.17 14:42:33.705421 [ 253 ] {11266452-fbfd-44fd-8e72-4b67b9d6465b} <Debug> TCPHandler: Processed in 0.002024702 sec. | ||
| 10877 | 2025.01.17 14:42:33.705623 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10878 | 2025.01.17 14:42:33.705784 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10879 | 2025.01.17 14:42:33.705836 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10880 | 2025.01.17 14:42:33.706445 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10881 | 2025.01.17 14:42:33.706487 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10882 | 2025.01.17 14:42:33.706855 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10883 | 2025.01.17 14:42:33.707103 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10884 | 2025.01.17 14:42:33.707314 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001559 sec., 8980.115458627324 rows/sec., 628.91 KiB/sec. | ||
| 10885 | 2025.01.17 14:42:33.707370 [ 257 ] {34483436-de65-40c4-ab9a-e18d9a47a468} <Debug> TCPHandler: Processed in 0.001855498 sec. | ||
| 10886 | 2025.01.17 14:42:33.707548 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10887 | 2025.01.17 14:42:33.707686 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10888 | 2025.01.17 14:42:33.707745 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10889 | 2025.01.17 14:42:33.708430 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10890 | 2025.01.17 14:42:33.708474 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10891 | 2025.01.17 14:42:33.708835 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10892 | 2025.01.17 14:42:33.709065 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10893 | 2025.01.17 14:42:33.709223 [ 79 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10894 | 2025.01.17 14:42:33.709281 [ 79 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10895 | 2025.01.17 14:42:33.709311 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10896 | 2025.01.17 14:42:33.709325 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 10897 | 2025.01.17 14:42:33.709466 [ 253 ] {4c38e557-773a-41a8-b040-bf22d27b07eb} <Debug> TCPHandler: Processed in 0.001984621 sec. | ||
| 10898 | 2025.01.17 14:42:33.709493 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 10899 | 2025.01.17 14:42:33.709626 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10900 | 2025.01.17 14:42:33.709663 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 10901 | 2025.01.17 14:42:33.709718 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10902 | 2025.01.17 14:42:33.709842 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 10903 | 2025.01.17 14:42:33.710233 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 10904 | 2025.01.17 14:42:33.710461 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10905 | 2025.01.17 14:42:33.710581 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 10906 | 2025.01.17 14:42:33.710679 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10907 | 2025.01.17 14:42:33.710968 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 10908 | 2025.01.17 14:42:33.713147 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10909 | 2025.01.17 14:42:33.713243 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10910 | 2025.01.17 14:42:33.713497 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004109205 sec., 15818.144872304982 rows/sec., 1.02 MiB/sec. | ||
| 10911 | 2025.01.17 14:42:33.713670 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10912 | 2025.01.17 14:42:33.714212 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10913 | 2025.01.17 14:42:33.714216 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_37_9} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10914 | 2025.01.17 14:42:33.714341 [ 189 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_37_9} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10915 | 2025.01.17 14:42:33.714475 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10916 | 2025.01.17 14:42:33.714627 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2025.01.17 14:42:33.714886 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004665 sec., 84673.09753483387 rows/sec., 6.01 MiB/sec. | ||
| 10918 | 2025.01.17 14:42:33.714956 [ 257 ] {92f3ed87-9ba7-467f-8dc7-7b22c39f6b1f} <Debug> TCPHandler: Processed in 0.005392441 sec. | ||
| 10919 | 2025.01.17 14:42:33.715129 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10920 | 2025.01.17 14:42:33.715265 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10921 | 2025.01.17 14:42:33.715326 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10922 | 2025.01.17 14:42:33.715839 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10923 | 2025.01.17 14:42:33.715878 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10924 | 2025.01.17 14:42:33.716235 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10925 | 2025.01.17 14:42:33.716477 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10926 | 2025.01.17 14:42:33.716679 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 10927 | 2025.01.17 14:42:33.716753 [ 253 ] {15d68c7c-b26d-42b3-b22e-198e9c612183} <Debug> TCPHandler: Processed in 0.001689035 sec. | ||
| 10928 | 2025.01.17 14:42:33.717072 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10929 | 2025.01.17 14:42:33.717299 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10930 | 2025.01.17 14:42:33.717408 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10931 | 2025.01.17 14:42:33.718052 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10932 | 2025.01.17 14:42:33.718092 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10933 | 2025.01.17 14:42:33.718501 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10934 | 2025.01.17 14:42:33.718747 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2025.01.17 14:42:33.718967 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001726 sec., 137311.7033603708 rows/sec., 9.20 MiB/sec. | ||
| 10936 | 2025.01.17 14:42:33.719021 [ 257 ] {b5a5d5f0-c67b-4d14-9749-9e8352716e65} <Debug> TCPHandler: Processed in 0.002149354 sec. | ||
| 10937 | 2025.01.17 14:42:33.719178 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2025.01.17 14:42:33.719314 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10939 | 2025.01.17 14:42:33.719375 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10940 | 2025.01.17 14:42:33.719850 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2025.01.17 14:42:33.719887 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10942 | 2025.01.17 14:42:33.720248 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10943 | 2025.01.17 14:42:33.720489 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2025.01.17 14:42:33.720706 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001416 sec., 706.2146892655368 rows/sec., 47.59 KiB/sec. | ||
| 10945 | 2025.01.17 14:42:33.720768 [ 253 ] {1aa17375-1a1b-4fda-a2f9-d4f5423aafcc} <Debug> TCPHandler: Processed in 0.001649994 sec. | ||
| 10946 | 2025.01.17 14:42:33.721019 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10947 | 2025.01.17 14:42:33.721148 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10948 | 2025.01.17 14:42:33.721231 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10949 | 2025.01.17 14:42:33.722295 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10950 | 2025.01.17 14:42:33.722335 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10951 | 2025.01.17 14:42:33.722956 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10952 | 2025.01.17 14:42:33.723216 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10953 | 2025.01.17 14:42:33.723523 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002377 sec., 5469.078670593184 rows/sec., 9.80 MiB/sec. | ||
| 10954 | 2025.01.17 14:42:33.723782 [ 257 ] {1a31683b-8c19-4332-afa7-eb99001d3968} <Debug> TCPHandler: Processed in 0.00290066 sec. | ||
| 10955 | 2025.01.17 14:42:33.724083 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10956 | 2025.01.17 14:42:33.724435 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10957 | 2025.01.17 14:42:33.724522 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10958 | 2025.01.17 14:42:33.725017 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10959 | 2025.01.17 14:42:33.725056 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10960 | 2025.01.17 14:42:33.725438 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10961 | 2025.01.17 14:42:33.725672 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2025.01.17 14:42:33.725867 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001557 sec., 52665.38214515093 rows/sec., 3.34 MiB/sec. | ||
| 10963 | 2025.01.17 14:42:33.725939 [ 253 ] {ce22f918-00d8-49c3-8dd0-f89b75068ce1} <Debug> TCPHandler: Processed in 0.002017041 sec. | ||
| 10964 | 2025.01.17 14:42:34.765871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10965 | 2025.01.17 14:42:34.785046 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10966 | 2025.01.17 14:42:34.785109 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10967 | 2025.01.17 14:42:34.792108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10968 | 2025.01.17 14:42:34.792859 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10969 | 2025.01.17 14:42:34.796184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10970 | 2025.01.17 14:42:38.691685 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10971 | 2025.01.17 14:42:38.691885 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10972 | 2025.01.17 14:42:38.691956 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10973 | 2025.01.17 14:42:38.692756 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10974 | 2025.01.17 14:42:38.692802 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10975 | 2025.01.17 14:42:38.693246 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10976 | 2025.01.17 14:42:38.693502 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10977 | 2025.01.17 14:42:38.693734 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001881 sec., 57416.26794258373 rows/sec., 4.80 MiB/sec. | ||
| 10978 | 2025.01.17 14:42:38.693836 [ 253 ] {7d8d5f82-5b85-41f2-8760-7395694025c2} <Debug> TCPHandler: Processed in 0.002274337 sec. | ||
| 10979 | 2025.01.17 14:42:38.694173 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10980 | 2025.01.17 14:42:38.694369 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10981 | 2025.01.17 14:42:38.694446 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10982 | 2025.01.17 14:42:38.695218 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10983 | 2025.01.17 14:42:38.695267 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10984 | 2025.01.17 14:42:38.695735 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10985 | 2025.01.17 14:42:38.695990 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10986 | 2025.01.17 14:42:38.696194 [ 73 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 10987 | 2025.01.17 14:42:38.696266 [ 73 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10988 | 2025.01.17 14:42:38.696268 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001945 sec., 13367.609254498715 rows/sec., 1005.18 KiB/sec. | ||
| 10989 | 2025.01.17 14:42:38.696310 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 10990 | 2025.01.17 14:42:38.696447 [ 257 ] {ebaa368a-ef1a-4fa7-b494-0cb1db58e96c} <Debug> TCPHandler: Processed in 0.002474501 sec. | ||
| 10991 | 2025.01.17 14:42:38.696507 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 10992 | 2025.01.17 14:42:38.696643 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10993 | 2025.01.17 14:42:38.696647 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10994 | 2025.01.17 14:42:38.696716 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 64 rows starting from the beginning of the part | ||
| 10995 | 2025.01.17 14:42:38.696944 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10996 | 2025.01.17 14:42:38.696975 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part | ||
| 10997 | 2025.01.17 14:42:38.697103 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10998 | 2025.01.17 14:42:38.697182 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
| 10999 | 2025.01.17 14:42:38.697682 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part | ||
| 11000 | 2025.01.17 14:42:38.697981 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 20 rows starting from the beginning of the part | ||
| 11001 | 2025.01.17 14:42:38.698392 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part | ||
| 11002 | 2025.01.17 14:42:38.700099 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2025.01.17 14:42:38.700181 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11004 | 2025.01.17 14:42:38.701299 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11005 | 2025.01.17 14:42:38.701313 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.00488085 sec., 40566.704569900736 rows/sec., 3.05 MiB/sec. | ||
| 11006 | 2025.01.17 14:42:38.701554 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 11007 | 2025.01.17 14:42:38.701752 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11008 | 2025.01.17 14:42:38.702258 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005436 sec., 16556.29139072848 rows/sec., 1.29 MiB/sec. | ||
| 11009 | 2025.01.17 14:42:38.702308 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11010 | 2025.01.17 14:42:38.702696 [ 253 ] {f1152268-537e-4765-b466-9d1b201b5c2a} <Debug> TCPHandler: Processed in 0.006129127 sec. | ||
| 11011 | 2025.01.17 14:42:38.702853 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_70_14} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 11012 | 2025.01.17 14:42:38.703062 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11013 | 2025.01.17 14:42:38.703410 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11014 | 2025.01.17 14:42:38.703523 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11015 | 2025.01.17 14:42:38.703644 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11016 | 2025.01.17 14:42:38.704263 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11017 | 2025.01.17 14:42:38.704308 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11018 | 2025.01.17 14:42:38.704754 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11019 | 2025.01.17 14:42:38.705022 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11020 | 2025.01.17 14:42:38.705272 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001929 sec., 82944.53084499741 rows/sec., 5.78 MiB/sec. | ||
| 11021 | 2025.01.17 14:42:38.705341 [ 257 ] {de549137-14ba-4ce4-84e4-2eb88fe7e40d} <Debug> TCPHandler: Processed in 0.00245601 sec. | ||
| 11022 | 2025.01.17 14:42:38.705575 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11023 | 2025.01.17 14:42:38.705731 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11024 | 2025.01.17 14:42:38.705816 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11025 | 2025.01.17 14:42:38.707021 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11026 | 2025.01.17 14:42:38.707061 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11027 | 2025.01.17 14:42:38.707723 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11028 | 2025.01.17 14:42:38.707990 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11029 | 2025.01.17 14:42:38.708200 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002496 sec., 10416.666666666666 rows/sec., 18.67 MiB/sec. | ||
| 11030 | 2025.01.17 14:42:38.708307 [ 253 ] {f7d32bbb-ea3f-471f-806f-01e305fa7d52} <Debug> TCPHandler: Processed in 0.002867129 sec. | ||
| 11031 | 2025.01.17 14:42:38.708458 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11032 | 2025.01.17 14:42:38.708592 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11033 | 2025.01.17 14:42:38.708654 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11034 | 2025.01.17 14:42:38.709245 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11035 | 2025.01.17 14:42:38.709295 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11036 | 2025.01.17 14:42:38.709735 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11037 | 2025.01.17 14:42:38.709980 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11038 | 2025.01.17 14:42:38.710219 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001656 sec., 36231.884057971016 rows/sec., 2.44 MiB/sec. | ||
| 11039 | 2025.01.17 14:42:38.710319 [ 257 ] {335d68e0-5318-4d01-a6d8-13f88e4ce196} <Debug> TCPHandler: Processed in 0.00191486 sec. | ||
| 11040 | 2025.01.17 14:42:40.570770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339 | ||
| 11041 | 2025.01.17 14:42:40.571426 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2025.01.17 14:42:40.571477 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11043 | 2025.01.17 14:42:40.572010 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11044 | 2025.01.17 14:42:40.572271 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2025.01.17 14:42:40.572515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 11046 | 2025.01.17 14:42:42.297239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11047 | 2025.01.17 14:42:42.318766 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11048 | 2025.01.17 14:42:42.318836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11049 | 2025.01.17 14:42:42.326103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11050 | 2025.01.17 14:42:42.326877 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11051 | 2025.01.17 14:42:42.329626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11052 | 2025.01.17 14:42:43.220692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1566 | ||
| 11053 | 2025.01.17 14:42:43.223881 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2025.01.17 14:42:43.223934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11055 | 2025.01.17 14:42:43.225435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11056 | 2025.01.17 14:42:43.225763 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2025.01.17 14:42:43.226386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1566 | ||
| 11058 | 2025.01.17 14:42:43.695457 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11059 | 2025.01.17 14:42:43.695672 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11060 | 2025.01.17 14:42:43.695752 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11061 | 2025.01.17 14:42:43.696519 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2025.01.17 14:42:43.696570 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11063 | 2025.01.17 14:42:43.697013 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11064 | 2025.01.17 14:42:43.697271 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11065 | 2025.01.17 14:42:43.697535 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec. | ||
| 11066 | 2025.01.17 14:42:43.697641 [ 253 ] {4a44929a-461f-4de2-bc9e-20c7be5d4e28} <Debug> TCPHandler: Processed in 0.002353089 sec. | ||
| 11067 | 2025.01.17 14:42:43.697909 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11068 | 2025.01.17 14:42:43.698106 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11069 | 2025.01.17 14:42:43.698180 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11070 | 2025.01.17 14:42:43.699050 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11071 | 2025.01.17 14:42:43.699093 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11072 | 2025.01.17 14:42:43.699556 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11073 | 2025.01.17 14:42:43.699822 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11074 | 2025.01.17 14:42:43.700035 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001981 sec., 115598.18273599191 rows/sec., 10.11 MiB/sec. | ||
| 11075 | 2025.01.17 14:42:43.700102 [ 257 ] {dd0a8015-7636-45fa-b655-2bfb3467bf40} <Debug> TCPHandler: Processed in 0.002330428 sec. | ||
| 11076 | 2025.01.17 14:42:43.700323 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11077 | 2025.01.17 14:42:43.700507 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11078 | 2025.01.17 14:42:43.700570 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11079 | 2025.01.17 14:42:43.701207 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11080 | 2025.01.17 14:42:43.701249 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11081 | 2025.01.17 14:42:43.701631 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11082 | 2025.01.17 14:42:43.701870 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11083 | 2025.01.17 14:42:43.702080 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001609 sec., 12430.080795525171 rows/sec., 890.98 KiB/sec. | ||
| 11084 | 2025.01.17 14:42:43.702135 [ 253 ] {0606c81a-1827-4a77-9b4f-bab81eaa4125} <Debug> TCPHandler: Processed in 0.001943791 sec. | ||
| 11085 | 2025.01.17 14:42:43.702290 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11086 | 2025.01.17 14:42:43.702423 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11087 | 2025.01.17 14:42:43.702474 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11088 | 2025.01.17 14:42:43.703076 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11089 | 2025.01.17 14:42:43.703115 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11090 | 2025.01.17 14:42:43.703481 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11091 | 2025.01.17 14:42:43.703738 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11092 | 2025.01.17 14:42:43.703873 [ 70 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11093 | 2025.01.17 14:42:43.703920 [ 70 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2025.01.17 14:42:43.703933 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec. | ||
| 11095 | 2025.01.17 14:42:43.703944 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11096 | 2025.01.17 14:42:43.704039 [ 257 ] {cb259eec-69a9-4f8b-9969-b73adb85cb9a} <Debug> TCPHandler: Processed in 0.001804068 sec. | ||
| 11097 | 2025.01.17 14:42:43.704301 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11098 | 2025.01.17 14:42:43.704559 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 11099 | 2025.01.17 14:42:43.704655 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11100 | 2025.01.17 14:42:43.704792 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11101 | 2025.01.17 14:42:43.705126 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11102 | 2025.01.17 14:42:43.705217 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 243 rows starting from the beginning of the part | ||
| 11103 | 2025.01.17 14:42:43.705536 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11104 | 2025.01.17 14:42:43.705936 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11105 | 2025.01.17 14:42:43.706341 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 11106 | 2025.01.17 14:42:43.706781 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 11107 | 2025.01.17 14:42:43.707030 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11108 | 2025.01.17 14:42:43.707874 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11109 | 2025.01.17 14:42:43.707939 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11110 | 2025.01.17 14:42:43.708899 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11111 | 2025.01.17 14:42:43.709414 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2025.01.17 14:42:43.709953 [ 188 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005887321 sec., 91892.39044380287 rows/sec., 6.58 MiB/sec. | ||
| 11113 | 2025.01.17 14:42:43.709979 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005414 sec., 2401.1821204285184 rows/sec., 149.71 KiB/sec. | ||
| 11114 | 2025.01.17 14:42:43.710081 [ 253 ] {4237b325-7aab-43d5-98f0-7eeeefbf7a39} <Debug> TCPHandler: Processed in 0.005946153 sec. | ||
| 11115 | 2025.01.17 14:42:43.710186 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11116 | 2025.01.17 14:42:43.710261 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11117 | 2025.01.17 14:42:43.710509 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11118 | 2025.01.17 14:42:43.710601 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11119 | 2025.01.17 14:42:43.710756 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11120 | 2025.01.17 14:42:43.710954 [ 193 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_38_8} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11121 | 2025.01.17 14:42:43.711167 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11122 | 2025.01.17 14:42:43.711748 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11123 | 2025.01.17 14:42:43.711793 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11124 | 2025.01.17 14:42:43.712184 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11125 | 2025.01.17 14:42:43.712468 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11126 | 2025.01.17 14:42:43.712651 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.002199 sec., 179627.10322874034 rows/sec., 12.76 MiB/sec. | ||
| 11127 | 2025.01.17 14:42:43.712713 [ 257 ] {812de873-1d06-4492-a096-b232bd884880} <Debug> TCPHandler: Processed in 0.002545462 sec. | ||
| 11128 | 2025.01.17 14:42:43.712930 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11129 | 2025.01.17 14:42:43.713117 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11130 | 2025.01.17 14:42:43.713178 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11131 | 2025.01.17 14:42:43.713760 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11132 | 2025.01.17 14:42:43.713803 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11133 | 2025.01.17 14:42:43.714180 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11134 | 2025.01.17 14:42:43.714415 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2025.01.17 14:42:43.714612 [ 67 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11136 | 2025.01.17 14:42:43.714635 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec. | ||
| 11137 | 2025.01.17 14:42:43.714692 [ 67 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11138 | 2025.01.17 14:42:43.714747 [ 253 ] {8e1c8376-e449-4aa3-a82a-d978dfbbec6e} <Debug> TCPHandler: Processed in 0.00193295 sec. | ||
| 11139 | 2025.01.17 14:42:43.714755 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11140 | 2025.01.17 14:42:43.714973 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11141 | 2025.01.17 14:42:43.714981 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 11142 | 2025.01.17 14:42:43.715207 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11143 | 2025.01.17 14:42:43.715274 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11144 | 2025.01.17 14:42:43.715316 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11145 | 2025.01.17 14:42:43.715345 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 11146 | 2025.01.17 14:42:43.715743 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11147 | 2025.01.17 14:42:43.716144 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11148 | 2025.01.17 14:42:43.716468 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11149 | 2025.01.17 14:42:43.716814 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11150 | 2025.01.17 14:42:43.716972 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11151 | 2025.01.17 14:42:43.717938 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2025.01.17 14:42:43.718003 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11153 | 2025.01.17 14:42:43.719096 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11154 | 2025.01.17 14:42:43.719725 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11155 | 2025.01.17 14:42:43.719806 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004909591 sec., 46439.71361361873 rows/sec., 2.37 MiB/sec. | ||
| 11156 | 2025.01.17 14:42:43.720038 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11157 | 2025.01.17 14:42:43.720137 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004999 sec., 47409.48189637928 rows/sec., 3.18 MiB/sec. | ||
| 11158 | 2025.01.17 14:42:43.720282 [ 257 ] {67071d45-a25f-49a3-bb7f-86ae94a65c21} <Debug> TCPHandler: Processed in 0.005437792 sec. | ||
| 11159 | 2025.01.17 14:42:43.720467 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11160 | 2025.01.17 14:42:43.720560 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11161 | 2025.01.17 14:42:43.720717 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11162 | 2025.01.17 14:42:43.720745 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_38_8} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11163 | 2025.01.17 14:42:43.720807 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11164 | 2025.01.17 14:42:43.720903 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11165 | 2025.01.17 14:42:43.721381 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11166 | 2025.01.17 14:42:43.721425 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11167 | 2025.01.17 14:42:43.721787 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11168 | 2025.01.17 14:42:43.722019 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2025.01.17 14:42:43.722275 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001649 sec., 606.4281382656155 rows/sec., 40.86 KiB/sec. | ||
| 11170 | 2025.01.17 14:42:43.722456 [ 253 ] {3249d8e8-b187-4a2b-8697-6dadd3e5a49b} <Debug> TCPHandler: Processed in 0.002064433 sec. | ||
| 11171 | 2025.01.17 14:42:43.722696 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2025.01.17 14:42:43.722844 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11173 | 2025.01.17 14:42:43.722937 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11174 | 2025.01.17 14:42:43.724157 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2025.01.17 14:42:43.724196 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11176 | 2025.01.17 14:42:43.724837 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11177 | 2025.01.17 14:42:43.725099 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2025.01.17 14:42:43.725291 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11179 | 2025.01.17 14:42:43.725349 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11180 | 2025.01.17 14:42:43.725382 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00256 sec., 5078.125 rows/sec., 9.10 MiB/sec. | ||
| 11181 | 2025.01.17 14:42:43.725391 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11182 | 2025.01.17 14:42:43.725703 [ 257 ] {a6c1b99d-09fd-4941-a323-030fcaa88409} <Debug> TCPHandler: Processed in 0.003146725 sec. | ||
| 11183 | 2025.01.17 14:42:43.725714 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 11184 | 2025.01.17 14:42:43.725926 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11185 | 2025.01.17 14:42:43.726209 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11186 | 2025.01.17 14:42:43.726281 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11187 | 2025.01.17 14:42:43.726310 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11188 | 2025.01.17 14:42:43.726453 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1229 rows starting from the beginning of the part | ||
| 11189 | 2025.01.17 14:42:43.727355 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 11190 | 2025.01.17 14:42:43.727926 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part | ||
| 11191 | 2025.01.17 14:42:43.728694 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 11192 | 2025.01.17 14:42:43.728792 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11193 | 2025.01.17 14:42:43.728907 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11194 | 2025.01.17 14:42:43.729379 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part | ||
| 11195 | 2025.01.17 14:42:43.730013 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part | ||
| 11196 | 2025.01.17 14:42:43.730774 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11197 | 2025.01.17 14:42:43.731295 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2025.01.17 14:42:43.731936 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005802 sec., 14133.057566356429 rows/sec., 919.17 KiB/sec. | ||
| 11199 | 2025.01.17 14:42:43.732320 [ 253 ] {34d51436-6f9f-491c-8519-3c4e79e84f0b} <Debug> TCPHandler: Processed in 0.006518215 sec. | ||
| 11200 | 2025.01.17 14:42:43.738679 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 19 columns (19 merged, 0 gathered) in 0.013150081 sec., 100379.6098290193 rows/sec., 179.88 MiB/sec. | ||
| 11201 | 2025.01.17 14:42:43.740757 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11202 | 2025.01.17 14:42:43.741226 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2025.01.17 14:42:43.741325 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11204 | 2025.01.17 14:42:43.741498 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
| 11205 | 2025.01.17 14:42:44.000145 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.59 MiB, peak 248.16 MiB, free memory in arenas 0.00 B, will set to 239.21 MiB (RSS), difference: 2.61 MiB | ||
| 11206 | 2025.01.17 14:42:47.901031 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11207 | 2025.01.17 14:42:47.901144 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11208 | 2025.01.17 14:42:48.072637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827 | ||
| 11209 | 2025.01.17 14:42:48.073425 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11210 | 2025.01.17 14:42:48.073467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11211 | 2025.01.17 14:42:48.074008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11212 | 2025.01.17 14:42:48.074265 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11213 | 2025.01.17 14:42:48.074461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827 | ||
| 11214 | 2025.01.17 14:42:48.691119 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11215 | 2025.01.17 14:42:48.691334 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11216 | 2025.01.17 14:42:48.691415 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11217 | 2025.01.17 14:42:48.692289 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2025.01.17 14:42:48.692342 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11219 | 2025.01.17 14:42:48.692778 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11220 | 2025.01.17 14:42:48.693027 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11221 | 2025.01.17 14:42:48.693296 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002016 sec., 53571.42857142857 rows/sec., 4.48 MiB/sec. | ||
| 11222 | 2025.01.17 14:42:48.693382 [ 253 ] {92c6e0e5-1089-4a37-a444-b11fde895fa0} <Debug> TCPHandler: Processed in 0.002399429 sec. | ||
| 11223 | 2025.01.17 14:42:48.693689 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11224 | 2025.01.17 14:42:48.693899 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11225 | 2025.01.17 14:42:48.693978 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11226 | 2025.01.17 14:42:48.694738 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2025.01.17 14:42:48.694790 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11228 | 2025.01.17 14:42:48.695238 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11229 | 2025.01.17 14:42:48.695496 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2025.01.17 14:42:48.695758 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001912 sec., 13598.326359832636 rows/sec., 1022.53 KiB/sec. | ||
| 11231 | 2025.01.17 14:42:48.695849 [ 257 ] {d2ff8a3a-22e2-4f11-9adf-4d388db96a37} <Debug> TCPHandler: Processed in 0.002343868 sec. | ||
| 11232 | 2025.01.17 14:42:48.696107 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2025.01.17 14:42:48.696283 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11234 | 2025.01.17 14:42:48.696344 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11235 | 2025.01.17 14:42:48.697081 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11236 | 2025.01.17 14:42:48.697123 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11237 | 2025.01.17 14:42:48.697504 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11238 | 2025.01.17 14:42:48.697737 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11239 | 2025.01.17 14:42:48.697959 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001712 sec., 52570.09345794393 rows/sec., 4.11 MiB/sec. | ||
| 11240 | 2025.01.17 14:42:48.698020 [ 253 ] {fe01e2f4-9bca-4885-a8c3-fcf0b352f56c} <Debug> TCPHandler: Processed in 0.002054632 sec. | ||
| 11241 | 2025.01.17 14:42:48.698262 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11242 | 2025.01.17 14:42:48.698501 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11243 | 2025.01.17 14:42:48.698606 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11244 | 2025.01.17 14:42:48.699358 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2025.01.17 14:42:48.699398 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11246 | 2025.01.17 14:42:48.699804 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11247 | 2025.01.17 14:42:48.700046 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2025.01.17 14:42:48.700301 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001854 sec., 86299.89212513485 rows/sec., 6.01 MiB/sec. | ||
| 11249 | 2025.01.17 14:42:48.700413 [ 257 ] {1a528a15-e537-4890-8d58-9827b29aa0db} <Debug> TCPHandler: Processed in 0.002258787 sec. | ||
| 11250 | 2025.01.17 14:42:48.700600 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11251 | 2025.01.17 14:42:48.700757 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11252 | 2025.01.17 14:42:48.700851 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11253 | 2025.01.17 14:42:48.702022 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11254 | 2025.01.17 14:42:48.702062 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11255 | 2025.01.17 14:42:48.702712 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11256 | 2025.01.17 14:42:48.702970 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11257 | 2025.01.17 14:42:48.703213 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002487 sec., 10454.362685967028 rows/sec., 18.73 MiB/sec. | ||
| 11258 | 2025.01.17 14:42:48.703322 [ 253 ] {0dfb0c4d-8128-4946-bd27-9b6123214c02} <Debug> TCPHandler: Processed in 0.002816498 sec. | ||
| 11259 | 2025.01.17 14:42:48.703466 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11260 | 2025.01.17 14:42:48.703597 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11261 | 2025.01.17 14:42:48.703652 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11262 | 2025.01.17 14:42:48.704148 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2025.01.17 14:42:48.704188 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11264 | 2025.01.17 14:42:48.704574 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11265 | 2025.01.17 14:42:48.704826 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2025.01.17 14:42:48.705058 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 11267 | 2025.01.17 14:42:48.705111 [ 257 ] {79bc5b9f-6e44-4b65-accc-e0e7a412ab72} <Debug> TCPHandler: Processed in 0.001702675 sec. | ||
| 11268 | 2025.01.17 14:42:49.830677 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11269 | 2025.01.17 14:42:49.851705 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11270 | 2025.01.17 14:42:49.851761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11271 | 2025.01.17 14:42:49.859110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11272 | 2025.01.17 14:42:49.859885 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11273 | 2025.01.17 14:42:49.862836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11274 | 2025.01.17 14:42:49.936834 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11275 | 2025.01.17 14:42:49.937043 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11276 | 2025.01.17 14:42:49.937120 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11277 | 2025.01.17 14:42:49.937969 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11278 | 2025.01.17 14:42:49.938015 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11279 | 2025.01.17 14:42:49.938430 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11280 | 2025.01.17 14:42:49.938675 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2025.01.17 14:42:49.938917 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 11282 | 2025.01.17 14:42:49.938984 [ 253 ] {f1042802-925a-4679-be09-24bf7594ec20} <Debug> TCPHandler: Processed in 0.002287717 sec. | ||
| 11283 | 2025.01.17 14:42:49.939266 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11284 | 2025.01.17 14:42:49.939478 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11285 | 2025.01.17 14:42:49.939559 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11286 | 2025.01.17 14:42:49.941377 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11287 | 2025.01.17 14:42:49.941418 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11288 | 2025.01.17 14:42:49.941942 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11289 | 2025.01.17 14:42:49.942203 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11290 | 2025.01.17 14:42:49.942361 [ 58 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11291 | 2025.01.17 14:42:49.942407 [ 58 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11292 | 2025.01.17 14:42:49.942410 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.002992 sec., 457553.4759358289 rows/sec., 38.07 MiB/sec. | ||
| 11293 | 2025.01.17 14:42:49.942431 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11294 | 2025.01.17 14:42:49.942528 [ 257 ] {48f8565e-4a61-4b40-9b9c-aae557275630} <Debug> TCPHandler: Processed in 0.00340504 sec. | ||
| 11295 | 2025.01.17 14:42:49.942825 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11296 | 2025.01.17 14:42:49.942862 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 11297 | 2025.01.17 14:42:49.943219 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11298 | 2025.01.17 14:42:49.943414 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11299 | 2025.01.17 14:42:49.943563 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11300 | 2025.01.17 14:42:49.943761 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1431 rows starting from the beginning of the part | ||
| 11301 | 2025.01.17 14:42:49.944236 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 229 rows starting from the beginning of the part | ||
| 11302 | 2025.01.17 14:42:49.944732 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 108 rows starting from the beginning of the part | ||
| 11303 | 2025.01.17 14:42:49.945070 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 229 rows starting from the beginning of the part | ||
| 11304 | 2025.01.17 14:42:49.945401 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 108 rows starting from the beginning of the part | ||
| 11305 | 2025.01.17 14:42:49.945687 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1369 rows starting from the beginning of the part | ||
| 11306 | 2025.01.17 14:42:49.946610 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11307 | 2025.01.17 14:42:49.946673 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11308 | 2025.01.17 14:42:49.947513 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11309 | 2025.01.17 14:42:49.947978 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11310 | 2025.01.17 14:42:49.948310 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005214 sec., 3835.8266206367475 rows/sec., 274.95 KiB/sec. | ||
| 11311 | 2025.01.17 14:42:49.948445 [ 253 ] {9534754c-f04e-4ab7-9eff-891a6abe8c11} <Debug> TCPHandler: Processed in 0.005770179 sec. | ||
| 11312 | 2025.01.17 14:42:49.948807 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11313 | 2025.01.17 14:42:49.949299 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11314 | 2025.01.17 14:42:49.949372 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3474 rows, containing 5 columns (5 merged, 0 gathered) in 0.006814591 sec., 509788.4818032366 rows/sec., 44.71 MiB/sec. | ||
| 11315 | 2025.01.17 14:42:49.949394 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11316 | 2025.01.17 14:42:49.949679 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11317 | 2025.01.17 14:42:49.950255 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11318 | 2025.01.17 14:42:49.950466 [ 187 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_91_18} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11319 | 2025.01.17 14:42:49.950639 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11320 | 2025.01.17 14:42:49.950861 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2025.01.17 14:42:49.950929 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11322 | 2025.01.17 14:42:49.951636 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11323 | 2025.01.17 14:42:49.951879 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2025.01.17 14:42:49.952098 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002925 sec., 82735.04273504273 rows/sec., 5.61 MiB/sec. | ||
| 11325 | 2025.01.17 14:42:49.952301 [ 257 ] {9ed81683-f1d4-4eea-816c-f7963ca19512} <Debug> TCPHandler: Processed in 0.003733947 sec. | ||
| 11326 | 2025.01.17 14:42:49.952509 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11327 | 2025.01.17 14:42:49.952625 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11328 | 2025.01.17 14:42:49.952674 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11329 | 2025.01.17 14:42:49.953254 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2025.01.17 14:42:49.953293 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11331 | 2025.01.17 14:42:49.953650 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11332 | 2025.01.17 14:42:49.953893 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2025.01.17 14:42:49.954125 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec. | ||
| 11334 | 2025.01.17 14:42:49.954178 [ 253 ] {1c24f398-6221-4779-acc6-dc65f7c9798e} <Debug> TCPHandler: Processed in 0.001757537 sec. | ||
| 11335 | 2025.01.17 14:42:49.954389 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11336 | 2025.01.17 14:42:49.954609 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11337 | 2025.01.17 14:42:49.954703 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11338 | 2025.01.17 14:42:49.955805 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11339 | 2025.01.17 14:42:49.955844 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11340 | 2025.01.17 14:42:49.956236 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11341 | 2025.01.17 14:42:49.956492 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11342 | 2025.01.17 14:42:49.956622 [ 58 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11343 | 2025.01.17 14:42:49.956656 [ 58 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2025.01.17 14:42:49.956674 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.002118 sec., 401794.1454202077 rows/sec., 29.05 MiB/sec. | ||
| 11345 | 2025.01.17 14:42:49.956679 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11346 | 2025.01.17 14:42:49.956750 [ 257 ] {a6352295-6d95-4823-9d40-044abc775259} <Debug> TCPHandler: Processed in 0.002467321 sec. | ||
| 11347 | 2025.01.17 14:42:49.957015 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11348 | 2025.01.17 14:42:49.957068 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 11349 | 2025.01.17 14:42:49.957464 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11350 | 2025.01.17 14:42:49.957656 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11351 | 2025.01.17 14:42:49.957679 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11352 | 2025.01.17 14:42:49.957806 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 11353 | 2025.01.17 14:42:49.958287 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 395 rows starting from the beginning of the part | ||
| 11354 | 2025.01.17 14:42:49.958739 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 90 rows starting from the beginning of the part | ||
| 11355 | 2025.01.17 14:42:49.959370 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 395 rows starting from the beginning of the part | ||
| 11356 | 2025.01.17 14:42:49.959895 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 90 rows starting from the beginning of the part | ||
| 11357 | 2025.01.17 14:42:49.959990 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 851 rows starting from the beginning of the part | ||
| 11358 | 2025.01.17 14:42:49.960656 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11359 | 2025.01.17 14:42:49.960702 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11360 | 2025.01.17 14:42:49.961239 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11361 | 2025.01.17 14:42:49.961544 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11362 | 2025.01.17 14:42:49.961775 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004483 sec., 1338.3894713361587 rows/sec., 69.93 KiB/sec. | ||
| 11363 | 2025.01.17 14:42:49.961835 [ 253 ] {100ac620-722c-4085-aac3-852e65686c90} <Debug> TCPHandler: Processed in 0.004960502 sec. | ||
| 11364 | 2025.01.17 14:42:49.962060 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11365 | 2025.01.17 14:42:49.962171 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2734 rows, containing 5 columns (5 merged, 0 gathered) in 0.005403651 sec., 505954.2150298012 rows/sec., 38.59 MiB/sec. | ||
| 11366 | 2025.01.17 14:42:49.962249 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11367 | 2025.01.17 14:42:49.962320 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11368 | 2025.01.17 14:42:49.962377 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11369 | 2025.01.17 14:42:49.962785 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11370 | 2025.01.17 14:42:49.962867 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_91_18} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11371 | 2025.01.17 14:42:49.962954 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 11372 | 2025.01.17 14:42:49.963344 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11373 | 2025.01.17 14:42:49.963381 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11374 | 2025.01.17 14:42:49.963826 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11375 | 2025.01.17 14:42:49.964071 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11376 | 2025.01.17 14:42:49.964200 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11377 | 2025.01.17 14:42:49.964234 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11378 | 2025.01.17 14:42:49.964257 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11379 | 2025.01.17 14:42:49.964255 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.002041 sec., 483586.4772170505 rows/sec., 32.18 MiB/sec. | ||
| 11380 | 2025.01.17 14:42:49.964441 [ 257 ] {41e20bb6-d203-4166-90bd-f3fb51f3b2f4} <Debug> TCPHandler: Processed in 0.002517802 sec. | ||
| 11381 | 2025.01.17 14:42:49.964607 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 11382 | 2025.01.17 14:42:49.964735 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11383 | 2025.01.17 14:42:49.965138 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11384 | 2025.01.17 14:42:49.965163 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11385 | 2025.01.17 14:42:49.965262 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26125 rows starting from the beginning of the part | ||
| 11386 | 2025.01.17 14:42:49.965312 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11387 | 2025.01.17 14:42:49.965757 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 11388 | 2025.01.17 14:42:49.966287 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 11389 | 2025.01.17 14:42:49.966796 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11390 | 2025.01.17 14:42:49.967169 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 11391 | 2025.01.17 14:42:49.967687 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 987 rows starting from the beginning of the part | ||
| 11392 | 2025.01.17 14:42:49.969007 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11393 | 2025.01.17 14:42:49.969076 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11394 | 2025.01.17 14:42:49.969609 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11395 | 2025.01.17 14:42:49.969929 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11396 | 2025.01.17 14:42:49.970291 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005242 sec., 190.76688286913392 rows/sec., 12.85 KiB/sec. | ||
| 11397 | 2025.01.17 14:42:49.970514 [ 253 ] {a8fc011e-e86b-4218-9450-8ee3c48a33b4} <Debug> TCPHandler: Processed in 0.005920012 sec. | ||
| 11398 | 2025.01.17 14:42:49.970739 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11399 | 2025.01.17 14:42:49.970927 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11400 | 2025.01.17 14:42:49.971066 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11401 | 2025.01.17 14:42:49.972441 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11402 | 2025.01.17 14:42:49.972479 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11403 | 2025.01.17 14:42:49.973278 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11404 | 2025.01.17 14:42:49.973633 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11405 | 2025.01.17 14:42:49.973954 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003065 sec., 4241.435562805873 rows/sec., 7.60 MiB/sec. | ||
| 11406 | 2025.01.17 14:42:49.974700 [ 257 ] {dc48398d-e1ed-467e-9aa0-7448eee13772} <Debug> TCPHandler: Processed in 0.004059343 sec. | ||
| 11407 | 2025.01.17 14:42:49.975032 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11408 | 2025.01.17 14:42:49.975266 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11409 | 2025.01.17 14:42:49.975351 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11410 | 2025.01.17 14:42:49.976033 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11411 | 2025.01.17 14:42:49.976092 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11412 | 2025.01.17 14:42:49.976829 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27906 rows, containing 5 columns (5 merged, 0 gathered) in 0.012495228 sec., 2233332.5970522505 rows/sec., 150.74 MiB/sec. | ||
| 11413 | 2025.01.17 14:42:49.976871 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11414 | 2025.01.17 14:42:49.977209 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11415 | 2025.01.17 14:42:49.977425 [ 57 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11416 | 2025.01.17 14:42:49.977426 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11417 | 2025.01.17 14:42:49.977502 [ 57 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11418 | 2025.01.17 14:42:49.977516 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.002267 sec., 20291.133656815175 rows/sec., 1.23 MiB/sec. | ||
| 11419 | 2025.01.17 14:42:49.977579 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11420 | 2025.01.17 14:42:49.977840 [ 253 ] {54d5a19d-69e8-4690-bc14-64ae2f00b8ec} <Debug> TCPHandler: Processed in 0.003015552 sec. | ||
| 11421 | 2025.01.17 14:42:49.978065 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 11422 | 2025.01.17 14:42:49.978300 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11423 | 2025.01.17 14:42:49.978356 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5208 rows starting from the beginning of the part | ||
| 11424 | 2025.01.17 14:42:49.978560 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11425 | 2025.01.17 14:42:49.978578 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11426 | 2025.01.17 14:42:49.978918 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11427 | 2025.01.17 14:42:49.978958 [ 196 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11428 | 2025.01.17 14:42:49.979213 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11429 | 2025.01.17 14:42:49.979280 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11430 | 2025.01.17 14:42:49.979433 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 11431 | 2025.01.17 14:42:49.979553 [ 191 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 46 rows starting from the beginning of the part | ||
| 11432 | 2025.01.17 14:42:49.981894 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.004137415 sec., 1338516.9242147573 rows/sec., 87.21 MiB/sec. | ||
| 11433 | 2025.01.17 14:42:49.982565 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11434 | 2025.01.17 14:42:49.983029 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11435 | 2025.01.17 14:42:49.983113 [ 189 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_91_18} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11436 | 2025.01.17 14:42:49.983199 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11437 | 2025.01.17 14:42:50.000235 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.61 MiB, peak 248.16 MiB, free memory in arenas 0.00 B, will set to 239.59 MiB (RSS), difference: -1.02 MiB | ||
| 11438 | 2025.01.17 14:42:53.226631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1622 | ||
| 11439 | 2025.01.17 14:42:53.230455 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11440 | 2025.01.17 14:42:53.230517 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11441 | 2025.01.17 14:42:53.232043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11442 | 2025.01.17 14:42:53.232363 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11443 | 2025.01.17 14:42:53.233013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622 | ||
| 11444 | 2025.01.17 14:42:53.686650 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11445 | 2025.01.17 14:42:53.686874 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11446 | 2025.01.17 14:42:53.686957 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11447 | 2025.01.17 14:42:53.687761 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11448 | 2025.01.17 14:42:53.687807 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11449 | 2025.01.17 14:42:53.688247 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11450 | 2025.01.17 14:42:53.688519 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11451 | 2025.01.17 14:42:53.688728 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.23 MiB/sec. | ||
| 11452 | 2025.01.17 14:42:53.688792 [ 253 ] {6aca0b52-0b7a-43fb-8d2e-4f6434346206} <Debug> TCPHandler: Processed in 0.002276767 sec. | ||
| 11453 | 2025.01.17 14:42:53.689025 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11454 | 2025.01.17 14:42:53.689208 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11455 | 2025.01.17 14:42:53.689278 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11456 | 2025.01.17 14:42:53.690027 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11457 | 2025.01.17 14:42:53.690077 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11458 | 2025.01.17 14:42:53.690518 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11459 | 2025.01.17 14:42:53.690786 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11460 | 2025.01.17 14:42:53.691019 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001864 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec. | ||
| 11461 | 2025.01.17 14:42:53.691075 [ 257 ] {f45424f7-1202-4efd-9211-e03279817e8b} <Debug> TCPHandler: Processed in 0.002162205 sec. | ||
| 11462 | 2025.01.17 14:42:53.691242 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11463 | 2025.01.17 14:42:53.691393 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11464 | 2025.01.17 14:42:53.691458 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11465 | 2025.01.17 14:42:53.692145 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11466 | 2025.01.17 14:42:53.692184 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11467 | 2025.01.17 14:42:53.692584 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11468 | 2025.01.17 14:42:53.692820 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11469 | 2025.01.17 14:42:53.693026 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001666 sec., 57623.04921968788 rows/sec., 4.01 MiB/sec. | ||
| 11470 | 2025.01.17 14:42:53.693122 [ 253 ] {7cc32235-9d00-470f-b335-cac928ff1719} <Debug> TCPHandler: Processed in 0.00194823 sec. | ||
| 11471 | 2025.01.17 14:42:53.693343 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11472 | 2025.01.17 14:42:53.693540 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11473 | 2025.01.17 14:42:53.693603 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11474 | 2025.01.17 14:42:53.694161 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11475 | 2025.01.17 14:42:53.694200 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11476 | 2025.01.17 14:42:53.694588 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11477 | 2025.01.17 14:42:53.694833 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11478 | 2025.01.17 14:42:53.695069 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001563 sec., 23032.629558541266 rows/sec., 1.55 MiB/sec. | ||
| 11479 | 2025.01.17 14:42:53.695161 [ 257 ] {2c050553-273a-4c21-b5f2-acd6d93f7d39} <Debug> TCPHandler: Processed in 0.00193816 sec. | ||
| 11480 | 2025.01.17 14:42:55.574595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254 | ||
| 11481 | 2025.01.17 14:42:55.575614 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2025.01.17 14:42:55.575657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11483 | 2025.01.17 14:42:55.576191 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11484 | 2025.01.17 14:42:55.576448 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2025.01.17 14:42:55.576733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11486 | 2025.01.17 14:42:57.363883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11487 | 2025.01.17 14:42:57.385578 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2025.01.17 14:42:57.385642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 11489 | 2025.01.17 14:42:57.393088 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11490 | 2025.01.17 14:42:57.393886 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11491 | 2025.01.17 14:42:57.397121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11492 | 2025.01.17 14:42:58.690917 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11493 | 2025.01.17 14:42:58.691116 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11494 | 2025.01.17 14:42:58.691188 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11495 | 2025.01.17 14:42:58.692002 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11496 | 2025.01.17 14:42:58.692051 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11497 | 2025.01.17 14:42:58.692495 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11498 | 2025.01.17 14:42:58.692763 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11499 | 2025.01.17 14:42:58.693016 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00195 sec., 55384.61538461539 rows/sec., 4.63 MiB/sec. | ||
| 11500 | 2025.01.17 14:42:58.693083 [ 253 ] {e86c2fc7-34fc-45b3-813d-d76b2bd85624} <Debug> TCPHandler: Processed in 0.002291167 sec. | ||
| 11501 | 2025.01.17 14:42:58.693367 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11502 | 2025.01.17 14:42:58.693584 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11503 | 2025.01.17 14:42:58.693669 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11504 | 2025.01.17 14:42:58.694510 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11505 | 2025.01.17 14:42:58.694565 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11506 | 2025.01.17 14:42:58.695006 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11507 | 2025.01.17 14:42:58.695269 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11508 | 2025.01.17 14:42:58.695526 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001999 sec., 13006.503251625814 rows/sec., 978.03 KiB/sec. | ||
| 11509 | 2025.01.17 14:42:58.695629 [ 257 ] {cd0e337b-0f9d-446b-913b-14bfa1c4aced} <Debug> TCPHandler: Processed in 0.00241438 sec. | ||
| 11510 | 2025.01.17 14:42:58.695875 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11511 | 2025.01.17 14:42:58.696060 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11512 | 2025.01.17 14:42:58.696120 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11513 | 2025.01.17 14:42:58.696782 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11514 | 2025.01.17 14:42:58.696824 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11515 | 2025.01.17 14:42:58.697194 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11516 | 2025.01.17 14:42:58.697434 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11517 | 2025.01.17 14:42:58.697657 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00163 sec., 55214.72392638037 rows/sec., 4.31 MiB/sec. | ||
| 11518 | 2025.01.17 14:42:58.697712 [ 253 ] {5afd2e95-1e79-4652-9ae6-6082e7690042} <Debug> TCPHandler: Processed in 0.001980801 sec. | ||
| 11519 | 2025.01.17 14:42:58.697894 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11520 | 2025.01.17 14:42:58.698042 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11521 | 2025.01.17 14:42:58.698110 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11522 | 2025.01.17 14:42:58.698720 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11523 | 2025.01.17 14:42:58.698762 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11524 | 2025.01.17 14:42:58.699180 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11525 | 2025.01.17 14:42:58.699431 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11526 | 2025.01.17 14:42:58.699635 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
| 11527 | 2025.01.17 14:42:58.699692 [ 257 ] {6c731ab1-261d-4040-a483-690ed4ee823f} <Debug> TCPHandler: Processed in 0.001870029 sec. | ||
| 11528 | 2025.01.17 14:42:58.699857 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11529 | 2025.01.17 14:42:58.699998 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11530 | 2025.01.17 14:42:58.700094 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11531 | 2025.01.17 14:42:58.701266 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11532 | 2025.01.17 14:42:58.701306 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11533 | 2025.01.17 14:42:58.701961 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11534 | 2025.01.17 14:42:58.702229 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11535 | 2025.01.17 14:42:58.702489 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00252 sec., 10317.460317460316 rows/sec., 18.49 MiB/sec. | ||
| 11536 | 2025.01.17 14:42:58.702740 [ 253 ] {9f51d7b6-ed32-4104-abd4-0ec40a367d0d} <Debug> TCPHandler: Processed in 0.0029476 sec. | ||
| 11537 | 2025.01.17 14:42:58.703002 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11538 | 2025.01.17 14:42:58.703165 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11539 | 2025.01.17 14:42:58.703224 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11540 | 2025.01.17 14:42:58.703722 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11541 | 2025.01.17 14:42:58.703763 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11542 | 2025.01.17 14:42:58.704151 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11543 | 2025.01.17 14:42:58.704407 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11544 | 2025.01.17 14:42:58.704632 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 11545 | 2025.01.17 14:42:58.704686 [ 257 ] {9b28edc1-81b9-4524-a882-33e5d8bab042} <Debug> TCPHandler: Processed in 0.001849618 sec. | ||
| 11546 | 2025.01.17 14:43:02.901200 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11547 | 2025.01.17 14:43:02.901264 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11548 | 2025.01.17 14:43:03.077841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742 | ||
| 11549 | 2025.01.17 14:43:03.078506 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11550 | 2025.01.17 14:43:03.078557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11551 | 2025.01.17 14:43:03.079110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11552 | 2025.01.17 14:43:03.079393 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11553 | 2025.01.17 14:43:03.079651 [ 43 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11554 | 2025.01.17 14:43:03.079693 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742 | ||
| 11555 | 2025.01.17 14:43:03.079764 [ 43 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11556 | 2025.01.17 14:43:03.079812 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11557 | 2025.01.17 14:43:03.080004 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 11558 | 2025.01.17 14:43:03.080214 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11559 | 2025.01.17 14:43:03.080287 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11560 | 2025.01.17 14:43:03.080401 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 11561 | 2025.01.17 14:43:03.080546 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 11562 | 2025.01.17 14:43:03.080807 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 11563 | 2025.01.17 14:43:03.081047 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 11564 | 2025.01.17 14:43:03.081267 [ 191 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 11565 | 2025.01.17 14:43:03.084064 [ 197 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.004154205 sec., 6196612.82965092 rows/sec., 88.64 MiB/sec. | ||
| 11566 | 2025.01.17 14:43:03.084329 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11567 | 2025.01.17 14:43:03.084675 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_56_11} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11568 | 2025.01.17 14:43:03.084773 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_56_11} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11569 | 2025.01.17 14:43:03.084883 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11570 | 2025.01.17 14:43:03.233342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1642 | ||
| 11571 | 2025.01.17 14:43:03.236361 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11572 | 2025.01.17 14:43:03.236414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11573 | 2025.01.17 14:43:03.237988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11574 | 2025.01.17 14:43:03.238322 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11575 | 2025.01.17 14:43:03.238514 [ 42 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11576 | 2025.01.17 14:43:03.238590 [ 42 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11577 | 2025.01.17 14:43:03.238633 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11578 | 2025.01.17 14:43:03.239247 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 11579 | 2025.01.17 14:43:03.239874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
| 11580 | 2025.01.17 14:43:03.240373 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11581 | 2025.01.17 14:43:03.240557 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1454 rows starting from the beginning of the part | ||
| 11582 | 2025.01.17 14:43:03.241235 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 11583 | 2025.01.17 14:43:03.241893 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 11584 | 2025.01.17 14:43:03.242548 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 11585 | 2025.01.17 14:43:03.243294 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 11586 | 2025.01.17 14:43:03.243946 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 11587 | 2025.01.17 14:43:03.252919 [ 193 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1642 rows, containing 72 columns (72 merged, 0 gathered) in 0.01410362 sec., 116424.01028955686 rows/sec., 89.65 MiB/sec. | ||
| 11588 | 2025.01.17 14:43:03.254747 [ 199 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11589 | 2025.01.17 14:43:03.255602 [ 199 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11590 | 2025.01.17 14:43:03.255702 [ 199 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_41_8} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11591 | 2025.01.17 14:43:03.256081 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 11592 | 2025.01.17 14:43:03.695478 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11593 | 2025.01.17 14:43:03.695654 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11594 | 2025.01.17 14:43:03.695726 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11595 | 2025.01.17 14:43:03.696498 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11596 | 2025.01.17 14:43:03.696546 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11597 | 2025.01.17 14:43:03.696984 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11598 | 2025.01.17 14:43:03.697234 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11599 | 2025.01.17 14:43:03.697491 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 11600 | 2025.01.17 14:43:03.697558 [ 253 ] {8b10f533-1d07-4312-b51c-480d918fe0b2} <Debug> TCPHandler: Processed in 0.002202126 sec. | ||
| 11601 | 2025.01.17 14:43:03.697803 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11602 | 2025.01.17 14:43:03.698004 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11603 | 2025.01.17 14:43:03.698082 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11604 | 2025.01.17 14:43:03.699068 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11605 | 2025.01.17 14:43:03.699108 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11606 | 2025.01.17 14:43:03.699553 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11607 | 2025.01.17 14:43:03.699817 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11608 | 2025.01.17 14:43:03.700008 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002062 sec., 111057.22599418041 rows/sec., 9.71 MiB/sec. | ||
| 11609 | 2025.01.17 14:43:03.700065 [ 257 ] {da37f07d-0a56-4f14-bf41-616841b14c01} <Debug> TCPHandler: Processed in 0.002385329 sec. | ||
| 11610 | 2025.01.17 14:43:03.700247 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11611 | 2025.01.17 14:43:03.700374 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11612 | 2025.01.17 14:43:03.700427 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11613 | 2025.01.17 14:43:03.701040 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11614 | 2025.01.17 14:43:03.701082 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11615 | 2025.01.17 14:43:03.701450 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11616 | 2025.01.17 14:43:03.701684 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11617 | 2025.01.17 14:43:03.701884 [ 42 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 11618 | 2025.01.17 14:43:03.701930 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001576 sec., 12690.35532994924 rows/sec., 909.64 KiB/sec. | ||
| 11619 | 2025.01.17 14:43:03.701952 [ 42 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11620 | 2025.01.17 14:43:03.702029 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11621 | 2025.01.17 14:43:03.702059 [ 253 ] {3f13c131-6925-4fd7-ae7d-87d5da46116c} <Debug> TCPHandler: Processed in 0.001869588 sec. | ||
| 11622 | 2025.01.17 14:43:03.702269 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11623 | 2025.01.17 14:43:03.702282 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 11624 | 2025.01.17 14:43:03.702519 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11625 | 2025.01.17 14:43:03.702534 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11626 | 2025.01.17 14:43:03.702618 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 64 rows starting from the beginning of the part | ||
| 11627 | 2025.01.17 14:43:03.702629 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11628 | 2025.01.17 14:43:03.702949 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part | ||
| 11629 | 2025.01.17 14:43:03.703308 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part | ||
| 11630 | 2025.01.17 14:43:03.703639 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 20 rows starting from the beginning of the part | ||
| 11631 | 2025.01.17 14:43:03.704021 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part | ||
| 11632 | 2025.01.17 14:43:03.704361 [ 193 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 20 rows starting from the beginning of the part | ||
| 11633 | 2025.01.17 14:43:03.705548 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11634 | 2025.01.17 14:43:03.705617 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11635 | 2025.01.17 14:43:03.706606 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11636 | 2025.01.17 14:43:03.707163 [ 186 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005025443 sec., 35021.78812892714 rows/sec., 2.63 MiB/sec. | ||
| 11637 | 2025.01.17 14:43:03.707165 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11638 | 2025.01.17 14:43:03.707446 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 11639 | 2025.01.17 14:43:03.707474 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00506 sec., 2766.798418972332 rows/sec., 193.77 KiB/sec. | ||
| 11640 | 2025.01.17 14:43:03.707697 [ 257 ] {e736565e-beb5-497d-9d90-bf1c7e2694a9} <Debug> TCPHandler: Processed in 0.005532423 sec. | ||
| 11641 | 2025.01.17 14:43:03.707881 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11642 | 2025.01.17 14:43:03.708048 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11643 | 2025.01.17 14:43:03.708108 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11644 | 2025.01.17 14:43:03.708132 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11645 | 2025.01.17 14:43:03.708377 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_75_15} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 11646 | 2025.01.17 14:43:03.708573 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11647 | 2025.01.17 14:43:03.709051 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11648 | 2025.01.17 14:43:03.709095 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11649 | 2025.01.17 14:43:03.709458 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11650 | 2025.01.17 14:43:03.709696 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11651 | 2025.01.17 14:43:03.709943 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001949 sec., 6670.087224217547 rows/sec., 415.88 KiB/sec. | ||
| 11652 | 2025.01.17 14:43:03.710022 [ 253 ] {fb7168ae-086a-451e-a614-bd0ac0baebb7} <Debug> TCPHandler: Processed in 0.002216805 sec. | ||
| 11653 | 2025.01.17 14:43:03.710330 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11654 | 2025.01.17 14:43:03.710487 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11655 | 2025.01.17 14:43:03.710545 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11656 | 2025.01.17 14:43:03.711396 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11657 | 2025.01.17 14:43:03.711434 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11658 | 2025.01.17 14:43:03.711831 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11659 | 2025.01.17 14:43:03.712087 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11660 | 2025.01.17 14:43:03.712269 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001812 sec., 217991.16997792493 rows/sec., 15.48 MiB/sec. | ||
| 11661 | 2025.01.17 14:43:03.712327 [ 257 ] {95eba9b3-053a-4fdf-b5d4-867c941c34ed} <Debug> TCPHandler: Processed in 0.002186775 sec. | ||
| 11662 | 2025.01.17 14:43:03.712468 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11663 | 2025.01.17 14:43:03.712586 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11664 | 2025.01.17 14:43:03.712637 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11665 | 2025.01.17 14:43:03.713128 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11666 | 2025.01.17 14:43:03.713165 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11667 | 2025.01.17 14:43:03.713537 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11668 | 2025.01.17 14:43:03.713771 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11669 | 2025.01.17 14:43:03.713991 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec. | ||
| 11670 | 2025.01.17 14:43:03.714091 [ 253 ] {2057a4a0-fcae-447f-baa6-e8727f5e0a0d} <Debug> TCPHandler: Processed in 0.001675724 sec. | ||
| 11671 | 2025.01.17 14:43:03.714303 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11672 | 2025.01.17 14:43:03.714443 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11673 | 2025.01.17 14:43:03.714506 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11674 | 2025.01.17 14:43:03.715218 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11675 | 2025.01.17 14:43:03.715264 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11676 | 2025.01.17 14:43:03.715680 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11677 | 2025.01.17 14:43:03.715917 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11678 | 2025.01.17 14:43:03.716113 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec. | ||
| 11679 | 2025.01.17 14:43:03.716168 [ 257 ] {ad0e6034-d0ac-4081-9029-33bab210d624} <Debug> TCPHandler: Processed in 0.001985811 sec. | ||
| 11680 | 2025.01.17 14:43:03.716311 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2025.01.17 14:43:03.716428 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11682 | 2025.01.17 14:43:03.716481 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11683 | 2025.01.17 14:43:03.716963 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2025.01.17 14:43:03.716999 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11685 | 2025.01.17 14:43:03.717354 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11686 | 2025.01.17 14:43:03.717586 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11687 | 2025.01.17 14:43:03.717798 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec. | ||
| 11688 | 2025.01.17 14:43:03.717945 [ 253 ] {3c53cd0d-bb5d-4122-8a5c-3ab52008ae4c} <Debug> TCPHandler: Processed in 0.001696035 sec. | ||
| 11689 | 2025.01.17 14:43:03.718178 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11690 | 2025.01.17 14:43:03.718301 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11691 | 2025.01.17 14:43:03.718392 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11692 | 2025.01.17 14:43:03.719660 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11693 | 2025.01.17 14:43:03.719700 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11694 | 2025.01.17 14:43:03.720322 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11695 | 2025.01.17 14:43:03.720589 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11696 | 2025.01.17 14:43:03.720831 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002554 sec., 5090.054815974941 rows/sec., 9.12 MiB/sec. | ||
| 11697 | 2025.01.17 14:43:03.720940 [ 257 ] {73c3d553-70d2-4efd-9c62-9c523041bab3} <Debug> TCPHandler: Processed in 0.002878549 sec. | ||
| 11698 | 2025.01.17 14:43:03.721085 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11699 | 2025.01.17 14:43:03.721203 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11700 | 2025.01.17 14:43:03.721253 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11701 | 2025.01.17 14:43:03.721754 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11702 | 2025.01.17 14:43:03.721790 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11703 | 2025.01.17 14:43:03.722157 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11704 | 2025.01.17 14:43:03.722393 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11705 | 2025.01.17 14:43:03.722569 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec. | ||
| 11706 | 2025.01.17 14:43:03.722619 [ 253 ] {d2cefd36-f9f7-4920-9705-97f11a7c6660} <Debug> TCPHandler: Processed in 0.001591203 sec. | ||
| 11707 | 2025.01.17 14:43:04.897170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11708 | 2025.01.17 14:43:04.919536 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2025.01.17 14:43:04.919600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11710 | 2025.01.17 14:43:04.926877 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11711 | 2025.01.17 14:43:04.927669 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2025.01.17 14:43:04.928054 [ 40 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11713 | 2025.01.17 14:43:04.928189 [ 40 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11714 | 2025.01.17 14:43:04.928260 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11715 | 2025.01.17 14:43:04.928607 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11716 | 2025.01.17 14:43:04.945727 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11717 | 2025.01.17 14:43:04.946909 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11718 | 2025.01.17 14:43:04.948632 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11719 | 2025.01.17 14:43:04.954529 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11720 | 2025.01.17 14:43:04.960407 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11721 | 2025.01.17 14:43:04.966074 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11722 | 2025.01.17 14:43:04.972097 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11723 | 2025.01.17 14:43:04.976947 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 11724 | 2025.01.17 14:43:05.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.06 MiB, peak 250.06 MiB, free memory in arenas 0.00 B, will set to 240.16 MiB (RSS), difference: -9.90 MiB | ||
| 11725 | 2025.01.17 14:43:05.040776 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.112388063 sec., 3754.847167354419 rows/sec., 19.42 MiB/sec. | ||
| 11726 | 2025.01.17 14:43:05.044213 [ 201 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11727 | 2025.01.17 14:43:05.047421 [ 201 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_56_11} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11728 | 2025.01.17 14:43:05.047556 [ 201 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_56_11} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11729 | 2025.01.17 14:43:05.050081 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11730 | 2025.01.17 14:43:06.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.74 MiB, peak 250.06 MiB, free memory in arenas 0.00 B, will set to 242.19 MiB (RSS), difference: 11.45 MiB | ||
| 11731 | 2025.01.17 14:43:08.692005 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11732 | 2025.01.17 14:43:08.692201 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11733 | 2025.01.17 14:43:08.692270 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11734 | 2025.01.17 14:43:08.692989 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11735 | 2025.01.17 14:43:08.693027 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11736 | 2025.01.17 14:43:08.693442 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 11737 | 2025.01.17 14:43:08.693696 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11738 | 2025.01.17 14:43:08.693964 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001798 sec., 1112.3470522803116 rows/sec., 90.70 KiB/sec. | ||
| 11739 | 2025.01.17 14:43:08.694089 [ 253 ] {e1eb112c-d500-4e06-ac85-4c26d243688c} <Debug> TCPHandler: Processed in 0.002206715 sec. | ||
| 11740 | 2025.01.17 14:43:08.694348 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11741 | 2025.01.17 14:43:08.694538 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11742 | 2025.01.17 14:43:08.694610 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11743 | 2025.01.17 14:43:08.695455 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11744 | 2025.01.17 14:43:08.695507 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11745 | 2025.01.17 14:43:08.695945 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11746 | 2025.01.17 14:43:08.696211 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11747 | 2025.01.17 14:43:08.696455 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.00197 sec., 55329.94923857868 rows/sec., 4.62 MiB/sec. | ||
| 11748 | 2025.01.17 14:43:08.696531 [ 257 ] {6d6fb076-fda7-48e8-85f6-7133f2af4091} <Debug> TCPHandler: Processed in 0.002317758 sec. | ||
| 11749 | 2025.01.17 14:43:08.696725 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11750 | 2025.01.17 14:43:08.696994 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11751 | 2025.01.17 14:43:08.697044 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11752 | 2025.01.17 14:43:08.697665 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11753 | 2025.01.17 14:43:08.697703 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11754 | 2025.01.17 14:43:08.698065 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11755 | 2025.01.17 14:43:08.698298 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11756 | 2025.01.17 14:43:08.698483 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001568 sec., 17857.14285714286 rows/sec., 1.30 MiB/sec. | ||
| 11757 | 2025.01.17 14:43:08.698538 [ 253 ] {8d18e1d7-49d8-4bfc-805e-7ccb786529c7} <Debug> TCPHandler: Processed in 0.001926539 sec. | ||
| 11758 | 2025.01.17 14:43:08.698717 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11759 | 2025.01.17 14:43:08.698856 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11760 | 2025.01.17 14:43:08.698916 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11761 | 2025.01.17 14:43:08.699625 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11762 | 2025.01.17 14:43:08.699667 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11763 | 2025.01.17 14:43:08.700048 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11764 | 2025.01.17 14:43:08.700289 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11765 | 2025.01.17 14:43:08.700512 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001687 sec., 54534.67694131595 rows/sec., 4.26 MiB/sec. | ||
| 11766 | 2025.01.17 14:43:08.700568 [ 257 ] {6320c156-79d6-4008-b621-630751fd9bc4} <Debug> TCPHandler: Processed in 0.00192087 sec. | ||
| 11767 | 2025.01.17 14:43:08.700706 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11768 | 2025.01.17 14:43:08.700824 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11769 | 2025.01.17 14:43:08.700877 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11770 | 2025.01.17 14:43:08.701453 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11771 | 2025.01.17 14:43:08.701490 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11772 | 2025.01.17 14:43:08.701885 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11773 | 2025.01.17 14:43:08.702138 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11774 | 2025.01.17 14:43:08.702326 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001527 sec., 105435.4944335298 rows/sec., 7.34 MiB/sec. | ||
| 11775 | 2025.01.17 14:43:08.702386 [ 253 ] {1ffa405b-dc5b-428c-90ec-5f866c87a50f} <Debug> TCPHandler: Processed in 0.001733115 sec. | ||
| 11776 | 2025.01.17 14:43:08.702517 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11777 | 2025.01.17 14:43:08.702635 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11778 | 2025.01.17 14:43:08.702718 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11779 | 2025.01.17 14:43:08.703945 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11780 | 2025.01.17 14:43:08.703986 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11781 | 2025.01.17 14:43:08.704647 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11782 | 2025.01.17 14:43:08.704907 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11783 | 2025.01.17 14:43:08.705100 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11784 | 2025.01.17 14:43:08.705166 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11785 | 2025.01.17 14:43:08.705204 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11786 | 2025.01.17 14:43:08.705222 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002597 sec., 10011.551790527532 rows/sec., 17.94 MiB/sec. | ||
| 11787 | 2025.01.17 14:43:08.705653 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 11788 | 2025.01.17 14:43:08.706000 [ 257 ] {3bd98ec5-8357-45ab-a419-6b4448e90a6e} <Debug> TCPHandler: Processed in 0.003533683 sec. | ||
| 11789 | 2025.01.17 14:43:08.706313 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11790 | 2025.01.17 14:43:08.706762 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11791 | 2025.01.17 14:43:08.707032 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11792 | 2025.01.17 14:43:08.707465 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11793 | 2025.01.17 14:43:08.707736 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1320 rows starting from the beginning of the part | ||
| 11794 | 2025.01.17 14:43:08.708502 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part | ||
| 11795 | 2025.01.17 14:43:08.709303 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part | ||
| 11796 | 2025.01.17 14:43:08.709418 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11797 | 2025.01.17 14:43:08.709553 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11798 | 2025.01.17 14:43:08.709961 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part | ||
| 11799 | 2025.01.17 14:43:08.710656 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 13 rows starting from the beginning of the part | ||
| 11800 | 2025.01.17 14:43:08.711039 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11801 | 2025.01.17 14:43:08.711321 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part | ||
| 11802 | 2025.01.17 14:43:08.711947 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11803 | 2025.01.17 14:43:08.712605 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006014 sec., 9976.720984369804 rows/sec., 688.50 KiB/sec. | ||
| 11804 | 2025.01.17 14:43:08.712760 [ 253 ] {91b0f568-acfc-4cdf-9fdf-1648375b4897} <Debug> TCPHandler: Processed in 0.006608826 sec. | ||
| 11805 | 2025.01.17 14:43:08.720047 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 19 columns (19 merged, 0 gathered) in 0.014715253 sec., 96770.33755382935 rows/sec., 173.41 MiB/sec. | ||
| 11806 | 2025.01.17 14:43:08.721522 [ 187 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11807 | 2025.01.17 14:43:08.722011 [ 187 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2025.01.17 14:43:08.722111 [ 187 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11809 | 2025.01.17 14:43:08.722294 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. | ||
| 11810 | 2025.01.17 14:43:09.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.73 MiB, peak 254.20 MiB, free memory in arenas 0.00 B, will set to 245.17 MiB (RSS), difference: 2.44 MiB | ||
| 11811 | 2025.01.17 14:43:10.579863 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169 | ||
| 11812 | 2025.01.17 14:43:10.580989 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11813 | 2025.01.17 14:43:10.581035 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11814 | 2025.01.17 14:43:10.581570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11815 | 2025.01.17 14:43:10.581842 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11816 | 2025.01.17 14:43:10.582116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 11817 | 2025.01.17 14:43:12.446797 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11818 | 2025.01.17 14:43:12.466107 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11819 | 2025.01.17 14:43:12.466171 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11820 | 2025.01.17 14:43:12.473182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11821 | 2025.01.17 14:43:12.473943 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11822 | 2025.01.17 14:43:12.477593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11823 | 2025.01.17 14:43:13.240045 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1678 | ||
| 11824 | 2025.01.17 14:43:13.243693 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11825 | 2025.01.17 14:43:13.243739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11826 | 2025.01.17 14:43:13.245243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11827 | 2025.01.17 14:43:13.245575 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11828 | 2025.01.17 14:43:13.247753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1678 | ||
| 11829 | 2025.01.17 14:43:13.696083 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11830 | 2025.01.17 14:43:13.696270 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11831 | 2025.01.17 14:43:13.696345 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11832 | 2025.01.17 14:43:13.697094 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11833 | 2025.01.17 14:43:13.697142 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11834 | 2025.01.17 14:43:13.697575 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11835 | 2025.01.17 14:43:13.697833 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11836 | 2025.01.17 14:43:13.698028 [ 31 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11837 | 2025.01.17 14:43:13.698092 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 11838 | 2025.01.17 14:43:13.698110 [ 31 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11839 | 2025.01.17 14:43:13.698183 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11840 | 2025.01.17 14:43:13.698233 [ 253 ] {0b8aeb43-fbf9-4b44-b8bd-f61cc6fc0033} <Debug> TCPHandler: Processed in 0.002276987 sec. | ||
| 11841 | 2025.01.17 14:43:13.698447 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 11842 | 2025.01.17 14:43:13.698571 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11843 | 2025.01.17 14:43:13.698865 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11844 | 2025.01.17 14:43:13.698972 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 11845 | 2025.01.17 14:43:13.699040 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11846 | 2025.01.17 14:43:13.699155 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 11847 | 2025.01.17 14:43:13.699242 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11848 | 2025.01.17 14:43:13.699448 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 11849 | 2025.01.17 14:43:13.699787 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 11850 | 2025.01.17 14:43:13.700178 [ 189 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 11851 | 2025.01.17 14:43:13.702421 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11852 | 2025.01.17 14:43:13.702505 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11853 | 2025.01.17 14:43:13.702875 [ 190 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004581385 sec., 15279.22233123826 rows/sec., 1.13 MiB/sec. | ||
| 11854 | 2025.01.17 14:43:13.703070 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11855 | 2025.01.17 14:43:13.703422 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11856 | 2025.01.17 14:43:13.703632 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_41_10} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11857 | 2025.01.17 14:43:13.703775 [ 197 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_41_10} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11858 | 2025.01.17 14:43:13.703940 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11859 | 2025.01.17 14:43:13.703986 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11860 | 2025.01.17 14:43:13.704199 [ 31 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11861 | 2025.01.17 14:43:13.704252 [ 31 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11862 | 2025.01.17 14:43:13.704293 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11863 | 2025.01.17 14:43:13.704299 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005383 sec., 42541.333828720046 rows/sec., 3.72 MiB/sec. | ||
| 11864 | 2025.01.17 14:43:13.704466 [ 257 ] {572451d5-8f16-4019-b856-a2de39b1b984} <Debug> TCPHandler: Processed in 0.006104575 sec. | ||
| 11865 | 2025.01.17 14:43:13.704488 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 11866 | 2025.01.17 14:43:13.704642 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11867 | 2025.01.17 14:43:13.704680 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11868 | 2025.01.17 14:43:13.704701 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1431 rows starting from the beginning of the part | ||
| 11869 | 2025.01.17 14:43:13.704964 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 11870 | 2025.01.17 14:43:13.705010 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11871 | 2025.01.17 14:43:13.705210 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11872 | 2025.01.17 14:43:13.705361 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 108 rows starting from the beginning of the part | ||
| 11873 | 2025.01.17 14:43:13.705736 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 229 rows starting from the beginning of the part | ||
| 11874 | 2025.01.17 14:43:13.705993 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 109 rows starting from the beginning of the part | ||
| 11875 | 2025.01.17 14:43:13.706397 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 229 rows starting from the beginning of the part | ||
| 11876 | 2025.01.17 14:43:13.707898 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11877 | 2025.01.17 14:43:13.707972 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11878 | 2025.01.17 14:43:13.708971 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11879 | 2025.01.17 14:43:13.709400 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11880 | 2025.01.17 14:43:13.709831 [ 194 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005459233 sec., 396026.3282406155 rows/sec., 34.82 MiB/sec. | ||
| 11881 | 2025.01.17 14:43:13.709922 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005053 sec., 3958.0447259054026 rows/sec., 283.71 KiB/sec. | ||
| 11882 | 2025.01.17 14:43:13.710001 [ 253 ] {85441925-d086-47a1-b1f7-7ad092404518} <Debug> TCPHandler: Processed in 0.005420791 sec. | ||
| 11883 | 2025.01.17 14:43:13.710100 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11884 | 2025.01.17 14:43:13.710181 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11885 | 2025.01.17 14:43:13.710415 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11886 | 2025.01.17 14:43:13.710522 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11887 | 2025.01.17 14:43:13.710556 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11888 | 2025.01.17 14:43:13.710801 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_96_19} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11889 | 2025.01.17 14:43:13.710982 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 11890 | 2025.01.17 14:43:13.711489 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11891 | 2025.01.17 14:43:13.711534 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11892 | 2025.01.17 14:43:13.711901 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11893 | 2025.01.17 14:43:13.712152 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11894 | 2025.01.17 14:43:13.712416 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002075 sec., 6746.9879518072285 rows/sec., 472.52 KiB/sec. | ||
| 11895 | 2025.01.17 14:43:13.712490 [ 257 ] {c4ffe422-60d8-43f5-96b3-6a206eaabb7b} <Debug> TCPHandler: Processed in 0.00239561 sec. | ||
| 11896 | 2025.01.17 14:43:13.712747 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11897 | 2025.01.17 14:43:13.712884 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11898 | 2025.01.17 14:43:13.712934 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11899 | 2025.01.17 14:43:13.713554 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11900 | 2025.01.17 14:43:13.713597 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11901 | 2025.01.17 14:43:13.713976 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11902 | 2025.01.17 14:43:13.714231 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11903 | 2025.01.17 14:43:13.714403 [ 31 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11904 | 2025.01.17 14:43:13.714458 [ 31 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11905 | 2025.01.17 14:43:13.714472 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 11906 | 2025.01.17 14:43:13.714493 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11907 | 2025.01.17 14:43:13.714671 [ 253 ] {bde35fb8-cdc9-4853-a24f-5993b6b63eda} <Debug> TCPHandler: Processed in 0.002033632 sec. | ||
| 11908 | 2025.01.17 14:43:13.714885 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 11909 | 2025.01.17 14:43:13.714964 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11910 | 2025.01.17 14:43:13.715351 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11911 | 2025.01.17 14:43:13.715482 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11912 | 2025.01.17 14:43:13.715510 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11913 | 2025.01.17 14:43:13.715625 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 11914 | 2025.01.17 14:43:13.716068 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 11915 | 2025.01.17 14:43:13.716567 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 11916 | 2025.01.17 14:43:13.716799 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 11917 | 2025.01.17 14:43:13.717008 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 11918 | 2025.01.17 14:43:13.717875 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11919 | 2025.01.17 14:43:13.717925 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11920 | 2025.01.17 14:43:13.718414 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003777868 sec., 17205.471445799587 rows/sec., 1.11 MiB/sec. | ||
| 11921 | 2025.01.17 14:43:13.718515 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11922 | 2025.01.17 14:43:13.718532 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11923 | 2025.01.17 14:43:13.718837 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11924 | 2025.01.17 14:43:13.718875 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_41_10} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11925 | 2025.01.17 14:43:13.719027 [ 190 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_41_10} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11926 | 2025.01.17 14:43:13.719095 [ 31 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11927 | 2025.01.17 14:43:13.719215 [ 31 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11928 | 2025.01.17 14:43:13.719235 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11929 | 2025.01.17 14:43:13.719292 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11930 | 2025.01.17 14:43:13.719292 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004035 sec., 97893.43246592316 rows/sec., 6.95 MiB/sec. | ||
| 11931 | 2025.01.17 14:43:13.719577 [ 257 ] {1c6fe32f-f6d7-4c63-866a-162375f9b4bd} <Debug> TCPHandler: Processed in 0.004773288 sec. | ||
| 11932 | 2025.01.17 14:43:13.719613 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 11933 | 2025.01.17 14:43:13.719840 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11934 | 2025.01.17 14:43:13.720062 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11935 | 2025.01.17 14:43:13.720201 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 11936 | 2025.01.17 14:43:13.720228 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11937 | 2025.01.17 14:43:13.720465 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11938 | 2025.01.17 14:43:13.720693 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 11939 | 2025.01.17 14:43:13.721125 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 90 rows starting from the beginning of the part | ||
| 11940 | 2025.01.17 14:43:13.721577 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 395 rows starting from the beginning of the part | ||
| 11941 | 2025.01.17 14:43:13.721964 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 92 rows starting from the beginning of the part | ||
| 11942 | 2025.01.17 14:43:13.722263 [ 190 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 395 rows starting from the beginning of the part | ||
| 11943 | 2025.01.17 14:43:13.724119 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11944 | 2025.01.17 14:43:13.724219 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11945 | 2025.01.17 14:43:13.725410 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11946 | 2025.01.17 14:43:13.725796 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11947 | 2025.01.17 14:43:13.726407 [ 188 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.007018355 sec., 277700.40130486415 rows/sec., 21.25 MiB/sec. | ||
| 11948 | 2025.01.17 14:43:13.726544 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006417 sec., 935.0163627863487 rows/sec., 48.85 KiB/sec. | ||
| 11949 | 2025.01.17 14:43:13.726890 [ 253 ] {de180416-6536-4f34-b5f6-5a1a8cbbb766} <Debug> TCPHandler: Processed in 0.007194748 sec. | ||
| 11950 | 2025.01.17 14:43:13.726920 [ 188 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11951 | 2025.01.17 14:43:13.727102 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11952 | 2025.01.17 14:43:13.727323 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11953 | 2025.01.17 14:43:13.727411 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11954 | 2025.01.17 14:43:13.727486 [ 188 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11955 | 2025.01.17 14:43:13.727711 [ 188 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_96_19} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11956 | 2025.01.17 14:43:13.727933 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 11957 | 2025.01.17 14:43:13.728378 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11958 | 2025.01.17 14:43:13.728421 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11959 | 2025.01.17 14:43:13.728837 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11960 | 2025.01.17 14:43:13.729085 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11961 | 2025.01.17 14:43:13.729252 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11962 | 2025.01.17 14:43:13.729312 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11963 | 2025.01.17 14:43:13.729327 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002077 sec., 114106.88493018778 rows/sec., 7.65 MiB/sec. | ||
| 11964 | 2025.01.17 14:43:13.729353 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11965 | 2025.01.17 14:43:13.729506 [ 257 ] {289c01d6-1d85-4c7c-8b7a-7e704f0f6b7d} <Debug> TCPHandler: Processed in 0.002490462 sec. | ||
| 11966 | 2025.01.17 14:43:13.729595 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 11967 | 2025.01.17 14:43:13.729719 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11968 | 2025.01.17 14:43:13.729822 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11969 | 2025.01.17 14:43:13.729903 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27906 rows starting from the beginning of the part | ||
| 11970 | 2025.01.17 14:43:13.729931 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11971 | 2025.01.17 14:43:13.730108 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11972 | 2025.01.17 14:43:13.730188 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 96 rows starting from the beginning of the part | ||
| 11973 | 2025.01.17 14:43:13.730561 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11974 | 2025.01.17 14:43:13.730919 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 11975 | 2025.01.17 14:43:13.731208 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
| 11976 | 2025.01.17 14:43:13.731560 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11977 | 2025.01.17 14:43:13.732614 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2025.01.17 14:43:13.732682 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11979 | 2025.01.17 14:43:13.733304 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11980 | 2025.01.17 14:43:13.733619 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11981 | 2025.01.17 14:43:13.733830 [ 31 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 11982 | 2025.01.17 14:43:13.733926 [ 31 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2025.01.17 14:43:13.734012 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 11984 | 2025.01.17 14:43:13.734079 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004185 sec., 238.94862604540023 rows/sec., 16.10 KiB/sec. | ||
| 11985 | 2025.01.17 14:43:13.734615 [ 253 ] {051f054e-70fc-4605-982b-caa4ef82499b} <Debug> TCPHandler: Processed in 0.004981893 sec. | ||
| 11986 | 2025.01.17 14:43:13.735175 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11987 | 2025.01.17 14:43:13.735586 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full | ||
| 11988 | 2025.01.17 14:43:13.735806 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11989 | 2025.01.17 14:43:13.736232 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11990 | 2025.01.17 14:43:13.736524 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11991 | 2025.01.17 14:43:13.736758 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 37 rows starting from the beginning of the part | ||
| 11992 | 2025.01.17 14:43:13.737177 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11993 | 2025.01.17 14:43:13.737745 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 11994 | 2025.01.17 14:43:13.738453 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 11995 | 2025.01.17 14:43:13.739006 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 11996 | 2025.01.17 14:43:13.739703 [ 188 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 11997 | 2025.01.17 14:43:13.742871 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28797 rows, containing 5 columns (5 merged, 0 gathered) in 0.013381526 sec., 2151996.715471763 rows/sec., 145.30 MiB/sec. | ||
| 11998 | 2025.01.17 14:43:13.743449 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11999 | 2025.01.17 14:43:13.743465 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2025.01.17 14:43:13.743579 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12001 | 2025.01.17 14:43:13.744450 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12002 | 2025.01.17 14:43:13.744795 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12003 | 2025.01.17 14:43:13.745067 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12004 | 2025.01.17 14:43:13.745751 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.011573978 sec., 3628.8301221930783 rows/sec., 244.18 KiB/sec. | ||
| 12005 | 2025.01.17 14:43:13.746001 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 12006 | 2025.01.17 14:43:13.746230 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12007 | 2025.01.17 14:43:13.746580 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12008 | 2025.01.17 14:43:13.746811 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12009 | 2025.01.17 14:43:13.746827 [ 201 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_41_9} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 12010 | 2025.01.17 14:43:13.747000 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12011 | 2025.01.17 14:43:13.747211 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.011631 sec., 1117.7026910841716 rows/sec., 2.00 MiB/sec. | ||
| 12012 | 2025.01.17 14:43:13.747356 [ 257 ] {7db7c441-5820-4ae1-b883-7c41fc673d41} <Debug> TCPHandler: Processed in 0.012582689 sec. | ||
| 12013 | 2025.01.17 14:43:13.747530 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12014 | 2025.01.17 14:43:13.747657 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12015 | 2025.01.17 14:43:13.747711 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12016 | 2025.01.17 14:43:13.748249 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12017 | 2025.01.17 14:43:13.748289 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12018 | 2025.01.17 14:43:13.748685 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12019 | 2025.01.17 14:43:13.748937 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2025.01.17 14:43:13.749118 [ 31 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12021 | 2025.01.17 14:43:13.749180 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec. | ||
| 12022 | 2025.01.17 14:43:13.749180 [ 31 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12023 | 2025.01.17 14:43:13.749263 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12024 | 2025.01.17 14:43:13.749309 [ 253 ] {9d9c66c2-a822-414f-9745-3940941fdb6e} <Debug> TCPHandler: Processed in 0.001845349 sec. | ||
| 12025 | 2025.01.17 14:43:13.749508 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 12026 | 2025.01.17 14:43:13.749618 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12027 | 2025.01.17 14:43:13.749652 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5538 rows starting from the beginning of the part | ||
| 12028 | 2025.01.17 14:43:13.749726 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 36 rows starting from the beginning of the part | ||
| 12029 | 2025.01.17 14:43:13.749946 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 12030 | 2025.01.17 14:43:13.750137 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 12031 | 2025.01.17 14:43:13.750271 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 12032 | 2025.01.17 14:43:13.750471 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 12033 | 2025.01.17 14:43:13.752628 [ 201 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5858 rows, containing 4 columns (4 merged, 0 gathered) in 0.003266777 sec., 1793204.7397174647 rows/sec., 116.86 MiB/sec. | ||
| 12034 | 2025.01.17 14:43:13.753117 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12035 | 2025.01.17 14:43:13.753445 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12036 | 2025.01.17 14:43:13.753536 [ 200 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_96_19} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12037 | 2025.01.17 14:43:13.753633 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12038 | 2025.01.17 14:43:17.901520 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12039 | 2025.01.17 14:43:17.901592 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12040 | 2025.01.17 14:43:18.083237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657 | ||
| 12041 | 2025.01.17 14:43:18.083958 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12042 | 2025.01.17 14:43:18.084020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12043 | 2025.01.17 14:43:18.084566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12044 | 2025.01.17 14:43:18.084825 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12045 | 2025.01.17 14:43:18.085088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657 | ||
| 12046 | 2025.01.17 14:43:18.692010 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12047 | 2025.01.17 14:43:18.692209 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12048 | 2025.01.17 14:43:18.692291 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12049 | 2025.01.17 14:43:18.693158 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2025.01.17 14:43:18.693200 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12051 | 2025.01.17 14:43:18.693649 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12052 | 2025.01.17 14:43:18.693910 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12053 | 2025.01.17 14:43:18.694110 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001955 sec., 55242.96675191815 rows/sec., 4.62 MiB/sec. | ||
| 12054 | 2025.01.17 14:43:18.694172 [ 253 ] {0752e035-3b7a-47bc-b944-82785f99b0f4} <Debug> TCPHandler: Processed in 0.002294047 sec. | ||
| 12055 | 2025.01.17 14:43:18.694499 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12056 | 2025.01.17 14:43:18.694810 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12057 | 2025.01.17 14:43:18.694895 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12058 | 2025.01.17 14:43:18.695656 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12059 | 2025.01.17 14:43:18.695709 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12060 | 2025.01.17 14:43:18.696155 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12061 | 2025.01.17 14:43:18.696419 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12062 | 2025.01.17 14:43:18.696684 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001956 sec., 13292.433537832312 rows/sec., 999.53 KiB/sec. | ||
| 12063 | 2025.01.17 14:43:18.696797 [ 257 ] {16c780be-9257-4488-ae42-a3ec2eca8c93} <Debug> TCPHandler: Processed in 0.002494262 sec. | ||
| 12064 | 2025.01.17 14:43:18.697028 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12065 | 2025.01.17 14:43:18.697311 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12066 | 2025.01.17 14:43:18.697371 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12067 | 2025.01.17 14:43:18.698062 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12068 | 2025.01.17 14:43:18.698102 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12069 | 2025.01.17 14:43:18.698485 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12070 | 2025.01.17 14:43:18.698727 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12071 | 2025.01.17 14:43:18.698917 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001683 sec., 53475.935828877 rows/sec., 4.18 MiB/sec. | ||
| 12072 | 2025.01.17 14:43:18.698973 [ 253 ] {c0d239f3-712d-4818-8a3c-a4a9aba24543} <Debug> TCPHandler: Processed in 0.002085652 sec. | ||
| 12073 | 2025.01.17 14:43:18.699194 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12074 | 2025.01.17 14:43:18.699426 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12075 | 2025.01.17 14:43:18.699526 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12076 | 2025.01.17 14:43:18.700263 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12077 | 2025.01.17 14:43:18.700303 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12078 | 2025.01.17 14:43:18.700721 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12079 | 2025.01.17 14:43:18.700962 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12080 | 2025.01.17 14:43:18.701195 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001831 sec., 87383.94320043692 rows/sec., 6.09 MiB/sec. | ||
| 12081 | 2025.01.17 14:43:18.701299 [ 257 ] {0a06c45a-e584-44ec-9c2b-84d1242e1529} <Debug> TCPHandler: Processed in 0.002214525 sec. | ||
| 12082 | 2025.01.17 14:43:18.701505 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12083 | 2025.01.17 14:43:18.701660 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12084 | 2025.01.17 14:43:18.701749 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12085 | 2025.01.17 14:43:18.702928 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12086 | 2025.01.17 14:43:18.702965 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12087 | 2025.01.17 14:43:18.703625 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12088 | 2025.01.17 14:43:18.703906 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12089 | 2025.01.17 14:43:18.704155 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002527 sec., 10288.880094974276 rows/sec., 18.44 MiB/sec. | ||
| 12090 | 2025.01.17 14:43:18.704485 [ 253 ] {b6d31527-aade-4662-a24e-5e58fdb83ead} <Debug> TCPHandler: Processed in 0.003070973 sec. | ||
| 12091 | 2025.01.17 14:43:18.704866 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12092 | 2025.01.17 14:43:18.705009 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12093 | 2025.01.17 14:43:18.705071 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12094 | 2025.01.17 14:43:18.705680 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12095 | 2025.01.17 14:43:18.705727 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12096 | 2025.01.17 14:43:18.706124 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12097 | 2025.01.17 14:43:18.706366 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12098 | 2025.01.17 14:43:18.706581 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 12099 | 2025.01.17 14:43:18.706636 [ 257 ] {10b93cc6-8188-48fb-8013-4ff4e64ca2eb} <Debug> TCPHandler: Processed in 0.002026371 sec. | ||
| 12100 | 2025.01.17 14:43:19.933953 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12101 | 2025.01.17 14:43:19.934165 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12102 | 2025.01.17 14:43:19.934245 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12103 | 2025.01.17 14:43:19.935040 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12104 | 2025.01.17 14:43:19.935093 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12105 | 2025.01.17 14:43:19.935518 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12106 | 2025.01.17 14:43:19.935779 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12107 | 2025.01.17 14:43:19.936035 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 12108 | 2025.01.17 14:43:19.936104 [ 253 ] {31f03950-4224-4791-b3d8-96fdf2b6342a} <Debug> TCPHandler: Processed in 0.002291817 sec. | ||
| 12109 | 2025.01.17 14:43:19.936475 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12110 | 2025.01.17 14:43:19.936787 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12111 | 2025.01.17 14:43:19.936894 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12112 | 2025.01.17 14:43:19.937657 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12113 | 2025.01.17 14:43:19.937709 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12114 | 2025.01.17 14:43:19.938142 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 12115 | 2025.01.17 14:43:19.938402 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12116 | 2025.01.17 14:43:19.938670 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00197 sec., 8121.827411167513 rows/sec., 662.28 KiB/sec. | ||
| 12117 | 2025.01.17 14:43:19.938800 [ 257 ] {3aff0fe6-97da-480b-81e8-ab8f901410b1} <Debug> TCPHandler: Processed in 0.002518602 sec. | ||
| 12118 | 2025.01.17 14:43:19.938967 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12119 | 2025.01.17 14:43:19.939110 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12120 | 2025.01.17 14:43:19.939170 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12121 | 2025.01.17 14:43:19.940370 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12122 | 2025.01.17 14:43:19.940412 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12123 | 2025.01.17 14:43:19.940869 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12124 | 2025.01.17 14:43:19.941115 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12125 | 2025.01.17 14:43:19.941340 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002266 sec., 607678.7290379524 rows/sec., 50.51 MiB/sec. | ||
| 12126 | 2025.01.17 14:43:19.941400 [ 253 ] {a9836134-d322-4b1a-9272-6881cdeccf58} <Debug> TCPHandler: Processed in 0.002500092 sec. | ||
| 12127 | 2025.01.17 14:43:19.941564 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12128 | 2025.01.17 14:43:19.941710 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12129 | 2025.01.17 14:43:19.941770 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12130 | 2025.01.17 14:43:19.942507 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12131 | 2025.01.17 14:43:19.942556 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12132 | 2025.01.17 14:43:19.942981 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12133 | 2025.01.17 14:43:19.943237 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12134 | 2025.01.17 14:43:19.943471 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001796 sec., 20044.543429844096 rows/sec., 1.39 MiB/sec. | ||
| 12135 | 2025.01.17 14:43:19.943543 [ 257 ] {64f43091-21c8-4367-91d1-e87733275746} <Debug> TCPHandler: Processed in 0.002051163 sec. | ||
| 12136 | 2025.01.17 14:43:19.943752 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12137 | 2025.01.17 14:43:19.943927 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12138 | 2025.01.17 14:43:19.943978 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12139 | 2025.01.17 14:43:19.944662 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12140 | 2025.01.17 14:43:19.944703 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12141 | 2025.01.17 14:43:19.945078 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12142 | 2025.01.17 14:43:19.945321 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12143 | 2025.01.17 14:43:19.945537 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001639 sec., 147651.0067114094 rows/sec., 10.00 MiB/sec. | ||
| 12144 | 2025.01.17 14:43:19.945593 [ 253 ] {8d53d8c4-5ec9-40a2-aaf9-9efb917e6ba5} <Debug> TCPHandler: Processed in 0.001957871 sec. | ||
| 12145 | 2025.01.17 14:43:19.945735 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12146 | 2025.01.17 14:43:19.945867 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12147 | 2025.01.17 14:43:19.945925 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12148 | 2025.01.17 14:43:19.946620 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12149 | 2025.01.17 14:43:19.946668 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12150 | 2025.01.17 14:43:19.947049 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12151 | 2025.01.17 14:43:19.947288 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12152 | 2025.01.17 14:43:19.947513 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001676 sec., 7756.5632458233895 rows/sec., 483.62 KiB/sec. | ||
| 12153 | 2025.01.17 14:43:19.947633 [ 257 ] {63b8cf2d-0b2f-4acf-81bf-2b389d3a4e2a} <Debug> TCPHandler: Processed in 0.00195278 sec. | ||
| 12154 | 2025.01.17 14:43:19.947816 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12155 | 2025.01.17 14:43:19.947956 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12156 | 2025.01.17 14:43:19.948013 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12157 | 2025.01.17 14:43:19.949054 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12158 | 2025.01.17 14:43:19.949095 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12159 | 2025.01.17 14:43:19.949513 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12160 | 2025.01.17 14:43:19.949763 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2025.01.17 14:43:19.949981 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.002057 sec., 421487.60330578516 rows/sec., 30.53 MiB/sec. | ||
| 12162 | 2025.01.17 14:43:19.950038 [ 253 ] {aaa50a0b-852c-4f9f-8e31-e7df6dbc8d0c} <Debug> TCPHandler: Processed in 0.002313427 sec. | ||
| 12163 | 2025.01.17 14:43:19.950238 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12164 | 2025.01.17 14:43:19.950474 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12165 | 2025.01.17 14:43:19.950568 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12166 | 2025.01.17 14:43:19.951198 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12167 | 2025.01.17 14:43:19.951237 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12168 | 2025.01.17 14:43:19.951622 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12169 | 2025.01.17 14:43:19.951853 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2025.01.17 14:43:19.952058 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 190.91 KiB/sec. | ||
| 12171 | 2025.01.17 14:43:19.952107 [ 257 ] {2fdcb78b-65bc-4fa8-bb84-ee336066155b} <Debug> TCPHandler: Processed in 0.001980001 sec. | ||
| 12172 | 2025.01.17 14:43:19.952265 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12173 | 2025.01.17 14:43:19.952404 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12174 | 2025.01.17 14:43:19.952465 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12175 | 2025.01.17 14:43:19.953305 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12176 | 2025.01.17 14:43:19.953343 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12177 | 2025.01.17 14:43:19.953783 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12178 | 2025.01.17 14:43:19.954033 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12179 | 2025.01.17 14:43:19.954226 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.001853 sec., 536967.0804101457 rows/sec., 35.74 MiB/sec. | ||
| 12180 | 2025.01.17 14:43:19.954324 [ 253 ] {5304ea1e-df9a-433d-b2a5-ee07b221f154} <Debug> TCPHandler: Processed in 0.002120124 sec. | ||
| 12181 | 2025.01.17 14:43:19.954508 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12182 | 2025.01.17 14:43:19.954679 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12183 | 2025.01.17 14:43:19.954739 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12184 | 2025.01.17 14:43:19.955204 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12185 | 2025.01.17 14:43:19.955241 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12186 | 2025.01.17 14:43:19.955597 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12187 | 2025.01.17 14:43:19.955830 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12188 | 2025.01.17 14:43:19.956035 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
| 12189 | 2025.01.17 14:43:19.956086 [ 257 ] {6a291b76-e746-4ecc-9d5c-5e2cbeabad7e} <Debug> TCPHandler: Processed in 0.001672615 sec. | ||
| 12190 | 2025.01.17 14:43:19.956242 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12191 | 2025.01.17 14:43:19.956379 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12192 | 2025.01.17 14:43:19.956471 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12193 | 2025.01.17 14:43:19.957635 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12194 | 2025.01.17 14:43:19.957672 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12195 | 2025.01.17 14:43:19.958272 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12196 | 2025.01.17 14:43:19.958637 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12197 | 2025.01.17 14:43:19.958904 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002555 sec., 5088.062622309198 rows/sec., 9.12 MiB/sec. | ||
| 12198 | 2025.01.17 14:43:19.959118 [ 253 ] {439df393-f0c0-447d-9fc1-c6aa81ee0fe6} <Debug> TCPHandler: Processed in 0.00293698 sec. | ||
| 12199 | 2025.01.17 14:43:19.959494 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12200 | 2025.01.17 14:43:19.959761 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12201 | 2025.01.17 14:43:19.959852 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12202 | 2025.01.17 14:43:19.960338 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2025.01.17 14:43:19.960377 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12204 | 2025.01.17 14:43:19.960737 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12205 | 2025.01.17 14:43:19.960973 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2025.01.17 14:43:19.961196 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001499 sec., 30687.124749833223 rows/sec., 1.86 MiB/sec. | ||
| 12207 | 2025.01.17 14:43:19.961246 [ 257 ] {56c4030c-deaf-4afe-a224-c43c1d3bba53} <Debug> TCPHandler: Processed in 0.001969801 sec. | ||
| 12208 | 2025.01.17 14:43:19.978638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12209 | 2025.01.17 14:43:19.998163 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12210 | 2025.01.17 14:43:19.998216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12211 | 2025.01.17 14:43:20.006037 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12212 | 2025.01.17 14:43:20.006808 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12213 | 2025.01.17 14:43:20.009997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12214 | 2025.01.17 14:43:23.248946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1736 | ||
| 12215 | 2025.01.17 14:43:23.252717 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12216 | 2025.01.17 14:43:23.252781 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12217 | 2025.01.17 14:43:23.254348 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12218 | 2025.01.17 14:43:23.254685 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12219 | 2025.01.17 14:43:23.255365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1736 | ||
| 12220 | 2025.01.17 14:43:23.686733 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12221 | 2025.01.17 14:43:23.686945 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12222 | 2025.01.17 14:43:23.687017 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12223 | 2025.01.17 14:43:23.687794 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12224 | 2025.01.17 14:43:23.687851 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12225 | 2025.01.17 14:43:23.688316 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12226 | 2025.01.17 14:43:23.688580 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12227 | 2025.01.17 14:43:23.688819 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 12228 | 2025.01.17 14:43:23.688888 [ 253 ] {c1f857cc-c12a-43b9-b733-32c2fe0505d4} <Debug> TCPHandler: Processed in 0.002295547 sec. | ||
| 12229 | 2025.01.17 14:43:23.689148 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12230 | 2025.01.17 14:43:23.689340 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12231 | 2025.01.17 14:43:23.689413 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12232 | 2025.01.17 14:43:23.690165 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12233 | 2025.01.17 14:43:23.690216 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12234 | 2025.01.17 14:43:23.690663 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12235 | 2025.01.17 14:43:23.690909 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12236 | 2025.01.17 14:43:23.691159 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec. | ||
| 12237 | 2025.01.17 14:43:23.691217 [ 257 ] {73d3347a-98f3-4c99-950a-4ffec5ebd2b4} <Debug> TCPHandler: Processed in 0.002198905 sec. | ||
| 12238 | 2025.01.17 14:43:23.691372 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12239 | 2025.01.17 14:43:23.691523 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12240 | 2025.01.17 14:43:23.691589 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12241 | 2025.01.17 14:43:23.692209 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12242 | 2025.01.17 14:43:23.692250 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12243 | 2025.01.17 14:43:23.692663 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12244 | 2025.01.17 14:43:23.692911 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12245 | 2025.01.17 14:43:23.693136 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001648 sec., 58252.42718446602 rows/sec., 4.06 MiB/sec. | ||
| 12246 | 2025.01.17 14:43:23.693191 [ 253 ] {30047331-f777-46e2-9892-55f51e0a7deb} <Debug> TCPHandler: Processed in 0.001889138 sec. | ||
| 12247 | 2025.01.17 14:43:23.693349 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12248 | 2025.01.17 14:43:23.693488 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12249 | 2025.01.17 14:43:23.693549 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12250 | 2025.01.17 14:43:23.694111 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12251 | 2025.01.17 14:43:23.694150 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12252 | 2025.01.17 14:43:23.694530 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12253 | 2025.01.17 14:43:23.694767 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12254 | 2025.01.17 14:43:23.694982 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001527 sec., 23575.63850687623 rows/sec., 1.59 MiB/sec. | ||
| 12255 | 2025.01.17 14:43:23.695033 [ 257 ] {3d338c93-6a37-4de2-a194-af5ca3e4182e} <Debug> TCPHandler: Processed in 0.001751796 sec. | ||
| 12256 | 2025.01.17 14:43:25.586194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084 | ||
| 12257 | 2025.01.17 14:43:25.586857 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12258 | 2025.01.17 14:43:25.586902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12259 | 2025.01.17 14:43:25.587440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12260 | 2025.01.17 14:43:25.587712 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12261 | 2025.01.17 14:43:25.587975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 12262 | 2025.01.17 14:43:27.511043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12263 | 2025.01.17 14:43:27.531832 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12264 | 2025.01.17 14:43:27.531888 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12265 | 2025.01.17 14:43:27.539131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12266 | 2025.01.17 14:43:27.539911 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12267 | 2025.01.17 14:43:27.542604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12268 | 2025.01.17 14:43:28.690929 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12269 | 2025.01.17 14:43:28.691158 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12270 | 2025.01.17 14:43:28.691241 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12271 | 2025.01.17 14:43:28.692140 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2025.01.17 14:43:28.692196 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12273 | 2025.01.17 14:43:28.692648 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12274 | 2025.01.17 14:43:28.692902 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2025.01.17 14:43:28.693180 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002078 sec., 51973.0510105871 rows/sec., 4.35 MiB/sec. | ||
| 12276 | 2025.01.17 14:43:28.693251 [ 253 ] {911ecf2c-4f37-428f-b0ff-85aee4f8176b} <Debug> TCPHandler: Processed in 0.002460551 sec. | ||
| 12277 | 2025.01.17 14:43:28.693572 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12278 | 2025.01.17 14:43:28.693874 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12279 | 2025.01.17 14:43:28.693985 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12280 | 2025.01.17 14:43:28.694766 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12281 | 2025.01.17 14:43:28.694805 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12282 | 2025.01.17 14:43:28.695222 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12283 | 2025.01.17 14:43:28.695479 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12284 | 2025.01.17 14:43:28.695674 [ 151 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 12285 | 2025.01.17 14:43:28.695698 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001908 sec., 13626.834381551364 rows/sec., 1.00 MiB/sec. | ||
| 12286 | 2025.01.17 14:43:28.695756 [ 151 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12287 | 2025.01.17 14:43:28.695835 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12288 | 2025.01.17 14:43:28.695838 [ 257 ] {ffc2a124-7de6-45ec-8cde-549ab34f06de} <Debug> TCPHandler: Processed in 0.002444281 sec. | ||
| 12289 | 2025.01.17 14:43:28.696137 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 12290 | 2025.01.17 14:43:28.696150 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12291 | 2025.01.17 14:43:28.696526 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12292 | 2025.01.17 14:43:28.696698 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12293 | 2025.01.17 14:43:28.696711 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12294 | 2025.01.17 14:43:28.696882 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 64 rows starting from the beginning of the part | ||
| 12295 | 2025.01.17 14:43:28.697344 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 28 rows starting from the beginning of the part | ||
| 12296 | 2025.01.17 14:43:28.697837 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 20 rows starting from the beginning of the part | ||
| 12297 | 2025.01.17 14:43:28.698152 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part | ||
| 12298 | 2025.01.17 14:43:28.698634 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part | ||
| 12299 | 2025.01.17 14:43:28.699139 [ 198 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part | ||
| 12300 | 2025.01.17 14:43:28.700849 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12301 | 2025.01.17 14:43:28.700926 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12302 | 2025.01.17 14:43:28.701994 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12303 | 2025.01.17 14:43:28.702425 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.006474763 sec., 30889.1615028998 rows/sec., 2.33 MiB/sec. | ||
| 12304 | 2025.01.17 14:43:28.702535 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12305 | 2025.01.17 14:43:28.702765 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 12306 | 2025.01.17 14:43:28.702986 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.006581 sec., 13675.73317125057 rows/sec., 1.07 MiB/sec. | ||
| 12307 | 2025.01.17 14:43:28.703119 [ 253 ] {b3db1a47-ee15-4958-9bf6-6a63c705d4e2} <Debug> TCPHandler: Processed in 0.007151657 sec. | ||
| 12308 | 2025.01.17 14:43:28.703298 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12309 | 2025.01.17 14:43:28.703412 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2025.01.17 14:43:28.703536 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12311 | 2025.01.17 14:43:28.703589 [ 200 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_80_16} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 12312 | 2025.01.17 14:43:28.703642 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12313 | 2025.01.17 14:43:28.703790 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12314 | 2025.01.17 14:43:28.704419 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12315 | 2025.01.17 14:43:28.704465 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12316 | 2025.01.17 14:43:28.704865 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12317 | 2025.01.17 14:43:28.705126 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12318 | 2025.01.17 14:43:28.705350 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001907 sec., 83901.41583639223 rows/sec., 5.84 MiB/sec. | ||
| 12319 | 2025.01.17 14:43:28.705403 [ 257 ] {fd8943fb-767a-4cb1-8916-48d963bf4611} <Debug> TCPHandler: Processed in 0.002180405 sec. | ||
| 12320 | 2025.01.17 14:43:28.705597 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12321 | 2025.01.17 14:43:28.705743 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12322 | 2025.01.17 14:43:28.705843 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12323 | 2025.01.17 14:43:28.707090 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2025.01.17 14:43:28.707131 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12325 | 2025.01.17 14:43:28.707798 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12326 | 2025.01.17 14:43:28.708067 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2025.01.17 14:43:28.708325 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002616 sec., 9938.837920489297 rows/sec., 17.81 MiB/sec. | ||
| 12328 | 2025.01.17 14:43:28.708438 [ 253 ] {ceb9e97b-41eb-4f27-84af-14a8e7839caf} <Debug> TCPHandler: Processed in 0.00291207 sec. | ||
| 12329 | 2025.01.17 14:43:28.708644 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12330 | 2025.01.17 14:43:28.708863 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12331 | 2025.01.17 14:43:28.708957 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12332 | 2025.01.17 14:43:28.709528 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12333 | 2025.01.17 14:43:28.709566 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12334 | 2025.01.17 14:43:28.709930 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12335 | 2025.01.17 14:43:28.710168 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2025.01.17 14:43:28.710384 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. | ||
| 12337 | 2025.01.17 14:43:28.710433 [ 257 ] {8a32a8d7-922a-4272-9c7f-bdae8373f4e6} <Debug> TCPHandler: Processed in 0.00190044 sec. | ||
| 12338 | 2025.01.17 14:43:31.035319 [ 8 ] {} <Debug> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 12339 | 2025.01.17 14:43:31.035437 [ 8 ] {} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12340 | 2025.01.17 14:43:31.035490 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12341 | 2025.01.17 14:43:31.035719 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::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 | ||
| 12342 | 2025.01.17 14:43:31.035906 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12343 | 2025.01.17 14:43:31.035952 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 12344 | 2025.01.17 14:43:31.036050 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 12345 | 2025.01.17 14:43:31.036331 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 12346 | 2025.01.17 14:43:31.036570 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 12347 | 2025.01.17 14:43:31.036756 [ 201 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 12348 | 2025.01.17 14:43:31.037897 [ 196 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002281446 sec., 23669.19927098866 rows/sec., 1.98 MiB/sec. | ||
| 12349 | 2025.01.17 14:43:31.038174 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 12350 | 2025.01.17 14:43:31.038763 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12351 | 2025.01.17 14:43:31.038921 [ 187 ] {8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a::all_1_13_3} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 12352 | 2025.01.17 14:43:31.039088 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12353 | 2025.01.17 14:43:31.659844 [ 8 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12354 | 2025.01.17 14:43:31.659946 [ 8 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12355 | 2025.01.17 14:43:31.659987 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12356 | 2025.01.17 14:43:31.660197 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 12357 | 2025.01.17 14:43:31.660565 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12358 | 2025.01.17 14:43:31.660630 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 243 rows starting from the beginning of the part | ||
| 12359 | 2025.01.17 14:43:31.660778 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
| 12360 | 2025.01.17 14:43:31.661072 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12361 | 2025.01.17 14:43:31.661286 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12362 | 2025.01.17 14:43:31.661440 [ 201 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 12363 | 2025.01.17 14:43:31.662651 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002551243 sec., 295934.1779673673 rows/sec., 21.18 MiB/sec. | ||
| 12364 | 2025.01.17 14:43:31.662804 [ 197 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12365 | 2025.01.17 14:43:31.663114 [ 197 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12366 | 2025.01.17 14:43:31.663195 [ 197 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_42_9} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12367 | 2025.01.17 14:43:31.663279 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 12368 | 2025.01.17 14:43:32.758019 [ 61 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12369 | 2025.01.17 14:43:32.758106 [ 61 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12370 | 2025.01.17 14:43:32.758133 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12371 | 2025.01.17 14:43:32.758301 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 12372 | 2025.01.17 14:43:32.758683 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12373 | 2025.01.17 14:43:32.758779 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 12374 | 2025.01.17 14:43:32.758974 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 12375 | 2025.01.17 14:43:32.759095 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 12376 | 2025.01.17 14:43:32.759308 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 12377 | 2025.01.17 14:43:32.759539 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::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 | ||
| 12378 | 2025.01.17 14:43:32.760600 [ 197 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002393959 sec., 105264.96067810684 rows/sec., 5.37 MiB/sec. | ||
| 12379 | 2025.01.17 14:43:32.760732 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12380 | 2025.01.17 14:43:32.761026 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2025.01.17 14:43:32.761109 [ 201 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_42_9} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12382 | 2025.01.17 14:43:32.761187 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12383 | 2025.01.17 14:43:32.901627 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12384 | 2025.01.17 14:43:32.901670 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12385 | 2025.01.17 14:43:33.089079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572 | ||
| 12386 | 2025.01.17 14:43:33.089732 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12387 | 2025.01.17 14:43:33.089772 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12388 | 2025.01.17 14:43:33.090288 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12389 | 2025.01.17 14:43:33.090538 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2025.01.17 14:43:33.090831 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572 | ||
| 12391 | 2025.01.17 14:43:33.256633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1756 | ||
| 12392 | 2025.01.17 14:43:33.259522 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12393 | 2025.01.17 14:43:33.259580 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12394 | 2025.01.17 14:43:33.261091 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12395 | 2025.01.17 14:43:33.261438 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2025.01.17 14:43:33.262514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1756 | ||
| 12397 | 2025.01.17 14:43:33.694935 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12398 | 2025.01.17 14:43:33.695144 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12399 | 2025.01.17 14:43:33.695222 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12400 | 2025.01.17 14:43:33.695968 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12401 | 2025.01.17 14:43:33.696018 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12402 | 2025.01.17 14:43:33.696457 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12403 | 2025.01.17 14:43:33.696716 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12404 | 2025.01.17 14:43:33.696971 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 12405 | 2025.01.17 14:43:33.697042 [ 253 ] {3724fac3-014d-493f-ba50-2961201cdc59} <Debug> TCPHandler: Processed in 0.002239596 sec. | ||
| 12406 | 2025.01.17 14:43:33.697301 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12407 | 2025.01.17 14:43:33.697484 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12408 | 2025.01.17 14:43:33.697555 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12409 | 2025.01.17 14:43:33.698392 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12410 | 2025.01.17 14:43:33.698442 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12411 | 2025.01.17 14:43:33.698893 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12412 | 2025.01.17 14:43:33.699153 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12413 | 2025.01.17 14:43:33.699362 [ 28 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12414 | 2025.01.17 14:43:33.699425 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001985 sec., 115365.23929471034 rows/sec., 10.09 MiB/sec. | ||
| 12415 | 2025.01.17 14:43:33.699457 [ 28 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12416 | 2025.01.17 14:43:33.699531 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12417 | 2025.01.17 14:43:33.699559 [ 257 ] {ed31d256-7259-47af-ba36-cc806048f1fb} <Debug> TCPHandler: Processed in 0.00239866 sec. | ||
| 12418 | 2025.01.17 14:43:33.699840 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12419 | 2025.01.17 14:43:33.699919 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 12420 | 2025.01.17 14:43:33.700223 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12421 | 2025.01.17 14:43:33.700396 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12422 | 2025.01.17 14:43:33.700446 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12423 | 2025.01.17 14:43:33.700577 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1431 rows starting from the beginning of the part | ||
| 12424 | 2025.01.17 14:43:33.701001 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 108 rows starting from the beginning of the part | ||
| 12425 | 2025.01.17 14:43:33.701606 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1377 rows starting from the beginning of the part | ||
| 12426 | 2025.01.17 14:43:33.702257 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 12427 | 2025.01.17 14:43:33.702974 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 108 rows starting from the beginning of the part | ||
| 12428 | 2025.01.17 14:43:33.703514 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 229 rows starting from the beginning of the part | ||
| 12429 | 2025.01.17 14:43:33.704633 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12430 | 2025.01.17 14:43:33.704676 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12431 | 2025.01.17 14:43:33.705232 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12432 | 2025.01.17 14:43:33.705538 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2025.01.17 14:43:33.705798 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005714 sec., 3500.1750087504374 rows/sec., 250.89 KiB/sec. | ||
| 12434 | 2025.01.17 14:43:33.705937 [ 253 ] {8c762fd0-4af6-4eaf-a588-963dd7ca4b58} <Debug> TCPHandler: Processed in 0.006267079 sec. | ||
| 12435 | 2025.01.17 14:43:33.706081 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442473 sec., 513622.6414918619 rows/sec., 44.83 MiB/sec. | ||
| 12436 | 2025.01.17 14:43:33.706136 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12437 | 2025.01.17 14:43:33.706306 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12438 | 2025.01.17 14:43:33.706345 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12439 | 2025.01.17 14:43:33.706373 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12440 | 2025.01.17 14:43:33.707001 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12441 | 2025.01.17 14:43:33.707182 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_101_20} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12442 | 2025.01.17 14:43:33.707336 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 12443 | 2025.01.17 14:43:33.707558 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2025.01.17 14:43:33.707605 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12445 | 2025.01.17 14:43:33.707975 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12446 | 2025.01.17 14:43:33.708239 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12447 | 2025.01.17 14:43:33.708491 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002224 sec., 6294.964028776979 rows/sec., 440.86 KiB/sec. | ||
| 12448 | 2025.01.17 14:43:33.708621 [ 257 ] {ae161b22-b8cc-479b-8a88-620c144c878c} <Debug> TCPHandler: Processed in 0.002554762 sec. | ||
| 12449 | 2025.01.17 14:43:33.708852 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12450 | 2025.01.17 14:43:33.708998 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12451 | 2025.01.17 14:43:33.709054 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12452 | 2025.01.17 14:43:33.709663 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12453 | 2025.01.17 14:43:33.709703 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12454 | 2025.01.17 14:43:33.710067 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12455 | 2025.01.17 14:43:33.710311 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12456 | 2025.01.17 14:43:33.710540 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001572 sec., 8269.72010178117 rows/sec., 515.62 KiB/sec. | ||
| 12457 | 2025.01.17 14:43:33.710594 [ 253 ] {c15da98e-bc19-409d-bb4f-2cf5be44c213} <Debug> TCPHandler: Processed in 0.001859368 sec. | ||
| 12458 | 2025.01.17 14:43:33.710736 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12459 | 2025.01.17 14:43:33.710856 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12460 | 2025.01.17 14:43:33.710905 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12461 | 2025.01.17 14:43:33.711671 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12462 | 2025.01.17 14:43:33.711711 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12463 | 2025.01.17 14:43:33.712104 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12464 | 2025.01.17 14:43:33.712359 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12465 | 2025.01.17 14:43:33.712532 [ 28 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12466 | 2025.01.17 14:43:33.712600 [ 28 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12467 | 2025.01.17 14:43:33.712615 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001774 sec., 222660.65388951523 rows/sec., 15.81 MiB/sec. | ||
| 12468 | 2025.01.17 14:43:33.712644 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12469 | 2025.01.17 14:43:33.712746 [ 257 ] {8535fb55-d4a2-4039-b8c1-f4b16165fb35} <Debug> TCPHandler: Processed in 0.002061462 sec. | ||
| 12470 | 2025.01.17 14:43:33.712951 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 12471 | 2025.01.17 14:43:33.712975 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12472 | 2025.01.17 14:43:33.713095 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12473 | 2025.01.17 14:43:33.713141 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 12474 | 2025.01.17 14:43:33.713161 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12475 | 2025.01.17 14:43:33.713306 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12476 | 2025.01.17 14:43:33.713352 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part | ||
| 12477 | 2025.01.17 14:43:33.713788 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 867 rows starting from the beginning of the part | ||
| 12478 | 2025.01.17 14:43:33.714100 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 12479 | 2025.01.17 14:43:33.714362 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 90 rows starting from the beginning of the part | ||
| 12480 | 2025.01.17 14:43:33.714670 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 395 rows starting from the beginning of the part | ||
| 12481 | 2025.01.17 14:43:33.715202 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12482 | 2025.01.17 14:43:33.715253 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12483 | 2025.01.17 14:43:33.715767 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12484 | 2025.01.17 14:43:33.716047 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12485 | 2025.01.17 14:43:33.716403 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003272 sec., 1833.7408312958435 rows/sec., 95.81 KiB/sec. | ||
| 12486 | 2025.01.17 14:43:33.716503 [ 253 ] {6fb5ace9-9282-4e47-b399-7a251e059b92} <Debug> TCPHandler: Processed in 0.003638635 sec. | ||
| 12487 | 2025.01.17 14:43:33.716502 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.003733776 sec., 647869.609746273 rows/sec., 49.70 MiB/sec. | ||
| 12488 | 2025.01.17 14:43:33.716670 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12489 | 2025.01.17 14:43:33.716691 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12490 | 2025.01.17 14:43:33.716859 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12491 | 2025.01.17 14:43:33.716982 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12492 | 2025.01.17 14:43:33.717189 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12493 | 2025.01.17 14:43:33.717450 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_101_20} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12494 | 2025.01.17 14:43:33.717634 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12495 | 2025.01.17 14:43:33.718046 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12496 | 2025.01.17 14:43:33.718090 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12497 | 2025.01.17 14:43:33.718505 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12498 | 2025.01.17 14:43:33.718752 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12499 | 2025.01.17 14:43:33.718912 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12500 | 2025.01.17 14:43:33.718932 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002136 sec., 110955.05617977529 rows/sec., 7.44 MiB/sec. | ||
| 12501 | 2025.01.17 14:43:33.718963 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12502 | 2025.01.17 14:43:33.719012 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12503 | 2025.01.17 14:43:33.719018 [ 257 ] {1179f8de-6e2f-4d59-ab51-4bb3dc5c9fe7} <Debug> TCPHandler: Processed in 0.00243399 sec. | ||
| 12504 | 2025.01.17 14:43:33.719305 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12505 | 2025.01.17 14:43:33.719383 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::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 | ||
| 12506 | 2025.01.17 14:43:33.719690 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12507 | 2025.01.17 14:43:33.719913 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12508 | 2025.01.17 14:43:33.720044 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12509 | 2025.01.17 14:43:33.720203 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28797 rows starting from the beginning of the part | ||
| 12510 | 2025.01.17 14:43:33.720713 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 12511 | 2025.01.17 14:43:33.721182 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 995 rows starting from the beginning of the part | ||
| 12512 | 2025.01.17 14:43:33.721569 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 96 rows starting from the beginning of the part | ||
| 12513 | 2025.01.17 14:43:33.721961 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12514 | 2025.01.17 14:43:33.722417 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 12515 | 2025.01.17 14:43:33.723241 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12516 | 2025.01.17 14:43:33.723354 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12517 | 2025.01.17 14:43:33.724279 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12518 | 2025.01.17 14:43:33.724622 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12519 | 2025.01.17 14:43:33.724881 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005354 sec., 186.77624206200971 rows/sec., 12.59 KiB/sec. | ||
| 12520 | 2025.01.17 14:43:33.725035 [ 253 ] {8569d852-9e31-4a17-a68e-399b6a755055} <Debug> TCPHandler: Processed in 0.005917882 sec. | ||
| 12521 | 2025.01.17 14:43:33.725270 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12522 | 2025.01.17 14:43:33.725525 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12523 | 2025.01.17 14:43:33.725768 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12524 | 2025.01.17 14:43:33.727710 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12525 | 2025.01.17 14:43:33.727749 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12526 | 2025.01.17 14:43:33.728888 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12527 | 2025.01.17 14:43:33.729247 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12528 | 2025.01.17 14:43:33.729421 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12529 | 2025.01.17 14:43:33.729474 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12530 | 2025.01.17 14:43:33.729502 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12531 | 2025.01.17 14:43:33.729519 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00408 sec., 3186.2745098039213 rows/sec., 5.71 MiB/sec. | ||
| 12532 | 2025.01.17 14:43:33.730250 [ 257 ] {d08c757c-fd55-4e61-8f92-ede1c5546829} <Debug> TCPHandler: Processed in 0.005084565 sec. | ||
| 12533 | 2025.01.17 14:43:33.730265 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 12534 | 2025.01.17 14:43:33.730514 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12535 | 2025.01.17 14:43:33.730858 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12536 | 2025.01.17 14:43:33.731017 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12537 | 2025.01.17 14:43:33.731266 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12538 | 2025.01.17 14:43:33.731656 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1424 rows starting from the beginning of the part | ||
| 12539 | 2025.01.17 14:43:33.732787 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 13 rows starting from the beginning of the part | ||
| 12540 | 2025.01.17 14:43:33.733464 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30445 rows, containing 5 columns (5 merged, 0 gathered) in 0.014337486 sec., 2123454.5582119487 rows/sec., 143.36 MiB/sec. | ||
| 12541 | 2025.01.17 14:43:33.733948 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2025.01.17 14:43:33.734040 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12543 | 2025.01.17 14:43:33.734103 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12544 | 2025.01.17 14:43:33.734209 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part | ||
| 12545 | 2025.01.17 14:43:33.735161 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12546 | 2025.01.17 14:43:33.735489 [ 195 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12547 | 2025.01.17 14:43:33.735708 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 13 rows starting from the beginning of the part | ||
| 12548 | 2025.01.17 14:43:33.735802 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 12549 | 2025.01.17 14:43:33.735986 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12550 | 2025.01.17 14:43:33.736422 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part | ||
| 12551 | 2025.01.17 14:43:33.736859 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12552 | 2025.01.17 14:43:33.737156 [ 192 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 13 rows starting from the beginning of the part | ||
| 12553 | 2025.01.17 14:43:33.737316 [ 150 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12554 | 2025.01.17 14:43:33.737440 [ 150 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12555 | 2025.01.17 14:43:33.737536 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12556 | 2025.01.17 14:43:33.737651 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006904 sec., 11877.172653534182 rows/sec., 772.45 KiB/sec. | ||
| 12557 | 2025.01.17 14:43:33.738098 [ 253 ] {d4477ee0-d758-4dd3-9e7a-82bbc05832cc} <Debug> TCPHandler: Processed in 0.007718769 sec. | ||
| 12558 | 2025.01.17 14:43:33.738695 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 12559 | 2025.01.17 14:43:33.739409 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12560 | 2025.01.17 14:43:33.739541 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5858 rows starting from the beginning of the part | ||
| 12561 | 2025.01.17 14:43:33.740267 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12562 | 2025.01.17 14:43:33.740507 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 46 rows starting from the beginning of the part | ||
| 12563 | 2025.01.17 14:43:33.740793 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part | ||
| 12564 | 2025.01.17 14:43:33.741011 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12565 | 2025.01.17 14:43:33.741346 [ 186 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 12566 | 2025.01.17 14:43:33.744451 [ 188 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6142 rows, containing 4 columns (4 merged, 0 gathered) in 0.006685448 sec., 918711.8051026647 rows/sec., 59.87 MiB/sec. | ||
| 12567 | 2025.01.17 14:43:33.744913 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12568 | 2025.01.17 14:43:33.745395 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12569 | 2025.01.17 14:43:33.745629 [ 199 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_101_20} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12570 | 2025.01.17 14:43:33.745822 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 12571 | 2025.01.17 14:43:33.750810 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1515 rows, containing 19 columns (19 merged, 0 gathered) in 0.021183946 sec., 71516.42097274984 rows/sec., 128.15 MiB/sec. | ||
| 12572 | 2025.01.17 14:43:33.752041 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12573 | 2025.01.17 14:43:33.752459 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12574 | 2025.01.17 14:43:33.752547 [ 188 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12575 | 2025.01.17 14:43:33.752675 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
| 12576 | 2025.01.17 14:43:34.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.27 MiB, peak 257.83 MiB, free memory in arenas 0.00 B, will set to 249.23 MiB (RSS), difference: 2.96 MiB | ||
| 12577 | 2025.01.17 14:43:35.043651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12578 | 2025.01.17 14:43:35.064388 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2025.01.17 14:43:35.064442 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12580 | 2025.01.17 14:43:35.071745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12581 | 2025.01.17 14:43:35.072524 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12582 | 2025.01.17 14:43:35.075835 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12583 | 2025.01.17 14:43:38.691236 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12584 | 2025.01.17 14:43:38.691446 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12585 | 2025.01.17 14:43:38.691522 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12586 | 2025.01.17 14:43:38.692434 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12587 | 2025.01.17 14:43:38.692477 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12588 | 2025.01.17 14:43:38.692908 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12589 | 2025.01.17 14:43:38.693155 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12590 | 2025.01.17 14:43:38.693404 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002014 sec., 53624.62760675273 rows/sec., 4.48 MiB/sec. | ||
| 12591 | 2025.01.17 14:43:38.693467 [ 253 ] {29596fa8-2a11-42e6-a8e2-e7584728572f} <Debug> TCPHandler: Processed in 0.002352379 sec. | ||
| 12592 | 2025.01.17 14:43:38.693798 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12593 | 2025.01.17 14:43:38.694102 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12594 | 2025.01.17 14:43:38.694216 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12595 | 2025.01.17 14:43:38.695042 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12596 | 2025.01.17 14:43:38.695087 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12597 | 2025.01.17 14:43:38.695537 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12598 | 2025.01.17 14:43:38.695798 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12599 | 2025.01.17 14:43:38.696059 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002038 sec., 12757.605495583906 rows/sec., 959.31 KiB/sec. | ||
| 12600 | 2025.01.17 14:43:38.696157 [ 257 ] {8b4a1339-620e-445c-a24a-762d5230d774} <Debug> TCPHandler: Processed in 0.002543842 sec. | ||
| 12601 | 2025.01.17 14:43:38.696366 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12602 | 2025.01.17 14:43:38.696561 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12603 | 2025.01.17 14:43:38.696613 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12604 | 2025.01.17 14:43:38.697254 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12605 | 2025.01.17 14:43:38.697301 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12606 | 2025.01.17 14:43:38.697675 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12607 | 2025.01.17 14:43:38.697926 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12608 | 2025.01.17 14:43:38.698148 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001622 sec., 55487.05302096178 rows/sec., 4.33 MiB/sec. | ||
| 12609 | 2025.01.17 14:43:38.698204 [ 253 ] {47726eff-508c-4197-a508-3a5e24615914} <Debug> TCPHandler: Processed in 0.0019557 sec. | ||
| 12610 | 2025.01.17 14:43:38.698353 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12611 | 2025.01.17 14:43:38.698493 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12612 | 2025.01.17 14:43:38.698556 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12613 | 2025.01.17 14:43:38.699251 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12614 | 2025.01.17 14:43:38.699299 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12615 | 2025.01.17 14:43:38.699722 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12616 | 2025.01.17 14:43:38.699985 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12617 | 2025.01.17 14:43:38.700195 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec. | ||
| 12618 | 2025.01.17 14:43:38.700248 [ 257 ] {fc51422c-7eb2-40ad-afd2-d01fcff87878} <Debug> TCPHandler: Processed in 0.00194882 sec. | ||
| 12619 | 2025.01.17 14:43:38.700402 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12620 | 2025.01.17 14:43:38.700521 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12621 | 2025.01.17 14:43:38.700605 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12622 | 2025.01.17 14:43:38.701806 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12623 | 2025.01.17 14:43:38.701845 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12624 | 2025.01.17 14:43:38.702504 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12625 | 2025.01.17 14:43:38.702760 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12626 | 2025.01.17 14:43:38.702998 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002502 sec., 10391.686650679458 rows/sec., 18.62 MiB/sec. | ||
| 12627 | 2025.01.17 14:43:38.703105 [ 253 ] {3926391e-2fc3-4b01-a5bf-8e5329294057} <Debug> TCPHandler: Processed in 0.002758137 sec. | ||
| 12628 | 2025.01.17 14:43:38.703263 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12629 | 2025.01.17 14:43:38.703386 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12630 | 2025.01.17 14:43:38.703446 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12631 | 2025.01.17 14:43:38.704026 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2025.01.17 14:43:38.704073 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12633 | 2025.01.17 14:43:38.704496 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12634 | 2025.01.17 14:43:38.704742 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2025.01.17 14:43:38.704956 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec. | ||
| 12636 | 2025.01.17 14:43:38.705008 [ 257 ] {de72ad87-6e20-4b16-96e2-d75247c47066} <Debug> TCPHandler: Processed in 0.001801817 sec. | ||
| 12637 | 2025.01.17 14:43:40.591952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999 | ||
| 12638 | 2025.01.17 14:43:40.592614 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12639 | 2025.01.17 14:43:40.592664 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12640 | 2025.01.17 14:43:40.593185 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12641 | 2025.01.17 14:43:40.593437 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12642 | 2025.01.17 14:43:40.593657 [ 146 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12643 | 2025.01.17 14:43:40.593679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12644 | 2025.01.17 14:43:40.593740 [ 146 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12645 | 2025.01.17 14:43:40.593770 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12646 | 2025.01.17 14:43:40.593956 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 12647 | 2025.01.17 14:43:40.594376 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12648 | 2025.01.17 14:43:40.594499 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part | ||
| 12649 | 2025.01.17 14:43:40.594762 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 12650 | 2025.01.17 14:43:40.594994 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 12651 | 2025.01.17 14:43:40.595189 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 12652 | 2025.01.17 14:43:40.595417 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 12653 | 2025.01.17 14:43:40.595597 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 12654 | 2025.01.17 14:43:40.598447 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004600845 sec., 6085621.2282743715 rows/sec., 87.06 MiB/sec. | ||
| 12655 | 2025.01.17 14:43:40.598806 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12656 | 2025.01.17 14:43:40.599160 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_61_12} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12657 | 2025.01.17 14:43:40.599261 [ 190 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_61_12} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12658 | 2025.01.17 14:43:40.599387 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12659 | 2025.01.17 14:43:42.575891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12660 | 2025.01.17 14:43:42.597076 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12661 | 2025.01.17 14:43:42.597137 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12662 | 2025.01.17 14:43:42.605761 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12663 | 2025.01.17 14:43:42.606622 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12664 | 2025.01.17 14:43:42.607045 [ 144 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12665 | 2025.01.17 14:43:42.607170 [ 144 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12666 | 2025.01.17 14:43:42.607242 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12667 | 2025.01.17 14:43:42.607685 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12668 | 2025.01.17 14:43:42.624724 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12669 | 2025.01.17 14:43:42.625875 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12670 | 2025.01.17 14:43:42.627098 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12671 | 2025.01.17 14:43:42.632407 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12672 | 2025.01.17 14:43:42.638028 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12673 | 2025.01.17 14:43:42.643717 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12674 | 2025.01.17 14:43:42.650906 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12675 | 2025.01.17 14:43:42.655906 [ 200 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 12676 | 2025.01.17 14:43:42.713197 [ 188 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.105790068 sec., 4348.234278476879 rows/sec., 22.48 MiB/sec. | ||
| 12677 | 2025.01.17 14:43:42.716647 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12678 | 2025.01.17 14:43:42.719692 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_61_12} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2025.01.17 14:43:42.719820 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_61_12} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12680 | 2025.01.17 14:43:42.722396 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12681 | 2025.01.17 14:43:43.263646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1790 | ||
| 12682 | 2025.01.17 14:43:43.267165 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12683 | 2025.01.17 14:43:43.267211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12684 | 2025.01.17 14:43:43.268709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12685 | 2025.01.17 14:43:43.269059 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12686 | 2025.01.17 14:43:43.270616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790 | ||
| 12687 | 2025.01.17 14:43:43.695204 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12688 | 2025.01.17 14:43:43.695401 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12689 | 2025.01.17 14:43:43.695472 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12690 | 2025.01.17 14:43:43.696224 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12691 | 2025.01.17 14:43:43.696291 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12692 | 2025.01.17 14:43:43.696724 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12693 | 2025.01.17 14:43:43.696983 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12694 | 2025.01.17 14:43:43.697235 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 12695 | 2025.01.17 14:43:43.697317 [ 253 ] {203a7f7a-e521-45e7-9129-faba661f434b} <Debug> TCPHandler: Processed in 0.002241116 sec. | ||
| 12696 | 2025.01.17 14:43:43.697577 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12697 | 2025.01.17 14:43:43.697771 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12698 | 2025.01.17 14:43:43.697846 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12699 | 2025.01.17 14:43:43.698730 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12700 | 2025.01.17 14:43:43.698781 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12701 | 2025.01.17 14:43:43.699283 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12702 | 2025.01.17 14:43:43.699549 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12703 | 2025.01.17 14:43:43.699785 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002067 sec., 110788.5824866957 rows/sec., 9.69 MiB/sec. | ||
| 12704 | 2025.01.17 14:43:43.699841 [ 257 ] {573ffbc2-cc0c-4e11-9efc-8a05b0e3c728} <Debug> TCPHandler: Processed in 0.00240536 sec. | ||
| 12705 | 2025.01.17 14:43:43.699993 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12706 | 2025.01.17 14:43:43.700117 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12707 | 2025.01.17 14:43:43.700170 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12708 | 2025.01.17 14:43:43.700779 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12709 | 2025.01.17 14:43:43.700820 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12710 | 2025.01.17 14:43:43.701185 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12711 | 2025.01.17 14:43:43.701437 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12712 | 2025.01.17 14:43:43.701650 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001558 sec., 12836.970474967908 rows/sec., 920.15 KiB/sec. | ||
| 12713 | 2025.01.17 14:43:43.701754 [ 253 ] {120c9c56-8bb9-4a91-b25b-d8e632728c3e} <Debug> TCPHandler: Processed in 0.001817897 sec. | ||
| 12714 | 2025.01.17 14:43:43.701968 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12715 | 2025.01.17 14:43:43.702197 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12716 | 2025.01.17 14:43:43.702255 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12717 | 2025.01.17 14:43:43.702905 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12718 | 2025.01.17 14:43:43.702943 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12719 | 2025.01.17 14:43:43.703315 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12720 | 2025.01.17 14:43:43.703566 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12721 | 2025.01.17 14:43:43.703784 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec. | ||
| 12722 | 2025.01.17 14:43:43.703837 [ 257 ] {68510d3b-345f-48ce-b848-1ff2c1ff32b0} <Debug> TCPHandler: Processed in 0.001985551 sec. | ||
| 12723 | 2025.01.17 14:43:43.703994 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12724 | 2025.01.17 14:43:43.704113 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12725 | 2025.01.17 14:43:43.704163 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12726 | 2025.01.17 14:43:43.704759 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12727 | 2025.01.17 14:43:43.704798 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12728 | 2025.01.17 14:43:43.705161 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12729 | 2025.01.17 14:43:43.705411 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12730 | 2025.01.17 14:43:43.705638 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec. | ||
| 12731 | 2025.01.17 14:43:43.705728 [ 253 ] {739fdc41-5375-4a6f-817d-20698b1790b3} <Debug> TCPHandler: Processed in 0.001789597 sec. | ||
| 12732 | 2025.01.17 14:43:43.705927 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12733 | 2025.01.17 14:43:43.706062 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12734 | 2025.01.17 14:43:43.706120 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12735 | 2025.01.17 14:43:43.706939 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12736 | 2025.01.17 14:43:43.706979 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12737 | 2025.01.17 14:43:43.707371 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12738 | 2025.01.17 14:43:43.707622 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12739 | 2025.01.17 14:43:43.707874 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001838 sec., 214907.50816104462 rows/sec., 15.26 MiB/sec. | ||
| 12740 | 2025.01.17 14:43:43.707942 [ 257 ] {95fedbd3-f626-44d6-b48c-d72d8a077262} <Debug> TCPHandler: Processed in 0.002128714 sec. | ||
| 12741 | 2025.01.17 14:43:43.708156 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12742 | 2025.01.17 14:43:43.708443 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12743 | 2025.01.17 14:43:43.708567 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12744 | 2025.01.17 14:43:43.709080 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12745 | 2025.01.17 14:43:43.709118 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12746 | 2025.01.17 14:43:43.709498 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12747 | 2025.01.17 14:43:43.709738 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12748 | 2025.01.17 14:43:43.709960 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001623 sec., 3696.857670979667 rows/sec., 193.15 KiB/sec. | ||
| 12749 | 2025.01.17 14:43:43.710084 [ 253 ] {95c9556f-475b-4c40-b6aa-422698ef01d0} <Debug> TCPHandler: Processed in 0.002040112 sec. | ||
| 12750 | 2025.01.17 14:43:43.710252 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12751 | 2025.01.17 14:43:43.710391 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12752 | 2025.01.17 14:43:43.710454 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12753 | 2025.01.17 14:43:43.711063 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12754 | 2025.01.17 14:43:43.711101 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12755 | 2025.01.17 14:43:43.711539 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12756 | 2025.01.17 14:43:43.711787 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12757 | 2025.01.17 14:43:43.712002 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
| 12758 | 2025.01.17 14:43:43.712056 [ 257 ] {498dbae9-0b8c-4639-a012-3e008c01747c} <Debug> TCPHandler: Processed in 0.001882179 sec. | ||
| 12759 | 2025.01.17 14:43:43.712204 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12760 | 2025.01.17 14:43:43.712331 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12761 | 2025.01.17 14:43:43.712384 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12762 | 2025.01.17 14:43:43.712864 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12763 | 2025.01.17 14:43:43.712903 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12764 | 2025.01.17 14:43:43.713276 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12765 | 2025.01.17 14:43:43.713513 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12766 | 2025.01.17 14:43:43.713719 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 12767 | 2025.01.17 14:43:43.713770 [ 253 ] {4814eafb-26a3-4ce6-9b80-4a1cd6dd7c8b} <Debug> TCPHandler: Processed in 0.001623674 sec. | ||
| 12768 | 2025.01.17 14:43:43.713908 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12769 | 2025.01.17 14:43:43.714023 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12770 | 2025.01.17 14:43:43.714104 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12771 | 2025.01.17 14:43:43.715237 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12772 | 2025.01.17 14:43:43.715278 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12773 | 2025.01.17 14:43:43.715923 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12774 | 2025.01.17 14:43:43.716199 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12775 | 2025.01.17 14:43:43.716442 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002444 sec., 5319.148936170212 rows/sec., 9.53 MiB/sec. | ||
| 12776 | 2025.01.17 14:43:43.716546 [ 257 ] {a3d26a88-15ef-4799-85f8-afea0febba7c} <Debug> TCPHandler: Processed in 0.002693866 sec. | ||
| 12777 | 2025.01.17 14:43:43.716687 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12778 | 2025.01.17 14:43:43.716803 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12779 | 2025.01.17 14:43:43.716854 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12780 | 2025.01.17 14:43:43.717364 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12781 | 2025.01.17 14:43:43.717404 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 12782 | 2025.01.17 14:43:43.717785 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12783 | 2025.01.17 14:43:43.718023 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12784 | 2025.01.17 14:43:43.718267 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 12785 | 2025.01.17 14:43:43.718328 [ 253 ] {45564a71-11a9-41ac-b6a6-510ab10ebf4c} <Debug> TCPHandler: Processed in 0.001693455 sec. | ||
| 12786 | 2025.01.17 14:43:47.901722 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12787 | 2025.01.17 14:43:47.901821 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12788 | 2025.01.17 14:43:48.094809 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487 | ||
| 12789 | 2025.01.17 14:43:48.095486 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12790 | 2025.01.17 14:43:48.095531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12791 | 2025.01.17 14:43:48.096089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12792 | 2025.01.17 14:43:48.096348 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12793 | 2025.01.17 14:43:48.096581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487 | ||
| 12794 | 2025.01.17 14:43:48.691041 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12795 | 2025.01.17 14:43:48.691225 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12796 | 2025.01.17 14:43:48.691301 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12797 | 2025.01.17 14:43:48.692098 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12798 | 2025.01.17 14:43:48.692141 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12799 | 2025.01.17 14:43:48.692579 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12800 | 2025.01.17 14:43:48.692825 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12801 | 2025.01.17 14:43:48.693030 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001857 sec., 58158.31987075929 rows/sec., 4.86 MiB/sec. | ||
| 12802 | 2025.01.17 14:43:48.693092 [ 253 ] {0a8b5eaf-c78c-4e66-8431-ee09f59a3462} <Debug> TCPHandler: Processed in 0.002171935 sec. | ||
| 12803 | 2025.01.17 14:43:48.693354 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12804 | 2025.01.17 14:43:48.693554 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12805 | 2025.01.17 14:43:48.693630 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12806 | 2025.01.17 14:43:48.694416 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12807 | 2025.01.17 14:43:48.694473 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12808 | 2025.01.17 14:43:48.694925 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12809 | 2025.01.17 14:43:48.695188 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12810 | 2025.01.17 14:43:48.695459 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001958 sec., 13278.855975485189 rows/sec., 998.51 KiB/sec. | ||
| 12811 | 2025.01.17 14:43:48.695585 [ 257 ] {fd9052be-9b65-48e4-b45e-9311b41554b5} <Debug> TCPHandler: Processed in 0.002368049 sec. | ||
| 12812 | 2025.01.17 14:43:48.695786 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12813 | 2025.01.17 14:43:48.696017 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12814 | 2025.01.17 14:43:48.696070 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12815 | 2025.01.17 14:43:48.696724 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12816 | 2025.01.17 14:43:48.696766 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12817 | 2025.01.17 14:43:48.697162 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12818 | 2025.01.17 14:43:48.697416 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12819 | 2025.01.17 14:43:48.697601 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001634 sec., 55079.55936352509 rows/sec., 4.30 MiB/sec. | ||
| 12820 | 2025.01.17 14:43:48.697658 [ 253 ] {dff69032-c1fa-4dd1-b957-c3a44c5e97b9} <Debug> TCPHandler: Processed in 0.001989701 sec. | ||
| 12821 | 2025.01.17 14:43:48.697816 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12822 | 2025.01.17 14:43:48.697945 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12823 | 2025.01.17 14:43:48.698004 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12824 | 2025.01.17 14:43:48.698611 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12825 | 2025.01.17 14:43:48.698652 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12826 | 2025.01.17 14:43:48.699065 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12827 | 2025.01.17 14:43:48.699327 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12828 | 2025.01.17 14:43:48.699556 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 12829 | 2025.01.17 14:43:48.699615 [ 257 ] {048002b0-fff6-4bb5-af17-ef575ea6e91e} <Debug> TCPHandler: Processed in 0.001856458 sec. | ||
| 12830 | 2025.01.17 14:43:48.699760 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12831 | 2025.01.17 14:43:48.699883 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12832 | 2025.01.17 14:43:48.699967 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12833 | 2025.01.17 14:43:48.701134 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12834 | 2025.01.17 14:43:48.701173 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12835 | 2025.01.17 14:43:48.701835 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12836 | 2025.01.17 14:43:48.702104 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12837 | 2025.01.17 14:43:48.702314 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002459 sec., 10573.403822692153 rows/sec., 18.95 MiB/sec. | ||
| 12838 | 2025.01.17 14:43:48.702425 [ 253 ] {9ff96aa5-77d6-4a37-862b-943c9a490cdd} <Debug> TCPHandler: Processed in 0.002721716 sec. | ||
| 12839 | 2025.01.17 14:43:48.702575 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12840 | 2025.01.17 14:43:48.702698 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12841 | 2025.01.17 14:43:48.702753 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12842 | 2025.01.17 14:43:48.703254 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12843 | 2025.01.17 14:43:48.703297 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12844 | 2025.01.17 14:43:48.703693 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12845 | 2025.01.17 14:43:48.703951 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12846 | 2025.01.17 14:43:48.704171 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec. | ||
| 12847 | 2025.01.17 14:43:48.704224 [ 257 ] {a620a325-1588-44b8-b79c-f01b17d95327} <Debug> TCPHandler: Processed in 0.001704875 sec. | ||
| 12848 | 2025.01.17 14:43:49.936696 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12849 | 2025.01.17 14:43:49.936901 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12850 | 2025.01.17 14:43:49.936979 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12851 | 2025.01.17 14:43:49.937785 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12852 | 2025.01.17 14:43:49.937837 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12853 | 2025.01.17 14:43:49.938278 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12854 | 2025.01.17 14:43:49.938533 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12855 | 2025.01.17 14:43:49.938763 [ 136 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12856 | 2025.01.17 14:43:49.938815 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec. | ||
| 12857 | 2025.01.17 14:43:49.938905 [ 136 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12858 | 2025.01.17 14:43:49.938960 [ 253 ] {58b1559f-0066-4752-ab86-655ae52a6d01} <Debug> TCPHandler: Processed in 0.002392779 sec. | ||
| 12859 | 2025.01.17 14:43:49.938987 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12860 | 2025.01.17 14:43:49.939248 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 12861 | 2025.01.17 14:43:49.939354 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12862 | 2025.01.17 14:43:49.939523 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12863 | 2025.01.17 14:43:49.939640 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 12864 | 2025.01.17 14:43:49.939787 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12865 | 2025.01.17 14:43:49.939932 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 12866 | 2025.01.17 14:43:49.939968 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12867 | 2025.01.17 14:43:49.940296 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 12868 | 2025.01.17 14:43:49.940638 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 12869 | 2025.01.17 14:43:49.940948 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 12870 | 2025.01.17 14:43:49.942456 [ 188 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003313468 sec., 21125.901925112903 rows/sec., 1.57 MiB/sec. | ||
| 12871 | 2025.01.17 14:43:49.942825 [ 191 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12872 | 2025.01.17 14:43:49.943371 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.01.17 14:43:49.943400 [ 191 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_45_11} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12874 | 2025.01.17 14:43:49.943432 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12875 | 2025.01.17 14:43:49.943636 [ 191 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_45_11} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12876 | 2025.01.17 14:43:49.943803 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12877 | 2025.01.17 14:43:49.944184 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12878 | 2025.01.17 14:43:49.944503 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12879 | 2025.01.17 14:43:49.944828 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.005184 sec., 264081.7901234568 rows/sec., 21.97 MiB/sec. | ||
| 12880 | 2025.01.17 14:43:49.944915 [ 257 ] {f3e90cdd-28a8-4471-bc33-835cf4706362} <Debug> TCPHandler: Processed in 0.00581968 sec. | ||
| 12881 | 2025.01.17 14:43:49.945077 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12882 | 2025.01.17 14:43:49.945217 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12883 | 2025.01.17 14:43:49.945282 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12884 | 2025.01.17 14:43:49.945961 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2025.01.17 14:43:49.946001 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12886 | 2025.01.17 14:43:49.946376 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12887 | 2025.01.17 14:43:49.946633 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2025.01.17 14:43:49.946817 [ 136 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 12889 | 2025.01.17 14:43:49.946874 [ 136 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12890 | 2025.01.17 14:43:49.946890 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001691 sec., 11827.321111768184 rows/sec., 847.78 KiB/sec. | ||
| 12891 | 2025.01.17 14:43:49.946912 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12892 | 2025.01.17 14:43:49.947061 [ 253 ] {bbf15221-5230-48e0-83b0-c0bbebd9b0ee} <Debug> TCPHandler: Processed in 0.002049793 sec. | ||
| 12893 | 2025.01.17 14:43:49.947334 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12894 | 2025.01.17 14:43:49.947345 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 12895 | 2025.01.17 14:43:49.947727 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12896 | 2025.01.17 14:43:49.947902 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12897 | 2025.01.17 14:43:49.948007 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12898 | 2025.01.17 14:43:49.948147 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 64 rows starting from the beginning of the part | ||
| 12899 | 2025.01.17 14:43:49.948723 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 20 rows starting from the beginning of the part | ||
| 12900 | 2025.01.17 14:43:49.949312 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part | ||
| 12901 | 2025.01.17 14:43:49.949865 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 20 rows starting from the beginning of the part | ||
| 12902 | 2025.01.17 14:43:49.950494 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part | ||
| 12903 | 2025.01.17 14:43:49.950699 [ 194 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 20 rows starting from the beginning of the part | ||
| 12904 | 2025.01.17 14:43:49.951512 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12905 | 2025.01.17 14:43:49.951558 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12906 | 2025.01.17 14:43:49.952132 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12907 | 2025.01.17 14:43:49.952389 [ 191 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005342781 sec., 32941.645933082415 rows/sec., 2.48 MiB/sec. | ||
| 12908 | 2025.01.17 14:43:49.952560 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12909 | 2025.01.17 14:43:49.952625 [ 191 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 12910 | 2025.01.17 14:43:49.953016 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00543 sec., 44567.219152854515 rows/sec., 3.02 MiB/sec. | ||
| 12911 | 2025.01.17 14:43:49.953388 [ 257 ] {d4559cd2-5ae7-4391-8b47-d95ae48f4d57} <Debug> TCPHandler: Processed in 0.006172067 sec. | ||
| 12912 | 2025.01.17 14:43:49.953411 [ 191 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12913 | 2025.01.17 14:43:49.953740 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12914 | 2025.01.17 14:43:49.953842 [ 191 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_85_17} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 12915 | 2025.01.17 14:43:49.954069 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12916 | 2025.01.17 14:43:49.954086 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12917 | 2025.01.17 14:43:49.954157 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12918 | 2025.01.17 14:43:49.954813 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12919 | 2025.01.17 14:43:49.954853 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12920 | 2025.01.17 14:43:49.955218 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12921 | 2025.01.17 14:43:49.955578 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12922 | 2025.01.17 14:43:49.955763 [ 136 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12923 | 2025.01.17 14:43:49.955824 [ 136 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2025.01.17 14:43:49.955862 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12925 | 2025.01.17 14:43:49.955877 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001867 sec., 6963.042313872523 rows/sec., 434.14 KiB/sec. | ||
| 12926 | 2025.01.17 14:43:49.956096 [ 253 ] {ea1f8f54-8228-4e1b-8ee6-3ba9e12e0208} <Debug> TCPHandler: Processed in 0.002558253 sec. | ||
| 12927 | 2025.01.17 14:43:49.956108 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 12928 | 2025.01.17 14:43:49.956331 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12929 | 2025.01.17 14:43:49.956339 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12930 | 2025.01.17 14:43:49.956405 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 12931 | 2025.01.17 14:43:49.956553 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12932 | 2025.01.17 14:43:49.956729 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12933 | 2025.01.17 14:43:49.956756 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 12934 | 2025.01.17 14:43:49.957160 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 12935 | 2025.01.17 14:43:49.957435 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 12936 | 2025.01.17 14:43:49.957821 [ 188 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 12937 | 2025.01.17 14:43:49.959883 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003955602 sec., 16432.39132754003 rows/sec., 1.06 MiB/sec. | ||
| 12938 | 2025.01.17 14:43:49.959942 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12939 | 2025.01.17 14:43:49.960001 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12940 | 2025.01.17 14:43:49.960086 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12941 | 2025.01.17 14:43:49.960657 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_45_11} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12942 | 2025.01.17 14:43:49.960775 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12943 | 2025.01.17 14:43:49.960811 [ 199 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_45_11} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12944 | 2025.01.17 14:43:49.960963 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12945 | 2025.01.17 14:43:49.961154 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12946 | 2025.01.17 14:43:49.961409 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.004941 sec., 172232.34163124874 rows/sec., 12.45 MiB/sec. | ||
| 12947 | 2025.01.17 14:43:49.961482 [ 257 ] {36798b35-5f03-4264-8c99-b6739160bfc1} <Debug> TCPHandler: Processed in 0.005255039 sec. | ||
| 12948 | 2025.01.17 14:43:49.961640 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12949 | 2025.01.17 14:43:49.961780 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12950 | 2025.01.17 14:43:49.961841 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12951 | 2025.01.17 14:43:49.962421 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12952 | 2025.01.17 14:43:49.962469 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12953 | 2025.01.17 14:43:49.962885 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12954 | 2025.01.17 14:43:49.963152 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12955 | 2025.01.17 14:43:49.963414 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001655 sec., 3625.3776435045315 rows/sec., 189.41 KiB/sec. | ||
| 12956 | 2025.01.17 14:43:49.963520 [ 253 ] {59d38b0a-ef38-4e2a-8f19-b1e9cba163cc} <Debug> TCPHandler: Processed in 0.00194209 sec. | ||
| 12957 | 2025.01.17 14:43:49.963742 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12958 | 2025.01.17 14:43:49.963866 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12959 | 2025.01.17 14:43:49.963919 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12960 | 2025.01.17 14:43:49.964726 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12961 | 2025.01.17 14:43:49.964765 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12962 | 2025.01.17 14:43:49.965232 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12963 | 2025.01.17 14:43:49.965490 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12964 | 2025.01.17 14:43:49.965744 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.001901 sec., 519200.4208311415 rows/sec., 34.55 MiB/sec. | ||
| 12965 | 2025.01.17 14:43:49.965800 [ 257 ] {2565311c-0166-46e8-85e4-91f5dd70b692} <Debug> TCPHandler: Processed in 0.002159575 sec. | ||
| 12966 | 2025.01.17 14:43:49.965962 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12967 | 2025.01.17 14:43:49.966084 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12968 | 2025.01.17 14:43:49.966138 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12969 | 2025.01.17 14:43:49.966624 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12970 | 2025.01.17 14:43:49.966664 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12971 | 2025.01.17 14:43:49.967040 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12972 | 2025.01.17 14:43:49.967279 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12973 | 2025.01.17 14:43:49.967496 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 12974 | 2025.01.17 14:43:49.967555 [ 253 ] {8df35d49-1952-46cd-ba10-671156d49a76} <Debug> TCPHandler: Processed in 0.001649844 sec. | ||
| 12975 | 2025.01.17 14:43:49.967701 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12976 | 2025.01.17 14:43:49.967839 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12977 | 2025.01.17 14:43:49.967932 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12978 | 2025.01.17 14:43:49.969192 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12979 | 2025.01.17 14:43:49.969232 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12980 | 2025.01.17 14:43:49.969869 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12981 | 2025.01.17 14:43:49.970154 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12982 | 2025.01.17 14:43:49.970430 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002622 sec., 4958.047292143402 rows/sec., 8.88 MiB/sec. | ||
| 12983 | 2025.01.17 14:43:49.970547 [ 257 ] {3a8226f5-ded0-4401-95ec-11e48379b3c6} <Debug> TCPHandler: Processed in 0.002904569 sec. | ||
| 12984 | 2025.01.17 14:43:49.970721 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12985 | 2025.01.17 14:43:49.970860 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12986 | 2025.01.17 14:43:49.970920 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12987 | 2025.01.17 14:43:49.971501 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12988 | 2025.01.17 14:43:49.971549 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12989 | 2025.01.17 14:43:49.971947 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12990 | 2025.01.17 14:43:49.972194 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12991 | 2025.01.17 14:43:49.972426 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001597 sec., 28804.00751408892 rows/sec., 1.74 MiB/sec. | ||
| 12992 | 2025.01.17 14:43:49.972488 [ 253 ] {a51bb3cf-7a6a-4200-bed4-8dd7c9704e54} <Debug> TCPHandler: Processed in 0.001836128 sec. | ||
| 12993 | 2025.01.17 14:43:50.125788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12994 | 2025.01.17 14:43:50.145811 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12995 | 2025.01.17 14:43:50.145867 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12996 | 2025.01.17 14:43:50.153108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12997 | 2025.01.17 14:43:50.153839 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12998 | 2025.01.17 14:43:50.157569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12999 | 2025.01.17 14:43:53.271871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1846 | ||
| 13000 | 2025.01.17 14:43:53.275687 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13001 | 2025.01.17 14:43:53.275742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13002 | 2025.01.17 14:43:53.277282 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13003 | 2025.01.17 14:43:53.277611 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13004 | 2025.01.17 14:43:53.277833 [ 131 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13005 | 2025.01.17 14:43:53.277962 [ 131 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13006 | 2025.01.17 14:43:53.278027 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13007 | 2025.01.17 14:43:53.278883 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 13008 | 2025.01.17 14:43:53.280000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1846 | ||
| 13009 | 2025.01.17 14:43:53.280463 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13010 | 2025.01.17 14:43:53.280654 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1642 rows starting from the beginning of the part | ||
| 13011 | 2025.01.17 14:43:53.281386 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
| 13012 | 2025.01.17 14:43:53.282106 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part | ||
| 13013 | 2025.01.17 14:43:53.282885 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 13014 | 2025.01.17 14:43:53.283612 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 13015 | 2025.01.17 14:43:53.284223 [ 188 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 13016 | 2025.01.17 14:43:53.293121 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 72 columns (72 merged, 0 gathered) in 0.014889186 sec., 123982.60052631487 rows/sec., 94.61 MiB/sec. | ||
| 13017 | 2025.01.17 14:43:53.294991 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13018 | 2025.01.17 14:43:53.295989 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13019 | 2025.01.17 14:43:53.296089 [ 197 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_46_9} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13020 | 2025.01.17 14:43:53.296482 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
| 13021 | 2025.01.17 14:43:53.687429 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13022 | 2025.01.17 14:43:53.687644 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13023 | 2025.01.17 14:43:53.687729 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13024 | 2025.01.17 14:43:53.688519 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13025 | 2025.01.17 14:43:53.688576 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13026 | 2025.01.17 14:43:53.689028 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13027 | 2025.01.17 14:43:53.689302 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13028 | 2025.01.17 14:43:53.689518 [ 130 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13029 | 2025.01.17 14:43:53.689552 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.17 MiB/sec. | ||
| 13030 | 2025.01.17 14:43:53.689603 [ 130 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13031 | 2025.01.17 14:43:53.689671 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13032 | 2025.01.17 14:43:53.689684 [ 253 ] {17900557-dda3-4d1e-be57-dd8cc83dc540} <Debug> TCPHandler: Processed in 0.00240001 sec. | ||
| 13033 | 2025.01.17 14:43:53.689965 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 13034 | 2025.01.17 14:43:53.690039 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13035 | 2025.01.17 14:43:53.690332 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13036 | 2025.01.17 14:43:53.690460 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1431 rows starting from the beginning of the part | ||
| 13037 | 2025.01.17 14:43:53.690530 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13038 | 2025.01.17 14:43:53.690760 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13039 | 2025.01.17 14:43:53.690975 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 108 rows starting from the beginning of the part | ||
| 13040 | 2025.01.17 14:43:53.691552 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 229 rows starting from the beginning of the part | ||
| 13041 | 2025.01.17 14:43:53.691952 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 108 rows starting from the beginning of the part | ||
| 13042 | 2025.01.17 14:43:53.692305 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1369 rows starting from the beginning of the part | ||
| 13043 | 2025.01.17 14:43:53.692750 [ 193 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 13044 | 2025.01.17 14:43:53.695308 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13045 | 2025.01.17 14:43:53.695392 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13046 | 2025.01.17 14:43:53.696413 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13047 | 2025.01.17 14:43:53.696817 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13048 | 2025.01.17 14:43:53.697210 [ 130 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13049 | 2025.01.17 14:43:53.697308 [ 130 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13050 | 2025.01.17 14:43:53.697375 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13051 | 2025.01.17 14:43:53.697474 [ 192 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.007643087 sec., 431893.55295837927 rows/sec., 37.71 MiB/sec. | ||
| 13052 | 2025.01.17 14:43:53.697528 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007171 sec., 8924.836145586389 rows/sec., 713.32 KiB/sec. | ||
| 13053 | 2025.01.17 14:43:53.697863 [ 257 ] {5f034ee6-d1b5-4727-8ea3-b09c81b33ab4} <Debug> TCPHandler: Processed in 0.008009885 sec. | ||
| 13054 | 2025.01.17 14:43:53.697884 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 13055 | 2025.01.17 14:43:53.698115 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13056 | 2025.01.17 14:43:53.698178 [ 192 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13057 | 2025.01.17 14:43:53.698213 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13058 | 2025.01.17 14:43:53.698319 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 13059 | 2025.01.17 14:43:53.698547 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13060 | 2025.01.17 14:43:53.698718 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 90 rows starting from the beginning of the part | ||
| 13061 | 2025.01.17 14:43:53.698835 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13062 | 2025.01.17 14:43:53.699100 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 395 rows starting from the beginning of the part | ||
| 13063 | 2025.01.17 14:43:53.699465 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 90 rows starting from the beginning of the part | ||
| 13064 | 2025.01.17 14:43:53.700000 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 851 rows starting from the beginning of the part | ||
| 13065 | 2025.01.17 14:43:53.700475 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 13066 | 2025.01.17 14:43:53.700642 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13067 | 2025.01.17 14:43:53.701190 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_106_21} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13068 | 2025.01.17 14:43:53.701491 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 13069 | 2025.01.17 14:43:53.702176 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13070 | 2025.01.17 14:43:53.702237 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13071 | 2025.01.17 14:43:53.703284 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13072 | 2025.01.17 14:43:53.703676 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13073 | 2025.01.17 14:43:53.703952 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13074 | 2025.01.17 14:43:53.704076 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13075 | 2025.01.17 14:43:53.704167 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.0058 sec., 16551.724137931036 rows/sec., 1.15 MiB/sec. | ||
| 13076 | 2025.01.17 14:43:53.704275 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13077 | 2025.01.17 14:43:53.704546 [ 253 ] {cc632ef5-ed84-4f5e-827e-fb20e15389f4} <Debug> TCPHandler: Processed in 0.006565286 sec. | ||
| 13078 | 2025.01.17 14:43:53.704699 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.007159028 sec., 335660.09240360564 rows/sec., 25.73 MiB/sec. | ||
| 13079 | 2025.01.17 14:43:53.704919 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13080 | 2025.01.17 14:43:53.705126 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13081 | 2025.01.17 14:43:53.705166 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 13082 | 2025.01.17 14:43:53.705590 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13083 | 2025.01.17 14:43:53.705912 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13084 | 2025.01.17 14:43:53.706011 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13085 | 2025.01.17 14:43:53.706220 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30445 rows starting from the beginning of the part | ||
| 13086 | 2025.01.17 14:43:53.706375 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13087 | 2025.01.17 14:43:53.706709 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 13088 | 2025.01.17 14:43:53.706958 [ 195 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_106_21} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13089 | 2025.01.17 14:43:53.707385 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13090 | 2025.01.17 14:43:53.707434 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13091 | 2025.01.17 14:43:53.707896 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 13092 | 2025.01.17 14:43:53.708492 [ 201 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 987 rows starting from the beginning of the part | ||
| 13093 | 2025.01.17 14:43:53.710186 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13094 | 2025.01.17 14:43:53.710259 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13095 | 2025.01.17 14:43:53.710908 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13096 | 2025.01.17 14:43:53.711440 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13097 | 2025.01.17 14:43:53.711626 [ 130 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13098 | 2025.01.17 14:43:53.711716 [ 130 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13099 | 2025.01.17 14:43:53.711799 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13100 | 2025.01.17 14:43:53.711863 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.006529 sec., 5513.861234492265 rows/sec., 380.51 KiB/sec. | ||
| 13101 | 2025.01.17 14:43:53.712185 [ 257 ] {f406686a-26cd-4484-992d-84f57d9f6462} <Debug> TCPHandler: Processed in 0.007464333 sec. | ||
| 13102 | 2025.01.17 14:43:53.712600 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 13103 | 2025.01.17 14:43:53.712967 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13104 | 2025.01.17 14:43:53.713044 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6142 rows starting from the beginning of the part | ||
| 13105 | 2025.01.17 14:43:53.713187 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13106 | 2025.01.17 14:43:53.713380 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13107 | 2025.01.17 14:43:53.713566 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 13108 | 2025.01.17 14:43:53.713655 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 46 rows starting from the beginning of the part | ||
| 13109 | 2025.01.17 14:43:53.713962 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 36 rows starting from the beginning of the part | ||
| 13110 | 2025.01.17 14:43:53.718555 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6426 rows, containing 4 columns (4 merged, 0 gathered) in 0.006567785 sec., 978412.05216066 rows/sec., 63.76 MiB/sec. | ||
| 13111 | 2025.01.17 14:43:53.719613 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13112 | 2025.01.17 14:43:53.720076 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13113 | 2025.01.17 14:43:53.720179 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_106_21} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13114 | 2025.01.17 14:43:53.720280 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 13115 | 2025.01.17 14:43:53.720775 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31989 rows, containing 5 columns (5 merged, 0 gathered) in 0.01603878 sec., 1994478.3830191575 rows/sec., 134.63 MiB/sec. | ||
| 13116 | 2025.01.17 14:43:53.721338 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13117 | 2025.01.17 14:43:53.721627 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13118 | 2025.01.17 14:43:53.721708 [ 187 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13119 | 2025.01.17 14:43:53.721799 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 13120 | 2025.01.17 14:43:54.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.90 MiB, peak 263.70 MiB, free memory in arenas 0.00 B, will set to 251.52 MiB (RSS), difference: 1.62 MiB | ||
| 13121 | 2025.01.17 14:43:55.596696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914 | ||
| 13122 | 2025.01.17 14:43:55.597356 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13123 | 2025.01.17 14:43:55.597404 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13124 | 2025.01.17 14:43:55.597952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13125 | 2025.01.17 14:43:55.598214 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13126 | 2025.01.17 14:43:55.598455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 13127 | 2025.01.17 14:43:57.657624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13128 | 2025.01.17 14:43:57.680265 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2025.01.17 14:43:57.680319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13130 | 2025.01.17 14:43:57.687631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13131 | 2025.01.17 14:43:57.688415 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2025.01.17 14:43:57.691085 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13133 | 2025.01.17 14:43:58.691728 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13134 | 2025.01.17 14:43:58.691914 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13135 | 2025.01.17 14:43:58.691987 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13136 | 2025.01.17 14:43:58.692834 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13137 | 2025.01.17 14:43:58.692887 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13138 | 2025.01.17 14:43:58.693368 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13139 | 2025.01.17 14:43:58.693651 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13140 | 2025.01.17 14:43:58.693882 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002014 sec., 53624.62760675273 rows/sec., 4.48 MiB/sec. | ||
| 13141 | 2025.01.17 14:43:58.693971 [ 253 ] {34837471-f9e7-41b0-901e-d96b41d6c470} <Debug> TCPHandler: Processed in 0.002372418 sec. | ||
| 13142 | 2025.01.17 14:43:58.694320 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13143 | 2025.01.17 14:43:58.694539 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13144 | 2025.01.17 14:43:58.694649 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13145 | 2025.01.17 14:43:58.695454 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13146 | 2025.01.17 14:43:58.695510 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13147 | 2025.01.17 14:43:58.695990 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13148 | 2025.01.17 14:43:58.696260 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13149 | 2025.01.17 14:43:58.696541 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002057 sec., 12639.76665046184 rows/sec., 950.45 KiB/sec. | ||
| 13150 | 2025.01.17 14:43:58.696665 [ 257 ] {c1d9c6e9-c750-4f7f-8b7f-b0bb1769d046} <Debug> TCPHandler: Processed in 0.002556433 sec. | ||
| 13151 | 2025.01.17 14:43:58.696936 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13152 | 2025.01.17 14:43:58.697118 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13153 | 2025.01.17 14:43:58.697174 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13154 | 2025.01.17 14:43:58.697889 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13155 | 2025.01.17 14:43:58.697930 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13156 | 2025.01.17 14:43:58.698334 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13157 | 2025.01.17 14:43:58.698669 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13158 | 2025.01.17 14:43:58.698934 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001837 sec., 48992.92324442025 rows/sec., 3.83 MiB/sec. | ||
| 13159 | 2025.01.17 14:43:58.699059 [ 253 ] {5c481245-aba0-43a9-949b-d2c74016811b} <Debug> TCPHandler: Processed in 0.002256406 sec. | ||
| 13160 | 2025.01.17 14:43:58.699381 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13161 | 2025.01.17 14:43:58.699594 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13162 | 2025.01.17 14:43:58.699670 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13163 | 2025.01.17 14:43:58.700301 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13164 | 2025.01.17 14:43:58.700346 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13165 | 2025.01.17 14:43:58.700815 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13166 | 2025.01.17 14:43:58.701080 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2025.01.17 14:43:58.701330 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001782 sec., 89786.75645342312 rows/sec., 6.25 MiB/sec. | ||
| 13168 | 2025.01.17 14:43:58.701408 [ 257 ] {ad4f4419-4403-4d7f-8c5a-eb715ebde7a7} <Debug> TCPHandler: Processed in 0.002179635 sec. | ||
| 13169 | 2025.01.17 14:43:58.701636 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13170 | 2025.01.17 14:43:58.701841 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13171 | 2025.01.17 14:43:58.701925 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13172 | 2025.01.17 14:43:58.703130 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13173 | 2025.01.17 14:43:58.703171 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13174 | 2025.01.17 14:43:58.703831 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13175 | 2025.01.17 14:43:58.704169 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13176 | 2025.01.17 14:43:58.704327 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13177 | 2025.01.17 14:43:58.704367 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13178 | 2025.01.17 14:43:58.704392 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13179 | 2025.01.17 14:43:58.704392 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002585 sec., 10058.027079303674 rows/sec., 18.02 MiB/sec. | ||
| 13180 | 2025.01.17 14:43:58.704782 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 13181 | 2025.01.17 14:43:58.704907 [ 253 ] {ee26fffb-f4bd-40d5-a3ad-585c4721f0a6} <Debug> TCPHandler: Processed in 0.00338793 sec. | ||
| 13182 | 2025.01.17 14:43:58.705208 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13183 | 2025.01.17 14:43:58.705644 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13184 | 2025.01.17 14:43:58.705865 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13185 | 2025.01.17 14:43:58.706982 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13186 | 2025.01.17 14:43:58.707399 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1515 rows starting from the beginning of the part | ||
| 13187 | 2025.01.17 14:43:58.707966 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part | ||
| 13188 | 2025.01.17 14:43:58.708590 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 13 rows starting from the beginning of the part | ||
| 13189 | 2025.01.17 14:43:58.708599 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2025.01.17 14:43:58.708649 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13191 | 2025.01.17 14:43:58.709132 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part | ||
| 13192 | 2025.01.17 14:43:58.709749 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 13 rows starting from the beginning of the part | ||
| 13193 | 2025.01.17 14:43:58.709849 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13194 | 2025.01.17 14:43:58.710035 [ 190 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part | ||
| 13195 | 2025.01.17 14:43:58.710415 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13196 | 2025.01.17 14:43:58.710753 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00526 sec., 11406.84410646388 rows/sec., 787.19 KiB/sec. | ||
| 13197 | 2025.01.17 14:43:58.710828 [ 257 ] {b0f7f7ad-05e5-462f-8dc0-2313f17b9f1c} <Debug> TCPHandler: Processed in 0.005786279 sec. | ||
| 13198 | 2025.01.17 14:43:58.719932 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1619 rows, containing 19 columns (19 merged, 0 gathered) in 0.015432848 sec., 104906.10676655403 rows/sec., 187.99 MiB/sec. | ||
| 13199 | 2025.01.17 14:43:58.721638 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13200 | 2025.01.17 14:43:58.722134 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2025.01.17 14:43:58.722235 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13202 | 2025.01.17 14:43:58.722419 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
| 13203 | 2025.01.17 14:43:59.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.02 MiB, peak 263.70 MiB, free memory in arenas 0.00 B, will set to 256.02 MiB (RSS), difference: 4.00 MiB | ||
| 13204 | 2025.01.17 14:44:00.017720 [ 120 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 13205 | 2025.01.17 14:44:00.017809 [ 120 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2025.01.17 14:44:00.017840 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13207 | 2025.01.17 14:44:00.018037 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full | ||
| 13208 | 2025.01.17 14:44:00.018524 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13209 | 2025.01.17 14:44:00.018648 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 42 rows starting from the beginning of the part | ||
| 13210 | 2025.01.17 14:44:00.018856 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13211 | 2025.01.17 14:44:00.019057 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13212 | 2025.01.17 14:44:00.019293 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13213 | 2025.01.17 14:44:00.019422 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13214 | 2025.01.17 14:44:00.020886 [ 194 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.002953951 sec., 15572.363928853256 rows/sec., 1.02 MiB/sec. | ||
| 13215 | 2025.01.17 14:44:00.021217 [ 191 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 13216 | 2025.01.17 14:44:00.022058 [ 191 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2025.01.17 14:44:00.022197 [ 191 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_45_10} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 13218 | 2025.01.17 14:44:00.022392 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13219 | 2025.01.17 14:44:02.902077 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13220 | 2025.01.17 14:44:02.902141 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13221 | 2025.01.17 14:44:03.001413 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000998881 sec. | ||
| 13222 | 2025.01.17 14:44:03.098749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402 | ||
| 13223 | 2025.01.17 14:44:03.099411 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2025.01.17 14:44:03.099453 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13225 | 2025.01.17 14:44:03.099991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13226 | 2025.01.17 14:44:03.100267 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13227 | 2025.01.17 14:44:03.100510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402 | ||
| 13228 | 2025.01.17 14:44:03.281265 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1866 | ||
| 13229 | 2025.01.17 14:44:03.284116 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13230 | 2025.01.17 14:44:03.284167 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13231 | 2025.01.17 14:44:03.285660 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13232 | 2025.01.17 14:44:03.285988 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13233 | 2025.01.17 14:44:03.287438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1866 | ||
| 13234 | 2025.01.17 14:44:03.694807 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13235 | 2025.01.17 14:44:03.694995 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13236 | 2025.01.17 14:44:03.695068 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13237 | 2025.01.17 14:44:03.695881 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13238 | 2025.01.17 14:44:03.695932 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13239 | 2025.01.17 14:44:03.696383 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13240 | 2025.01.17 14:44:03.696647 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13241 | 2025.01.17 14:44:03.696918 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001967 sec., 7117.437722419929 rows/sec., 512.36 KiB/sec. | ||
| 13242 | 2025.01.17 14:44:03.697079 [ 253 ] {cded5fab-7b15-4389-ad01-38e4bc3a6246} <Debug> TCPHandler: Processed in 0.002391599 sec. | ||
| 13243 | 2025.01.17 14:44:03.697349 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13244 | 2025.01.17 14:44:03.697539 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13245 | 2025.01.17 14:44:03.697615 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13246 | 2025.01.17 14:44:03.698481 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13247 | 2025.01.17 14:44:03.698543 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13248 | 2025.01.17 14:44:03.698997 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13249 | 2025.01.17 14:44:03.699245 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13250 | 2025.01.17 14:44:03.699479 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001994 sec., 114844.5336008024 rows/sec., 10.05 MiB/sec. | ||
| 13251 | 2025.01.17 14:44:03.699542 [ 257 ] {9dc81ce5-e39b-410a-b1d7-2d7dc3a1525b} <Debug> TCPHandler: Processed in 0.002325718 sec. | ||
| 13252 | 2025.01.17 14:44:03.699724 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13253 | 2025.01.17 14:44:03.699854 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13254 | 2025.01.17 14:44:03.699911 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13255 | 2025.01.17 14:44:03.700525 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13256 | 2025.01.17 14:44:03.700567 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13257 | 2025.01.17 14:44:03.700947 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13258 | 2025.01.17 14:44:03.701222 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13259 | 2025.01.17 14:44:03.701447 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001624 sec., 12315.27093596059 rows/sec., 882.75 KiB/sec. | ||
| 13260 | 2025.01.17 14:44:03.701518 [ 253 ] {0242dd1a-a005-4efe-a1cc-7e4573508c18} <Debug> TCPHandler: Processed in 0.001855238 sec. | ||
| 13261 | 2025.01.17 14:44:03.701739 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13262 | 2025.01.17 14:44:03.701914 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13263 | 2025.01.17 14:44:03.701977 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13264 | 2025.01.17 14:44:03.702588 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13265 | 2025.01.17 14:44:03.702630 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13266 | 2025.01.17 14:44:03.702994 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13267 | 2025.01.17 14:44:03.703229 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2025.01.17 14:44:03.703448 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 624.10 KiB/sec. | ||
| 13269 | 2025.01.17 14:44:03.703504 [ 257 ] {22e15254-952e-4c12-a252-3a4df9ea045b} <Debug> TCPHandler: Processed in 0.001897119 sec. | ||
| 13270 | 2025.01.17 14:44:03.703663 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13271 | 2025.01.17 14:44:03.703807 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13272 | 2025.01.17 14:44:03.703867 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13273 | 2025.01.17 14:44:03.704500 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13274 | 2025.01.17 14:44:03.704540 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13275 | 2025.01.17 14:44:03.704903 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13276 | 2025.01.17 14:44:03.705147 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13277 | 2025.01.17 14:44:03.705365 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 13278 | 2025.01.17 14:44:03.705423 [ 253 ] {2109c399-c94b-4f62-8a81-25319b81d874} <Debug> TCPHandler: Processed in 0.001826627 sec. | ||
| 13279 | 2025.01.17 14:44:03.705595 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13280 | 2025.01.17 14:44:03.705737 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13281 | 2025.01.17 14:44:03.705797 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13282 | 2025.01.17 14:44:03.706567 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13283 | 2025.01.17 14:44:03.706607 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13284 | 2025.01.17 14:44:03.707002 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13285 | 2025.01.17 14:44:03.707245 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2025.01.17 14:44:03.707479 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001773 sec., 222786.2380146644 rows/sec., 15.82 MiB/sec. | ||
| 13287 | 2025.01.17 14:44:03.707582 [ 257 ] {982411b6-b5f2-404d-8259-29983be15bcb} <Debug> TCPHandler: Processed in 0.002051013 sec. | ||
| 13288 | 2025.01.17 14:44:03.707791 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13289 | 2025.01.17 14:44:03.707986 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13290 | 2025.01.17 14:44:03.708048 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13291 | 2025.01.17 14:44:03.708552 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2025.01.17 14:44:03.708593 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13293 | 2025.01.17 14:44:03.708971 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13294 | 2025.01.17 14:44:03.709218 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2025.01.17 14:44:03.709462 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 13296 | 2025.01.17 14:44:03.709575 [ 253 ] {73ab37df-b025-4022-b3e1-ffd9da3ebe3f} <Debug> TCPHandler: Processed in 0.001904549 sec. | ||
| 13297 | 2025.01.17 14:44:03.709763 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13298 | 2025.01.17 14:44:03.709883 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13299 | 2025.01.17 14:44:03.709938 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13300 | 2025.01.17 14:44:03.710545 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13301 | 2025.01.17 14:44:03.710586 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13302 | 2025.01.17 14:44:03.710993 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13303 | 2025.01.17 14:44:03.711262 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13304 | 2025.01.17 14:44:03.711486 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001628 sec., 145577.39557739557 rows/sec., 9.76 MiB/sec. | ||
| 13305 | 2025.01.17 14:44:03.711542 [ 257 ] {68ced861-46d0-4463-9d4b-f3a2bd0056af} <Debug> TCPHandler: Processed in 0.001889519 sec. | ||
| 13306 | 2025.01.17 14:44:03.711702 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13307 | 2025.01.17 14:44:03.711841 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13308 | 2025.01.17 14:44:03.711904 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13309 | 2025.01.17 14:44:03.712412 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13310 | 2025.01.17 14:44:03.712452 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13311 | 2025.01.17 14:44:03.712821 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13312 | 2025.01.17 14:44:03.713060 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13313 | 2025.01.17 14:44:03.713275 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 13314 | 2025.01.17 14:44:03.713329 [ 253 ] {4903b6a5-752e-4b2b-8bcd-fe5dd65bbc12} <Debug> TCPHandler: Processed in 0.001693685 sec. | ||
| 13315 | 2025.01.17 14:44:03.713489 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13316 | 2025.01.17 14:44:03.713629 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13317 | 2025.01.17 14:44:03.713725 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13318 | 2025.01.17 14:44:03.714913 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13319 | 2025.01.17 14:44:03.714953 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13320 | 2025.01.17 14:44:03.715722 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13321 | 2025.01.17 14:44:03.716046 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13322 | 2025.01.17 14:44:03.716300 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002701 sec., 4813.032210292485 rows/sec., 8.62 MiB/sec. | ||
| 13323 | 2025.01.17 14:44:03.716410 [ 257 ] {c0bf18bb-86ca-460b-bb30-035fc48bd639} <Debug> TCPHandler: Processed in 0.002988182 sec. | ||
| 13324 | 2025.01.17 14:44:03.716556 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13325 | 2025.01.17 14:44:03.716674 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13326 | 2025.01.17 14:44:03.716725 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13327 | 2025.01.17 14:44:03.717228 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13328 | 2025.01.17 14:44:03.717268 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13329 | 2025.01.17 14:44:03.717673 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13330 | 2025.01.17 14:44:03.717913 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13331 | 2025.01.17 14:44:03.718129 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
| 13332 | 2025.01.17 14:44:03.718184 [ 253 ] {5b5c688f-2ccf-454f-9ea1-dd544d2d760e} <Debug> TCPHandler: Processed in 0.001681595 sec. | ||
| 13333 | 2025.01.17 14:44:05.192127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13334 | 2025.01.17 14:44:05.214883 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13335 | 2025.01.17 14:44:05.214951 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13336 | 2025.01.17 14:44:05.222564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13337 | 2025.01.17 14:44:05.223399 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2025.01.17 14:44:05.226950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13339 | 2025.01.17 14:44:08.691310 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13340 | 2025.01.17 14:44:08.691532 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13341 | 2025.01.17 14:44:08.691612 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13342 | 2025.01.17 14:44:08.692418 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13343 | 2025.01.17 14:44:08.692466 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13344 | 2025.01.17 14:44:08.692882 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 13345 | 2025.01.17 14:44:08.693133 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13346 | 2025.01.17 14:44:08.693420 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00194 sec., 1030.9278350515463 rows/sec., 84.06 KiB/sec. | ||
| 13347 | 2025.01.17 14:44:08.693635 [ 253 ] {da446f6e-4b1c-4487-9e61-950ae7edc7cb} <Debug> TCPHandler: Processed in 0.002456251 sec. | ||
| 13348 | 2025.01.17 14:44:08.693911 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13349 | 2025.01.17 14:44:08.694108 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13350 | 2025.01.17 14:44:08.694184 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13351 | 2025.01.17 14:44:08.694975 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13352 | 2025.01.17 14:44:08.695026 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13353 | 2025.01.17 14:44:08.695484 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13354 | 2025.01.17 14:44:08.695745 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13355 | 2025.01.17 14:44:08.695990 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001935 sec., 56330.749354005166 rows/sec., 4.70 MiB/sec. | ||
| 13356 | 2025.01.17 14:44:08.696054 [ 257 ] {06aeefcd-161e-4c2a-8004-050946574cf4} <Debug> TCPHandler: Processed in 0.002277757 sec. | ||
| 13357 | 2025.01.17 14:44:08.696232 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13358 | 2025.01.17 14:44:08.696379 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13359 | 2025.01.17 14:44:08.696439 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13360 | 2025.01.17 14:44:08.697150 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13361 | 2025.01.17 14:44:08.697198 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13362 | 2025.01.17 14:44:08.697574 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13363 | 2025.01.17 14:44:08.697814 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13364 | 2025.01.17 14:44:08.698040 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001697 sec., 16499.705362404242 rows/sec., 1.21 MiB/sec. | ||
| 13365 | 2025.01.17 14:44:08.698107 [ 253 ] {e46df596-6b12-44dd-aa1d-e047af658b2f} <Debug> TCPHandler: Processed in 0.00194203 sec. | ||
| 13366 | 2025.01.17 14:44:08.698336 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13367 | 2025.01.17 14:44:08.698508 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13368 | 2025.01.17 14:44:08.698570 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13369 | 2025.01.17 14:44:08.699315 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13370 | 2025.01.17 14:44:08.699357 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13371 | 2025.01.17 14:44:08.699744 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13372 | 2025.01.17 14:44:08.699990 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13373 | 2025.01.17 14:44:08.700215 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001742 sec., 52812.858783008036 rows/sec., 4.13 MiB/sec. | ||
| 13374 | 2025.01.17 14:44:08.700272 [ 257 ] {c2a0c99c-8eaa-4679-b0dd-b4759bfdb94e} <Debug> TCPHandler: Processed in 0.002060712 sec. | ||
| 13375 | 2025.01.17 14:44:08.700423 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13376 | 2025.01.17 14:44:08.700547 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13377 | 2025.01.17 14:44:08.700601 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13378 | 2025.01.17 14:44:08.701186 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13379 | 2025.01.17 14:44:08.701227 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13380 | 2025.01.17 14:44:08.701639 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13381 | 2025.01.17 14:44:08.701877 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13382 | 2025.01.17 14:44:08.702104 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001584 sec., 101641.41414141415 rows/sec., 7.08 MiB/sec. | ||
| 13383 | 2025.01.17 14:44:08.702195 [ 253 ] {ee7ff40a-a8e8-42a1-b6f3-331a1872d821} <Debug> TCPHandler: Processed in 0.001822188 sec. | ||
| 13384 | 2025.01.17 14:44:08.702387 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13385 | 2025.01.17 14:44:08.702551 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13386 | 2025.01.17 14:44:08.702645 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13387 | 2025.01.17 14:44:08.703941 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13388 | 2025.01.17 14:44:08.703980 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13389 | 2025.01.17 14:44:08.704646 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13390 | 2025.01.17 14:44:08.704910 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13391 | 2025.01.17 14:44:08.705160 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002641 sec., 9844.755774327905 rows/sec., 17.64 MiB/sec. | ||
| 13392 | 2025.01.17 14:44:08.705273 [ 257 ] {35aea445-e22f-4b9c-b4b0-367ea04b8fd3} <Debug> TCPHandler: Processed in 0.002978782 sec. | ||
| 13393 | 2025.01.17 14:44:08.705434 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13394 | 2025.01.17 14:44:08.705576 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13395 | 2025.01.17 14:44:08.705637 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13396 | 2025.01.17 14:44:08.706233 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13397 | 2025.01.17 14:44:08.706275 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13398 | 2025.01.17 14:44:08.706654 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13399 | 2025.01.17 14:44:08.706909 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13400 | 2025.01.17 14:44:08.707120 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 13401 | 2025.01.17 14:44:08.707185 [ 253 ] {2b465592-c18e-4559-92fc-2b4aaaaa07e0} <Debug> TCPHandler: Processed in 0.001815747 sec. | ||
| 13402 | 2025.01.17 14:44:10.601659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829 | ||
| 13403 | 2025.01.17 14:44:10.602318 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13404 | 2025.01.17 14:44:10.602363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13405 | 2025.01.17 14:44:10.602873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13406 | 2025.01.17 14:44:10.603127 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13407 | 2025.01.17 14:44:10.603399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13408 | 2025.01.17 14:44:12.728001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13409 | 2025.01.17 14:44:12.748993 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13410 | 2025.01.17 14:44:12.749048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13411 | 2025.01.17 14:44:12.756273 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13412 | 2025.01.17 14:44:12.757043 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13413 | 2025.01.17 14:44:12.760371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13414 | 2025.01.17 14:44:13.288569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1902 | ||
| 13415 | 2025.01.17 14:44:13.291998 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2025.01.17 14:44:13.292058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13417 | 2025.01.17 14:44:13.293617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13418 | 2025.01.17 14:44:13.293963 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13419 | 2025.01.17 14:44:13.296712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1902 | ||
| 13420 | 2025.01.17 14:44:13.695872 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13421 | 2025.01.17 14:44:13.696091 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13422 | 2025.01.17 14:44:13.696175 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13423 | 2025.01.17 14:44:13.696961 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13424 | 2025.01.17 14:44:13.697014 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13425 | 2025.01.17 14:44:13.697462 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13426 | 2025.01.17 14:44:13.697724 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13427 | 2025.01.17 14:44:13.697967 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 13428 | 2025.01.17 14:44:13.698036 [ 253 ] {54a86c72-f52f-487f-ac08-6f956cabcb36} <Debug> TCPHandler: Processed in 0.002303378 sec. | ||
| 13429 | 2025.01.17 14:44:13.698274 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13430 | 2025.01.17 14:44:13.698479 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13431 | 2025.01.17 14:44:13.698553 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13432 | 2025.01.17 14:44:13.699379 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13433 | 2025.01.17 14:44:13.699433 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13434 | 2025.01.17 14:44:13.699893 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13435 | 2025.01.17 14:44:13.700159 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13436 | 2025.01.17 14:44:13.700410 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001984 sec., 115423.38709677418 rows/sec., 10.10 MiB/sec. | ||
| 13437 | 2025.01.17 14:44:13.700488 [ 257 ] {e35f8827-32b4-4d53-bed8-2d265b423b1d} <Debug> TCPHandler: Processed in 0.002346598 sec. | ||
| 13438 | 2025.01.17 14:44:13.700697 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13439 | 2025.01.17 14:44:13.701019 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13440 | 2025.01.17 14:44:13.701093 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13441 | 2025.01.17 14:44:13.701787 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13442 | 2025.01.17 14:44:13.701830 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13443 | 2025.01.17 14:44:13.702317 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13444 | 2025.01.17 14:44:13.702750 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2025.01.17 14:44:13.702971 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.002065 sec., 9685.230024213075 rows/sec., 694.23 KiB/sec. | ||
| 13446 | 2025.01.17 14:44:13.703033 [ 253 ] {5bb93375-dc25-4992-b8f0-318fa386a085} <Debug> TCPHandler: Processed in 0.00246509 sec. | ||
| 13447 | 2025.01.17 14:44:13.703180 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2025.01.17 14:44:13.703310 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13449 | 2025.01.17 14:44:13.703364 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13450 | 2025.01.17 14:44:13.703987 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2025.01.17 14:44:13.704028 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13452 | 2025.01.17 14:44:13.704404 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13453 | 2025.01.17 14:44:13.704652 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13454 | 2025.01.17 14:44:13.704821 [ 107 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13455 | 2025.01.17 14:44:13.704887 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec. | ||
| 13456 | 2025.01.17 14:44:13.704895 [ 107 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13457 | 2025.01.17 14:44:13.704975 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13458 | 2025.01.17 14:44:13.705016 [ 257 ] {acfafb7f-1d86-4b84-bf23-d24b063cad26} <Debug> TCPHandler: Processed in 0.001895659 sec. | ||
| 13459 | 2025.01.17 14:44:13.705313 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13460 | 2025.01.17 14:44:13.705687 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13461 | 2025.01.17 14:44:13.705681 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 13462 | 2025.01.17 14:44:13.705840 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13463 | 2025.01.17 14:44:13.706414 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13464 | 2025.01.17 14:44:13.706513 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 243 rows starting from the beginning of the part | ||
| 13465 | 2025.01.17 14:44:13.706998 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13466 | 2025.01.17 14:44:13.707399 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13467 | 2025.01.17 14:44:13.707600 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
| 13468 | 2025.01.17 14:44:13.708054 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::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 | ||
| 13469 | 2025.01.17 14:44:13.708422 [ 196 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 13470 | 2025.01.17 14:44:13.708830 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13471 | 2025.01.17 14:44:13.708938 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13472 | 2025.01.17 14:44:13.709719 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13473 | 2025.01.17 14:44:13.710243 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13474 | 2025.01.17 14:44:13.710735 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00519 sec., 2504.8169556840076 rows/sec., 156.17 KiB/sec. | ||
| 13475 | 2025.01.17 14:44:13.710914 [ 253 ] {342f9b8d-7bed-4a64-836e-13c8fe45498d} <Debug> TCPHandler: Processed in 0.005761189 sec. | ||
| 13476 | 2025.01.17 14:44:13.711268 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13477 | 2025.01.17 14:44:13.711311 [ 199 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006206728 sec., 87163.47808378263 rows/sec., 6.24 MiB/sec. | ||
| 13478 | 2025.01.17 14:44:13.711491 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13479 | 2025.01.17 14:44:13.711555 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13480 | 2025.01.17 14:44:13.711561 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13481 | 2025.01.17 14:44:13.712068 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13482 | 2025.01.17 14:44:13.712186 [ 194 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_47_10} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13483 | 2025.01.17 14:44:13.712324 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13484 | 2025.01.17 14:44:13.712512 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13485 | 2025.01.17 14:44:13.712552 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13486 | 2025.01.17 14:44:13.712945 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13487 | 2025.01.17 14:44:13.713194 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13488 | 2025.01.17 14:44:13.713407 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001949 sec., 202668.03488968703 rows/sec., 14.39 MiB/sec. | ||
| 13489 | 2025.01.17 14:44:13.713468 [ 257 ] {8886a4a5-c458-42d1-ae74-43ce15a16693} <Debug> TCPHandler: Processed in 0.002405739 sec. | ||
| 13490 | 2025.01.17 14:44:13.713638 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13491 | 2025.01.17 14:44:13.713787 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13492 | 2025.01.17 14:44:13.713848 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13493 | 2025.01.17 14:44:13.714435 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2025.01.17 14:44:13.714475 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13495 | 2025.01.17 14:44:13.714870 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13496 | 2025.01.17 14:44:13.715118 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13497 | 2025.01.17 14:44:13.715246 [ 105 ] {} <Debug> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13498 | 2025.01.17 14:44:13.715287 [ 105 ] {} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13499 | 2025.01.17 14:44:13.715307 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 13500 | 2025.01.17 14:44:13.715312 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13501 | 2025.01.17 14:44:13.715440 [ 253 ] {9f0c8883-75f7-4e18-8535-4757ea2dd999} <Debug> TCPHandler: Processed in 0.001870249 sec. | ||
| 13502 | 2025.01.17 14:44:13.715735 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13503 | 2025.01.17 14:44:13.715782 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 13504 | 2025.01.17 14:44:13.716161 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13505 | 2025.01.17 14:44:13.716432 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13506 | 2025.01.17 14:44:13.716494 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13507 | 2025.01.17 14:44:13.716640 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 13508 | 2025.01.17 14:44:13.717232 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13509 | 2025.01.17 14:44:13.717727 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13510 | 2025.01.17 14:44:13.718041 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13511 | 2025.01.17 14:44:13.718287 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13512 | 2025.01.17 14:44:13.718622 [ 186 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 13513 | 2025.01.17 14:44:13.719475 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13514 | 2025.01.17 14:44:13.719523 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13515 | 2025.01.17 14:44:13.720130 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13516 | 2025.01.17 14:44:13.720375 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.004941672 sec., 57065.70569637159 rows/sec., 2.91 MiB/sec. | ||
| 13517 | 2025.01.17 14:44:13.720578 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13518 | 2025.01.17 14:44:13.720766 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13519 | 2025.01.17 14:44:13.720826 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 13520 | 2025.01.17 14:44:13.720922 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13521 | 2025.01.17 14:44:13.721012 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13522 | 2025.01.17 14:44:13.721140 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00511 sec., 46379.64774951076 rows/sec., 3.11 MiB/sec. | ||
| 13523 | 2025.01.17 14:44:13.721595 [ 257 ] {9afebb86-8000-4b03-a190-4cbe9cba3777} <Debug> TCPHandler: Processed in 0.006029695 sec. | ||
| 13524 | 2025.01.17 14:44:13.721645 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 13525 | 2025.01.17 14:44:13.721906 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13526 | 2025.01.17 14:44:13.722241 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13527 | 2025.01.17 14:44:13.722306 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13528 | 2025.01.17 14:44:13.722333 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13529 | 2025.01.17 14:44:13.722529 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13530 | 2025.01.17 14:44:13.722550 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31989 rows starting from the beginning of the part | ||
| 13531 | 2025.01.17 14:44:13.722600 [ 199 ] {a43f77b9-b60b-447e-8225-e2470d06553b::all_1_47_10} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13532 | 2025.01.17 14:44:13.722919 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13533 | 2025.01.17 14:44:13.723583 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 96 rows starting from the beginning of the part | ||
| 13534 | 2025.01.17 14:44:13.724131 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 13535 | 2025.01.17 14:44:13.724709 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 13536 | 2025.01.17 14:44:13.725198 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 161 rows starting from the beginning of the part | ||
| 13537 | 2025.01.17 14:44:13.725655 [ 194 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 13538 | 2025.01.17 14:44:13.726049 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2025.01.17 14:44:13.726156 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13540 | 2025.01.17 14:44:13.727621 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13541 | 2025.01.17 14:44:13.727943 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2025.01.17 14:44:13.728218 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006047 sec., 165.371258475277 rows/sec., 11.14 KiB/sec. | ||
| 13543 | 2025.01.17 14:44:13.728280 [ 253 ] {bbc53e96-5aea-4b8c-b693-1f17a086a266} <Debug> TCPHandler: Processed in 0.006543054 sec. | ||
| 13544 | 2025.01.17 14:44:13.728441 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13545 | 2025.01.17 14:44:13.728620 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13546 | 2025.01.17 14:44:13.728766 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13547 | 2025.01.17 14:44:13.730333 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13548 | 2025.01.17 14:44:13.730378 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13549 | 2025.01.17 14:44:13.731156 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13550 | 2025.01.17 14:44:13.731441 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13551 | 2025.01.17 14:44:13.731781 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003207 sec., 4053.6326785157466 rows/sec., 7.26 MiB/sec. | ||
| 13552 | 2025.01.17 14:44:13.732219 [ 257 ] {b09f529b-7537-4fe3-8e2b-d973bf2d004b} <Debug> TCPHandler: Processed in 0.00384329 sec. | ||
| 13553 | 2025.01.17 14:44:13.732505 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2025.01.17 14:44:13.732720 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13555 | 2025.01.17 14:44:13.732799 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13556 | 2025.01.17 14:44:13.733525 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2025.01.17 14:44:13.733573 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13558 | 2025.01.17 14:44:13.734025 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13559 | 2025.01.17 14:44:13.734367 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2025.01.17 14:44:13.734796 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002104 sec., 38973.38403041825 rows/sec., 2.48 MiB/sec. | ||
| 13561 | 2025.01.17 14:44:13.735110 [ 253 ] {a8d1444a-c9f0-4b1f-8676-81beca78395a} <Debug> TCPHandler: Processed in 0.002778877 sec. | ||
| 13562 | 2025.01.17 14:44:13.735209 [ 199 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32880 rows, containing 5 columns (5 merged, 0 gathered) in 0.014037579 sec., 2342284.235764586 rows/sec., 158.15 MiB/sec. | ||
| 13563 | 2025.01.17 14:44:13.735424 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13564 | 2025.01.17 14:44:13.735731 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2025.01.17 14:44:13.735813 [ 198 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 13566 | 2025.01.17 14:44:13.735895 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13567 | 2025.01.17 14:44:17.902392 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13568 | 2025.01.17 14:44:17.902458 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13569 | 2025.01.17 14:44:18.104524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317 | ||
| 13570 | 2025.01.17 14:44:18.105181 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2025.01.17 14:44:18.105223 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13572 | 2025.01.17 14:44:18.105759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13573 | 2025.01.17 14:44:18.106011 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2025.01.17 14:44:18.106268 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317 | ||
| 13575 | 2025.01.17 14:44:18.106268 [ 101 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13576 | 2025.01.17 14:44:18.106353 [ 101 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13577 | 2025.01.17 14:44:18.106376 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13578 | 2025.01.17 14:44:18.106551 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 13579 | 2025.01.17 14:44:18.106896 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13580 | 2025.01.17 14:44:18.107005 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13581 | 2025.01.17 14:44:18.107401 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 13582 | 2025.01.17 14:44:18.107552 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 13583 | 2025.01.17 14:44:18.107714 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 13584 | 2025.01.17 14:44:18.107841 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 13585 | 2025.01.17 14:44:18.108048 [ 192 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 13586 | 2025.01.17 14:44:18.110730 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.004277638 sec., 7087322.489654337 rows/sec., 101.38 MiB/sec. | ||
| 13587 | 2025.01.17 14:44:18.111191 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13588 | 2025.01.17 14:44:18.111571 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_66_13} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13589 | 2025.01.17 14:44:18.111661 [ 195 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_66_13} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13590 | 2025.01.17 14:44:18.111779 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 13591 | 2025.01.17 14:44:18.691403 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13592 | 2025.01.17 14:44:18.691596 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13593 | 2025.01.17 14:44:18.691669 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13594 | 2025.01.17 14:44:18.692459 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13595 | 2025.01.17 14:44:18.692509 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13596 | 2025.01.17 14:44:18.692965 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13597 | 2025.01.17 14:44:18.693224 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13598 | 2025.01.17 14:44:18.693433 [ 100 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13599 | 2025.01.17 14:44:18.693466 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001918 sec., 56308.654848800834 rows/sec., 4.71 MiB/sec. | ||
| 13600 | 2025.01.17 14:44:18.693521 [ 100 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13601 | 2025.01.17 14:44:18.693609 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13602 | 2025.01.17 14:44:18.693615 [ 253 ] {b582986c-fcbf-4164-a56a-b53f46ad8255} <Debug> TCPHandler: Processed in 0.002339598 sec. | ||
| 13603 | 2025.01.17 14:44:18.693848 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 13604 | 2025.01.17 14:44:18.693944 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13605 | 2025.01.17 14:44:18.693985 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13606 | 2025.01.17 14:44:18.694044 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1431 rows starting from the beginning of the part | ||
| 13607 | 2025.01.17 14:44:18.694253 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 108 rows starting from the beginning of the part | ||
| 13608 | 2025.01.17 14:44:18.694308 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13609 | 2025.01.17 14:44:18.694508 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13610 | 2025.01.17 14:44:18.694637 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 229 rows starting from the beginning of the part | ||
| 13611 | 2025.01.17 14:44:18.695102 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 109 rows starting from the beginning of the part | ||
| 13612 | 2025.01.17 14:44:18.695328 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 229 rows starting from the beginning of the part | ||
| 13613 | 2025.01.17 14:44:18.695714 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 108 rows starting from the beginning of the part | ||
| 13614 | 2025.01.17 14:44:18.697494 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13615 | 2025.01.17 14:44:18.697580 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13616 | 2025.01.17 14:44:18.698495 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13617 | 2025.01.17 14:44:18.699047 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13618 | 2025.01.17 14:44:18.699160 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2214 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449882 sec., 406247.3279237973 rows/sec., 35.79 MiB/sec. | ||
| 13619 | 2025.01.17 14:44:18.699360 [ 100 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 13620 | 2025.01.17 14:44:18.699476 [ 100 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13621 | 2025.01.17 14:44:18.699529 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13622 | 2025.01.17 14:44:18.699550 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13623 | 2025.01.17 14:44:18.699542 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005381 sec., 4831.815647649136 rows/sec., 363.33 KiB/sec. | ||
| 13624 | 2025.01.17 14:44:18.700020 [ 257 ] {e7a8f522-e25c-4e81-ad7e-00615b0d96b5} <Debug> TCPHandler: Processed in 0.00626919 sec. | ||
| 13625 | 2025.01.17 14:44:18.700335 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 13626 | 2025.01.17 14:44:18.700369 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13627 | 2025.01.17 14:44:18.700690 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13628 | 2025.01.17 14:44:18.701066 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13629 | 2025.01.17 14:44:18.701154 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13630 | 2025.01.17 14:44:18.701290 [ 197 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_111_22} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13631 | 2025.01.17 14:44:18.701322 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13632 | 2025.01.17 14:44:18.701352 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 64 rows starting from the beginning of the part | ||
| 13633 | 2025.01.17 14:44:18.701706 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 13634 | 2025.01.17 14:44:18.702177 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part | ||
| 13635 | 2025.01.17 14:44:18.702821 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 20 rows starting from the beginning of the part | ||
| 13636 | 2025.01.17 14:44:18.703360 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 28 rows starting from the beginning of the part | ||
| 13637 | 2025.01.17 14:44:18.703628 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 20 rows starting from the beginning of the part | ||
| 13638 | 2025.01.17 14:44:18.703805 [ 188 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 26 rows starting from the beginning of the part | ||
| 13639 | 2025.01.17 14:44:18.704771 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13640 | 2025.01.17 14:44:18.704835 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13641 | 2025.01.17 14:44:18.705883 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13642 | 2025.01.17 14:44:18.706427 [ 201 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.006724059 sec., 27364.42378033863 rows/sec., 2.07 MiB/sec. | ||
| 13643 | 2025.01.17 14:44:18.706445 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13644 | 2025.01.17 14:44:18.706748 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 13645 | 2025.01.17 14:44:18.706785 [ 100 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13646 | 2025.01.17 14:44:18.706878 [ 100 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2025.01.17 14:44:18.706944 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00608 sec., 14802.631578947368 rows/sec., 1.16 MiB/sec. | ||
| 13648 | 2025.01.17 14:44:18.706997 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13649 | 2025.01.17 14:44:18.707237 [ 253 ] {35f42128-c837-47b9-b70a-b576dcc2ae24} <Debug> TCPHandler: Processed in 0.007081066 sec. | ||
| 13650 | 2025.01.17 14:44:18.707564 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13651 | 2025.01.17 14:44:18.707989 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13652 | 2025.01.17 14:44:18.708089 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13653 | 2025.01.17 14:44:18.708186 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 13654 | 2025.01.17 14:44:18.708387 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13655 | 2025.01.17 14:44:18.708443 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_90_18} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 13656 | 2025.01.17 14:44:18.708923 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13657 | 2025.01.17 14:44:18.709179 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13658 | 2025.01.17 14:44:18.709338 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 13659 | 2025.01.17 14:44:18.709671 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 90 rows starting from the beginning of the part | ||
| 13660 | 2025.01.17 14:44:18.710156 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 395 rows starting from the beginning of the part | ||
| 13661 | 2025.01.17 14:44:18.710595 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 92 rows starting from the beginning of the part | ||
| 13662 | 2025.01.17 14:44:18.710997 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 395 rows starting from the beginning of the part | ||
| 13663 | 2025.01.17 14:44:18.711321 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 90 rows starting from the beginning of the part | ||
| 13664 | 2025.01.17 14:44:18.712404 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13665 | 2025.01.17 14:44:18.712475 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13666 | 2025.01.17 14:44:18.713574 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13667 | 2025.01.17 14:44:18.714006 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13668 | 2025.01.17 14:44:18.714506 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006607 sec., 24216.739821401545 rows/sec., 1.69 MiB/sec. | ||
| 13669 | 2025.01.17 14:44:18.714637 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1975 rows, containing 5 columns (5 merged, 0 gathered) in 0.007395772 sec., 267044.46810961724 rows/sec., 20.46 MiB/sec. | ||
| 13670 | 2025.01.17 14:44:18.714662 [ 257 ] {8ac4eb4c-3fb3-488f-8d69-414c764b8503} <Debug> TCPHandler: Processed in 0.0072672 sec. | ||
| 13671 | 2025.01.17 14:44:18.714882 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13672 | 2025.01.17 14:44:18.714940 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13673 | 2025.01.17 14:44:18.715118 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13674 | 2025.01.17 14:44:18.715278 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13675 | 2025.01.17 14:44:18.715697 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13676 | 2025.01.17 14:44:18.716025 [ 191 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_111_22} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13677 | 2025.01.17 14:44:18.716315 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 13678 | 2025.01.17 14:44:18.717239 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13679 | 2025.01.17 14:44:18.717285 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13680 | 2025.01.17 14:44:18.717971 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13681 | 2025.01.17 14:44:18.718253 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13682 | 2025.01.17 14:44:18.718522 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003504 sec., 7420.091324200913 rows/sec., 13.30 MiB/sec. | ||
| 13683 | 2025.01.17 14:44:18.718652 [ 253 ] {0428fe44-442d-496a-a143-075a73679419} <Debug> TCPHandler: Processed in 0.003861099 sec. | ||
| 13684 | 2025.01.17 14:44:18.718802 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13685 | 2025.01.17 14:44:18.718926 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13686 | 2025.01.17 14:44:18.718978 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13687 | 2025.01.17 14:44:18.719493 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13688 | 2025.01.17 14:44:18.719532 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13689 | 2025.01.17 14:44:18.719939 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13690 | 2025.01.17 14:44:18.720195 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13691 | 2025.01.17 14:44:18.720338 [ 98 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13692 | 2025.01.17 14:44:18.720380 [ 98 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13693 | 2025.01.17 14:44:18.720386 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 13694 | 2025.01.17 14:44:18.720401 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13695 | 2025.01.17 14:44:18.720472 [ 257 ] {283bf413-37b7-42ca-b13c-b6f95c3b974f} <Debug> TCPHandler: Processed in 0.001727386 sec. | ||
| 13696 | 2025.01.17 14:44:18.720534 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 13697 | 2025.01.17 14:44:18.720636 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13698 | 2025.01.17 14:44:18.720667 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6426 rows starting from the beginning of the part | ||
| 13699 | 2025.01.17 14:44:18.720729 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 13700 | 2025.01.17 14:44:18.720851 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 13701 | 2025.01.17 14:44:18.721094 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 13702 | 2025.01.17 14:44:18.721173 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 13703 | 2025.01.17 14:44:18.721373 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 13704 | 2025.01.17 14:44:18.723437 [ 190 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6770 rows, containing 4 columns (4 merged, 0 gathered) in 0.002965151 sec., 2283188.9505795827 rows/sec., 148.83 MiB/sec. | ||
| 13705 | 2025.01.17 14:44:18.723857 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13706 | 2025.01.17 14:44:18.724182 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13707 | 2025.01.17 14:44:18.724296 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_111_22} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13708 | 2025.01.17 14:44:18.724393 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13709 | 2025.01.17 14:44:19.941174 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13710 | 2025.01.17 14:44:19.941392 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13711 | 2025.01.17 14:44:19.941471 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13712 | 2025.01.17 14:44:19.942253 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13713 | 2025.01.17 14:44:19.942306 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13714 | 2025.01.17 14:44:19.942750 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13715 | 2025.01.17 14:44:19.943013 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13716 | 2025.01.17 14:44:19.943277 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 13717 | 2025.01.17 14:44:19.943408 [ 253 ] {062a4008-8e18-43af-b26b-34592aa4a6d8} <Debug> TCPHandler: Processed in 0.002369388 sec. | ||
| 13718 | 2025.01.17 14:44:19.943710 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13719 | 2025.01.17 14:44:19.943904 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13720 | 2025.01.17 14:44:19.943980 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13721 | 2025.01.17 14:44:19.944750 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13722 | 2025.01.17 14:44:19.944799 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13723 | 2025.01.17 14:44:19.945249 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 13724 | 2025.01.17 14:44:19.945518 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Trace> oximeter.fields_ipaddr (8fe6e5b0-7923-42f5-83ef-bb816e6d9e7a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13725 | 2025.01.17 14:44:19.945805 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001952 sec., 8196.72131147541 rows/sec., 668.38 KiB/sec. | ||
| 13726 | 2025.01.17 14:44:19.946027 [ 257 ] {64ad393d-cf78-4b40-9be2-c74cf326a135} <Debug> TCPHandler: Processed in 0.002498951 sec. | ||
| 13727 | 2025.01.17 14:44:19.946187 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13728 | 2025.01.17 14:44:19.946334 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13729 | 2025.01.17 14:44:19.946395 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13730 | 2025.01.17 14:44:19.947722 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2025.01.17 14:44:19.947763 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13732 | 2025.01.17 14:44:19.948230 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13733 | 2025.01.17 14:44:19.948487 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2025.01.17 14:44:19.948713 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002413 sec., 570658.9307915458 rows/sec., 47.44 MiB/sec. | ||
| 13735 | 2025.01.17 14:44:19.948770 [ 253 ] {0fd6e764-8aaf-41f5-bdeb-f47b654b70a5} <Debug> TCPHandler: Processed in 0.002655465 sec. | ||
| 13736 | 2025.01.17 14:44:19.948994 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13737 | 2025.01.17 14:44:19.949226 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13738 | 2025.01.17 14:44:19.949322 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13739 | 2025.01.17 14:44:19.950079 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13740 | 2025.01.17 14:44:19.950120 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13741 | 2025.01.17 14:44:19.950519 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13742 | 2025.01.17 14:44:19.950774 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13743 | 2025.01.17 14:44:19.951010 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001838 sec., 19586.507072905333 rows/sec., 1.36 MiB/sec. | ||
| 13744 | 2025.01.17 14:44:19.951117 [ 257 ] {f841fbe2-7594-451e-9f05-bb3f184fd7a3} <Debug> TCPHandler: Processed in 0.002222446 sec. | ||
| 13745 | 2025.01.17 14:44:19.951354 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13746 | 2025.01.17 14:44:19.951701 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13747 | 2025.01.17 14:44:19.951827 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13748 | 2025.01.17 14:44:19.952504 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2025.01.17 14:44:19.952546 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13750 | 2025.01.17 14:44:19.952929 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13751 | 2025.01.17 14:44:19.953184 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2025.01.17 14:44:19.953398 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001818 sec., 133113.31133113313 rows/sec., 9.02 MiB/sec. | ||
| 13753 | 2025.01.17 14:44:19.953453 [ 253 ] {cb3a5a25-7938-4e78-979d-5bcc4f9ae20d} <Debug> TCPHandler: Processed in 0.002229266 sec. | ||
| 13754 | 2025.01.17 14:44:19.953611 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13755 | 2025.01.17 14:44:19.953833 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13756 | 2025.01.17 14:44:19.953925 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13757 | 2025.01.17 14:44:19.954819 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13758 | 2025.01.17 14:44:19.954858 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13759 | 2025.01.17 14:44:19.955242 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13760 | 2025.01.17 14:44:19.955495 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2025.01.17 14:44:19.955744 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001954 sec., 6653.019447287616 rows/sec., 414.81 KiB/sec. | ||
| 13762 | 2025.01.17 14:44:19.955858 [ 257 ] {7dffcc98-6275-4481-add2-2947e6d88a2f} <Debug> TCPHandler: Processed in 0.002327068 sec. | ||
| 13763 | 2025.01.17 14:44:19.956069 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13764 | 2025.01.17 14:44:19.956210 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13765 | 2025.01.17 14:44:19.956266 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13766 | 2025.01.17 14:44:19.957173 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2025.01.17 14:44:19.957213 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13768 | 2025.01.17 14:44:19.957618 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13769 | 2025.01.17 14:44:19.957875 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2025.01.17 14:44:19.958091 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.00191 sec., 453926.7015706806 rows/sec., 32.88 MiB/sec. | ||
| 13771 | 2025.01.17 14:44:19.958169 [ 253 ] {e08c94a2-91c2-44f9-9298-9ef8bf095420} <Debug> TCPHandler: Processed in 0.002208985 sec. | ||
| 13772 | 2025.01.17 14:44:19.958462 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13773 | 2025.01.17 14:44:19.958684 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13774 | 2025.01.17 14:44:19.958745 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13775 | 2025.01.17 14:44:19.959314 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13776 | 2025.01.17 14:44:19.959362 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13777 | 2025.01.17 14:44:19.959778 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13778 | 2025.01.17 14:44:19.960027 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13779 | 2025.01.17 14:44:19.960232 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 198.65 KiB/sec. | ||
| 13780 | 2025.01.17 14:44:19.960285 [ 257 ] {dc3adaa1-4a65-497a-b2a7-135811781104} <Debug> TCPHandler: Processed in 0.002009672 sec. | ||
| 13781 | 2025.01.17 14:44:19.960428 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13782 | 2025.01.17 14:44:19.960546 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13783 | 2025.01.17 14:44:19.960608 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13784 | 2025.01.17 14:44:19.961504 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13785 | 2025.01.17 14:44:19.961552 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13786 | 2025.01.17 14:44:19.962012 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13787 | 2025.01.17 14:44:19.962259 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13788 | 2025.01.17 14:44:19.962456 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Debug> executeQuery: Read 995 rows, 67.81 KiB in 0.001934 sec., 514477.76628748706 rows/sec., 34.24 MiB/sec. | ||
| 13789 | 2025.01.17 14:44:19.962511 [ 253 ] {52bd3d15-497b-423f-b958-7aaba4b6072c} <Debug> TCPHandler: Processed in 0.002142964 sec. | ||
| 13790 | 2025.01.17 14:44:19.962708 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13791 | 2025.01.17 14:44:19.962927 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13792 | 2025.01.17 14:44:19.963024 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13793 | 2025.01.17 14:44:19.963767 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2025.01.17 14:44:19.963807 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13795 | 2025.01.17 14:44:19.964189 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13796 | 2025.01.17 14:44:19.964444 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2025.01.17 14:44:19.964701 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001825 sec., 547.945205479452 rows/sec., 36.92 KiB/sec. | ||
| 13798 | 2025.01.17 14:44:19.964754 [ 257 ] {687dd2bc-a19a-40ee-8a33-3721ecb1354c} <Debug> TCPHandler: Processed in 0.002154114 sec. | ||
| 13799 | 2025.01.17 14:44:19.964899 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2025.01.17 14:44:19.965038 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13801 | 2025.01.17 14:44:19.965132 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13802 | 2025.01.17 14:44:19.966318 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2025.01.17 14:44:19.966359 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13804 | 2025.01.17 14:44:19.966985 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13805 | 2025.01.17 14:44:19.967265 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2025.01.17 14:44:19.967466 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13807 | 2025.01.17 14:44:19.967542 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002528 sec., 5142.405063291139 rows/sec., 9.21 MiB/sec. | ||
| 13808 | 2025.01.17 14:44:19.967548 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13809 | 2025.01.17 14:44:19.967631 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13810 | 2025.01.17 14:44:19.967962 [ 253 ] {8eaa3c13-2ea0-4ff4-8b61-d339f8a034a5} <Debug> TCPHandler: Processed in 0.003123784 sec. | ||
| 13811 | 2025.01.17 14:44:19.968028 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 13812 | 2025.01.17 14:44:19.968152 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13813 | 2025.01.17 14:44:19.968378 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13814 | 2025.01.17 14:44:19.968504 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13815 | 2025.01.17 14:44:19.969054 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13816 | 2025.01.17 14:44:19.969267 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1619 rows starting from the beginning of the part | ||
| 13817 | 2025.01.17 14:44:19.970030 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 13 rows starting from the beginning of the part | ||
| 13818 | 2025.01.17 14:44:19.970421 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13819 | 2025.01.17 14:44:19.970521 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13820 | 2025.01.17 14:44:19.970895 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 26 rows starting from the beginning of the part | ||
| 13821 | 2025.01.17 14:44:19.971596 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 13 rows starting from the beginning of the part | ||
| 13822 | 2025.01.17 14:44:19.971956 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13823 | 2025.01.17 14:44:19.972259 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 26 rows starting from the beginning of the part | ||
| 13824 | 2025.01.17 14:44:19.972701 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13825 | 2025.01.17 14:44:19.972916 [ 199 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 13 rows starting from the beginning of the part | ||
| 13826 | 2025.01.17 14:44:19.973339 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.004988 sec., 9222.133119486767 rows/sec., 571.10 KiB/sec. | ||
| 13827 | 2025.01.17 14:44:19.973699 [ 257 ] {ce94a3d3-4548-470c-b5e4-9cde40d493a7} <Debug> TCPHandler: Processed in 0.005623306 sec. | ||
| 13828 | 2025.01.17 14:44:19.983163 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1710 rows, containing 19 columns (19 merged, 0 gathered) in 0.015378887 sec., 111191.40156241476 rows/sec., 199.25 MiB/sec. | ||
| 13829 | 2025.01.17 14:44:19.984889 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13830 | 2025.01.17 14:44:19.985332 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13831 | 2025.01.17 14:44:19.985426 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13832 | 2025.01.17 14:44:19.985582 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.54 MiB. | ||
| 13833 | 2025.01.17 14:44:20.000233 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.94 MiB, peak 270.44 MiB, free memory in arenas 0.00 B, will set to 260.22 MiB (RSS), difference: 3.28 MiB | ||
| 13834 | 2025.01.17 14:44:20.261412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13835 | 2025.01.17 14:44:20.283168 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13836 | 2025.01.17 14:44:20.283236 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13837 | 2025.01.17 14:44:20.290539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13838 | 2025.01.17 14:44:20.291350 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13839 | 2025.01.17 14:44:20.291783 [ 96 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13840 | 2025.01.17 14:44:20.291961 [ 96 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13841 | 2025.01.17 14:44:20.292071 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 13842 | 2025.01.17 14:44:20.292608 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13843 | 2025.01.17 14:44:20.302571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13844 | 2025.01.17 14:44:20.303831 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13845 | 2025.01.17 14:44:20.304736 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13846 | 2025.01.17 14:44:20.309318 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13847 | 2025.01.17 14:44:20.313918 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13848 | 2025.01.17 14:44:20.319166 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13849 | 2025.01.17 14:44:20.324376 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13850 | 2025.01.17 14:44:20.329059 [ 187 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 13851 | 2025.01.17 14:44:20.387228 [ 186 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.094978966 sec., 5243.266177481865 rows/sec., 27.11 MiB/sec. | ||
| 13852 | 2025.01.17 14:44:20.390630 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13853 | 2025.01.17 14:44:20.393579 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_66_13} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2025.01.17 14:44:20.393711 [ 196 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_66_13} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13855 | 2025.01.17 14:44:20.396186 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13856 | 2025.01.17 14:44:21.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.30 MiB, peak 275.04 MiB, free memory in arenas 0.00 B, will set to 260.22 MiB (RSS), difference: -1.08 MiB | ||
| 13857 | 2025.01.17 14:44:23.297887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1960 | ||
| 13858 | 2025.01.17 14:44:23.301583 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2025.01.17 14:44:23.301635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13860 | 2025.01.17 14:44:23.303168 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13861 | 2025.01.17 14:44:23.303498 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13862 | 2025.01.17 14:44:23.304580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1960 | ||
| 13863 | 2025.01.17 14:44:23.686888 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13864 | 2025.01.17 14:44:23.687103 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13865 | 2025.01.17 14:44:23.687185 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13866 | 2025.01.17 14:44:23.688061 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13867 | 2025.01.17 14:44:23.688112 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13868 | 2025.01.17 14:44:23.688571 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13869 | 2025.01.17 14:44:23.688835 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13870 | 2025.01.17 14:44:23.689048 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002003 sec., 27958.06290564154 rows/sec., 2.13 MiB/sec. | ||
| 13871 | 2025.01.17 14:44:23.689129 [ 253 ] {6c8615bb-0da2-4bdf-a20e-a73b0612c03a} <Debug> TCPHandler: Processed in 0.00237808 sec. | ||
| 13872 | 2025.01.17 14:44:23.689401 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13873 | 2025.01.17 14:44:23.689585 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13874 | 2025.01.17 14:44:23.689658 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13875 | 2025.01.17 14:44:23.690417 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13876 | 2025.01.17 14:44:23.690468 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13877 | 2025.01.17 14:44:23.690925 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13878 | 2025.01.17 14:44:23.691196 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13879 | 2025.01.17 14:44:23.691440 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 13880 | 2025.01.17 14:44:23.691505 [ 257 ] {f50d736f-302e-43d9-ba94-9253355488bc} <Debug> TCPHandler: Processed in 0.002251896 sec. | ||
| 13881 | 2025.01.17 14:44:23.691676 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13882 | 2025.01.17 14:44:23.691827 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13883 | 2025.01.17 14:44:23.691894 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13884 | 2025.01.17 14:44:23.692569 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13885 | 2025.01.17 14:44:23.692617 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13886 | 2025.01.17 14:44:23.693049 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13887 | 2025.01.17 14:44:23.693304 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13888 | 2025.01.17 14:44:23.693495 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001707 sec., 56239.0158172232 rows/sec., 3.92 MiB/sec. | ||
| 13889 | 2025.01.17 14:44:23.693561 [ 253 ] {ec2cb02d-e384-4275-9547-f3413f4674f3} <Debug> TCPHandler: Processed in 0.00195369 sec. | ||
| 13890 | 2025.01.17 14:44:23.693713 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13891 | 2025.01.17 14:44:23.693842 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13892 | 2025.01.17 14:44:23.693899 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13893 | 2025.01.17 14:44:23.694433 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13894 | 2025.01.17 14:44:23.694474 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13895 | 2025.01.17 14:44:23.694881 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13896 | 2025.01.17 14:44:23.695150 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13897 | 2025.01.17 14:44:23.695366 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001553 sec., 23180.9401159047 rows/sec., 1.56 MiB/sec. | ||
| 13898 | 2025.01.17 14:44:23.695423 [ 257 ] {a1a520c3-0f0f-452a-8f6b-ce1f3a363678} <Debug> TCPHandler: Processed in 0.001769096 sec. | ||
| 13899 | 2025.01.17 14:44:25.606582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744 | ||
| 13900 | 2025.01.17 14:44:25.607249 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13901 | 2025.01.17 14:44:25.607300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13902 | 2025.01.17 14:44:25.607835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13903 | 2025.01.17 14:44:25.608106 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2025.01.17 14:44:25.608346 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 13905 | 2025.01.17 14:44:27.803628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13906 | 2025.01.17 14:44:27.822386 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13907 | 2025.01.17 14:44:27.822444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13908 | 2025.01.17 14:44:27.829110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13909 | 2025.01.17 14:44:27.829858 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13910 | 2025.01.17 14:44:27.832489 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13911 | 2025.01.17 14:44:28.692130 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13912 | 2025.01.17 14:44:28.692318 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13913 | 2025.01.17 14:44:28.692390 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13914 | 2025.01.17 14:44:28.693205 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13915 | 2025.01.17 14:44:28.693260 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13916 | 2025.01.17 14:44:28.693709 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13917 | 2025.01.17 14:44:28.693966 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13918 | 2025.01.17 14:44:28.694194 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001927 sec., 56045.66683964712 rows/sec., 4.69 MiB/sec. | ||
| 13919 | 2025.01.17 14:44:28.694262 [ 253 ] {0a73051d-e957-450d-b2ff-a0d9ac1b4c82} <Debug> TCPHandler: Processed in 0.002262627 sec. | ||
| 13920 | 2025.01.17 14:44:28.694597 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13921 | 2025.01.17 14:44:28.694881 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13922 | 2025.01.17 14:44:28.694958 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13923 | 2025.01.17 14:44:28.695728 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13924 | 2025.01.17 14:44:28.695781 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13925 | 2025.01.17 14:44:28.696233 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13926 | 2025.01.17 14:44:28.696504 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13927 | 2025.01.17 14:44:28.696749 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001938 sec., 13415.892672858618 rows/sec., 1008.81 KiB/sec. | ||
| 13928 | 2025.01.17 14:44:28.696809 [ 257 ] {50f972dd-13c9-48ed-8acd-2709fe8d79c2} <Debug> TCPHandler: Processed in 0.002403969 sec. | ||
| 13929 | 2025.01.17 14:44:28.696960 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13930 | 2025.01.17 14:44:28.697107 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13931 | 2025.01.17 14:44:28.697167 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13932 | 2025.01.17 14:44:28.697896 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13933 | 2025.01.17 14:44:28.697937 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13934 | 2025.01.17 14:44:28.698323 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13935 | 2025.01.17 14:44:28.698566 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13936 | 2025.01.17 14:44:28.698772 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001701 sec., 52910.05291005291 rows/sec., 4.13 MiB/sec. | ||
| 13937 | 2025.01.17 14:44:28.698830 [ 253 ] {8130b5f4-235b-45cc-800b-d2a906a923c9} <Debug> TCPHandler: Processed in 0.0019382 sec. | ||
| 13938 | 2025.01.17 14:44:28.699022 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13939 | 2025.01.17 14:44:28.699254 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13940 | 2025.01.17 14:44:28.699354 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13941 | 2025.01.17 14:44:28.700165 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13942 | 2025.01.17 14:44:28.700206 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13943 | 2025.01.17 14:44:28.700618 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13944 | 2025.01.17 14:44:28.700871 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13945 | 2025.01.17 14:44:28.701084 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001891 sec., 84611.31676361713 rows/sec., 5.89 MiB/sec. | ||
| 13946 | 2025.01.17 14:44:28.701136 [ 257 ] {7bb3e6d5-97e7-4cab-9b60-f3a768b89df0} <Debug> TCPHandler: Processed in 0.002224616 sec. | ||
| 13947 | 2025.01.17 14:44:28.701294 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13948 | 2025.01.17 14:44:28.701417 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13949 | 2025.01.17 14:44:28.701504 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13950 | 2025.01.17 14:44:28.702718 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13951 | 2025.01.17 14:44:28.702761 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13952 | 2025.01.17 14:44:28.703424 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13953 | 2025.01.17 14:44:28.703683 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13954 | 2025.01.17 14:44:28.703950 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002559 sec., 10160.21883548261 rows/sec., 18.21 MiB/sec. | ||
| 13955 | 2025.01.17 14:44:28.704101 [ 253 ] {1389e562-aab8-41cc-a1cc-40905bd44d6f} <Debug> TCPHandler: Processed in 0.002861379 sec. | ||
| 13956 | 2025.01.17 14:44:28.704419 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13957 | 2025.01.17 14:44:28.704657 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13958 | 2025.01.17 14:44:28.704753 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13959 | 2025.01.17 14:44:28.705331 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13960 | 2025.01.17 14:44:28.705371 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13961 | 2025.01.17 14:44:28.705759 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13962 | 2025.01.17 14:44:28.706021 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13963 | 2025.01.17 14:44:28.706229 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 13964 | 2025.01.17 14:44:28.706279 [ 257 ] {67f5f55d-5db8-432e-80f1-bb1778350a38} <Debug> TCPHandler: Processed in 0.002064022 sec. | ||
| 13965 | 2025.01.17 14:44:32.902502 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13966 | 2025.01.17 14:44:32.902561 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13967 | 2025.01.17 14:44:33.109425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232 | ||
| 13968 | 2025.01.17 14:44:33.110116 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13969 | 2025.01.17 14:44:33.110160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13970 | 2025.01.17 14:44:33.110691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13971 | 2025.01.17 14:44:33.110946 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13972 | 2025.01.17 14:44:33.111217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232 | ||
| 13973 | 2025.01.17 14:44:33.305824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1980 | ||
| 13974 | 2025.01.17 14:44:33.308766 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13975 | 2025.01.17 14:44:33.308828 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13976 | 2025.01.17 14:44:33.310346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13977 | 2025.01.17 14:44:33.310680 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13978 | 2025.01.17 14:44:33.311299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1980 | ||
| 13979 | 2025.01.17 14:44:33.695849 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13980 | 2025.01.17 14:44:33.696097 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13981 | 2025.01.17 14:44:33.696182 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13982 | 2025.01.17 14:44:33.697013 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13983 | 2025.01.17 14:44:33.697060 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13984 | 2025.01.17 14:44:33.697492 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13985 | 2025.01.17 14:44:33.697746 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13986 | 2025.01.17 14:44:33.697957 [ 82 ] {} <Debug> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 13987 | 2025.01.17 14:44:33.698022 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001976 sec., 7085.02024291498 rows/sec., 510.03 KiB/sec. | ||
| 13988 | 2025.01.17 14:44:33.698085 [ 82 ] {} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13989 | 2025.01.17 14:44:33.698172 [ 253 ] {ab78f0f8-1b28-4e72-8881-f27a12e2dc83} <Debug> TCPHandler: Processed in 0.002481821 sec. | ||
| 13990 | 2025.01.17 14:44:33.698180 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13991 | 2025.01.17 14:44:33.698534 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 13992 | 2025.01.17 14:44:33.698548 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13993 | 2025.01.17 14:44:33.699219 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13994 | 2025.01.17 14:44:33.699307 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13995 | 2025.01.17 14:44:33.699414 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13996 | 2025.01.17 14:44:33.699456 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 13997 | 2025.01.17 14:44:33.700008 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 13998 | 2025.01.17 14:44:33.700137 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 13999 | 2025.01.17 14:44:33.700613 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 14000 | 2025.01.17 14:44:33.700960 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::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 | ||
| 14001 | 2025.01.17 14:44:33.702113 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14002 | 2025.01.17 14:44:33.702164 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14003 | 2025.01.17 14:44:33.702485 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004164266 sec., 16809.685068148865 rows/sec., 1.25 MiB/sec. | ||
| 14004 | 2025.01.17 14:44:33.702626 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14005 | 2025.01.17 14:44:33.702765 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14006 | 2025.01.17 14:44:33.702945 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_49_12} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14007 | 2025.01.17 14:44:33.703055 [ 198 ] {d6698706-a6da-403f-9b64-465b0727cebc::all_1_49_12} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14008 | 2025.01.17 14:44:33.703058 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14009 | 2025.01.17 14:44:33.703149 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14010 | 2025.01.17 14:44:33.703290 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.004236 sec., 54060.4343720491 rows/sec., 4.73 MiB/sec. | ||
| 14011 | 2025.01.17 14:44:33.703356 [ 257 ] {91226942-4926-48b8-85d6-6a9b834e8130} <Debug> TCPHandler: Processed in 0.005038754 sec. | ||
| 14012 | 2025.01.17 14:44:33.703510 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14013 | 2025.01.17 14:44:33.703637 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14014 | 2025.01.17 14:44:33.703691 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14015 | 2025.01.17 14:44:33.704290 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14016 | 2025.01.17 14:44:33.704332 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14017 | 2025.01.17 14:44:33.704732 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14018 | 2025.01.17 14:44:33.704980 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14019 | 2025.01.17 14:44:33.705225 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001618 sec., 12360.939431396786 rows/sec., 886.03 KiB/sec. | ||
| 14020 | 2025.01.17 14:44:33.705283 [ 253 ] {49b2757a-e0fa-4566-b6f5-5fd47f28a01a} <Debug> TCPHandler: Processed in 0.001831588 sec. | ||
| 14021 | 2025.01.17 14:44:33.705479 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14022 | 2025.01.17 14:44:33.705704 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14023 | 2025.01.17 14:44:33.705797 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14024 | 2025.01.17 14:44:33.706478 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14025 | 2025.01.17 14:44:33.706516 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14026 | 2025.01.17 14:44:33.706878 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14027 | 2025.01.17 14:44:33.707140 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14028 | 2025.01.17 14:44:33.707350 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec. | ||
| 14029 | 2025.01.17 14:44:33.707457 [ 257 ] {25b01914-7420-4ca0-83e1-02c3107f85a9} <Debug> TCPHandler: Processed in 0.002081012 sec. | ||
| 14030 | 2025.01.17 14:44:33.707689 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14031 | 2025.01.17 14:44:33.707836 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14032 | 2025.01.17 14:44:33.707894 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14033 | 2025.01.17 14:44:33.708494 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14034 | 2025.01.17 14:44:33.708536 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14035 | 2025.01.17 14:44:33.708901 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14036 | 2025.01.17 14:44:33.709139 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14037 | 2025.01.17 14:44:33.709316 [ 82 ] {} <Debug> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14038 | 2025.01.17 14:44:33.709376 [ 82 ] {} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14039 | 2025.01.17 14:44:33.709403 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec. | ||
| 14040 | 2025.01.17 14:44:33.709419 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14041 | 2025.01.17 14:44:33.709554 [ 253 ] {23493b76-907d-4e39-9419-6d6f1c460b6e} <Debug> TCPHandler: Processed in 0.002003701 sec. | ||
| 14042 | 2025.01.17 14:44:33.709621 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 14043 | 2025.01.17 14:44:33.709732 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14044 | 2025.01.17 14:44:33.709795 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14045 | 2025.01.17 14:44:33.709881 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 14046 | 2025.01.17 14:44:33.709949 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14047 | 2025.01.17 14:44:33.710130 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14048 | 2025.01.17 14:44:33.710148 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 14049 | 2025.01.17 14:44:33.710564 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 14050 | 2025.01.17 14:44:33.710893 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 14051 | 2025.01.17 14:44:33.711251 [ 193 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::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 | ||
| 14052 | 2025.01.17 14:44:33.713083 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2025.01.17 14:44:33.713162 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14054 | 2025.01.17 14:44:33.713793 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004235957 sec., 15344.820544684471 rows/sec., 1016.69 KiB/sec. | ||
| 14055 | 2025.01.17 14:44:33.713982 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14056 | 2025.01.17 14:44:33.714108 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14057 | 2025.01.17 14:44:33.714474 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14058 | 2025.01.17 14:44:33.714861 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004969 sec., 79492.85570537331 rows/sec., 5.64 MiB/sec. | ||
| 14059 | 2025.01.17 14:44:33.714993 [ 257 ] {8ba4d17b-b868-4850-8795-b5944d41f71c} <Debug> TCPHandler: Processed in 0.00533854 sec. | ||
| 14060 | 2025.01.17 14:44:33.715119 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_49_12} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14061 | 2025.01.17 14:44:33.715236 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14062 | 2025.01.17 14:44:33.715288 [ 200 ] {b3cad4ca-48ae-47ce-9a85-7692a9bad72a::all_1_49_12} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14063 | 2025.01.17 14:44:33.715463 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14064 | 2025.01.17 14:44:33.715501 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14065 | 2025.01.17 14:44:33.715569 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14066 | 2025.01.17 14:44:33.716115 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2025.01.17 14:44:33.716155 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14068 | 2025.01.17 14:44:33.716530 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14069 | 2025.01.17 14:44:33.716768 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14070 | 2025.01.17 14:44:33.716963 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 14071 | 2025.01.17 14:44:33.717080 [ 253 ] {45df8b45-9e9b-4e31-a4be-46b28367f3af} <Debug> TCPHandler: Processed in 0.001979211 sec. | ||
| 14072 | 2025.01.17 14:44:33.717300 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14073 | 2025.01.17 14:44:33.717556 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14074 | 2025.01.17 14:44:33.717620 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14075 | 2025.01.17 14:44:33.718273 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14076 | 2025.01.17 14:44:33.718314 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14077 | 2025.01.17 14:44:33.718728 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14078 | 2025.01.17 14:44:33.718982 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14079 | 2025.01.17 14:44:33.719183 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 14080 | 2025.01.17 14:44:33.719231 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00173 sec., 136994.2196531792 rows/sec., 9.18 MiB/sec. | ||
| 14081 | 2025.01.17 14:44:33.719249 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14082 | 2025.01.17 14:44:33.719319 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14083 | 2025.01.17 14:44:33.719364 [ 257 ] {9772b125-5cff-4d35-a0dc-df542261cb84} <Debug> TCPHandler: Processed in 0.002192896 sec. | ||
| 14084 | 2025.01.17 14:44:33.719580 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 14085 | 2025.01.17 14:44:33.719597 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14086 | 2025.01.17 14:44:33.719765 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14087 | 2025.01.17 14:44:33.719775 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14088 | 2025.01.17 14:44:33.719810 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 32880 rows starting from the beginning of the part | ||
| 14089 | 2025.01.17 14:44:33.719849 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14090 | 2025.01.17 14:44:33.720003 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 14091 | 2025.01.17 14:44:33.720208 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 995 rows starting from the beginning of the part | ||
| 14092 | 2025.01.17 14:44:33.720740 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 96 rows starting from the beginning of the part | ||
| 14093 | 2025.01.17 14:44:33.720996 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 14094 | 2025.01.17 14:44:33.721369 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 14095 | 2025.01.17 14:44:33.722142 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14096 | 2025.01.17 14:44:33.722187 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14097 | 2025.01.17 14:44:33.722697 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14098 | 2025.01.17 14:44:33.722978 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14099 | 2025.01.17 14:44:33.723300 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003555 sec., 281.29395218002816 rows/sec., 18.95 KiB/sec. | ||
| 14100 | 2025.01.17 14:44:33.723673 [ 253 ] {f86c7a59-9912-4850-b4e9-e9575273f95d} <Debug> TCPHandler: Processed in 0.004187446 sec. | ||
| 14101 | 2025.01.17 14:44:33.724022 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14102 | 2025.01.17 14:44:33.724550 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14103 | 2025.01.17 14:44:33.724993 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14104 | 2025.01.17 14:44:33.726753 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14105 | 2025.01.17 14:44:33.726821 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14106 | 2025.01.17 14:44:33.727706 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14107 | 2025.01.17 14:44:33.728018 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14108 | 2025.01.17 14:44:33.728350 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003995 sec., 3254.0675844806005 rows/sec., 5.83 MiB/sec. | ||
| 14109 | 2025.01.17 14:44:33.728530 [ 257 ] {38d3acab-9e97-41a3-984d-47ccfcb2585f} <Debug> TCPHandler: Processed in 0.004737108 sec. | ||
| 14110 | 2025.01.17 14:44:33.728740 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14111 | 2025.01.17 14:44:33.728883 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14112 | 2025.01.17 14:44:33.728945 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14113 | 2025.01.17 14:44:33.729595 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14114 | 2025.01.17 14:44:33.729640 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14115 | 2025.01.17 14:44:33.730177 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14116 | 2025.01.17 14:44:33.730457 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14117 | 2025.01.17 14:44:33.730669 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001816 sec., 45154.18502202643 rows/sec., 2.87 MiB/sec. | ||
| 14118 | 2025.01.17 14:44:33.730811 [ 253 ] {4d7a8c01-c01f-4b73-9717-1bbc7de174d2} <Debug> TCPHandler: Processed in 0.002177984 sec. | ||
| 14119 | 2025.01.17 14:44:33.731622 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34528 rows, containing 5 columns (5 merged, 0 gathered) in 0.012196771 sec., 2830913.1982555054 rows/sec., 191.13 MiB/sec. | ||
| 14120 | 2025.01.17 14:44:33.732086 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 14121 | 2025.01.17 14:44:33.732431 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14122 | 2025.01.17 14:44:33.732524 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 14123 | 2025.01.17 14:44:33.732633 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 14124 | 2025.01.17 14:44:35.333519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14125 | 2025.01.17 14:44:35.352851 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14126 | 2025.01.17 14:44:35.352902 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14127 | 2025.01.17 14:44:35.360274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14128 | 2025.01.17 14:44:35.361058 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14129 | 2025.01.17 14:44:35.363757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14130 | 2025.01.17 14:44:38.691640 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14131 | 2025.01.17 14:44:38.691862 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14132 | 2025.01.17 14:44:38.691942 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14133 | 2025.01.17 14:44:38.692754 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14134 | 2025.01.17 14:44:38.692803 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14135 | 2025.01.17 14:44:38.693252 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14136 | 2025.01.17 14:44:38.693522 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14137 | 2025.01.17 14:44:38.693738 [ 76 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14138 | 2025.01.17 14:44:38.693762 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001956 sec., 55214.72392638037 rows/sec., 4.62 MiB/sec. | ||
| 14139 | 2025.01.17 14:44:38.693826 [ 76 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14140 | 2025.01.17 14:44:38.693906 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14141 | 2025.01.17 14:44:38.693913 [ 253 ] {2201ea54-61a4-4063-b3f4-8df36200d1fe} <Debug> TCPHandler: Processed in 0.002408549 sec. | ||
| 14142 | 2025.01.17 14:44:38.694179 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 14143 | 2025.01.17 14:44:38.694275 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2025.01.17 14:44:38.694486 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14145 | 2025.01.17 14:44:38.694668 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1431 rows starting from the beginning of the part | ||
| 14146 | 2025.01.17 14:44:38.694722 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14147 | 2025.01.17 14:44:38.694969 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14148 | 2025.01.17 14:44:38.695246 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1377 rows starting from the beginning of the part | ||
| 14149 | 2025.01.17 14:44:38.695820 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 14150 | 2025.01.17 14:44:38.696333 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 108 rows starting from the beginning of the part | ||
| 14151 | 2025.01.17 14:44:38.696921 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 229 rows starting from the beginning of the part | ||
| 14152 | 2025.01.17 14:44:38.697392 [ 201 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 108 rows starting from the beginning of the part | ||
| 14153 | 2025.01.17 14:44:38.699714 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14154 | 2025.01.17 14:44:38.699778 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14155 | 2025.01.17 14:44:38.700856 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14156 | 2025.01.17 14:44:38.701164 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14157 | 2025.01.17 14:44:38.701717 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.007136 sec., 3643.4977578475336 rows/sec., 273.97 KiB/sec. | ||
| 14158 | 2025.01.17 14:44:38.701894 [ 257 ] {369f9f98-706d-4183-bd4a-cdc4e72bb195} <Debug> TCPHandler: Processed in 0.007823932 sec. | ||
| 14159 | 2025.01.17 14:44:38.701910 [ 198 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.007880132 sec., 419916.8237283335 rows/sec., 36.65 MiB/sec. | ||
| 14160 | 2025.01.17 14:44:38.702080 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14161 | 2025.01.17 14:44:38.702274 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14162 | 2025.01.17 14:44:38.702304 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14163 | 2025.01.17 14:44:38.702373 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14164 | 2025.01.17 14:44:38.702941 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14165 | 2025.01.17 14:44:38.703185 [ 188 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_116_23} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14166 | 2025.01.17 14:44:38.703325 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14167 | 2025.01.17 14:44:38.703599 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14168 | 2025.01.17 14:44:38.703646 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14169 | 2025.01.17 14:44:38.704035 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14170 | 2025.01.17 14:44:38.704295 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14171 | 2025.01.17 14:44:38.704525 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002299 sec., 39147.455415398 rows/sec., 3.06 MiB/sec. | ||
| 14172 | 2025.01.17 14:44:38.704530 [ 75 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14173 | 2025.01.17 14:44:38.704622 [ 253 ] {6d99404c-8678-471f-ac82-d96df16925ff} <Debug> TCPHandler: Processed in 0.002628454 sec. | ||
| 14174 | 2025.01.17 14:44:38.704638 [ 75 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14175 | 2025.01.17 14:44:38.704698 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14176 | 2025.01.17 14:44:38.704843 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14177 | 2025.01.17 14:44:38.704919 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 14178 | 2025.01.17 14:44:38.705304 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14179 | 2025.01.17 14:44:38.705470 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14180 | 2025.01.17 14:44:38.705557 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14181 | 2025.01.17 14:44:38.705616 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 14182 | 2025.01.17 14:44:38.706331 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 867 rows starting from the beginning of the part | ||
| 14183 | 2025.01.17 14:44:38.707011 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 14184 | 2025.01.17 14:44:38.707681 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 90 rows starting from the beginning of the part | ||
| 14185 | 2025.01.17 14:44:38.708289 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 395 rows starting from the beginning of the part | ||
| 14186 | 2025.01.17 14:44:38.708775 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 90 rows starting from the beginning of the part | ||
| 14187 | 2025.01.17 14:44:38.709939 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14188 | 2025.01.17 14:44:38.710019 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14189 | 2025.01.17 14:44:38.711037 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14190 | 2025.01.17 14:44:38.711457 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14191 | 2025.01.17 14:44:38.711908 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006819 sec., 23463.85100454612 rows/sec., 1.63 MiB/sec. | ||
| 14192 | 2025.01.17 14:44:38.712187 [ 257 ] {c9c8d424-319b-4ced-b0e1-a05c27d27b80} <Debug> TCPHandler: Processed in 0.007455214 sec. | ||
| 14193 | 2025.01.17 14:44:38.712219 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007436313 sec., 325295.61356548604 rows/sec., 24.95 MiB/sec. | ||
| 14194 | 2025.01.17 14:44:38.712375 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14195 | 2025.01.17 14:44:38.712413 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14196 | 2025.01.17 14:44:38.712530 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14197 | 2025.01.17 14:44:38.712648 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14198 | 2025.01.17 14:44:38.712763 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14199 | 2025.01.17 14:44:38.712899 [ 197 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_116_23} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14200 | 2025.01.17 14:44:38.713012 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 14201 | 2025.01.17 14:44:38.714006 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14202 | 2025.01.17 14:44:38.714046 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14203 | 2025.01.17 14:44:38.714696 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14204 | 2025.01.17 14:44:38.714962 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14205 | 2025.01.17 14:44:38.715235 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002744 sec., 9475.218658892129 rows/sec., 16.98 MiB/sec. | ||
| 14206 | 2025.01.17 14:44:38.715338 [ 253 ] {8fd73a68-f977-4a06-9db1-3477c54ec227} <Debug> TCPHandler: Processed in 0.003032633 sec. | ||
| 14207 | 2025.01.17 14:44:38.715495 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14208 | 2025.01.17 14:44:38.715642 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14209 | 2025.01.17 14:44:38.715704 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14210 | 2025.01.17 14:44:38.716256 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14211 | 2025.01.17 14:44:38.716297 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14212 | 2025.01.17 14:44:38.716688 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14213 | 2025.01.17 14:44:38.716937 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14214 | 2025.01.17 14:44:38.717129 [ 75 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14215 | 2025.01.17 14:44:38.717192 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001574 sec., 38119.44091486658 rows/sec., 2.57 MiB/sec. | ||
| 14216 | 2025.01.17 14:44:38.717193 [ 75 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2025.01.17 14:44:38.717283 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14218 | 2025.01.17 14:44:38.717313 [ 257 ] {5e2204ae-963e-45ca-b9ac-17e5a564a16f} <Debug> TCPHandler: Processed in 0.001883079 sec. | ||
| 14219 | 2025.01.17 14:44:38.717467 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 14220 | 2025.01.17 14:44:38.717580 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14221 | 2025.01.17 14:44:38.717616 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6770 rows starting from the beginning of the part | ||
| 14222 | 2025.01.17 14:44:38.717706 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 46 rows starting from the beginning of the part | ||
| 14223 | 2025.01.17 14:44:38.717833 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part | ||
| 14224 | 2025.01.17 14:44:38.717924 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 14225 | 2025.01.17 14:44:38.718044 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 14226 | 2025.01.17 14:44:38.718125 [ 198 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14227 | 2025.01.17 14:44:38.720113 [ 195 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7054 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721305 sec., 2592138.6981613603 rows/sec., 168.96 MiB/sec. | ||
| 14228 | 2025.01.17 14:44:38.720887 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14229 | 2025.01.17 14:44:38.721309 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14230 | 2025.01.17 14:44:38.721397 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_116_23} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14231 | 2025.01.17 14:44:38.721492 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 14232 | 2025.01.17 14:44:40.612301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659 | ||
| 14233 | 2025.01.17 14:44:40.612951 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14234 | 2025.01.17 14:44:40.612997 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14235 | 2025.01.17 14:44:40.613523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14236 | 2025.01.17 14:44:40.613779 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14237 | 2025.01.17 14:44:40.614079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14238 | 2025.01.17 14:44:42.864791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14239 | 2025.01.17 14:44:42.884944 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14240 | 2025.01.17 14:44:42.884993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14241 | 2025.01.17 14:44:42.892226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14242 | 2025.01.17 14:44:42.893019 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14243 | 2025.01.17 14:44:42.895522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14244 | 2025.01.17 14:44:43.312398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2014 | ||
| 14245 | 2025.01.17 14:44:43.315607 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14246 | 2025.01.17 14:44:43.315651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14247 | 2025.01.17 14:44:43.317180 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14248 | 2025.01.17 14:44:43.317513 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14249 | 2025.01.17 14:44:43.317784 [ 71 ] {} <Debug> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14250 | 2025.01.17 14:44:43.317924 [ 71 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14251 | 2025.01.17 14:44:43.318025 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14252 | 2025.01.17 14:44:43.318557 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::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 | ||
| 14253 | 2025.01.17 14:44:43.320077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2014 | ||
| 14254 | 2025.01.17 14:44:43.320438 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14255 | 2025.01.17 14:44:43.320609 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part | ||
| 14256 | 2025.01.17 14:44:43.321238 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 14257 | 2025.01.17 14:44:43.321820 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
| 14258 | 2025.01.17 14:44:43.322392 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 14259 | 2025.01.17 14:44:43.322982 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 14260 | 2025.01.17 14:44:43.323587 [ 195 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 14261 | 2025.01.17 14:44:43.332337 [ 192 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2014 rows, containing 72 columns (72 merged, 0 gathered) in 0.014154491 sec., 142286.9956962776 rows/sec., 107.91 MiB/sec. | ||
| 14262 | 2025.01.17 14:44:43.334326 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14263 | 2025.01.17 14:44:43.335114 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14264 | 2025.01.17 14:44:43.335209 [ 190 ] {d4fa6797-74b3-47bc-9951-2b9f8c8bf697::all_1_51_10} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14265 | 2025.01.17 14:44:43.335519 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. | ||
| 14266 | 2025.01.17 14:44:43.694542 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14267 | 2025.01.17 14:44:43.694758 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14268 | 2025.01.17 14:44:43.694839 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14269 | 2025.01.17 14:44:43.695619 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2025.01.17 14:44:43.695669 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14271 | 2025.01.17 14:44:43.696120 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14272 | 2025.01.17 14:44:43.696379 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2025.01.17 14:44:43.696617 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 14274 | 2025.01.17 14:44:43.696679 [ 253 ] {3eb8cc66-ec23-4ee0-9709-d9f6926f9582} <Debug> TCPHandler: Processed in 0.002277687 sec. | ||
| 14275 | 2025.01.17 14:44:43.696893 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2025.01.17 14:44:43.697073 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14277 | 2025.01.17 14:44:43.697143 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14278 | 2025.01.17 14:44:43.697937 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2025.01.17 14:44:43.697990 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14280 | 2025.01.17 14:44:43.698437 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14281 | 2025.01.17 14:44:43.698705 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2025.01.17 14:44:43.698946 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001922 sec., 119146.72216441206 rows/sec., 10.42 MiB/sec. | ||
| 14283 | 2025.01.17 14:44:43.699009 [ 257 ] {76a444f4-4cff-4b93-8f9a-7cbc7a4c99bd} <Debug> TCPHandler: Processed in 0.002224305 sec. | ||
| 14284 | 2025.01.17 14:44:43.699166 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14285 | 2025.01.17 14:44:43.699316 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14286 | 2025.01.17 14:44:43.699376 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14287 | 2025.01.17 14:44:43.700112 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14288 | 2025.01.17 14:44:43.700163 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14289 | 2025.01.17 14:44:43.700557 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14290 | 2025.01.17 14:44:43.700816 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14291 | 2025.01.17 14:44:43.700991 [ 71 ] {} <Debug> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 14292 | 2025.01.17 14:44:43.701047 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001767 sec., 11318.619128466327 rows/sec., 811.32 KiB/sec. | ||
| 14293 | 2025.01.17 14:44:43.701063 [ 71 ] {} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14294 | 2025.01.17 14:44:43.701127 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14295 | 2025.01.17 14:44:43.701176 [ 253 ] {476ed287-ecc1-4894-bf6b-225aae6c5743} <Debug> TCPHandler: Processed in 0.002080853 sec. | ||
| 14296 | 2025.01.17 14:44:43.701468 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14297 | 2025.01.17 14:44:43.701488 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
| 14298 | 2025.01.17 14:44:43.701946 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14299 | 2025.01.17 14:44:43.702070 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14300 | 2025.01.17 14:44:43.702215 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14301 | 2025.01.17 14:44:43.702214 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 64 rows starting from the beginning of the part | ||
| 14302 | 2025.01.17 14:44:43.702784 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 36 rows starting from the beginning of the part | ||
| 14303 | 2025.01.17 14:44:43.703288 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part | ||
| 14304 | 2025.01.17 14:44:43.703692 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 20 rows starting from the beginning of the part | ||
| 14305 | 2025.01.17 14:44:43.704032 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 26 rows starting from the beginning of the part | ||
| 14306 | 2025.01.17 14:44:43.704438 [ 192 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 20 rows starting from the beginning of the part | ||
| 14307 | 2025.01.17 14:44:43.705578 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14308 | 2025.01.17 14:44:43.705647 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14309 | 2025.01.17 14:44:43.706694 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14310 | 2025.01.17 14:44:43.707323 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14311 | 2025.01.17 14:44:43.707352 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.006110826 sec., 31419.647687563025 rows/sec., 2.35 MiB/sec. | ||
| 14312 | 2025.01.17 14:44:43.707568 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 14313 | 2025.01.17 14:44:43.707631 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005862 sec., 2388.2633913340155 rows/sec., 167.26 KiB/sec. | ||
| 14314 | 2025.01.17 14:44:43.707724 [ 257 ] {9f395573-18e7-40ad-9efa-88d3905ef883} <Debug> TCPHandler: Processed in 0.006414642 sec. | ||
| 14315 | 2025.01.17 14:44:43.707926 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14316 | 2025.01.17 14:44:43.707941 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14317 | 2025.01.17 14:44:43.708104 [ 190 ] {495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1::all_1_95_19} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 14318 | 2025.01.17 14:44:43.708143 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14319 | 2025.01.17 14:44:43.708253 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14320 | 2025.01.17 14:44:43.708270 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14321 | 2025.01.17 14:44:43.708884 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14322 | 2025.01.17 14:44:43.708925 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14323 | 2025.01.17 14:44:43.709303 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14324 | 2025.01.17 14:44:43.709554 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14325 | 2025.01.17 14:44:43.709761 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001678 sec., 7747.3182359952325 rows/sec., 483.04 KiB/sec. | ||
| 14326 | 2025.01.17 14:44:43.709816 [ 253 ] {4895a928-d7ca-4add-80c3-05057f3ea7d3} <Debug> TCPHandler: Processed in 0.001982751 sec. | ||
| 14327 | 2025.01.17 14:44:43.709978 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14328 | 2025.01.17 14:44:43.710129 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14329 | 2025.01.17 14:44:43.710192 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14330 | 2025.01.17 14:44:43.711045 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14331 | 2025.01.17 14:44:43.711095 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14332 | 2025.01.17 14:44:43.711510 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14333 | 2025.01.17 14:44:43.711766 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14334 | 2025.01.17 14:44:43.711996 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001904 sec., 207457.9831932773 rows/sec., 14.73 MiB/sec. | ||
| 14335 | 2025.01.17 14:44:43.712082 [ 257 ] {b479807e-ecc7-4fc7-ae4b-982a0826dcd2} <Debug> TCPHandler: Processed in 0.002170554 sec. | ||
| 14336 | 2025.01.17 14:44:43.712262 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14337 | 2025.01.17 14:44:43.712605 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14338 | 2025.01.17 14:44:43.712757 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14339 | 2025.01.17 14:44:43.713331 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14340 | 2025.01.17 14:44:43.713373 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14341 | 2025.01.17 14:44:43.713757 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14342 | 2025.01.17 14:44:43.714005 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14343 | 2025.01.17 14:44:43.714220 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001734 sec., 3460.207612456747 rows/sec., 180.78 KiB/sec. | ||
| 14344 | 2025.01.17 14:44:43.714273 [ 253 ] {64509f52-8701-438e-a328-7a6e3cdaff20} <Debug> TCPHandler: Processed in 0.002100313 sec. | ||
| 14345 | 2025.01.17 14:44:43.714421 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14346 | 2025.01.17 14:44:43.714564 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14347 | 2025.01.17 14:44:43.714629 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14348 | 2025.01.17 14:44:43.715298 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14349 | 2025.01.17 14:44:43.715338 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14350 | 2025.01.17 14:44:43.715748 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14351 | 2025.01.17 14:44:43.716009 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14352 | 2025.01.17 14:44:43.716215 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec. | ||
| 14353 | 2025.01.17 14:44:43.716269 [ 257 ] {f942bdca-e21b-4ecb-ae1f-56e2688f9892} <Debug> TCPHandler: Processed in 0.00191594 sec. | ||
| 14354 | 2025.01.17 14:44:43.716416 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14355 | 2025.01.17 14:44:43.716557 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14356 | 2025.01.17 14:44:43.716618 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14357 | 2025.01.17 14:44:43.717176 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14358 | 2025.01.17 14:44:43.717220 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14359 | 2025.01.17 14:44:43.717593 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14360 | 2025.01.17 14:44:43.717836 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14361 | 2025.01.17 14:44:43.717994 [ 71 ] {} <Debug> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 14362 | 2025.01.17 14:44:43.718041 [ 71 ] {} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14363 | 2025.01.17 14:44:43.718075 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. | ||
| 14364 | 2025.01.17 14:44:43.718082 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14365 | 2025.01.17 14:44:43.718251 [ 253 ] {1961ce92-5ae1-4240-96c2-b9cbd665967f} <Debug> TCPHandler: Processed in 0.00189933 sec. | ||
| 14366 | 2025.01.17 14:44:43.718539 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14367 | 2025.01.17 14:44:43.718557 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
| 14368 | 2025.01.17 14:44:43.718860 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14369 | 2025.01.17 14:44:43.718949 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14370 | 2025.01.17 14:44:43.719035 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 46 rows starting from the beginning of the part | ||
| 14371 | 2025.01.17 14:44:43.719055 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14372 | 2025.01.17 14:44:43.719329 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 14373 | 2025.01.17 14:44:43.719709 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 14374 | 2025.01.17 14:44:43.720130 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 14375 | 2025.01.17 14:44:43.720496 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 14376 | 2025.01.17 14:44:43.720791 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::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 | ||
| 14377 | 2025.01.17 14:44:43.723100 [ 190 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.00489154 sec., 10426.16435723719 rows/sec., 701.75 KiB/sec. | ||
| 14378 | 2025.01.17 14:44:43.723143 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14379 | 2025.01.17 14:44:43.723198 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14380 | 2025.01.17 14:44:43.723334 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 14381 | 2025.01.17 14:44:43.723996 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14382 | 2025.01.17 14:44:43.724278 [ 196 ] {c7f6ca45-b19b-4e68-b316-c17e830ca123::all_1_50_11} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 14383 | 2025.01.17 14:44:43.724472 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 14384 | 2025.01.17 14:44:43.724614 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14385 | 2025.01.17 14:44:43.724902 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14386 | 2025.01.17 14:44:43.725170 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.006421 sec., 2024.6067590717958 rows/sec., 3.63 MiB/sec. | ||
| 14387 | 2025.01.17 14:44:43.725291 [ 257 ] {131386ee-c8a6-4e41-acc5-eb6afeca3802} <Debug> TCPHandler: Processed in 0.006927482 sec. | ||
| 14388 | 2025.01.17 14:44:43.725458 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14389 | 2025.01.17 14:44:43.725600 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14390 | 2025.01.17 14:44:43.725662 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14391 | 2025.01.17 14:44:43.726251 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14392 | 2025.01.17 14:44:43.726290 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 14393 | 2025.01.17 14:44:43.726688 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14394 | 2025.01.17 14:44:43.726938 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14395 | 2025.01.17 14:44:43.727143 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec. | ||
| 14396 | 2025.01.17 14:44:43.727197 [ 253 ] {6a2df909-6951-4548-8400-da3c0870bb6c} <Debug> TCPHandler: Processed in 0.001805918 sec. | ||
| 14397 | 2025.01.17 14:44:47.902807 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14398 | 2025.01.17 14:44:47.902880 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14399 | 2025.01.17 14:44:48.115199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147 | ||
| 14400 | 2025.01.17 14:44:48.115876 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14401 | 2025.01.17 14:44:48.115922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14402 | 2025.01.17 14:44:48.116458 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14403 | 2025.01.17 14:44:48.116709 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14404 | 2025.01.17 14:44:48.116966 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147 | ||
| 14405 | 2025.01.17 14:44:48.122685 [ 223 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): 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] | ||
| 14406 | 2025.01.17 14:44:48.122750 [ 223 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): 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] | ||
| 14407 | 2025.01.17 14:44:48.128826 [ 223 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): 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] | ||
| 14408 | 2025.01.17 14:44:48.653076 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): 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] | ||
| 14409 | 2025.01.17 14:44:48.653134 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): 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] | ||
| 14410 | 2025.01.17 14:44:48.655158 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): 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] | ||
| 14411 | 2025.01.17 14:44:48.691277 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14412 | 2025.01.17 14:44:48.691465 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14413 | 2025.01.17 14:44:48.691540 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14414 | 2025.01.17 14:44:48.692427 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14415 | 2025.01.17 14:44:48.692471 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14416 | 2025.01.17 14:44:48.692910 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14417 | 2025.01.17 14:44:48.693163 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14418 | 2025.01.17 14:44:48.693401 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00199 sec., 54271.3567839196 rows/sec., 4.54 MiB/sec. | ||
| 14419 | 2025.01.17 14:44:48.693463 [ 253 ] {f93918ee-237b-4303-b71c-09f1324b28e3} <Debug> TCPHandler: Processed in 0.002315387 sec. | ||
| 14420 | 2025.01.17 14:44:48.693738 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14421 | 2025.01.17 14:44:48.693954 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14422 | 2025.01.17 14:44:48.694040 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14423 | 2025.01.17 14:44:48.694826 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14424 | 2025.01.17 14:44:48.694869 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14425 | 2025.01.17 14:44:48.695327 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14426 | 2025.01.17 14:44:48.695596 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14427 | 2025.01.17 14:44:48.695821 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001927 sec., 13492.475350285418 rows/sec., 1014.57 KiB/sec. | ||
| 14428 | 2025.01.17 14:44:48.695953 [ 257 ] {ee5c0a0c-089c-456a-9c8e-e844e371af26} <Debug> TCPHandler: Processed in 0.002357709 sec. | ||
| 14429 | 2025.01.17 14:44:48.696174 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14430 | 2025.01.17 14:44:48.696514 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14431 | 2025.01.17 14:44:48.696607 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14432 | 2025.01.17 14:44:48.697358 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14433 | 2025.01.17 14:44:48.697400 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14434 | 2025.01.17 14:44:48.697789 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14435 | 2025.01.17 14:44:48.698038 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14436 | 2025.01.17 14:44:48.698229 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001835 sec., 49046.321525885556 rows/sec., 3.83 MiB/sec. | ||
| 14437 | 2025.01.17 14:44:48.698286 [ 253 ] {e5e87124-c129-41a9-818d-f34901092cfc} <Debug> TCPHandler: Processed in 0.002233646 sec. | ||
| 14438 | 2025.01.17 14:44:48.698433 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14439 | 2025.01.17 14:44:48.698581 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14440 | 2025.01.17 14:44:48.698648 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14441 | 2025.01.17 14:44:48.699335 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14442 | 2025.01.17 14:44:48.699382 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14443 | 2025.01.17 14:44:48.699804 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14444 | 2025.01.17 14:44:48.700067 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14445 | 2025.01.17 14:44:48.700283 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 14446 | 2025.01.17 14:44:48.700341 [ 257 ] {89b7a129-f26b-43f6-86a6-dd0f50980a87} <Debug> TCPHandler: Processed in 0.001976411 sec. | ||
| 14447 | 2025.01.17 14:44:48.700489 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14448 | 2025.01.17 14:44:48.700629 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14449 | 2025.01.17 14:44:48.700723 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14450 | 2025.01.17 14:44:48.701991 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14451 | 2025.01.17 14:44:48.702030 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14452 | 2025.01.17 14:44:48.702711 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14453 | 2025.01.17 14:44:48.702987 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14454 | 2025.01.17 14:44:48.703129 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14455 | 2025.01.17 14:44:48.703173 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14456 | 2025.01.17 14:44:48.703198 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14457 | 2025.01.17 14:44:48.703207 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002609 sec., 9965.50402453047 rows/sec., 17.86 MiB/sec. | ||
| 14458 | 2025.01.17 14:44:48.703656 [ 253 ] {c0385c87-266c-4f6f-a4bd-a3f6d9a6822e} <Debug> TCPHandler: Processed in 0.003228316 sec. | ||
| 14459 | 2025.01.17 14:44:48.703661 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::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 | ||
| 14460 | 2025.01.17 14:44:48.703935 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14461 | 2025.01.17 14:44:48.704352 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14462 | 2025.01.17 14:44:48.704478 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14463 | 2025.01.17 14:44:48.704499 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14464 | 2025.01.17 14:44:48.704723 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1710 rows starting from the beginning of the part | ||
| 14465 | 2025.01.17 14:44:48.705635 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part | ||
| 14466 | 2025.01.17 14:44:48.706378 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 13 rows starting from the beginning of the part | ||
| 14467 | 2025.01.17 14:44:48.707010 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14468 | 2025.01.17 14:44:48.707086 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 26 rows starting from the beginning of the part | ||
| 14469 | 2025.01.17 14:44:48.707095 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14470 | 2025.01.17 14:44:48.707688 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 13 rows starting from the beginning of the part | ||
| 14471 | 2025.01.17 14:44:48.708331 [ 196 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 26 rows starting from the beginning of the part | ||
| 14472 | 2025.01.17 14:44:48.708609 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14473 | 2025.01.17 14:44:48.709348 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14474 | 2025.01.17 14:44:48.709771 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005555 sec., 10801.080108010801 rows/sec., 745.39 KiB/sec. | ||
| 14475 | 2025.01.17 14:44:48.709968 [ 257 ] {597f819b-8ddb-493a-8482-13338a3ea3a5} <Debug> TCPHandler: Processed in 0.006180467 sec. | ||
| 14476 | 2025.01.17 14:44:48.721119 [ 186 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 19 columns (19 merged, 0 gathered) in 0.017817677 sec., 101809.00686436285 rows/sec., 182.44 MiB/sec. | ||
| 14477 | 2025.01.17 14:44:48.722653 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14478 | 2025.01.17 14:44:48.723068 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14479 | 2025.01.17 14:44:48.723159 [ 200 ] {71d74ed1-2c76-4838-bba9-5a61120ccb26::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14480 | 2025.01.17 14:44:48.723287 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.26 MiB. | ||
| 14481 | 2025.01.17 14:44:49.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.71 MiB, peak 277.95 MiB, free memory in arenas 0.00 B, will set to 266.56 MiB (RSS), difference: 5.85 MiB | ||
| 14482 | 2025.01.17 14:44:49.118803 [ 224 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): 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] | ||
| 14483 | 2025.01.17 14:44:49.118842 [ 224 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): 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] | ||
| 14484 | 2025.01.17 14:44:49.121024 [ 224 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): 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] | ||
| 14485 | 2025.01.17 14:44:49.418800 [ 224 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): 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] | ||
| 14486 | 2025.01.17 14:44:49.418838 [ 224 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): 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] | ||
| 14487 | 2025.01.17 14:44:49.421022 [ 224 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): 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] | ||
| 14488 | 2025.01.17 14:44:49.512582 [ 225 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): 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] | ||
| 14489 | 2025.01.17 14:44:49.512645 [ 225 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): 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] | ||
| 14490 | 2025.01.17 14:44:49.514598 [ 225 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): 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] | ||
| 14491 | 2025.01.17 14:44:49.574700 [ 224 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): 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] | ||
| 14492 | 2025.01.17 14:44:49.574774 [ 224 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): 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] | ||
| 14493 | 2025.01.17 14:44:49.576756 [ 224 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): 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] | ||
| 14494 | 2025.01.17 14:44:49.938198 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14495 | 2025.01.17 14:44:49.938413 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14496 | 2025.01.17 14:44:49.938488 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14497 | 2025.01.17 14:44:49.939268 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14498 | 2025.01.17 14:44:49.939318 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14499 | 2025.01.17 14:44:49.939783 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14500 | 2025.01.17 14:44:49.940033 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Trace> oximeter.fields_i16 (d6698706-a6da-403f-9b64-465b0727cebc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14501 | 2025.01.17 14:44:49.940279 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 14502 | 2025.01.17 14:44:49.940350 [ 253 ] {13a31b20-c279-46c0-b709-7c5b80de3d80} <Debug> TCPHandler: Processed in 0.002292047 sec. | ||
| 14503 | 2025.01.17 14:44:49.940656 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14504 | 2025.01.17 14:44:49.940877 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14505 | 2025.01.17 14:44:49.940959 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14506 | 2025.01.17 14:44:49.942484 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14507 | 2025.01.17 14:44:49.942533 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14508 | 2025.01.17 14:44:49.943069 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14509 | 2025.01.17 14:44:49.943337 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14510 | 2025.01.17 14:44:49.943585 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.002772 sec., 493867.2438672438 rows/sec., 41.09 MiB/sec. | ||
| 14511 | 2025.01.17 14:44:49.943641 [ 257 ] {d68dd045-3886-4273-94a5-8dd0d6aee7ea} <Debug> TCPHandler: Processed in 0.003139734 sec. | ||
| 14512 | 2025.01.17 14:44:49.943814 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14513 | 2025.01.17 14:44:49.943961 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14514 | 2025.01.17 14:44:49.944022 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14515 | 2025.01.17 14:44:49.944684 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14516 | 2025.01.17 14:44:49.944724 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14517 | 2025.01.17 14:44:49.945088 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14518 | 2025.01.17 14:44:49.945336 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14519 | 2025.01.17 14:44:49.945561 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001631 sec., 12262.41569589209 rows/sec., 878.97 KiB/sec. | ||
| 14520 | 2025.01.17 14:44:49.945661 [ 253 ] {e9e7b1f9-4309-4f5d-81f3-cfffccb472fe} <Debug> TCPHandler: Processed in 0.00191617 sec. | ||
| 14521 | 2025.01.17 14:44:49.945834 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14522 | 2025.01.17 14:44:49.946006 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14523 | 2025.01.17 14:44:49.946063 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14524 | 2025.01.17 14:44:49.946792 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14525 | 2025.01.17 14:44:49.946832 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14526 | 2025.01.17 14:44:49.947222 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14527 | 2025.01.17 14:44:49.947472 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14528 | 2025.01.17 14:44:49.947698 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001728 sec., 140046.2962962963 rows/sec., 9.49 MiB/sec. | ||
| 14529 | 2025.01.17 14:44:49.947750 [ 257 ] {0cd4db12-7d3d-45c4-a2d7-2841c0b33f98} <Debug> TCPHandler: Processed in 0.002004981 sec. | ||
| 14530 | 2025.01.17 14:44:49.947911 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14531 | 2025.01.17 14:44:49.948054 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14532 | 2025.01.17 14:44:49.948116 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14533 | 2025.01.17 14:44:49.948755 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14534 | 2025.01.17 14:44:49.948795 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14535 | 2025.01.17 14:44:49.949162 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14536 | 2025.01.17 14:44:49.949408 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Trace> oximeter.fields_u8 (b3cad4ca-48ae-47ce-9a85-7692a9bad72a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14537 | 2025.01.17 14:44:49.949659 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 14538 | 2025.01.17 14:44:49.949736 [ 253 ] {b15ac8f7-5eba-4732-87a7-a2390abbca01} <Debug> TCPHandler: Processed in 0.001890448 sec. | ||
| 14539 | 2025.01.17 14:44:49.949953 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14540 | 2025.01.17 14:44:49.950098 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14541 | 2025.01.17 14:44:49.950155 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14542 | 2025.01.17 14:44:49.951071 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14543 | 2025.01.17 14:44:49.951112 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14544 | 2025.01.17 14:44:49.951531 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14545 | 2025.01.17 14:44:49.951781 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14546 | 2025.01.17 14:44:49.952009 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.00194 sec., 438659.793814433 rows/sec., 31.72 MiB/sec. | ||
| 14547 | 2025.01.17 14:44:49.952061 [ 257 ] {e8d486f2-bc8a-49e3-a582-262cc251e5b8} <Debug> TCPHandler: Processed in 0.002215856 sec. | ||
| 14548 | 2025.01.17 14:44:49.952223 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14549 | 2025.01.17 14:44:49.952363 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14550 | 2025.01.17 14:44:49.952423 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14551 | 2025.01.17 14:44:49.953014 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14552 | 2025.01.17 14:44:49.953062 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14553 | 2025.01.17 14:44:49.953493 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14554 | 2025.01.17 14:44:49.953739 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Trace> oximeter.measurements_bool (a43f77b9-b60b-447e-8225-e2470d06553b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14555 | 2025.01.17 14:44:49.953964 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001633 sec., 3674.2192284139624 rows/sec., 191.96 KiB/sec. | ||
| 14556 | 2025.01.17 14:44:49.954019 [ 253 ] {3e73f9bd-cfac-43eb-b611-c3d410f5f913} <Debug> TCPHandler: Processed in 0.001864248 sec. | ||
| 14557 | 2025.01.17 14:44:49.954168 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14558 | 2025.01.17 14:44:49.954287 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14559 | 2025.01.17 14:44:49.954340 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14560 | 2025.01.17 14:44:49.955239 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14561 | 2025.01.17 14:44:49.955285 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14562 | 2025.01.17 14:44:49.955755 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14563 | 2025.01.17 14:44:49.956008 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14564 | 2025.01.17 14:44:49.956229 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.001967 sec., 501779.35943060496 rows/sec., 33.39 MiB/sec. | ||
| 14565 | 2025.01.17 14:44:49.956282 [ 257 ] {535f0c47-5205-4273-9dd6-5eb6cc21ec64} <Debug> TCPHandler: Processed in 0.002173294 sec. | ||
| 14566 | 2025.01.17 14:44:49.956429 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14567 | 2025.01.17 14:44:49.956550 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14568 | 2025.01.17 14:44:49.956606 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14569 | 2025.01.17 14:44:49.957105 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2025.01.17 14:44:49.957144 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14571 | 2025.01.17 14:44:49.957510 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14572 | 2025.01.17 14:44:49.957762 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Trace> oximeter.measurements_f64 (c7f6ca45-b19b-4e68-b316-c17e830ca123): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2025.01.17 14:44:49.957970 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 14574 | 2025.01.17 14:44:49.958078 [ 253 ] {92183e0a-7b4e-4a21-809d-5a6a57640d05} <Debug> TCPHandler: Processed in 0.001707455 sec. | ||
| 14575 | 2025.01.17 14:44:49.958278 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14576 | 2025.01.17 14:44:49.958418 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14577 | 2025.01.17 14:44:49.958504 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14578 | 2025.01.17 14:44:49.959747 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2025.01.17 14:44:49.959786 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14580 | 2025.01.17 14:44:49.960438 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14581 | 2025.01.17 14:44:49.960703 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2025.01.17 14:44:49.960942 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002554 sec., 5090.054815974941 rows/sec., 9.12 MiB/sec. | ||
| 14583 | 2025.01.17 14:44:49.961034 [ 257 ] {3c65a582-7700-4249-a24e-48f3080bbae1} <Debug> TCPHandler: Processed in 0.002853999 sec. | ||
| 14584 | 2025.01.17 14:44:49.961200 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2025.01.17 14:44:49.961340 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14586 | 2025.01.17 14:44:49.961399 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14587 | 2025.01.17 14:44:49.961977 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2025.01.17 14:44:49.962024 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14589 | 2025.01.17 14:44:49.962461 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14590 | 2025.01.17 14:44:49.962703 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2025.01.17 14:44:49.962924 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001617 sec., 28447.74273345702 rows/sec., 1.72 MiB/sec. | ||
| 14592 | 2025.01.17 14:44:49.962978 [ 253 ] {ec44dc17-87c0-40f7-9af7-1952b0c2afdb} <Debug> TCPHandler: Processed in 0.001846358 sec. | ||
| 14593 | 2025.01.17 14:44:50.396565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14594 | 2025.01.17 14:44:50.419130 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2025.01.17 14:44:50.419199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14596 | 2025.01.17 14:44:50.426114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14597 | 2025.01.17 14:44:50.426921 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14598 | 2025.01.17 14:44:50.430174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14599 | 2025.01.17 14:44:53.321272 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2070 | ||
| 14600 | 2025.01.17 14:44:53.325035 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14601 | 2025.01.17 14:44:53.325097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14602 | 2025.01.17 14:44:53.326655 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14603 | 2025.01.17 14:44:53.326997 [ 242 ] {} <Trace> system.query_log (d4fa6797-74b3-47bc-9951-2b9f8c8bf697): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14604 | 2025.01.17 14:44:53.327653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2070 | ||
| 14605 | 2025.01.17 14:44:53.686363 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14606 | 2025.01.17 14:44:53.686577 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14607 | 2025.01.17 14:44:53.686658 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14608 | 2025.01.17 14:44:53.687549 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14609 | 2025.01.17 14:44:53.687597 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14610 | 2025.01.17 14:44:53.688049 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14611 | 2025.01.17 14:44:53.688299 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2025.01.17 14:44:53.688545 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.11 MiB/sec. | ||
| 14613 | 2025.01.17 14:44:53.688612 [ 253 ] {341753e3-c7ff-443e-86c9-6fdffe30ed5b} <Debug> TCPHandler: Processed in 0.002387359 sec. | ||
| 14614 | 2025.01.17 14:44:53.688802 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14615 | 2025.01.17 14:44:53.688978 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14616 | 2025.01.17 14:44:53.689047 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14617 | 2025.01.17 14:44:53.689749 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14618 | 2025.01.17 14:44:53.689798 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14619 | 2025.01.17 14:44:53.690248 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14620 | 2025.01.17 14:44:53.690516 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14621 | 2025.01.17 14:44:53.690752 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001822 sec., 35126.234906695936 rows/sec., 2.74 MiB/sec. | ||
| 14622 | 2025.01.17 14:44:53.690813 [ 257 ] {d4eb68e0-46b3-4e0d-b2be-086c680b8b4c} <Debug> TCPHandler: Processed in 0.002097403 sec. | ||
| 14623 | 2025.01.17 14:44:53.690965 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14624 | 2025.01.17 14:44:53.691110 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14625 | 2025.01.17 14:44:53.691175 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14626 | 2025.01.17 14:44:53.691785 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14627 | 2025.01.17 14:44:53.691826 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14628 | 2025.01.17 14:44:53.692228 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14629 | 2025.01.17 14:44:53.692475 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14630 | 2025.01.17 14:44:53.692651 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 14631 | 2025.01.17 14:44:53.692712 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001637 sec., 58643.86072083079 rows/sec., 4.08 MiB/sec. | ||
| 14632 | 2025.01.17 14:44:53.692741 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2025.01.17 14:44:53.692815 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14634 | 2025.01.17 14:44:53.692831 [ 253 ] {90f17d46-449c-4be7-9772-db0790478c0b} <Debug> TCPHandler: Processed in 0.00193116 sec. | ||
| 14635 | 2025.01.17 14:44:53.693053 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 14636 | 2025.01.17 14:44:53.693073 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14637 | 2025.01.17 14:44:53.693312 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14638 | 2025.01.17 14:44:53.693334 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14639 | 2025.01.17 14:44:53.693394 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34528 rows starting from the beginning of the part | ||
| 14640 | 2025.01.17 14:44:53.693462 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14641 | 2025.01.17 14:44:53.693697 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 14642 | 2025.01.17 14:44:53.694115 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14643 | 2025.01.17 14:44:53.694558 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 14644 | 2025.01.17 14:44:53.694920 [ 193 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 987 rows starting from the beginning of the part | ||
| 14645 | 2025.01.17 14:44:53.695985 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14646 | 2025.01.17 14:44:53.696057 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14647 | 2025.01.17 14:44:53.696724 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14648 | 2025.01.17 14:44:53.697006 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14649 | 2025.01.17 14:44:53.697678 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004403 sec., 8176.243470361118 rows/sec., 564.25 KiB/sec. | ||
| 14650 | 2025.01.17 14:44:53.697968 [ 257 ] {d39ca29f-6d86-4a69-a952-cd0b0ada398b} <Debug> TCPHandler: Processed in 0.005037124 sec. | ||
| 14651 | 2025.01.17 14:44:53.703964 [ 189 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36072 rows, containing 5 columns (5 merged, 0 gathered) in 0.011041397 sec., 3266977.901437653 rows/sec., 220.54 MiB/sec. | ||
| 14652 | 2025.01.17 14:44:53.704403 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 14653 | 2025.01.17 14:44:53.704777 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14654 | 2025.01.17 14:44:53.704865 [ 191 ] {37b8b06b-0f98-4adf-b6ab-0a7e42fa6741::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 14655 | 2025.01.17 14:44:53.704968 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14656 | 2025.01.17 14:44:55.618086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574 | ||
| 14657 | 2025.01.17 14:44:55.618744 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14658 | 2025.01.17 14:44:55.618791 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14659 | 2025.01.17 14:44:55.619326 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14660 | 2025.01.17 14:44:55.619572 [ 244 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14661 | 2025.01.17 14:44:55.619809 [ 53 ] {} <Debug> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14662 | 2025.01.17 14:44:55.619828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14663 | 2025.01.17 14:44:55.619900 [ 53 ] {} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14664 | 2025.01.17 14:44:55.619933 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14665 | 2025.01.17 14:44:55.620155 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 14666 | 2025.01.17 14:44:55.620525 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14667 | 2025.01.17 14:44:55.620655 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part | ||
| 14668 | 2025.01.17 14:44:55.620939 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 14669 | 2025.01.17 14:44:55.621124 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 14670 | 2025.01.17 14:44:55.621328 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 14671 | 2025.01.17 14:44:55.621444 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 14672 | 2025.01.17 14:44:55.621675 [ 188 ] {f32f29c0-cce7-4874-af16-af579457b4ff::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 | ||
| 14673 | 2025.01.17 14:44:55.624448 [ 189 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004437172 sec., 7341162.343943395 rows/sec., 105.02 MiB/sec. | ||
| 14674 | 2025.01.17 14:44:55.625111 [ 198 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14675 | 2025.01.17 14:44:55.625661 [ 198 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_71_14} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14676 | 2025.01.17 14:44:55.625755 [ 198 ] {f32f29c0-cce7-4874-af16-af579457b4ff::all_1_71_14} <Trace> system.asynchronous_metric_log (f32f29c0-cce7-4874-af16-af579457b4ff) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14677 | 2025.01.17 14:44:55.625883 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 14678 | 2025.01.17 14:44:57.931207 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 14679 | 2025.01.17 14:44:57.953074 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14680 | 2025.01.17 14:44:57.953131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14681 | 2025.01.17 14:44:57.960226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14682 | 2025.01.17 14:44:57.960983 [ 243 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14683 | 2025.01.17 14:44:57.961287 [ 51 ] {} <Debug> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14684 | 2025.01.17 14:44:57.961360 [ 51 ] {} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14685 | 2025.01.17 14:44:57.961408 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14686 | 2025.01.17 14:44:57.961876 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 14687 | 2025.01.17 14:44:57.977871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 14688 | 2025.01.17 14:44:57.979125 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14689 | 2025.01.17 14:44:57.980356 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 14690 | 2025.01.17 14:44:57.985165 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 14691 | 2025.01.17 14:44:57.990498 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 14692 | 2025.01.17 14:44:57.995922 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 14693 | 2025.01.17 14:44:58.000358 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.13 MiB, peak 277.95 MiB, free memory in arenas 0.00 B, will set to 266.61 MiB (RSS), difference: -4.52 MiB | ||
| 14694 | 2025.01.17 14:44:58.002782 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::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 | ||
| 14695 | 2025.01.17 14:44:58.008438 [ 198 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 14696 | 2025.01.17 14:44:58.071216 [ 201 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.109648946 sec., 4888.327882330944 rows/sec., 25.28 MiB/sec. | ||
| 14697 | 2025.01.17 14:44:58.073525 [ 194 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14698 | 2025.01.17 14:44:58.075979 [ 194 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_71_14} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14699 | 2025.01.17 14:44:58.076089 [ 194 ] {31cc3ee2-3894-4bf5-974c-62befdbe8202::all_1_71_14} <Trace> system.metric_log (31cc3ee2-3894-4bf5-974c-62befdbe8202) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14700 | 2025.01.17 14:44:58.077440 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14701 | 2025.01.17 14:44:58.691230 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14702 | 2025.01.17 14:44:58.691440 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14703 | 2025.01.17 14:44:58.691521 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14704 | 2025.01.17 14:44:58.692352 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14705 | 2025.01.17 14:44:58.692404 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14706 | 2025.01.17 14:44:58.692862 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14707 | 2025.01.17 14:44:58.693154 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14708 | 2025.01.17 14:44:58.693369 [ 50 ] {} <Debug> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14709 | 2025.01.17 14:44:58.693425 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002038 sec., 52993.13052011777 rows/sec., 4.43 MiB/sec. | ||
| 14710 | 2025.01.17 14:44:58.693451 [ 50 ] {} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14711 | 2025.01.17 14:44:58.693509 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14712 | 2025.01.17 14:44:58.693565 [ 253 ] {41747aac-4136-47e7-84b5-605a71b5060f} <Debug> TCPHandler: Processed in 0.002468461 sec. | ||
| 14713 | 2025.01.17 14:44:58.693714 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::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 | ||
| 14714 | 2025.01.17 14:44:58.693846 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14715 | 2025.01.17 14:44:58.693888 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14716 | 2025.01.17 14:44:58.693905 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1431 rows starting from the beginning of the part | ||
| 14717 | 2025.01.17 14:44:58.694129 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 229 rows starting from the beginning of the part | ||
| 14718 | 2025.01.17 14:44:58.694326 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14719 | 2025.01.17 14:44:58.694560 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 108 rows starting from the beginning of the part | ||
| 14720 | 2025.01.17 14:44:58.694569 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14721 | 2025.01.17 14:44:58.694872 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1369 rows starting from the beginning of the part | ||
| 14722 | 2025.01.17 14:44:58.695195 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 14723 | 2025.01.17 14:44:58.695521 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 108 rows starting from the beginning of the part | ||
| 14724 | 2025.01.17 14:44:58.697341 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14725 | 2025.01.17 14:44:58.697418 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14726 | 2025.01.17 14:44:58.698533 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14727 | 2025.01.17 14:44:58.698860 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Trace> oximeter.fields_u16 (495d4e49-d3c0-46df-b6ef-4ea5ca4b20c1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14728 | 2025.01.17 14:44:58.699325 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005135 sec., 5063.291139240507 rows/sec., 380.74 KiB/sec. | ||
| 14729 | 2025.01.17 14:44:58.699569 [ 257 ] {0b1a13af-8aa0-46a4-8cce-c71d17047054} <Debug> TCPHandler: Processed in 0.005832509 sec. | ||
| 14730 | 2025.01.17 14:44:58.699571 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005953403 sec., 554472.794803241 rows/sec., 48.42 MiB/sec. | ||
| 14731 | 2025.01.17 14:44:58.699735 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14732 | 2025.01.17 14:44:58.699820 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14733 | 2025.01.17 14:44:58.699879 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14734 | 2025.01.17 14:44:58.699942 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14735 | 2025.01.17 14:44:58.700171 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14736 | 2025.01.17 14:44:58.700307 [ 189 ] {ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a::all_1_121_24} <Trace> oximeter.fields_string (ba1adabe-a6b3-44c7-a5e7-1737f71f9b4a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14737 | 2025.01.17 14:44:58.700398 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14738 | 2025.01.17 14:44:58.700714 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.01.17 14:44:58.700755 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14740 | 2025.01.17 14:44:58.701133 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14741 | 2025.01.17 14:44:58.701382 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2025.01.17 14:44:58.701559 [ 50 ] {} <Debug> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14743 | 2025.01.17 14:44:58.701621 [ 50 ] {} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14744 | 2025.01.17 14:44:58.701637 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001792 sec., 50223.21428571429 rows/sec., 3.92 MiB/sec. | ||
| 14745 | 2025.01.17 14:44:58.701668 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14746 | 2025.01.17 14:44:58.701749 [ 253 ] {83dcf352-0ba8-42b0-b593-8e8f6346afd5} <Debug> TCPHandler: Processed in 0.002071722 sec. | ||
| 14747 | 2025.01.17 14:44:58.701907 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::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 | ||
| 14748 | 2025.01.17 14:44:58.701962 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14749 | 2025.01.17 14:44:58.702039 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14750 | 2025.01.17 14:44:58.702124 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 14751 | 2025.01.17 14:44:58.702168 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14752 | 2025.01.17 14:44:58.702362 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14753 | 2025.01.17 14:44:58.702397 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 395 rows starting from the beginning of the part | ||
| 14754 | 2025.01.17 14:44:58.702781 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 90 rows starting from the beginning of the part | ||
| 14755 | 2025.01.17 14:44:58.703179 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 851 rows starting from the beginning of the part | ||
| 14756 | 2025.01.17 14:44:58.703505 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 14757 | 2025.01.17 14:44:58.703809 [ 201 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 90 rows starting from the beginning of the part | ||
| 14758 | 2025.01.17 14:44:58.705085 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14759 | 2025.01.17 14:44:58.705167 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14760 | 2025.01.17 14:44:58.706290 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14761 | 2025.01.17 14:44:58.706687 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Trace> oximeter.measurements_cumulativeu64 (37b8b06b-0f98-4adf-b6ab-0a7e42fa6741): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14762 | 2025.01.17 14:44:58.707324 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005156 sec., 31031.807602792862 rows/sec., 2.16 MiB/sec. | ||
| 14763 | 2025.01.17 14:44:58.707707 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005907772 sec., 406752.32558060804 rows/sec., 31.18 MiB/sec. | ||
| 14764 | 2025.01.17 14:44:58.707776 [ 257 ] {486ded18-6fc3-484b-b057-f38d685635d7} <Debug> TCPHandler: Processed in 0.005912152 sec. | ||
| 14765 | 2025.01.17 14:44:58.708077 [ 253 ] {} <Trace> TCP-Session: dcf26f02-9066-4299-96c5-9fd51bb1fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14766 | 2025.01.17 14:44:58.708087 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14767 | 2025.01.17 14:44:58.708361 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14768 | 2025.01.17 14:44:58.708603 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14769 | 2025.01.17 14:44:58.708688 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14770 | 2025.01.17 14:44:58.708818 [ 189 ] {aec98cb6-b317-4124-9bfb-5c4d27f99b82::all_1_121_24} <Trace> oximeter.fields_uuid (aec98cb6-b317-4124-9bfb-5c4d27f99b82) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14771 | 2025.01.17 14:44:58.708921 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 14772 | 2025.01.17 14:44:58.709904 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14773 | 2025.01.17 14:44:58.709943 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14774 | 2025.01.17 14:44:58.710614 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14775 | 2025.01.17 14:44:58.710882 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Trace> oximeter.measurements_histogramu64 (71d74ed1-2c76-4838-bba9-5a61120ccb26): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14776 | 2025.01.17 14:44:58.711142 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002861 sec., 9087.731562390773 rows/sec., 16.28 MiB/sec. | ||
| 14777 | 2025.01.17 14:44:58.711243 [ 253 ] {9453779e-98ba-459f-bfd0-aba49c31fd0d} <Debug> TCPHandler: Processed in 0.003356659 sec. | ||
| 14778 | 2025.01.17 14:44:58.711401 [ 257 ] {} <Trace> TCP-Session: 081f14e5-41b8-44da-a637-b8648664ef56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14779 | 2025.01.17 14:44:58.711550 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14780 | 2025.01.17 14:44:58.711615 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14781 | 2025.01.17 14:44:58.712206 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14782 | 2025.01.17 14:44:58.712253 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14783 | 2025.01.17 14:44:58.712710 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14784 | 2025.01.17 14:44:58.712975 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14785 | 2025.01.17 14:44:58.713119 [ 50 ] {} <Debug> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14786 | 2025.01.17 14:44:58.713158 [ 50 ] {} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14787 | 2025.01.17 14:44:58.713169 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00165 sec., 36363.63636363636 rows/sec., 2.45 MiB/sec. | ||
| 14788 | 2025.01.17 14:44:58.713188 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14789 | 2025.01.17 14:44:58.713268 [ 257 ] {0bb57952-9ff3-461d-b5c0-c491f4561020} <Debug> TCPHandler: Processed in 0.00193181 sec. | ||
| 14790 | 2025.01.17 14:44:58.713469 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::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 | ||
| 14791 | 2025.01.17 14:44:58.713646 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14792 | 2025.01.17 14:44:58.713683 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7054 rows starting from the beginning of the part | ||
| 14793 | 2025.01.17 14:44:58.713772 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 14794 | 2025.01.17 14:44:58.714031 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 14795 | 2025.01.17 14:44:58.714296 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 46 rows starting from the beginning of the part | ||
| 14796 | 2025.01.17 14:44:58.714476 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 36 rows starting from the beginning of the part | ||
| 14797 | 2025.01.17 14:44:58.714705 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 14798 | 2025.01.17 14:44:58.717044 [ 192 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7338 rows, containing 4 columns (4 merged, 0 gathered) in 0.003737577 sec., 1963304.0336025183 rows/sec., 127.97 MiB/sec. | ||
| 14799 | 2025.01.17 14:44:58.717463 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14800 | 2025.01.17 14:44:58.717743 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14801 | 2025.01.17 14:44:58.717828 [ 187 ] {d54314df-6fb7-483f-b959-ce47c23bef74::all_1_121_24} <Trace> oximeter.measurements_u64 (d54314df-6fb7-483f-b959-ce47c23bef74) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14802 | 2025.01.17 14:44:58.717910 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 14803 | 2025.01.17 14:44:59.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.71 MiB, peak 280.56 MiB, free memory in arenas 0.00 B, will set to 266.96 MiB (RSS), difference: 3.25 MiB | ||
| 14804 | 2025.01.17 14:45:00.762441 [ 48 ] {} <Debug> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 14805 | 2025.01.17 14:45:00.762521 [ 48 ] {} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14806 | 2025.01.17 14:45:00.762550 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 14807 | 2025.01.17 14:45:00.762767 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 14808 | 2025.01.17 14:45:00.763244 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14809 | 2025.01.17 14:45:00.763344 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 243 rows starting from the beginning of the part | ||
| 14810 | 2025.01.17 14:45:00.763494 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
| 14811 | 2025.01.17 14:45:00.763727 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14812 | 2025.01.17 14:45:00.763917 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 14813 | 2025.01.17 14:45:00.764109 [ 195 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
| 14814 | 2025.01.17 14:45:00.765635 [ 187 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002987751 sec., 252698.4343742166 rows/sec., 18.09 MiB/sec. | ||
| 14815 | 2025.01.17 14:45:00.765897 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 14816 | 2025.01.17 14:45:00.766368 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14817 | 2025.01.17 14:45:00.766494 [ 192 ] {59106d94-8a79-4dda-bcbe-9d68125380c9::all_1_51_11} <Trace> oximeter.fields_u32 (59106d94-8a79-4dda-bcbe-9d68125380c9) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 14818 | 2025.01.17 14:45:00.766641 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||